/* 
	WordPress Menubar Plugin
	sf-grey.css stylesheet for the Suckerfish_41 template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
	Modified by Wolly aka Paolo Valenti
	http://www.paolo.valenti.name/
*/

.menu1{ clear:left; float:left; display:inline; margin:15px 0 0 170px; padding:0; width:790px; height:30px;}
.menu1 ul { clear:left; float:left; display:inline; margin:0px; padding:0; width:790px; height:30px; list-style:none;}
.menu1 ul li {float:left; margin:0; padding:0 12px 0 32px; height:30px; line-height:30px; border-right:1px solid #c3c5bd;}
.menu1 ul li.accueil { background:url(images/icone-accueil.gif) no-repeat 10px center;}
.menu1 ul li.faq { background:url(images/icone-faq.gif) no-repeat 10px center;}
.menu1 ul li.actualites { background:url(images/icone-actualites.gif) no-repeat 10px center;}
.menu1 ul li.liens { background:url(images/icone-liens.gif) no-repeat 10px center;}
.menu1 ul li.dossiers { background:url(images/icone-dossiers.gif) no-repeat 10px center;}
.menu1 ul li.contact { background:url(images/icone-contact.gif) no-repeat 10px center; border:none;}
.menu1 ul li a { font-size:1.3em; color:#3d3d3f; font-weight:bold; text-decoration:none;}
