@charset "utf-8";
/* CSS Document */

/***************************************************************************************/
/* Layout                                                                              */
/***************************************************************************************/

html { font-size:100%; width:100%; height:100%; }
body { padding:0px; margin:0px; text-align:center; background:url(Layout/background_body2.gif) repeat-y center; }
body { font-family:MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; }

form { padding:0px; margin:0px; }

img { vertical-align:middle; }

#Background { background:url(Layout/background_body.gif) repeat-y center top; }

	#Site { position:relative; width:731px; margin:0px auto; padding:0px 0px 0px 265px; text-align:left; }
	
		#Logo { position:absolute; width:176px; height:161px; top:12px; left:49px; }
		#SlogantValeur { position:absolute; width:293px; height:50px; top:91px; left:587px; }
		#MenuTop { position:absolute; width:650px; height:20px; top:17px; left:261px; }
			#MenuTop ul { margin:0px; padding:0px; }
			#MenuTop li { list-style:none; float:left; margin-right:15px; }
			#MenuTop a:Link { padding-left:20px; background:url(/Design/Layout/Menu_haut_puce.gif) no-repeat left; color:#000; text-decoration:none; font-weight:bold; }
			#MenuTop a:Visited { padding-left:20px; background:url(/Design/Layout/Menu_haut_puce.gif) no-repeat left; color:#000; text-decoration:none; font-weight:bold; }
			#MenuTop a:Hover { padding-left:20px; background:url(/Design/Layout/Menu_haut_puceO.gif) no-repeat left; color:#000; text-decoration:underline; font-weight:bold; }
		#MenuGauche { position:absolute; width:200px; height:80px; top:220px; left:50px; }
			#MenuGauche ul { margin:0px; padding:0px; }
			#MenuGauche li { list-style:none; margin-right:15px; }
			#MenuGauche a:Link { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puce.gif) no-repeat left top; color:#000; text-decoration:none; }
			#MenuGauche a:Visited { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puce.gif) no-repeat left top; color:#000; text-decoration:none; }
			#MenuGauche a:Hover { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puceO.gif) no-repeat left top; color:#000; text-decoration:underline; }
		#MenuGauche2 { position:absolute; width:196px; top:40px; left:20px; }
			#MenuGauche2 ul { margin:0px; padding:10px; }
			#MenuGauche2 li { list-style:none; margin-right:15px; }
			#MenuGauche2 a:Link { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puce.gif) no-repeat left top; color:#8F3803; font-size:14px; text-decoration:none; }
			#MenuGauche2 a:Visited { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puce.gif) no-repeat left top; color:#8F3803; font-size:14px; text-decoration:none; }
			#MenuGauche2 a:Hover { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puceO.gif) no-repeat left top; color:#8F3803; font-size:14px; text-decoration:underline; }
		#MenuCategorie { position:absolute; width:230px; height:276px; top:340px; left:18px; }
		
		#LienSite ul { margin:0px; padding:0px; }
		#LienSite li { list-style:none; margin-right:15px; text-align: right; }
		#LienSite a:Link { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puce.gif) no-repeat left top; color:#D5711A; text-decoration: underline; }
		#LienSite a:Visited { padding-left:20px; background:url(/Design/Layout/Menu_gauche_puce.gif) no-repeat left top; color:#D5711A; text-decoration: underline; }
		#LienSite a:Hover {	padding-left:20px; background:url(/Design/Layout/Menu_gauche_puceO.gif) no-repeat left top; color:#D5711A; text-decoration:none; text-align: center; }
		
		#PageTexteBgCentre { background:url(Layout/page_texte_bg_centre.gif) repeat-y right; }
		#PageTexteBgTop { background:url(Layout/page_texte_bg_top.gif) no-repeat top right; }
		#PageTexteBgBottom { background:url(Layout/page_texte_bg_bas.gif) no-repeat bottom right; }
		
		#Contenu { float:left; width:730px; margin-top:141px; }
			#ContenuAccueil { padding-left:30px; padding-top:20px; padding-right:110px; }
			
		#Hauteur { float:left; width:1px; height:0px; margin-top:81px; }
		
	#PiedPage { width:996px; margin:0 auto; height:20px; background-Color:#000000; color:#FFF; font-size:11px; }
		#PiedPage ul { margin:0px; padding:0px; margin-left:35px; margin-top:2px; }
		#PiedPage li { list-style:none; float:left; margin-right:10px; }
		#PiedPage li a:Link { padding-left:8px; background:url(/Design/Layout/Liens_bas_puce.gif) no-repeat left; color:#FFF; text-decoration:none; }
		#PiedPage li a:Visited { padding-left:8px; background:url(/Design/Layout/Liens_bas_puce.gif) no-repeat left; color:#FFF; text-decoration:none; }
		#PiedPage li a:Hover { padding-left:8px; background:url(/Design/Layout/Liens_bas_puceO.gif) no-repeat left; color:#FFF; text-decoration:underline; }
	
