
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee url(images/body-fond.png) repeat-y center top;
}

a {
	color: #b91c1c;
}
a:hover {
	color: #000;
}

hr {
	color: #97bf0d;
	background-color: #97bf0d;
	height: 2px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur {
	background: #fff;
	width: 842px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	position: relative;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #000;
		margin: 0;
		padding: 0;
		position: relative;
		height: 193px;
		background: #555555;
	}
		

		/******
		 * Titre
		 ******/
		#titre {
			position: absolute;
			bottom: 0;
			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;
		}
		
		
		/******
		 * Accessibilite
		 ******/
		#accessibilite {
			display: none;
		}
		
		
		

		/******
		 * Langues
		 ******/
		#langues {
			position: absolute;
			top: 10px;
			right: 185px;
			padding-top: 3px;
			width: 60px;
		}
		#langues div {
			display: inline;
		}
		#langues h2 {
			display: none;
		}
		#langues a{
			margin: 0 2px 0 0 ;
		}
		#langues img {
			border: 0;
		}
		
		
		/******
		 * Recherche
		 ******/
		#recherche {
			position: absolute;
			top: 10px;
			right: 35px;
		}
		#recherche h2 {
			display: none;
		}
		#recherche p {
			float: left;
			margin: 0 5px 5px 0 ;
		}
		#recherche form {
			text-align: right;
			margin: 0;
			padding: 0;
		}
		#recherche input {
			font-size: 10px;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}
		#recherche #terme {
			width: 80px;
			background: #e0e0e0;
			border: 1px solid #000;
		}
		#recherche .submit {
			background: #000;
			color: #fff;
			border: 0;
		}
		
		
		/******
		 * Ascendance
		 ******/
		#ascendance {
			font-size: 11px;
			margin: 0;
			padding: 0;
			vertical-align: top;
			position: absolute;
			bottom: -20px;
			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 {
		}

	
	
		/************************** MENU DEROULANT ***************************/
		
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipal {
			margin: 0;
			padding: 0;
			position: absolute;
			top: 35px;
			left: 45px;
			height: 20px;
			width: 790px;
			z-index: 200;
		}
	
		#menuprincipal h2 {
			display: none;
		}
		
		/* HORIZONTAL FREESTYLE MENU LAYOUT */
	
		/* All <ul> tags in the menu including the first level */
		.menulist, .menulist  ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
		.menulist ul {
			display: none;
			position: absolute;
			top: 8px;
			margin-top: 12px;
			width: 180px;
			background: #555;
		}
		
		/* Second and third etc. level submenus - position across from parent instead */
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 180px;
		}
		
		/*
		All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
		positioned relatively to correctly offset submenus. Also, they have overlapping borders.
		*/
		.menulist li {
			float: left;
			position: relative;
			margin: 0 0 0 0;
		}
		
		/* Items in submenus - override float/border/margin from above, restoring default vertical style */
		.menulist ul li {
			float: none;
			margin: 0;
			margin-bottom: -1px;
			padding: 0;
			border-bottom: 1px solid #fff;
		}
		.menulist ul>li:last-child {
			margin-bottom: 1px; /* Mozilla fix */
		}
		
		/* Links inside the menu */
		.menulist a {
			display: block;
			padding: 3px 10px 2px 10px;
			text-decoration: none;
			
			font-size: 0.9em;
			color: #fff;
			background: url(images/menuprincipal-separation.png) no-repeat bottom left;
		}
		.menulist>li:first-child a {
			background: none;
		}
		
		/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
		.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 {
		}
	
		.menulist ul a {
			color: #fff;
			background: none;
		}
		.menulist ul a:hover, .menulist>li:first-child ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist>li:first-child ul a.highlighted, .menulist>li:first-child ul a.highlighted:hover {
			color: #a0a0a0;
		}
	
		/* Only style submenu indicators within submenus. */
		.menulist a .subind {
			display: none;
		}
		.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 ***************************/
	




	#milieuPage {
		float: left;
		clear: both;
		width: 100%;
		padding-top: 20px;
		background: url(images/milieuPage-fond.jpg) no-repeat bottom right;
	}


	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		width: 190px;
		margin: 0;
		padding: 0 0 0 10px;
		float: left;
		min-height: 1px;
		_height: 1px;
	}
	
		/* sous-menu */
		.sousmenu {
			color: #787878;
			margin-bottom: 15px;
			padding-bottom: 5px;
			background: url(images/sousmenu-puce.jpg) no-repeat 0 4px;
		}
		.sousmenu strong {
			display: block;
			font-size: 11px;
			padding-bottom: 4px;
			margin-bottom: 5px;
			padding-left: 15px;
			margin-top: 10px;
			background: url(images/sousmenu-fond.png) no-repeat bottom left;
			}
		.sousmenu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.sousmenu ul li {
			margin: 0 0 10px 0;
			padding-bottom: 5px;
			background: url(images/sousmenu-fond.png) no-repeat bottom left;
		}
		.sousmenu a {
			text-decoration: none;
		}
		.sousmenu ul ul {
			margin: 3px 0;
		}
		.sousmenu ul ul li {
			padding-left: 10px;
		}
		

	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		width: 610px;
		float: left;
		margin: 0 0 0 0;
		padding: 0 10px 0 0;
		margin-bottom: 10px;
		border: 0;
		min-height: 400px;
	}
	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #555;
			clear: both;
		}
		.composant h2 {
			font-size: 14px;
			font-weight: bold;
			font-family: "Times New Roman", Times, serif;
			margin: 0 0 15px 0;
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			font-size: 13px;
			font-family: "Times New Roman", Times, serif;
			color: #000;
			margin: 0 0 15px 0;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0 0 15px 0;
		}

		/* contenus */
		.composant ul {
			margin-left: 15px;
			padding-left: 0;
		}

		/* 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;
		}
		
		/* galerie d'images */
		.composant .galerie {
			clear: both;
			float: left;
			width: 100%;
			padding-bottom: 10px;
		}
		.composant .galerie .image {
			float: left;
			width: 150px;
			text-align: center;
			height: 185px;
		}
		.composant .galerie .image a, .composant .galerie .image span.img {
			display: block;
			border: 1px solid #fff;
			text-decoration: none;
			font-size: 0.8em;
			height: 100%;
		}
		.composant .galerie .image a:hover {
			border: 1px solid #000;
		}
		.composant .galerie .image img {
			margin-top: 5px;
		}
		.composant .galerie .image span {
			display: block;
		}

		/* pdf */
		
		.composant .pdf{
			clear: both;
		}
		
		.composant .pdf ul {
			margin-top: 0;
			list-style-image: url(../images/icones/pdf.png);
			margin-left: 20px;
		}
		.composant .pdf li {
			padding-left: 10px;
			font-size: 12px;
		}


		/******
		 * 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 {
		float: left;
		clear: both;
		width: 100%;
		color: #a0a0a0;
		font-size: 11px;
		background: url(images/piedpage-fond.png) no-repeat bottom left;
		margin-top: -7px;
		padding-top: 30px;
		height: 25px;
		position: relative;
	}
	#pieddepage a {
		color: #fff;
		text-decoration: none;
	}
	#pieddepage a:hover {
		color: #a0a0a0;
	}
	
	/* liens plan, glossaire etc */
	.liens {
		position: static;
		top: 35px;
		left: 35px;
		padding-left: 15px;
	}
	.liens a{
		padding-left: 20px;
	}
	.lienPlan{
		background: url(images/pieddepage-lienPlan.jpg) no-repeat 0 0px;
	}
	.lienImprimer{
		background: url(images/pieddepage-lienImprimer.jpg) no-repeat 0 0px;
	}
	.lienImprimerTout{
		background: url(images/pieddepage-lienImprimer.jpg) no-repeat 0 0px;
	}
	.lienPlan:hover{
		background: url(images/pieddepage-lienPlanHover.jpg) no-repeat 0 0px;
	}
	.lienImprimer:hover{
		background: url(images/pieddepage-lienImprimerHover.jpg) no-repeat 0 0px;
	}
	.lienImprimerTout:hover{
		background: url(images/pieddepage-lienImprimerHover.jpg) no-repeat 0 0px;
	}
	
	/******
	 * Adherent
	 ******/
	#adherent{
		text-align: right;
		position: absolute;
		top: 35px;
		left: 432px;
	}
	#adherent input {
		font-size: 11px;
		width: 40px;
		margin: 0;
		padding: 0 0 1px 0;
		background: #aeaeae;
		border: 0;
		vertical-align: middle;
	}
	#adherent select {
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
	#adherent input.submit {
		width: auto;
		background: #000;
		color: #fff;
		border: 0;
		margin: 0;
		padding: 0;
	}
	#adherent p {
		margin-top: 5px;
	}
	#adherent form {
		display: inline;
	}

	
	/* lien "powered by" */
	.poweredby {
		color: #a0a0a0;
		position: absolute;
		right: 35px;
		top: 35px;
	}


/************************************************
 * 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;
}