
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #666;
}

a {
	color: #690;
}
a:hover {
	color: #858585;
}

hr {
	color: #97bf0d;
	background-color: #97bf0d;
	height: 2px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur {
	background: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	position: relative;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #fff;
		margin: 0;
		padding: 20px 0 0 0;
		height: 230px;
		clear: both;
	}
		
		#milieuHeader {
			background: #858585;
			font-size: 11px;
			float: left;
			width: 100%;
			height: 24px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		}
		#milieuHeader a {
			color: #fff;
		}
		#milieuHeader .date {
			float: left;
			margin: 6px 0 0 6px;
		}

		/******
		 * Titre
		 ******/
		#titre {
		}
		#titre img {
			border: 0;
			float: left;
		}
		#titre a {
		}
		
		
		/******
		 * Accessibilite
		 ******/
		#accessibilite {
			display: none;
		}
		
		/******
		 * Recherche
		 ******/
		#recherche {
			float: right;
			width: 150px;
			background: #89b60a;
			padding: 4px 10px 4px 0;
			height: 16px;
		}
		#recherche h2 {
			display: none;
		}
		#recherche p {
			float: left;
			margin: 0;
		}
		#recherche form {
			text-align: right;
			margin: 0;
		}
		#recherche input {
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 1px 0;
			vertical-align: middle;
			border: 0;
		}
		#recherche #terme {
			width: 100px;
			padding-left: 5px;
		}
		#recherche .submit {
			background: #89b60a;
			color: #fff;
			font-weight: bold;
			cursor: pointer;
		}
		
		
		/******
		 * Adherent
		 ******/
		#adherent{
			float: right;
			width: 270px;
			background: #666;
			padding: 4px 0;
			height: 16px;
		}
		#adherent a {
			font-size: 0.9em;
		}
		#adherent p {
			float: left;
			margin: 0 0 0 5px;
		}
		#adherent form {
			display: inline;
		}
		#adherent form span {
			display: block;
			float: left;
			margin: 1px 6px 0 6px;
		}
		#adherent input {
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			width: 70px;
			margin: 0;
			padding: 1px 0 1px 5px;
			border: 0;
			vertical-align: middle;
		}
		#adherent select {
			font-size: 10px;
			margin: 0;
			padding: 0;
		}
		#adherent input.submit {
			width: auto;
			margin: 0;
			padding: 1px 0;
			background: #666;
			color: #fff;
			cursor: pointer;
			font-weight: bold;
		}
		
			
		/************************** MENU DEROULANT ***************************/
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipal {
			margin: 0;
			padding: 9px 0 0 0;
			height: 20px;
			width: 100%;
			float: left;
		}
	
		#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: 12px;
			margin-top: 12px;
			width: 200px;
			background: #733e52;
		}
		
		/* Second and third etc. level submenus - position across from parent instead */
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 205px;
		}
		
		/*
		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;
			display: block;
			position: relative;
			margin: 0 4px 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;
		}
		.menulist ul>li:last-child {
			margin-bottom: 0px; /* Mozilla fix */
		}
		
		/* Links inside the menu */
		.menulist a {
			display: block;
			padding: 4px 6px 3px 6px;
			text-decoration: none;
			color: #fff;
			background: #733e52;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 13px;
		}
		.menulist>li:first-child a {
		}
		
		/* 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 {
			background: #ccc;
			color: #733e52;
		}
	
		.menulist ul a {
			font-size: 11px;
		}
		.menulist ul a:hover, .menulist>li:first-child ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover {
		}
	
		/* 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 ***************************/

		/************
		 * Vidéos
		 ************/
		.video {
			margin: 20px 7px;
			text-align: center;
		}
		.video h3 {
			margin: 0 7px;
			font-size: 20px;
			font-weight: normal;
			color: #10466a;
			text-align: left;
		}
		.video h3 span {
			display: block;
			text-align: right;
			font-size: 12px;
			color: #0069b1;
		}
		.video h4 {
			color: #0069b1;
			font-style: italic;
			font-size: 13px;
			font-weight: normal;
			text-align: right;
			margin: 0 7px;
			clear: both;
		}
		.video .texte {
			font-size: 1em;
			text-align: left;
		}
		.video .texte .leftquote {
			float: left;
			margin: -10px 3px 0 0;
		}
		.video .texte .rightquote {
			float: right;
			margin: -10px 0 0 3px;
		}

		
		/******
		 * Ascendance
		 ******/
		#ascendance {
			font-size: 11px;
			margin: 5px 0 0 0;
			padding: 0;
			vertical-align: top;
			color: #000;
			float: left;
			width: 100%;
		}
		#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 {
			color: #000;
		}
		#ascendance a:hover {
			color: #999;
		}


	#milieuPage {
		clear: both;
		padding-top: 10px;
	}


	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		margin: 0;
		padding: 0 0 0 10px;
		float: left;
		min-height: 1px;
		_height: 1px;
	}
	
		/* sous-menu */
		.sousmenu {
			width: 190px;
			color: #787878;
			margin-bottom: 15px;
		}
		.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;
		}
		

	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		margin: 0 50px 0 50px;
		padding: 0 10px 0 0;
		margin-bottom: 10px;
		border: 0;
		min-height: 250px;
	}
	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #333;
			margin-bottom: 15px;
			float: left;
			width: 100%;
		}
		.composant h2 {
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 5px 0;
			color: #690;
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			font-size: 12px;
			font-weight: bold;
			text-align: justify;
			margin: 0 0 5px 0;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0 0 5px 0;
			text-align: justify;
		}

		/* contenus */
		.composant .texte ul, .composant .accroche ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
		}
		.composant .texte ul ul, .composant .accroche ul ul {
			margin-left: 15px;
		}
		.composant .texte ul li, .composant .accroche ul li {
			padding-left: 10px;
			background: url(images/composant-puce.png) no-repeat 0 4px;
		}

		/* 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 {
			clear: both;
		}
		.composant .pdf ul {
			margin-top: 0;
			list-style-image: url(../images/icones/pdf.png);
		}
		.composant .pdf li {
			padding-left: 7px;
			font-size: 12px;
		}
		

		/*
		 * 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: 40px;
		}
		#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;
			clear: both;
		}
		#imprimer a {
			color: #707070;
			padding-left: 20px;
			background: url(../images/icones/imprimer.png) no-repeat top left;
		}
		
		
	/*
	 * Pied de page
	 */
	#pieddepage {
		clear: both;
		background: #e0e0e0;
		color: #333;
		font-size: 11px;
	}
	#pieddepage a {
		font-weight: bold;
		text-decoration: none;
	}
	#pieddepage a img {
		vertical-align: middle;
	}
	#pieddepage table {
		width: 100%;
		border-collapse: collapse;
	}
	#pieddepage table td {
		vertical-align: top;
	}
	#pieddepage table .ligne1 td {
		background-color: #f0f0f0;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#pieddepage table .cell1 {
		padding-left: 50px;
	}
	#pieddepage table .ligne1 .cell1 {
		width: 160px;
	}
	#pieddepage table .realisation {
		width: 160px;
		color: #666;
		text-align: right;
	}
	#pieddepage table .realisation a {
		color: #666;
	}
	#pieddepage table .coords table {
		width: 320px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	#pieddepage table .coords table .adresse {
		letter-spacing: 0px;
		word-spacing: 1px;
	}
	#pieddepage table .coords table .tel {
		padding-left: 15px;
		background: url(images/pieddepage-coords-tel.png) no-repeat bottom left;
	}
	#pieddepage table .coords table .fax {
		text-align: right;
	}

	/******
	 * Langues
	 ******/
	#langues {
		width: 230px;
		height: 18px;
		padding-top: 7px;
		text-align: right;
	}
	#langues div {
		display: inline;
	}
	#langues h2 {
		display: none;
	}
	#langues a{
		margin: 5px 5px 5px 0 ;
	}
	#langues img {
		border: 0;
	}

	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		color: #a0a0a0;
		clear: both;
		margin-top: 10px;
		font-size: 0.5em;
		font-size:9px;
		text-align: center;
	}
	.poweredby a {
	}
	
	.getAdobe{
		text-align: right;
	}


/************************************************
 * 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;
}
