
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f3f3f3 url(images/body-fond.jpg) repeat-x center bottom;
}

a {
	color: #789b0a;
}
a:hover {
	color: #333;
}

hr {
	color: #789b0a;
	background-color: #789b0a;
	height: 1px;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	position: relative;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #000;
		margin: 0;
		padding: 0;
		position: relative;
		height: 155px;
		z-index: 1000;
	}
		

		/******
		 * Titre
		 ******/
		#titre {
			position: absolute;
			top: 20px;
			left: 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;
		}
		#titre span{
			position: absolute;
			top: 35px;
			left: 130px;
			font-family: Arial, Helvetica, Sans-Serif;
			font-weight: bold;
			font-style: italic;
			font-size: 17px;
			display: block;
			width: 500px;
			color: #98c008;
		}
		
		
		/******
		 * Accessibilite
		 ******/
		#accessibilite {
			display: none;
		}
		
		
		

		/******
		 * Langues
		 ******/
		#langues {
			position: absolute;
			top: 5px;
			right: 140px;
			width: 250px;
			height: 18px;
			padding-top: 0;
			text-align: right;
			color: #97bf0d;
		}
		#langues div {
			display: inline;
		}
		#langues a{
			color: #5a5a5a;
			text-decoration: none;
		}
		#langues a:hover{
			color: #000;
		}
		
		
		/******
		 * Adherent
		 ******/
		#adherentLien{
			position: absolute;
			top: 0;
			right: 0;
			background: url(images/espaceprive.png) no-repeat top left;
			display: block;
			width: 135px;
			height: 20px;
			padding-top: 5px;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			color: #5a5a5a;
			text-decoration: none;
		}
		#adherent{
			background: url(images/login-haut.png) no-repeat top left;
			position: absolute;
			z-index: 2000;
			top: 30px;
			right: 0;
			color: #5a5a5a;
			font-size: 12px;
			width: 277px;
			padding-top: 5px;
		}
		#adherent .adherent {
			background: #d7d7d7 url(images/login-bas.png) no-repeat bottom left;
			padding: 5px 10px 10px 10px;
		}
		#adherent h2{
			font-size: 14px;
			margin: 0;
			padding: 5px 0;
		}
		#adherent a {
			color: #5a5a5a;
		}
		#adherent p {
			margin: 0;
			padding: 5px 0 0 0;
		}
		#adherent form {
			margin: 0;
			padding: 0;
		}
		#adherent input, #adherent select {
			vertical-align: middle;
		}
		#adherent #frmLogin p {
			padding: 0 0 5px 0;
			clear: both;
		}
		#adherent #frmLogin label {
			display: block;
			float: left;
			width: 100px;
		}
		#adherent #frmLogin input {
			font-size: 12px;
			width: 150px;
			border: 1px solid #b0b0b0;
			background: #fff;
		}
		#adherent #frmLogin .submit{
			width: auto;
			background: none;
			border: 0;
			margin: 0;
			padding: 0;
			float: right;
		}
		
		
		/******
		 * Conteneur de recherche et menu
		 ******/
		#headerMilieu {
			background: #eaeaea url(images/menuprincipal-fond.png) repeat-x top left;
			position: absolute;
			top: 90px;
			left: 0;
			width: 100%;
			height: 40px;
			z-index: 1000;
		}
		
		/******
		 * Recherche
		 ******/
		#recherche {
			height: 20px;
			position: absolute;
			right: 3px;
			top: 8px;
			width: 220px;
		}
		#recherche p {
			float: left;
			margin: 0 5px 5px 0 ;
		}
		#recherche form {
			text-align: right;
			margin: 0;
		}
		#recherche input {
			font-size: 14px;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}
		#recherche #terme {
			width: 160px;
			background: #fff;
			color: #999;
			border: 1px solid #e4e4e4;
			padding: 2px;
		}
		#recherche input.submit {
			background: transparent none;
			border: 0;
			color: #fff;
			text-decoration: underline;
			cursor: pointer;
			margin: 0;
			padding: 0;
			padding-right: 4px;
		}
		
		
		/******
		 * 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 ul {
			margin: 0;
			padding: 3px 7px 7px 0;
			float: left;

		}
		#ascendance li {
			display: inline;
			padding-left: 5px;
		}
		#ascendance a {
		}
		#ascendance a:hover {
		}


	/************************** MENU DEROULANT ***************************/
	
	
	#menuprincipal {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 10px;
		height: 40px;
		width: 730px;
		z-index: 500;
	}

	.menulist, .menulist  ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menulist ul {
		display: none;
		position: absolute;
		top: 38px;
		width: 280px;
		background: #97bf0d;
		padding: 5px 0;
	}
	
	.menulist ul ul {
		top: 0px;
		margin-top: 0;
		left: 280px;
	}
	
	.menulist li {
		float: left;
		display: block;
		position: relative;
		margin: 0 0 0 0;
		padding: 1px 0 0 0;
	}
	
	.menulist ul li {
		float: none;
		margin: 0;
		padding: 0;
	}
	
	.menulist a {
		display: block;
		padding: 8px 12px;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		color: #464646;
		background: url(images/menuprincipal-separation.png) no-repeat top right;
	}
	
	.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif {
		color:#789b0a;
	}

	.menulist ul a {
		color: #f3f3f3;
		font-size: 14px;
		font-weight: normal;
		background: url(images/menu-puce.png) no-repeat 5px 6px;
		padding: 2px 5px 2px 15px;
	}
	.menulist ul a:hover {
		color: #464646;
		background-image: url(images/menu-puce-hover.png);
	}

	.menulist a .subind {
		display: none;
	}
	.menulist ul a .subind {
		display: block;
		float: right;
	}
	
	/*
	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 ***************************/


	#milieuPage {
		clear: both;
	}


	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		width: 260px;
		margin: 0;
		padding: 0 20px 200px 10px;
		float: left;
	}
	
		/* sous-menu */
		.sousmenu {
			font-size: 14px;
			color: #787878;
			margin-top: 10px;
		}
		.sousmenu ul {
			list-style-type: none;
			margin: 5px 0 10px 0;
			padding: 0;
		}
		.sousmenu li {
			padding: 3px 0;
		}
		.sousmenu a{
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			background: url(images/sousmenu-puce.png) no-repeat 0 4px;
			padding-left: 10px;
		}
		.sousmenu a.actif{
			color: #999;
		}
		.sousmenu ul ul {
			margin-left: 10px;
		}
		


	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		background: url(images/contenus.png) no-repeat top left;
		width: 670px;
		float: left;
		margin: 0 0 10px 0;
		min-height: 200px;
		padding-top: 5px;
	}
	#contenusInt {
		background: url(images/contenus-bas.png) no-repeat bottom left;
		padding-bottom: 5px;
	}
	#contenusInt2 {
		background: #fff;
		padding: 10px 15px;
	}
	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #333;
		}
		.composant h2 {
			font-size: 20px;
			font-weight: bold;
			margin: 0 0 10px 0;
			color: #789b0a;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #e0e0e0;
		}
		.composant a {
			color: #333;
			text-decoration: underline;
		}
		.composant a:hover{
			color: #000;
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			font-size: 17px;
			font-style: italic;
			margin: 0 0 15px 0;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #e0e0e0;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0 0 15px 0;
		}

		/* contenus */
		.composant ul {
			margin-left: 15px;
			padding-left: 0;
			list-style-position: inside;
			list-style-image: url(images/contenu-puce.png);
		}
		
		.composant .styleclient {
			color: #789b0a;
		}

		/* images */
		.composant .imgLeft {
			margin: 5px;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 5px;
			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;
		}
		
		.composant .pdf ul {
			margin-top: 0;
			list-style-image: url(../images/icones/pdf.png);
			list-style-position: inside;
		}
		.composant .pdf li {
			padding-left: 7px;
			font-size: 12px;
		}
		
		
		/* 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;
		}
		#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 form p input.submit {
			width: auto;
		}
		#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 {
			padding-left: 20px;
			background: url(../images/icones/imprimer.png) no-repeat top left;
		}
		
		

	/*
	 * Pied de page
	 */
	#pieddepage {
		background: url(images/footer.png) no-repeat top left;
		color: #333;
		font-size: 11px;
		position: relative;
		padding: 10px;
		clear: both;
		height: 111px;
	}
	#pieddepage a{
		color: #333;
		text-decoration: none;
	}
	#pieddepage a:hover{
		color: #97bf0d;
	}
	#pieddepage .bloc{
		float: left;
		width: 155px;
		border-right: 1px solid #d7d7d7;
		margin-right: 10px;
		height: 110px;
	}
	#pieddepage .bloc h3{
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
	#pieddepage .bloc p{
		margin: 0;
		padding: 10px 0;
	}
	#pieddepage #copy{
		position: absolute;
		bottom: 20px;
		right: 10px;
		text-align: right;
	}
	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		position: absolute;
		bottom: 5px;
		right: 10px;
		text-align: right;
		font-size:9px;
	}


/************************************************
 * 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;
}
