/*  GLOBAL  */
html {
	scrollbar-3dlight-color : #6EB9C7;/* couleur pour les effets de relief */
	scrollbar-arrow-color : #fff; /* couleur pour les pointeur de d&eacute;filement */
	scrollbar-darkshadow-color :#1E5F6B ; /* couleur pour les ombres */
	scrollbar-face-color : #367D8A; /* couleur pour la surface */
	scrollbar-highlight-color : #5DA3B0; /* couleur pour le bord haut et le bord gauche */
	scrollbar-shadow-color : #1E5F6B; /* couleur pour le bord droit et le bord du bas */
	scrollbar-track-color : #367D8A; /* couleur pour la barre de d&eacute;filement non cach&eacute;e par le pointeur de d&eacute;filement */
	}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #022127;
	height:100%;
}

body {
	background-color: #367D8A;
	background-image: url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin : 0;
	text-align:justify;
}

h2 {
	font-size: 14px;
	color: #022127;
	margin-bottom:10px;
}

#page {
	position:absolute;
	height:100%;
	left : 50%;
	margin : 0 0 0 -380px;
	width : 760px;
	border-top:0;
	background-color: #fff;
}

/*  HEADER  */
#header {
	width:760px;
	padding:20px 0 20px 0;
}

p.citation {
	text-align:center;
	width:720px;
	margin:10px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	font-style:italic;
	color:#666;
}
.auteur {
	font-size:12px;
	color:#999;
}

/*  MENU  */
	
#menu {
	width:760px;
	height:18px;
	padding-top:2px;
	margin:0 0 1px 0;
	background-color: #c30;
	font-size: 12px;
	}
	
#menu a {
	color:#fff;
	text-decoration:none;
	margin-left: 20px;
	}

#menu a:hover {
	color:#F3A27B;
	text-decoration:none;
	margin-left: 20px;
	}	

#menu .m_active {
	color:#F3A27B;
	text-decoration:none;
	margin-left: 20px;
	}

#sousmenu {
	width:760px;
	height:18px;
	padding-top:2px;
	margin:0 0 1px 0;
	background-color: #367D8A;
	font-size: 12px;
	}
	
#sousmenu a {
	color:#fff;
	text-decoration:none;
	margin-left: 20px;
	}	

#sousmenu a:hover {
	color:#70D8EA;
	text-decoration:none;
	margin-left: 20px;
	}	

#sousmenu .sm_active {
	color:#70D8EA;
	text-decoration:none;
	margin-left: 20px;
	}

/*  COLONNE GAUCHE  */

#colgauche {
	background-color:#fff; 
	float:left;
    width:465px;
    padding:20px 0 40px 20px;
    margin-bottom:40px;
}

p.entretien {
	margin-bottom:6px;
	line-height:15px;
}

#localisation {
	display:none;
	margin: 0 0 20px 0;
}

#localisation p {
	text-align:left;
	color:#022127;
}

#localisation p a {
	color:#c30;
}

#localisation p a:hover {
	color:#78250A;
}

#colgauche p {
	width:445px;
	margin-top:0;
}

#colgauche p.chapeau {
	margin:-5px 0 20px 0;
	text-align:justify;
	font-weight:bold;
	}

#colgauche p a {
	color:#c30;
	}

#colgauche p a:hover {
	color:#78250A;
	}

#colgauche #menusection {
	width:465px;
	color:#c30;
	margin-bottom:10px;
	margin-left:-20px;
	padding-left:20px;
	padding-bottom:10px;	
	line-height:18px;
}

#colgauche #menusection a {
	color:#c30;
}

#colgauche #menusection a:hover {
	color:#78250A;
}

#colgauche h1 {
	width:445px;
	border-bottom:1px solid #c30;
	font-size: 21px;
	color: #c30;
	font-family:Verdana,Geneva,sans;
	padding:5px 0 5px 0;
	margin:30px 0 0px 0;
}

#colgauche h2 {
	width:435px;
	margin-top:15px;
	font-size: 18px;
	color: #367D8A;
	line-height:24px;
}

#colgauche h3 {
	font-size: 14px;
	color: #022127;
	margin:0 0 5px 0;
	line-height:20px;	
}

#colgauche h5 {
	font-size: 11px;
	margin:0 0 2px 0;
}

#colgauche p.top {
	text-align:right;
	margin-bottom:20px;
}

#colgauche p.top a {
	color:#c30;
}

#colgauche p.top a:hover {
	color:#900;
}


/*  COLONNE DROITE  */

#coldroite {
	float:right;
	position:relative;
	margin:0;
	text-align:left;
	width:275px;
	background-color:#ECF8FA; 
	margin-bottom:40px;
}

#recherche {
	float:right;
	margin:0;
	border-bottom:1px solid #fff;
	width:275px;
	height:40px;
	background-image:url(images/bg.gif);
	}

#recherche p {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:8px 0 10px 20px;
	margin:0 0 -20px 0;
}

#recherche .submit {
	padding:0;
	margin:0 0 0 5px;
	width:20px;
	height:20px;
	background-color:#367D8A;
	border:1px solid #fff;
	color:#fff;
	font-size:9px;
}

#recherche .searchfield {
	margin-left:15px;
	width:122px;
	}

#coldroite p.titre {
	font-size:12px;
	color:#367D8A;
	font-weight:bold;
}
	
#coldroite p {
	font-size:10px;
	width:235px;
	margin:20px;
	}

#coldroite p a {
	color:#367D8A;
}

#coldroite p a:hover {
	color:#367D8A;
}

#coldroite h3 {
	font-size:11px;
	margin:-15px 0 -15px 20px;
}

ul {
	list-style-type:square;
	font-size:10px;
	list-style-position:outside;
}

ul a {
	color:#022127;
}

li a:hover {
	color:#367D8A;
}

li {
	padding-right:20px;
	margin:0 0 5px -5px;
}

.titrelien {
	font-size:12px;
	font-weight:bold;
}

#sources {
	border-bottom:1px dashed #367D8A;
	padding-bottom:15px;
}

#footer {
	display:none;
}