
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
}

a {
	color: #fc620c;
}
a:hover {
	color: #000;
}

hr {
	color: #fc620c;
	background-color: #fc620c;
	height: 2px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur {
	background: url(images/fond.png) no-repeat bottom left;
	min-height: 600px;
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	position: relative;
	color: #004A23;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #000;
		margin: 0 0 9px 0;
		padding: 0;
		position: relative;
		height: 85px;
		background: url(images/banniere.png) no-repeat 0 20px;
	}
		

		/******
		 * Titre
		 ******/
		#titre {
			position: absolute;
			top: 20px;
			padding: 0;
		}
		#titre img {
			border: 0;
			float: left;
		}
		#titre a {
			color: #000;
			margin: 10px;
			font-size: 1em;
			font-weight: bold;
			font-variant: small-caps;
			margin: 5px;
		}
		
		
		/******
		 * Accessibilite
		 ******/
		#accessibilite {
			display: none;
		}
		
		/******
		 * Adherent
		 ******/
		#adherent{
			top: 35px;
			right: 10px;
			text-align: right;
			color: #707072;
			font-size: 11px;
			padding-right: 50px;
		}
		#adherent a {
			color: #707072;
		}
		#adherent input {
			font-size: 11px;
			width: 65px;
			margin: 0;
			padding: 0 0 1px 0;
			background: #f0f0f0;
			border: 1px solid #313131;
			vertical-align: middle;
		}
		#adherent select {
			font-size: 11px;
			margin: 0;
			padding: 0;
		}
		#adherent input.submit {
			width: auto;
			background: none;
			border: 0;
			margin: 0;
			padding: 0;
		}
		#adherent p {
			margin-top: 5px;
		}
		#adherent form {
			display: inline;
		}
		
		
		/******
		 * Ascendance
		 ******/
		#ascendance {
			font-size: 11px;
			margin: 0;
			padding: 0;
			vertical-align: top;
			position: absolute;
			bottom: 2px;
			left: 15px;
			color: #a0a0a0;
			z-index: 0;
		}
		#ascendance div{
			float: left;
			padding-right: 21px;
		}
		#ascendance h2 {
			display: none;
		}
		#ascendance ul {
			margin: 0;
			padding: 3px 7px 7px 0;
			float: left;

		}
		#ascendance li {
			display: inline;
			padding-left: 5px;
		}
		#ascendance a {
		}
		#ascendance a:hover {
		}


	#milieuPage {
		clear: both;
		padding-top: 10px;
	}


	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		width: 201px;
		margin: 0;
		padding: 0;
		float: left;
		min-height: 300px;
		_height: 300px;
		position: relative;
		z-index: 10;
	}
	
		/* sous-menu */
		.sousmenu {
			color: #787878;
			margin: 10px;
			font-size: 12px;
		}
		.sousmenu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.sousmenu ul li {
			margin: 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;
		}
		
		/* vidéos */
		.sousmenu .video {
			margin-bottom: 20px;
		}
		.sousmenu .video .texte {
			font-size: 0.8em;
		}
		
		
		/******
		 * Recherche
		 ******/
		#recherche {
			position: absolute;
			margin-top: 15px;
			right: 0;
			width: 180px;
			text-align: right;
		}
		#recherche h2 {
			display: none;
		}
		#recherche p {
			float: left;
			margin: 0 0 0 0 ;
		}
		#recherche form {
			margin: 0;
		}
		#recherche input {
			font-size: 10px;
			vertical-align: middle;
		}
		#recherche #terme {
			border: 1px solid;
			width: 130px;
			height: 15px;
			color: #FC620C;
			padding-left: 5px;
		}

	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		width: 710px;
		margin: 0 0 0 200px;
		padding: 0 10px 30px 20px;
		margin-bottom: 10px;
		border: 0;
		min-height: 400px;
		z-index: 2;
	}
	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #57585a;
			margin-bottom: 15px;
		}
		.composant h2 {
			font-size: 20px;
			font-weight: bold;
			margin: 0 0 10px 0;
			padding-bottom: 0;
			color: #004a23;
			background: url(images/titreSoulignage.png) no-repeat left bottom;
			letter-spacing: -1px;
		}
		.composant a {
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			font-size: 15px;
			font-style: none;
			margin: 5px 0 10px 0;
			text-align:	left;
			color: #004a23;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0 0 10px 0;
			text-align: left;
		}

		/* contenus */
		.composant ul {
			margin: 0;
			padding-left: 15px;
			lis
		}
		.composant .texte ul li{
			list-style-type: none;
			padding-left: 25px;
			background: url(images/puce.jpg) no-repeat 15px 5px;
		}

		/* images */
		.composant .imgLeft {
			margin: 0 10px 5px 0;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 0 0 5px 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: 15px 0;
			list-style-type: none;
			padding-left: 0px;
		}
		.composant .pdf li {
			font-size: 12px;
			padding: 2px 0 1px 20px;
			background: url(../images/icones/pdf.png) no-repeat top left;
		}
		
		/* galerie d'images */
		.composant .galerie {
			clear: both;
			float: left;
			width: 100%;
		}
		.composant .galerie .image {
			float: left;
			width: 150px;
			text-align: center;
			height: 150px;
		}
		.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;
			font-size: 12px;
		}
		#contenus form p label {
			float: left;
			width: 100px;
			text-align: right;
			padding-right: 15px;
		}
		#contenus form p input {
			width: 150px;
			font-size: 0.8em;
			padding: 0;
			margin-right: 5px;
		}
		#contenus 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;
		}
		

		/******
		 * Imprimer
		 ******/
		#imprimer {
			text-align: right;
		}
		#imprimer a {
			color: #707070;
			padding-left: 20px;
			background: url(../images/icones/imprimer.png) no-repeat top left;
		}
		
		
	/************************** MENU DEROULANT ***************************/
	
	
	/*
	 * Menu principal
	 */
	 
	 #menuprincipal{
		background:url(images/menuBarreGauche.jpg) repeat-y top left;
		padding: 5px 0 10px 5px;
		z-index: 50;
	 }	 
	 #menuprincipal a{
		background: url(images/menu_fond.jpg) no-repeat top left;
		border-top: 1px solid #fff;
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10pt;
		padding-left: 20px;
		font-weight: bold;
		text-decoration:none;
		display:block;
		clear:both;
	}
	#menuprincipal a:hover{
		background: #fff;
		color: #fd610e;
		border-top: 1px solid #fd610e;
	 }
	#menuprincipal li {
		margin: 0;
		padding: 0;
		display: block;
		clear: both;
	}
	#menuprincipal ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		top: 0;
		left: 190px;
		width: 195px;
	}
	#menuprincipal ul ul {
		left: 196px;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fd610e;
	}
	#menuprincipal ul ul a{
		background: #fff;
		color: #fd610e;
		border-top: 1px solid #fd610e;
		padding-left: 2px;
	}
	#menuprincipal ul ul a:hover{
		background: #fd610e;
		color: #fff;
		border-top: 1px solid #fff;
		/*border-bottom: 1px solid #fff;*/
	}
	#menuprincipal ul ul li {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif, .menulist>li:first-child a.highlighted, .menulist>li:first-child a:hover, .menulist>li:first-child a.actif {
		color:#fff;
		background: #000;
	}


		/* HORIZONTAL FREESTYLE MENU LAYOUT */
		
		/* sous menu déroulant */
		
		
		.menulist {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.menulist a {
			display: block;
			text-decoration: none;
			font-size: 0.9em;
		}
		.menulist a .subind {
			display: none;
		}
		.menulist ul {
			display: none;
			position: absolute;
			top: 0px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.menulist li {
			display: block;
			position: relative;
			margin: 0;
		}
		.menulist ul li {
			float: none;
			margin: 0;
			margin-bottom: -1px;
			padding: 0;
		}
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 180px;
		}
		.menulist ul>li:last-child {
			margin-bottom: 1px; /* Mozilla fix */
		}
		.menulist ul a .subind {
			display: block;
			float: right;
		}
		
		/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
		.menulist a {
			float: left;
		}
		.menulist ul a {
			float: none;
		}
		/* \*/
		.menulist a {
			float: none;
		}
		/* */
		
		
		/*
		HACKS: IE/Win:
		A small height on <li> and <a> tags and floating prevents gaps in menu.
		* html affects <=IE6 and *:first-child+html affects IE7.
		You may want to move these to browser-specific style sheets.
		*/
		*:first-child+html .menulist ul li {
			float: left;
			width: 100%;
			padding: 0;
		}
		
		* html .menulist ul li {
			float: left;
			height: 1%;
			padding: 0;
		}
		* html .menulist ul a {
			height: 1%;
		}
		/* End Hacks */
		
		/************************** FIN MENU DEROULANT ***************************/





	/*
	 * Pied de page
	 */
	#pieddepage {
		clear: both;
		color: blue;
		font-size: 11px;
	}
	#pieddepage a {
		color: #fd610e;
	}
	#pieddepage a:hover {
		color: #787878;
	}
	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		color: #a0a0a0;
		clear: both;
		margin-top: 10px;
		font-size: 0.5em;
		font-size:9px;
		text-align: center;
	}
	.poweredby a {
	}
	#pieddepage div {
		color: #787878;
		float: left;
		height: 50px;
		margin: 0 20px 0 20px;
		padding-right: 20px;
		background: url(images/pieddepage.jpg) no-repeat top right;
	}
	#pieddepage #pieddepagedynamique{
		margin-left: 0;
		background: 0;
	}


/************************************************
 * 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;
	height: 0;
}