
body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url(images/body-fond.jpg) repeat center top;
}

a {
	color: #f90;
}
a:hover {
	color: #fff;
}

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
}


/******
 * Conteneur
 ******/
#conteneur {
	background: #000 url(images/conteneur-fond.jpg) no-repeat top left;
	width: 915px;
	padding: 30px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		background: url(images/header-fond.jpg) no-repeat top left;
		border: 1px solid #666;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 50;
		height: 98px;
	}
		
		#header #titre {
			position: absolute;
			top: 0;
			left: 0;
		}
		
		/* formulaires */
		#header form {
			text-align: right;
			margin: 0;
			padding: 0;
		}
		#header input {
			color: #666;
			font-size: 11px;
			border: 0;
			vertical-align: middle;
			padding: 0;
			margin: 0;
		}
		#header input#terme, #header input#email {
			background: #ccc;
			width: 150px;
			padding: 1px 3px;
		}
		#recherche {
			position: absolute;
			top: 10px;
			right: 10px;
		}
		#newsletter {
			position: absolute;
			top: 50px;
			right: 10px;
		}
	
		/************************** MENU DEROULANT ***************************/
		
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipal {
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: 0;
			left: 210px;
		}
	
		/* HORIZONTAL FREESTYLE MENU LAYOUT */
		
		/* All <ul> tags in the menu including the first level */
		.menulist, .menulist  ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.menulist li {
			float: left;
			display: block;
			position: relative;
			margin: 0 2px 0 0;
		}
		
		.menulist a {
			color: #fff;
			background: #f90 url(images/menu-onglet-off-droite.png) no-repeat top right;
			display: block;
			text-decoration: none;
		}
		.menulist a span {
			background: url(images/menu-onglet-off-gauche.png) no-repeat top left;
			display: block;
			padding: 3px 10px 2px 10px;
		}
		.menulist a.actif {
			background: #666;
		}
		.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus {
			color: #fff;
			background: #666 url(images/menu-onglet-on-droite.png) no-repeat top right;
		}
		.menulist a:hover span, .menulist a.highlighted span, .menulist a.highlighted:hover span, .menulist a:focus span {
			background: url(images/menu-onglet-on-gauche.png) no-repeat top left;
		}
		/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
		.menulist ul {
			background: #f90;
			display: none;
			position: absolute;
			top: 20px;
			left: 1px;
			width: 180px;
		}
		.menulist ul li {
			float: none;
			margin: 0;
			padding: 0;
		}
		.menulist ul a {
			padding: 3px 10px 2px 10px;
			background-image: none;
		}
		.menulist ul a span {
			background: none;
		}
		.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus {
			color: #fff;
			background: #930 none;
		}
		.menulist ul a:hover span, .menulist ul a.highlighted span, .menulist ul a.highlighted:hover span, .menulist ul a:focus span {
			background-image: none;
		}
		
		/* Second and third etc. level submenus - position across from parent instead */
		.menulist ul ul {
			background: #930;
			top: 0px;
			margin-top: 0;
			left: 180px;
		}
		
		/* Only style submenu indicators within submenus. */
		.menulist a .subind {
			display: none;
		}
		.menulist ul a .subind {
			display: block;
			float: right;
			padding: 0;
		}
		
		
		/* '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 ***************************/
		
		
		/******
		 * Ascendance
		 ******/
		#ascendance {
			color: #ccc;
			font-size: 9px;
			font-weight: bold;
			padding-top: 3px;
		}
		#ascendance ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		#ascendance li {
			display: inline;
		}
		#ascendance a {
			text-decoration: none;
		}


	#milieuPage {
		clear: both;
		padding-top: 10px;
	}



	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		min-height: 300px;
		float: left;
		width: 550px;
		padding-right: 30px;
	}
	#contenus h1 {
		margin: 0;
		padding: 0;
		font-size: 12px;
		height: 20px;
	}
	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #ccc;
			background: #333;
			text-align: justify;
			padding: 15px;
			border: 1px solid #666;
			margin-bottom: 15px;
		}
		.composant h2 {
			color: #ff9900;
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		.composant a {
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			font-size: 12px;
			font-style: italic;
			margin: 0 0 15px 0;
		}
		
		/* texte */
		.composant .texte {
			font-size: 11px;
			margin: 0 0 15px 0;
		}

		/* contenus */
		.composant .texte ul, .composant .accroche ul {
			padding-left: 0;
		}

		/* images */
		.composant .imgLeft {
			margin: 0 10px 10px 0;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 0 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 {
			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;
		}
		
		/* liens "en savoir plus" */
		.composant .ensavoirplus {
			text-align: right;
			margin: 2px 0;
		}
		.composant .ensavoirplus a {
			font-size: 0.9em;
			background: url(images/ensavoirplus.png) no-repeat 0 3px;
			text-decoration: none;
			font-weight: bold;
			padding-left: 10px;
		}


		/*
		 * 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 {
			color: #fff;
			border: 1px solid #ccc;
			background: #666;
			width: 200px;
			font-size: 11px;
			padding: 0 5px;
			margin-right: 5px;
		}
		#contenus form p textarea {
			color: #fff;
			border: 1px solid #ccc;
			background: #666;
			padding: 0 5px;
		}
		#contenus form p input.submit {
			cursor: pointer;
			width: auto;
			background: #f90;
			border: 0;
			padding: 2px 10px;
		}
		#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;
		}
		

	#navigation {
		float: left;
		width: 335px;
	}
	
	#navigation h1 {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

		.sousmenu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			list-style-image: none;
		}
		.sousmenu ul li {
			background: url(images/puce.png) no-repeat 0 4px;
			padding-left: 15px;
		}
		.sousmenu ul li a {
			text-decoration: none;
		}


		/* blog du mois */
		.blogdumois {
			position: relative;
			margin-bottom: 30px;
		}
		.blogdumois img {
			float: left;
			margin: 0 7px 3px 0;
		}
		.blogdumois h2 {
			color: #999;
			margin: 5px 0;
		}
		.blogdumois h3 {
			color: #f90;
			font-size: 16px;
			margin: 7px 0;
			padding: 0;
		}
		.blogdumois h3 a {
			text-decoration: none;
		}
		.blogdumois .texte {
		}
		.blogdumois .ensavoirplus {
			background: #333;
			border: 1px solid #666;
			border-width: 0 1px 1px 1px;
			text-align: center;
			height: 23px;
			width: 120px;
			margin: 0;
			padding-top: 7px;
			position: absolute;
			bottom: -31px;
			right: -1px;
		}
		.blogdumois .ensavoirplus a {
			background: url(images/puce.png) no-repeat 0 4px;
			text-decoration: none;
			padding-left: 15px;
		}
		
		
		/* dernières contributions */
		.dernierescontributions h2 {
			font-size: 12px;
		}
		.dernierescontributions h2 em {
			color: #fff;
			font-style: normal;
			font-size: 10px;
		}
		.dernierescontributions a {
			text-decoration: none;
		}

		/* galerie d'images */
		#navigation .galerie {
			padding: 10px;
			_height: 75px;
		}
		#navigation .image {
			float: left;
			width: 100px;
			text-align: center;
			height: 100px;
			margin: 2px;
		}
		#navigation .image a, #navigation .image span.img {
			display: block;
			text-decoration: none;
		}
		#navigation .image a:hover {
		}
		#navigation .image span {
			display: block;
		}


	/*
	 * Pied de page
	 */
	#pieddepage {
		clear: both;
		font-size: 11px;
		background: #333;
		border: 1px solid #666;
		padding: 5px;
		margin-top: 10px;
	}
	#pieddepage a {
		text-decoration: none;
	}
	
	/******
	 * Adherent
	 ******/
	#adherent{
		text-align: right;
		font-size: 11px;
		float: right;
	}
	#adherent input {
		vertical-align: middle;
		color: #666;
		font-size: 11px;
		border: 0;
		padding: 0;
		margin: 0;
		background: #ccc;
		width: 50px;
		padding: 1px 3px;
	}
	#adherent input.submit {
		width: auto;
		background: none;
	}
	#adherent select, #adherent option {
		font-size: 11px;
	}
	#adherent p {
		margin: 0;
	}
	#adherent form {
		display: inline;
	}
	
	.poweredby {
		clear: both;
		margin-top: 10px;
		font-size: 0.5em;
		font-size:9px;
		text-align: center;
	}
	.poweredby a {
	}


/************************************************
 * 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: 1px;
	font-size: 1px;
}