/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #00435E;
	
	margin-top: 10px;
	margin-bottom: 10px;


}

a img {
	border: none;
}



/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	
	background-color: #B3C3CB;

}

/* Bandeau */
#bandeau {
	width: 780px;
	height: 88px;
	
	overflow: hidden;
}

#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 118;
	height: 117;
	
	z-index: 90;
}

/* Menu principal */

#menu {
	
	padding-left: 125px;
	
	background-color: #00364F;
}

/*
ul#menu {	
	text-align: right;
	color: #fff;
	line-height: 22px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	
	
	
	z-index: 10;
	
	list-style-type: none ;
}

ul#menu li {
	display: inline;
	

}

ul#menu li a {
	color: #fff;
	text-decoration:none;
	
	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	
}
ul#menu li a:hover {
	background-color: #0087BA;
}
*/

/* Chemin */
#block_chemin {

	height: 3em;
	width: 400px;
	
	margin-left: 0px;
}




/* Recherche */
#recherche {
	position: absolute;
	top: 120px;
	left: 611px;
	width: 167px;
	height: 29px;
	
	color: #00A382;
	font-size: 10px;
}
#recherche input {
	
	
	font-size: 10px;
	display: inline;
	line-height: 17px;
	
	margin-bottom: 5px;
	
	vertical-align: 30%;
}


/* BLOCK DE CONTENU */
#block_contenu {
	width: 780px;
	

}

/* Sous menu gauche */

/* Sous menu */

#block_sousmenu {
	float: left;
	width: 139px;
	height: 230px;
	
	background-image: url(images/interieure_fondsousmenu.gif);
	background-repeat: no-repeat;
	background-position:top left;
	
	padding-top: 60px;
	
	overflow-x: hidden;
	
	z-index: 100;
	
		
	
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #block_sousmenu {
	height: auto;
	min-height: 230px;
	
}
#fondsousmenu {
	/*background-image: url(images/interieure_fondsousmenuhaut.gif);
	background-repeat: no-repeat;
	background-position: top left; */
	
	margin-left: 9px;
	margin-bottom: 30px;
	
}
#sousmenu {
	/* background-image: url(images/interieure_fondsousmenubas.gif);
	background-repeat: no-repeat;
	background-position: bottom right; */
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	
}


#contenu {
	float: left;
	/* width: 639px; */
	
	height: 400px;
	
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #contenu {
	height: auto;
	min-height: 400px;
}

#zone_texte {
	
	width: 585px;
	margin-left: 13px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	
	padding-left: 15px;
	
	overflow-x: hidden;
	
	
}

/* Pied de page avec liens bas */

#pied {
	position:relative;
	top: 0px;
	left: 0px;
	
	width: 780px;
} 


ul#footer {	
	text-align: left;
	color: #fff;
	line-height: 24px;
	font-size:95%;
	
	background-color: #00364F;

	list-style-type: none ;
	
	clear: both;
	
	padding-left: 30px;
}

/* Navigation diaporama */
#navigation {
	position: absolute;
	top: 15px;
	left: 60px;
	
	z-index: 100;

}
#photo_avantapres {
	position: relative;
	
	margin-top: -10px;
	
	z-index: 10;

}
