*{
	margin:0;
	padding:0;

	scrollbar-face-color       : #00838F; 
	scrollbar-shadow-color     : #003840;
	scrollbar-highlight-color  : #225AA7;
	scrollbar-3dlight-color    : #225AA7; 
	scrollbar-darkshadow-color : #225AA7; 
	scrollbar-track-color      : #225AA7; 
	scrollbar-arrow-color      : #225AA7;
}

body, html{
	width:100%;
	height:100%;
	background-color : #225AA7;
	overflow:auto;
}

img{
	border:0;
}

h1{
	text-align			:	center;
	margin				:	10px 0 10px 0;
	text-decoration	:	none;
}

a{
	text-decoration:underline;
}

#conteneur_haut{
	width:100%;
	height:50px;
	background-image:url(img/haut.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

#tableau_haut{
	width:100%;
	height:50px;
}

#site_label{
	white-space:nowrap;
}

#conteneur_menu{
	width:100%;
}

.cadre_photo{
	margin:3px;
	padding:7px;
	background-color:#FFFFFF;
	border:#333333 solid 1px;
}

.message_erreur{
	margin:30px;
	color:#FF0000;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

.fond_semi_transparent{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
}

/**************************************************************/
/************************ PUB GLOBALE *************************/
/**************************************************************/
.pub_hori_petit{

	width:468px;
	height:60px;

}

.pub_hori_grand{

	width:728px;
	height:90px;
	text-align:center;

}

.pub_verti_petit{

	width:120px;
	height:240px;
	text-align:center;

}

.pub_verti_grand{

	width:120px;
	height:600px;

}
/**************************************************************/
/************************ PUB GLOBALE *************************/
/**************************************************************/

/**************************************************************/
/**************************** HAUT ****************************/
/**************************************************************/
.site-levotre, .site-levotre A:link, .site-levotre A:visited{

	color       : #1B1464;
	font-family : Arial;
	font-size   : 20px;
	font-style  : italic;
	font-weight : bold;
		
	text-decoration : none;
	
	margin-left : 0px;

}
.site-levotre A:hover{

	color       : #1B1464;
	font-family : Arial;
	font-size   : 20px;
	font-style  : italic;
	font-weight : bold;
		
	text-decoration : none;
	
	margin-left : 0px;
	
}

.img-Curseur,.img-Curseur IMG{

	border           : [img_curseur_border_width]px; 
	border-thickness : 1px; 
	border-color     : #[img_curseur_border_color]; 
	border-style     : solid; 
	cursor           : pointer;

}

.img-minipano,.img-minipano IMG{

	border           : [img_minipano_border_width]px; 
	border-thickness : 1px; 
	border-color     : #[img_minipano_border_color]; 
	border-style     : solid; 
	cursor           : pointer;
	
}

/**************************************************************/
/************************* FIN HAUT ***************************/
/**************************************************************/

/**************************************************************/
/************************ SITUATION ***************************/
/**************************************************************/
#situation{
	position:absolute;
	top:96px;
	left:0;
	width:100%;
	padding:20px 0 20px 0;
}
#conteneur_panneau{
	background-color : #225AA7;
}

#situation h1{
	font-family : Arial;
	font-size   : 20px;
	font-style  : normal;
	color       : #1B1464;
	font-weight : normal;
}

#situation p{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	font-family : Arial;
	font-size   : 15px;
	font-style  : normal;
	color       : #00838F;
	font-weight : normal;
}

#situation_images{
	text-align:center;
	width:100%;
	
	background-image:url(img/carte.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/**************************************************************/
/********************* FIN  SITUATION *************************/
/**************************************************************/

/**************************************************************/
/************************** LISTE *****************************/
/**************************************************************/
#liste{
	position:absolute;
	top:96px;
	left:0;
	width:100%;
	padding:20px 0 20px 0;
	background-color : #225AA7;
	text-align:center;
}

#liste h1{
	font-family : Arial;
	font-size   : 20px;
	font-style  : normal;
	color       : #1B1464;
	font-weight : normal;
}

#liste p{
	padding:0 10px;
	font-family : Arial;
	font-size   : 15px;
	font-style  : normal;
	color       : #00838F;
	font-weight : normal;
}
/**************************************************************/
/************************** LISTE *****************************/
/**************************************************************/