
body {
	background: #dee2e7;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #36c;
}
a:hover {
	color: #069;
}

hr {
	color: #36c;
	background-color: #36c;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur {
	font-size: 0.8em;
	background: #fff url(images/body-fond.png) repeat-y center top;
	text-align: left;
	width: 936px;
	margin: 0 auto;
	padding: 0 19px;
	position: relative;
}


	/*************************************************
	 * Navigation de droite
	 *************************************************/
	#navigdroite {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		width: 170px;
		padding-left: 6px;
		float: right;
		min-height: 500px;
		_height: 500px;
	}
	#navigdroite h3 {
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
		/******
		 * Recherche
		 ******/
		#recherche {
			margin-top: 15px;
		}
		#recherche h3 {
			background: url(images/recherche-puce.png) no-repeat 0 2px;
			color: #0a5b9c;
			padding-left: 20px;
		}
		#recherche form {
			margin: 0;
			padding: 0;
		}
		#recherche input {
			vertical-align: middle;
		}
		#recherche #terme {
			border: 1px solid #666;
			width: 135px;
		}
		
		
		/******
		 * Adherent
		 ******/
		#adherent {
			background: #9dbdd7;
			padding: 5px;
			margin: 11px 0 10px 0;
		}
		#adherent h3 {
			color: #fff;
		}
		#adherent input {
			border: 1px solid #666;
			width: 125px;
			vertical-align: middle;
		}
		#adherent input.submit {
			border: 0;
			width: auto;
		}
		#adherent p {
			margin: 0;
			padding: 0;
		}
		#adherent form {
			margin: 0;
			padding: 0;
		}
		
		
		/******
		 * Dossiers
		 ******/
		#dossiers {
			background: #e7eff5;
			padding: 5px;
		}
		#dossiers h3 {
			color: #0a5b9c;
			font-weight: bold;
		}
		#dossiers ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		#dossiers li {
			font-weight: bold;
			background: url(images/dossiers-puce.png) no-repeat 0 1px;
			line-height: 13px;
			padding: 0 0 0 15px;
			margin: 5px 0;
		}
		#dossiers li a {
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			font-weight: bold;
			background: url(images/dossiers-puce-lien.png) no-repeat 0 5px;
			padding-left: 8px;
		}
		
		
		/******
		 * "Boutons"
		 ******/
		#boutons div {
			background: url(images/bouton-fond.jpg) no-repeat top left;
			font-size: 11px;
			margin: 5px 0;
			height: 49px;
			width: 171px;
		}
		#boutons a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 5px 2px 2px 5px;
		}
		#boutons strong {
			font-size: 12px;
			text-transform: uppercase;
			display: block;
			padding: 5px 0 0 25px;
		}
		#bouton-seformer strong {
			background: url(images/bouton-seformer.png) no-repeat 22px 0;
			padding: 5px 0 0 50px;
		}
		#bouton-adherer strong {
			background: url(images/bouton-adherer.png) no-repeat 22px 3px;
			padding: 5px 0 0 50px;
		}
		#bouton-annuaire strong {
			background: url(images/bouton-annuaire.png) no-repeat 22px 0;
			padding: 5px 0 0 50px;
		}
		#bouton-forum strong {
			background: url(images/bouton-forum.png) no-repeat 22px 0;
			padding: 5px 0 0 50px;
		}
		#bouton-annonces strong {
			background: url(images/bouton-annonces.png) no-repeat 22px 0;
			padding: 5px 0 0 50px;
		}
		
	

	/*************************************************
	 * Header
	 *************************************************/
	#header {
		color: #000;
		background: url(images/header-fond.jpg) no-repeat top left;
		padding-top: 17px;
		margin-right: 176px;
	}
		

		/******
		 * Titre
		 ******/
		#titre {
		}
		#titre img {
			border: 0;
		}
		
		/************************** MENU DEROULANT ***************************/
		
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipal {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			background: #0a5b9c url(images/menuprincipal-fond.png) repeat-x top left;
			height: 30px;
			position: relative;
			z-index: 5000;
		}
		
		.menulist, .menulist  ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.menulist li {
			float: left;
			display: block;
			position: relative;
			margin: 0 0 0 0;
		}
		
		.menulist ul {
			display: none;
			position: absolute;
			top: 30px;
			left: 0;
			width: 250px;
			background: #4a98c9;
		}
		
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 250px;
		}

		.menulist ul li {
			float: none;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #fff;
		}
		
		.menulist a {
			font-size: 0.9em;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			color: #fff;
			display: block;
			padding: 8px 15px 4px 15px;
		}
		.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.actif {
			background: #4a98c9 url(images/menuprincipal-lien-fond.png) no-repeat top center;
		}
		
		.menulist ul a {
			color: #fff;
			background: #4a98c9;
			font-weight: normal;
			text-transform: none;
			padding: 1px 10px 0 18px;
		}
		.menulist ul a:hover {
			color: #4a98c9;
			background: #fff;
		}

		.menulist li.membre a {
			padding-left: 18px;
			background: #4a98c9 url(images/menuprincipal-membre.png) no-repeat 5px 3px;
		}
		.menulist li.membre a:hover {
			background: #fff url(images/menuprincipal-membre-hover.png) no-repeat 5px 3px;
		}
		
		.menulist a .subind {
			display: none;
		}
		.menulist ul a .subind {
			display: block;
			float: right;
		}
		

		
		/************************** FIN MENU DEROULANT ***************************/
	

	#milieuPage {
		background: url(images/milieuPage-fond.jpg) repeat-y top left;
		float: left;
		min-height: 100px;
		width: 760px;
		margin-top: 10px;
	}


	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		background: #0a5b9c;
		width: 157px;
		margin: 0 10px 0 0;
		float: left;
		min-height: 100px;
		_height: 100px;
	}
	#navigation hr {
		color: #fff;
		background-color: #fff;
		height: 1px;
		clear: both;
		border: 0;
		margin: 10px 0 0 0;
	}

		
		/* sous-menu */
		.sousmenu {
			color: #fff;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 9pt;
			margin-bottom: 0 5px 15px 10px;
		}
		.sousmenu h3 {
			margin: 0;
			padding: 7px 0 7px 10px;
			font-size: 10pt;
		}
		.sousmenu a {
			color: #fff;
			text-decoration: none;
		}
		.sousmenu a:hover {
			text-decoration: underline;
		}
		.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;
		}
		
		
		/* sous-menu */
		.sousrubriques a {
			display: block;
		}
		.sousrubriques a:hover, .sousrubriques a.actif {
			text-decoration: none;
			background: #fff;
			color: #0a5b9c;
		}
		.sousrubriques ul, .sousrubriques li {
			margin: 0;
			padding: 0;
		}
		.sousrubriques li.actif {
			background: #7aa6c9;
			border: 1px solid #042843;
			border-width: 1px 0;
		}
		.sousrubriques li a {
			font-weight: bold;
			padding-left: 10px;
			margin: 2px 0;
		}
		.sousrubriques li li a {
			font-weight: normal;
			padding-left: 20px;
		}
		.sousrubriques li li li a {
			padding-left: 30px;
		}
		
		/* 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 {
		}
		
		
		/* logos adhérents */
		#logosHome {
			position: relative;
			height: 170px;
			width: 170px;
			z-index: 100;
		}
		#logosHome img {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 8;
			display: none;
		}
		#logosHome img.active {
			z-index: 10;
			display: block;
		}
		#logosHome img.last-active {
			z-index: 9;
		}


	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		width: 570px;
		float: left;
		margin: 0 0 0 0;
		padding: 0 10px 0 0;
		margin-bottom: 10px;
		border: 0;
		min-height: 400px;
	}

		/******
		 * Ascendance
		 ******/
		#ascendance {
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #0a5b9c;
			margin: 0;
			padding: 0;
		}
		#ascendance ul {
			margin: 0;
			padding: 3px 7px 7px 0;
		}
		#ascendance li {
			display: inline;
			padding-left: 5px;
		}
		#ascendance a {
			color: #0a5b9c;
			text-decoration: none;
			font-weight: bold;
		}
		#ascendance a:hover {
			text-decoration: underline;
		}

	
		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			color: #666;
			background: url(images/composant-separateur.png) repeat-x bottom left;
			padding-bottom: 5px;
			margin-bottom: 10px;
		}
		.composant h2 {
			color: #0a5b9d;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		.composant a {
		}
		.composant img {
			border: 0;
		}

		/* accroche */
		.composant .accroche {
			color: #000;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 10px 0;
			text-align: justify;
		}
		
		/* texte */
		.composant .texte {
			font-size: 12px;
			margin: 0 0 10px 0;
			text-align: justify;
		}

		/* contenus */
		.composant .texte ul, .composant .accroche ul {
			margin-left: 15px;
			padding-left: 0;
		}

		/* images */
		.composant .imgLeft {
			margin: 6px 10px 10px 0;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 6px 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 */
		.galerie .image {
			width: 102px;
			float: left;
			text-align: center;
		}
		.galerie .image a {
			text-decoration: none;
		}
		.galerie .image img {
			clear: both;
		}
		/*
		 * Formulaires
		 */
		#contenus form {
			margin: 0;
		}
		#contenus form p {
			clear: both;
			margin: 5px 0;
			padding: 0;
		}
		#contenus form p label {
			float: left;
			width: 115px;
			text-align: right;
			padding-right: 15px;
		}
		#contenus form p input {
			margin-right: 5px;
		}
		#contenus form p input.submit {
			width: auto;
		}
		#contenus form hr {
			margin: 0;
			padding: 0;
			clear: both;
			visibility: hidden;
			display: none;
		}


		/* tableaux mis en forme */
		table.colore {
			width: 100%;
			border-collapse: collapse;
		}
		table.colore th {
			background: #4284b7 url(images/categorie-header-fond.png) repeat-x top left;
			color: #fff;
			padding: 3px 5px;
		}
		table.colore td {
			padding: 5px;
			background: url(images/categorie-item-separator.png) no-repeat bottom left;
			vertical-align: top;
		}


		/******
		 * 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 {
		font-size: 10px;
		color: #666;
		background: #dee2e7 url(images/pieddepage-fond.png) no-repeat top center;
		clear: both;
		width: 944px;
		height: 23px;
		margin: 0 auto;
		padding: 14px 15px 0 15px;
	}
	#pieddepage a {
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}
	#pieddepage a:hover {
		color: #000;
	}
	
	#liens {
		float: left;
	}
	
	#coords {
		float: 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;
	height: 1px;
	font-size: 1px;
}