
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e6f0f8;
}

a {
	color: #26bcd6;
}
a:hover {
	color: #000;
}

hr {
	color: #26bcd6;
	background-color: #26bcd6;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur {
	background: #71b3de url(images/conteneur-fond.jpg) no-repeat top left;
	width: 920px;
	margin: 0 auto;
	padding: 0 12px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	position: relative;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #000;
		background: url(images/header-fond.jpg) no-repeat top left;
		margin: 0;
		padding: 49px 0 0 0;
		position: relative;
		height: 171px;
		z-index: 10;
	}
		

		/******
		 * Adherent
		 ******/
		#adherent{
			position: absolute;
			top: 25px;
			left: 110px;
			text-align: right;
			color: #707072;
			font-size: 11px;
		}
		#adherent input, #adherent select, #adherent option {
			font-size: 11px;
			vertical-align: middle;
		}
		#adherent #login, #adherent #passwd {
			width: 100px;
			margin: 0;
			background: #fff;
			border: 1px solid #003566;
			padding: 1px 3px;
		}
		#adherent p {
			margin-top: 0;
		}
		#adherent form {
			display: inline;
		}
		
		
		/******
		 * Recherche
		 ******/
		#recherche {
			background: url(images/recherche-fond.jpg) no-repeat top left;
			position: absolute;
			top: 30px;
			right: 0px;
			width: 161px;
			height: 45px;
			padding: 14px 0 0 12px
		}
		#recherche form {
			margin: 0;
		}
		#recherche label {
			color: #00483a;
			font-size: 11px;
			display: block;
		}
		#recherche input {
			font-size: 11px;
			vertical-align: middle;
		}
		#recherche #terme {
			width: 110px;
			background: #fff;
			border: 1px solid #003566;
			padding: 1px 3px;
		}
		
		
		/*
		 * Langues
		 */
		#langues {
			position: absolute;
			top: 26px;
			left: 64px;
		}
		
		
		/************************** MENU DEROULANT ***************************/
		
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipal {
			background: url(images/menuprincipal-fond.jpg) repeat-x top left;
			margin: 0;
			padding: 0 0 0 200px;
			height: 28px;
		}
	
		.menulist {
			background: url(images/menulist-fond.jpg) repeat-x top left;
			float: left;
		}
		
		.menulist, .menulist  ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.menulist a {
			font-size: 0.9em;
			color: #00584f;
			display: block;
			float: left;
			padding: 9px 10px 0 10px;
			height: 19px;
			text-decoration: none;
		}
		.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif {
			background: url(images/menulist-a-hover.png) repeat-x top left;
			color:#000;
		}
		
		.menulist li {
			background: url(images/menulist-li-fond.jpg) no-repeat bottom right;
			float: left;
			display: block;
			position: relative;
			margin: 0;
		}

		.menulist ul {
			background: #fff;
			border: 1px solid #00a193;
			border-width: 0 1px;
			display: none;
			position: absolute;
			top: 28px;
			left: 0;
			width: 180px;
		}
		
		.menulist ul li {
			background: none;
			float: none;
			margin: 0;
			padding: 0;
		}
		
		.menulist ul a {
			float: none;
			border-bottom: 1px solid #00a193;
			background: none;
			padding: 2px 0 1px 7px;
		}
		.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover {
			color: #fff;
			background: #00584f;
		}
		
		.menulist ul ul {
			top: 0px;
			left: 180px;
		}
		
		.menulist a .subind {
			display: none;
		}
		.menulist ul a .subind {
			display: block;
			float: right;
		}
		
		/************************** FIN MENU DEROULANT ***************************/
	
	
	#milieuPage {
		background: #fff url(images/milieuPage-fond.png) repeat-y top left;
		min-height: 300px;
		_height: 300px;
		float: left;
		width: 100%;
		z-index: 0;
	}


	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		background: url(images/navigation-fond.png) no-repeat top left;
		width: 195px;
		margin: 0;
		padding: 20px 0 0 10px;
		float: left;
		min-height: 210px;
		_height: 210px;
	}
	
		/* sous-menu */
		.sousmenu {
			color: #00483a;
			margin-bottom: 15px;
		}
		.sousmenu h2 {
			color: #00467f;
			font-size: 12px;
			margin: 0;
		}
		.sousmenu a {
			color: #00483a;
		}
		.sousmenu a:hover {
			color: #000;
		}
		.sousmenu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.sousmenu ul li {
			margin: 2px 0;
			padding: 0;
		}
		.sousmenu ul ul {
			margin: 3px 0;
		}
		.sousmenu ul ul li {
			padding-left: 10px;
			background: url(images/bullet_gray.png) no-repeat 0 6px;
		}
		

	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		width: 660px;
		float: left;
		margin: 0;
		padding: 0 0 0 20px;
		border: 0;
	}
	
		/******
		 * Ascendance
		 ******/
		#ascendance {
			color: #00483a;
			font-size: 11px;
			margin: 0 0 5px 0;
			padding: 15px 0 0 0;
			vertical-align: top;
			clear: both;
			width: 100%;
		}
		#ascendance ul {
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
		}
		#ascendance li {
			display: inline;
			padding-right: 5px;
		}
		#ascendance a {
			color: #00483a;
			text-decoration: none;
		}
		#ascendance a:hover {
			color: #26bcd6;
		}

	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #00483a;
			background: url(images/composant-fond.png) repeat-x top left;
			padding-top: 10px;
			clear: both;
		}
		.composant h2 {
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 10px 0;
			color: #00aba4;
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			color: #00aba4;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 10px 0;
			text-align: justify;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0 0 10px 0;
			text-align: justify;
		}

		/* contenus */
		.composant .accroche ul {
			margin-left: 10px;
			padding-left: 0;
		}

		/* images */
		.composant .imgLeft {
			margin: 10px 10px 10px 0;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 10px 0 10px 10px;
			float: right;
			text-align: right;
		}
		.composant .imgCenter {
			display: block;
			text-align: center;
			margin: 5px auto;
			clear: both;
		}
		.composant .imgCenter img {
			text-align: center;
			margin: 5px auto;
		}
		.composant .imgcontenu {
			display: block;
			clear: both;
		}
		.composant .zoom {
			text-decoration: none;
			font-size: 0.8em;
		}
		
		/* pdf */
		.composant .pdf ul {
			margin-top: 0;
			list-style-image: url(../images/icones/pdf.png);
		}
		.composant .pdf li {
			margin-bottom: 7px;
			font-size: 12px;
		}
		
		/* liens */
		.composant .liens ul {
			margin-top: 0;
			list-style-image: url(../images/icones/popup.png);
		}
		.composant .liens li {
			margin-bottom: 7px;
			font-size: 12px;
		}


		/* galerie d'images */
		.composant .galerie {
			margin: 10px 0 10px 10px;
			float: right;
			text-align: right;

		}
		.composant .galerie .image {
			width: 150px;
			text-align: center;
			height: 150px;
			clear: both;
		}
		.composant .galerie .image a, .composant .galerie .image span.img {
			display: block;
			border: 1px solid #fff;
			padding: 5px;
			text-decoration: none;
		}
		.composant .galerie .image a:hover {
			border: 1px solid #69870a;
		}
		.composant .galerie .image span {
			display: block;
		}

		
		/*
		 * Formulaires
		 */
		#contenus form {
			margin: 0;
		}
		#contenus form p {
			clear: both;
			margin: 5px 0;
			padding: 0;
		}
		#contenus form p label {
			float: left;
			width: 100px;
			text-align: right;
			padding-right: 15px;
		}
		#contenus form p input {
			font-size: 11px;
			width: 200px;
			margin: 0;
			background: #fff;
			border: 1px solid #003566;
			padding: 1px 3px;
			vertical-align: middle;
		}
		#contenus form p input.submit {
			border: 0;
			background: none;
			padding: 0;
			width: auto;
		}
		#contenus form hr {
			margin: 0;
			padding: 0;
			clear: both;
			visibility: hidden;
			display: none;
		}

		/******
		 * icones haut, imprimer, avis etc
		 ******/
		.navigcontenu {
			margin-top: 10px;
			font-size: 0.7em;
			text-align: right;
			clear: both;
		}
		.navigcontenu a {
			text-decoration: none;
		}
		

	/*
	 * Pied de page
	 */
	#pieddepage {
		background: #71b3de url(images/pieddepage-fond.jpg) no-repeat top left;
		clear: both;
		font-size: 11px;
		text-align: center;
		padding-top: 70px;
		height: 20px;
		position: relative;
	}
	
	#pieddepage .liens a {
		text-decoration: none;
		color: #fff;
		background: url(images/pieddepage-puce.png) no-repeat 0 2px;
		padding-left: 18px;
		margin-right: 20px;
	}
	#pieddepage .liens a:hover {
		color: #000;
	}
	
	#pieddepage .imprimer {
		position: absolute;
		top: 5px;
		right: 10px;
	}
	#pieddepage .imprimer a {
		color: #00483a;
		text-decoration: none;
		background: url(../images/icones/imprimer.png) no-repeat top left;
		padding: 1px 0 0 20px;
	}
	#pieddepage .hautdepage {
		position: absolute;
		top: 35px;
		right: 10px;
	}
	#pieddepage .hautdepage a {
		color: #00483a;
		text-decoration: none;
		background: url(images/hautdepage-fond.png) no-repeat 0 3px;
		padding: 0 0 0 10px;
	}
	
	.poweredby {
		clear: both;
		font-size: 9px;
		text-align: center;
		padding-bottom: 10px;
	}
	.poweredby a {
		color: #000;
	}


/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}



/*
 * Images icônes (loupe, etc)
 */
.icone {
	border: 0;
	vertical-align: middle;
}


/*
 * Liens pour édition
 */
.editeur {
	text-align: right;
}


.spacer {
	clear: both;
}
