/* CSS Document */

body{
	background: grey;
}

#navigation {
	background: transparent url(images/navigation-fond.png) repeat-x scroll 30px 0px;
	margin: 15px 15px 0 40px;
	padding: 0;
	position: relative;
	width: 270px;
}
#contenus{
	border: 1px solid #8daf05;
	position: relative;
	margin: 15px 0 70px 0;
	padding: 0 0 0 10px;
	min-height: 80px;
	_height: 80px;
	width: 603px;
	z-index: 5;
}
#contenus ul {
	padding: 0;
	margin: 0;
	z-index: 2;
	position: relative;
}
#contenus ul li {
	position: relative;
	z-index: 2;
}
.composant h2{
	padding: 10px 10px 0 0;
	margin-bottom: 0;
}
.composant .accroche{
	padding-right: 10px;
}
.composant .texte{
	margin: 0;
	z-index: 2;
	position: relative;
}
.composant .texte p{
	padding-right: 10px;
}
/* pdf */
.composant .pdfliens div li {
	padding-left: 30px;
}
.composant .pdf li {
	background: url(../images/icones/pdf.png) no-repeat 10px 3px;
	margin-left: 20px;
}
/* Fin pdf */
.navigcontenu{
	padding-right: 10px;
}
.degrade {
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 1;
}
.actualites ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.actualites a{
	color: #037ec1;
	font-size: 12px;
}
.actualites #accroche{
	color: #57585a;
	font-size: 12px;
	text-align: justify;
	padding-right: 10px;
}
.actualites #label{
	font-size: 17px;
	text-transform: uppercase;
	color: #037ec1;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
	margin: 0;
}
.imgcontenuactualite{
	float: left;
	margin-right: 10px;
}
.imgcontenu{
	float: left;
}
#texte{
	font-size: 11px;
	color: 57585a;
}
#texte a {
	margin: 0;
	padding: 0;
}
#imprimer {
	display: none;
}

#recherche {	
	padding: 0;
	position: absolute;
	bottom: 60px;
	margin-top: 40px;
	margin-bottom: 0;
}
#pieddepage{
	padding-bottom: 60px;
}
.sousmenu{
	padding: 0;
	position: absolute;
	bottom: 70px;
	left: 20px;
	margin-top: 40px;
}