
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(images/menuprincipal-fond.png) repeat-x left 46px;
}

a {
	color: #6d91a2;
	background: url(images/puce-liens.png) no-repeat left 5px;
	padding-left: 10px;
	text-decoration: none;
}
a:hover {
	color: #000;
}

hr {
	color: #a0a0a0;
	background-color: #000;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

h2{
	background: url(images/puce-titre.png) repeat-y left 3px;
	margin: 10px 0;
	padding-left: 10px;
	color: #f3776e;
	font-size: 15px;
	font-weight: bold;
}

#haut{
	background: none;
	padding: 0;
}

/******
 * Conteneur
 ******/
#conteneur {
	width: 959px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "Lucida sans unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	position: relative;
	background: #fff url(images/milieuPage-fond.png) repeat-y top left;
}

#gauche{
	float: left;
	width: 747px;
}

#droite{
	float: left;
	background: #fff url(images/droite-fond.jpg) repeat-y top left;
	width: 212px;
	z-index: 1;
}

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #000;
		margin: 0;
		padding: 0;
		position: relative;
		height: 159px;
		background: url(images/header-fond.png) no-repeat top left;
	}
		

		/******
		 * Titre
		 ******/
		#titre {
			position: absolute;
			top: 72px;
			left: 25px;
		}
		#titre img {
			border: 0;
			float: left;
		}
		#titre a {
			color: #a0a0a0;
			margin: 10px;
			font-size: 1em;
			font-weight: bold;
			font-variant: small-caps;
			margin: 5px;
			background: none;
			padding: 0;
		}
		
		
		/******
		 * Langues
		 ******/
		#langues {
			position: absolute;
			top: 0;
			right: 10px;
			background: url(images/langues-fond.jpg) no-repeat top right;
			width: 230px;
			height: 18px;
			padding-top: 7px;
			text-align: right;
		}
		#langues div {
			display: inline;
		}
		#langues a{
			margin: 5px 5px 5px 0 ;
		}
		#langues img {
			border: 0;
		}
		
		
		/******
		 * Conteneur de recherche et adhérent
		 ******/
		#intranet {
			background: url(images/intranet-fond.jpg) no-repeat top left;
			position: relative;
			top: 0;
			right: 0;
			height: 80px;
			color: #7f9dad;
			padding-top: 18px;
		}
		
		#intranet h2{
			background: none;
			color: #fff;
			padding: 0 0 0 30px;
			margin: 0;
			font-size: 15px;
		}
		
		/******
		 * Adherent
		 ******/
		#adherent{
			font-size: 9px;
			padding-left: 30px;
		}
		#adherent input {
			font-size: 11px;
			width: 65px;
			margin: 0;
			padding: 0 0 1px 5px;
			background: #d4dfe5;
			border-top: 2px solid #808b91;
			border-left: 2px solid #808b91;
			vertical-align: middle;
			color: #7f9dad;
		}
		#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;
		}
		#adherent a {
			background: none;
			padding: 0;
		}
		
		
		/******
		 * Recherche
		 ******/
		#recherche {
			padding-top: 25px;
			padding-left: 30px;
		}
		#recherche form {
			margin: 0;
		}
		#recherche input {
			font-size: 10px;
			margin: 0;
			padding: 0 0 0 5px;
			vertical-align: middle;
			color: #7f9dad;
		}
		#recherche #terme {
			width: 135px;
			background: #f0f0f0;
			border-top: 2px solid #808b91;
			border-left: 2px solid #808b91;
		}
		
		
		/******
		 * Ascendance
		 ******/
		#ascendance {
			font-size: 11px;
			margin-bottom: 30px;
			padding: 0;
			vertical-align: top;
			color: #a0a0a0;
			z-index: 0;
		}
		#ascendance ul {
			margin: 0;
			padding: 3px 7px 7px 0;
			float: left;

		}
		#ascendance li {
			display: inline;
			padding-left: 5px;
		}
		
		#ascendance a{
			background: none;
			padding: 0;
		}

	
		/************************** MENU DEROULANT ***************************/
		
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipal {
			margin: 0;
			padding: 0 0 0 190px;
			position: absolute;
			top: 46px;
			left: 0;
			background: url(images/menuprincipal-fond.png) repeat-x top left;
			height: 27px;
			width: 769px;
			z-index: 50;
		}
	
		.menulist, .menulist  ul {
			margin: 0;
			padding: 0;
			list-style: none;
			z-index: 50;
		}
		
		.menulist li {
			float: left;
			display: block;
			position: relative;
			margin: 0 0 0 0;
		}
		
		.menulist a {
			font-size: 0.9em;
			color: #fff;
			display: block;
			padding: 3px 10px 2px 10px;
			text-decoration: none;
			background: none;
		}
		.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif {
			background: #fff url(images/menuprincipal-hover-fond.png) repeat-x top center;
		}
		
		.menulist ul {
			display: none;
			position: absolute;
			top: 8px;
			margin-top: 15px;
			width: 180px;
			background: #fff;
		}
		
		.menulist ul li {
			float: none;
			margin: 0;
			padding: 0;
			background: #bc163d;
			border-bottom: 1px solid #000;
		}
		
		.menulist ul a {
			color: #fff;
		}
		.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover {
			color: #fff;
			background: #e61e53;
		}
		
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 180px;
		}
	
		.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;
			font-size: 12px;
			font-weight: bold;			
		}
		/* */
		
		
		/*
		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;
		float: left;
	}

	#flash{
		position: absolute;
		top: 145px;
		left: 0;
	}

	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		background: #e5f5ca url(images/navigation-fond.png) no-repeat top left;
		width: 195px;
		margin: 0;
		padding-top: 175px;
		_height: 1px;
		float: left;
		
	}
	
		/* sous-menu */
		.sousmenu {
			color: #787878;
			padding-bottom: 15px;
			background: url(images/sous-rubrique-fond.png) repeat-y top left;
		}
		.sousmenu a {
		}
		.sousmenu h2{
			margin-left: 10px;
		}
		.sousmenu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.sousmenu ul li {
			margin: 0;
			padding: 2px 0 10px 25px;
			min-height: 15px;
			font-size: 12px;
		}
		
		.sousmenu ul li a{
		}
		.sousmenu ul ul {
			margin: 10px 0 20px 0;
		}
		.sousmenu ul ul li {
			margin: 0 0 0 25px;
			padding: 0 0 0 15px;
			background: url(images/puce-sous-titre.png) no-repeat 0 5px;
			min-height: 0;
		}
		
		.sousmenu ul ul li a{
			color: #000;
			text-decoration: underline;
		}
		/* vidéos */
		.sousmenu .video {
			margin-bottom: 20px;
		}
		.sousmenu .video .texte {
			font-size: 0.8em;
		}
		

		/* FAQ */
		#rubriquesFaq ul li {
			background: none;
			display: block;
		}
		#rubriquesFaq ul li a {
		}
		#rubriquesFaq ul li a:hover {
		}
		#rubriquesFaq ul ul li {
			background: url(images/sousmenu-puce.png) no-repeat 5px 6px;
		}
		#rubriquesFaq ul ul li a {
		}
		#rubriquesFaq .lienPlusFaq {
			padding-right: 10px;
			background: url(images/bullet_toggle_plus.png) no-repeat right 3px;
		}
		/* premier niveau */
		#rubriquesFaq span.actif {
		}
		/* autres niveaux */
		#rubriquesFaq ul ul span.actif {
		}

	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		width: 520px;
		margin: 0 0 0 0;
		padding: 0 10px;
		margin-bottom: 10px;
		border: 0;
		min-height: 400px;
		float: left;
	}
	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #787878;
			background: url(images/contenu-separation.png) no-repeat bottom left;
			padding-bottom: 10px;
			clear: both;
		}
		.composant h2 {
		}
		.composant a {
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			font-size: 12px;
			margin: 0;
			text-align: justify;
			color: #9e052f;
			font-weight: bold;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0;
			text-align: justify;
		}

		/* contenus */
		.composant .texte ul, .composant .accroche ul {
			margin-left: 15px;
			padding-left: 0;
		}

		/* images */
		.composant .imgLeft {
			margin: 10px 10px 10px 0;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 10px 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 */
		.pdf ul {
			margin-top: 0;
			margin-bottom: 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 #000;
		}
		.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 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;
		}
		

		/******
		 * Imprimer
		 ******/
		#imprimer {
			text-align: right;
		}
		#imprimer a {
			padding-left: 20px;
			background: url(../images/icones/imprimer.png) no-repeat top left;
		}
		
/**************************************************************
 * Contenus de droite, c-à-d les documents, liens et agenda
 **************************************************************/

		#contenuDroite{
			width: 202px;
			padding-left: 10px;
			float: left;
		}
		
		#contenuDroite ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#contenuDroite li{
			padding-bottom: 10px;
			margin-bottom: 20px;
			background: url(images/evenement-separation.png) no-repeat bottom left;
		}
		
		#contenuDroite ul ul li{
			padding-bottom: 0;
			margin-bottom: 0;
			background: none;
		}

		#contenuDroite .texte{
			color: #000;
		}
		
		#contenuDroite .composant {
			background: none;
			padding-bottom: 0;
		}

		#contenuDroite a{
		}
		
		.pdf li{
		}
		
		.pdf a{
			padding: 0;
			background: none;
		}
		
		.pdfliens{
			margin-bottom: 50px;
		}
	/*
	 * Pied de page
	 */
	#pieddepage {
		background: #772337;
		clear: both;
		color: #daed80;
		font-size: 12px;
		font-weight: bold;
	}
	
	#pieddepageMilieu{
		background: url(images/pieddepage-fond.jpg) no-repeat left top;
		width: 959px;
		margin: auto;
		height: 75px;
	}
	#pieddepage a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		background: none;
		padding: 0;
		font-weight: normal;
	}
	#pieddepage a:hover {
		color: #787878;
	}
	
	#pieddepage #liens{
		width: 200px;
		float: left;
		text-align: left;
	}
	
	#pieddepage #adresse{
		width: 100px;
		float: right;
		padding-right: 100px;
		text-align: right;
	}
	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		clear: both;
		text-align: left;
	}
	.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: 0;
}
