@charset "utf-8";
/* CSS Document */

/***************************************************************************************/
/* Layout                                                                              */
/***************************************************************************************/

html { font-size: 100%; width: 100%; height: 100%; }
body { background:url(Backgrounds/background_site.jpg) repeat-x top center #d9e7f8; padding: 0px; margin: 0px 0px 0px 0px; text-align: center; }
body, td { 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; }


	#Site { width: 892px; margin: 0 auto; text-align: left; }
	
		#Header { position:relative; height:84px; }
			#Header_logo { position:absolute; top:0px; left:0px; }
			#Header_surveillance { position:absolute; top:0px; right:0px; }
		
		#Entete { height:341px; }
			#Entete_menu { position:relative; height:32px; background:url(Layout/Menu_background.gif) no-repeat; }
				#Menu { padding-top:8px; padding-left:10px; }
				#Menu ul { padding:0px; margin:0px; }
				#Menu li { list-style:none; float:left; margin-right:20px; }
				#Menu a:link { font-weight:bold; text-decoration:none; color:#24410b; }
				#Menu a:visited { font-weight:bold; text-decoration:none; color:#24410b; }
				#Menu a:hover { font-weight:bold; text-decoration:none; color:#46b4fa; }
				#Surveillance_centre { position:absolute; top:0px; right:0px; }
			#Entete_centre { position:relative; height:253px; background:url(Layout/EnteteBas_centre_background.jpg) no-repeat; }
				#Surveillance_bas { position:absolute; top:0px; right:0px; z-index:1; }
				#Entete_centre_texte { position:absolute; top:26px; left:425px; z-index:2; }
				#Entete_securiteResidentielle { position:absolute; top:100px; left:415px; z-index:3; }
				#Entete_securiteCommerciale { position:absolute; top:92px; left:670px; z-index:4; }
			#Entete_bas { position:relative; height:56px; background:url(Layout/Entete_bas_background.jpg) no-repeat; font-weight:bold; }
				#Entete_bas_1 { position:absolute; top:10px; left:20px; }
				#Entete_bas_2 { position:absolute; top:10px; left:380px; }
				#Entete_bas_3 { position:absolute; top:10px; left:650px; }
				#Entete_bas a:link { color:#000; }
				#Entete_bas a:visited { color:#000; }
				#Entete_bas a:hover { color:#46b4fa; }
		
		#Centre { background:url(Layout/page_background.gif) repeat-y; }
			#CentreBas { background:url(Layout/page_background_bas.gif) no-repeat bottom; }
			
		#Pied { font-size:11px; padding-top:10px; color:#24410b; }
			#Pied ul { padding:0; margin:0px; }
			#Pied li { list-style:none; float:right; margin-left:25px; }
			#Pied a:link { color:#24410b; font-weight:bold; }
			#Pied a:visited { color:#24410b; font-weight:bold; }
			#Pied a:hover {  color:#24410b; font-weight:bold; }
			 
			
			
			.border1PxBasDash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
