﻿/* couleur01 = #6c9f00 = (174, 152, 175) */
/* couleur02 = #343842 = (52, 56, 66) */

html {
	font-size: 100%;
}
* {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}
body {
	color: #09124a;
	font-size: 0.7em;
	background-color: #ffffff;
}
.global {
	background-color: #ffffff;
	width: 900px;
	padding: 0px;
	margin: 20px auto 0px auto;
	position: relative;
}
h1 {
	display: none;
}
input, textarea, select {
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #09124a;
	padding: 2px;
}
select.champ {
	width: 300px;
}
input.champ {
	width: 294px;
}
input.champ2 {
	width: 294px;
	height: 100px;
}
th {
	color: #09124a;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}
.clear {
	font-size: 1px;
	height: 2px;
	margin: -2px 0px 0px 0px;
	clear: both;
}
.contenu .clear {
	clear: left;
}
.contenu .centre .clear {
	clear: both;
}
.clear_mep {
	font-size: 1px;
	height: 2px;
	margin: -2px 0px 0px 0px;
	clear: both;
	display: none;
}				
.supplement01 {
	display: none;
}
.supplement02 {
	display: none;
}
.supplement03 {
	display: none;
}
.supplement04 {
	display: none;
}
.supplement05 {
	display: none;
}
.supplement06 {
	display: none;
}
.supplement07 {
	display: none;
}
.supplement08 {
	display: none;
}
.supplement09 {
	display: none;
}
.supplement10 {
	position: absolute;
	top: 99px;
	left: 0px;
	z-index: 100;
}





/* ENTETE //////////////////////////////////////*/

.entete {
	background-color: RGB(137,74,74);
	background-image: url(../img/bandeau_droite.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: top right;
	height: 78px;
}
.logo {
	text-align: center;
	background-color: #ffffff;
	background-image: url(../img/bandeau_gauche.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: top right;
	height: 68px;
	width: 163px;
	padding: 10px 200px 0px 0px;
	display: block;
	position: absolute;
}
.logo img {
	border: none;
}
.retour_accueil {
	display: none;
}
.langues {
	position: absolute;
	top: 82px;
	right: 0px;
}
.langues img {
	border: none;
	margin: 0px 0px 0px 7px;
	float: left;
}
.entete ul.liens {
	margin: 5px 120px 0px 0px;
	_margin: 5px 60px 0px 0px;
	float: right;
}
.entete ul.liens li {
	color: #ffffff;
	font-size: 1em;
	padding: 0px 6px 1px 9px;
	list-style: none;
	display: inline;
}
.entete ul.liens a {
	color: #ffffff;
	text-decoration: none;
}
.entete ul.liens a:hover {
	text-decoration: underline;
}
.entete .lien1 {
	background-image: url(../img/separateur.gif?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: right;
}
.entete .lien2 {
	background-image: url(../img/separateur.gif?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: right;
}





/* PIED DE PAGE ////////////////////////////////*/

.pied_page ul.liens {
	text-align: center;
	width: 1000px;
	padding: 5px 0px 5px 0px;
	clear: both;
	
	display: none;
}
.pied_page ul.liens li {
	color: #000000;
	font-size: 1em;
	padding: 0px 6px 1px 9px;
	list-style: none;
	display: inline;
}
.pied_page ul.liens a {
	color: #000000;
	text-decoration: none;
}
.pied_page ul.liens a:hover {
	text-decoration: underline;
}
.pied_page .lien1 {
	background-image: url(../img/separateur2.gif?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: right;
}
.pied_page .lien2 {
	background-image: url(../img/separateur2.gif?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: right;
}





/* MENU ////////////////////////////////////////*/

.menu {
	background-image: url(../img/menu.gif?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	height: 26px;
	width: 710px;
	margin: -9px 0px 4px 190px;
	position: relative;
	z-index: 200;
}
.menu * {
}
#menu li {
	background-image: url(../img/onglet_menu.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 9px 0px 0px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	display: block;
	float: left;
	position: relative;
}
#menu li.premier {
	margin: 0px;
}
#menu a {
	color: #09124a;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../img/puce_menu.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	padding: 1px 0px 2px 17px;
	float: left;
}
#menu li.premier a {
	background-image: none;
	padding: 1px 0px 2px 0px;
	margin: 0px 0px 0px 17px;
}
#menu ul {
	background-color: #ffffff;
	border: 1px solid RGB(175,127,127);
	width: 200px;
	position: absolute;
	top: 16px;
	left: 1px;
	display: none;
}
#menu ul li {
	background-image: none;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
#menu li:hover > ul {
	display: block;
}
#menu ul li:hover {
	background-color: RGB(231,218,218);
}
#menu ul a, #menu li.premier ul a {
	font-size: 1em;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../img/puce.gif?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	width: 181px;
	padding: 3px 6px 4px 13px;
	margin: 0px;
	display: block;
	float: left;
}
#menu ul a:hover {
	background-color: RGB(231,218,218);
	background-image: url(../img/puce.gif?d=09/04/2009_15:28:14);
}
#menu ul ul {
	top: -1px;
	left: 195px;
}
#menu ul ul a, #menu li.premier ul ul a {
	font-size: 0.8em;
}





/* CONTENU /////////////////////////////////////*/

.contenu {
	width: 702px;
	margin: 0px 0px 20px 0px;
	float: right;
	position: relative;
	z-index: 100;
}
.contenu h2 {
	font-size: 1.2em;
	background-image: url(../img/titre.jpg?d=09/04/2009_15:28:14);
	margin: 0px -10px 10px -10px;
}
.contenu h2 span {
	background-image: url(../img/puce_titre.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	height: 17px;
	padding: 2px 0px 0px 33px;
	display: block;
}
.contenu h3 {
	font-size: 1em;
	margin: 0px 0px 5px 0px;
}
.contenu a {
	color: #09124a;
}
.contenu a:hover {
	text-decoration: none;
}
.contenu ul {
	list-style: none;
}
.contenu li {
	margin: 0px;
	clear: both;
}
.contenu p {
	margin: 0px 0px 10px 0px;
}
.contenu li p {
	margin: 0px;
}
.contenu p.bouton {
	font-size: 0.9em;
	text-align: right;
	margin: 10px 0px 0px 0px;
	clear: both;
	position: relative;
}
.contenu p.bouton2 {
	font-size: 0.9em;
	text-align: center;
	margin: 10px 0px 10px 0px;
	clear: both;
	position: relative;
}
.contenu p.bouton a, .contenu p.bouton2 a {
	color: #000000;
	text-decoration: none;
	background-color: RGB(157,97,97);
	padding: 0px 3px 1px 4px;
	cursor: pointer;
}
.contenu p.bouton a:hover, .contenu p.bouton2 a:hover {
	text-decoration: underline;
}
.contenu p.bouton span, .contenu p.bouton2 span {
	font-weight: normal;
}





/* GAUCHE //////////////////////////////////////*/

.gauche {
	display: none;
}





/* DROITE //////////////////////////////////////*/

.droite {
	width: 160px;
	float: right;
}
.droite .zone1 {
	background-color: RGB(157,97,97);
	background-image: url(../img/droite_haut.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 0px 4px 0px;
}
.droite .zone1 div {
	background-image: url(../img/droite_bas.jpg?d=09/04/2009_15:28:14);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3px 10px 20px 10px;
}
.droite .zone1 h2 {
	text-align: center;
	background-image: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.droite .zone1 h2 span {
	text-align: center;
	background-image: none;
	height: auto;
	padding: 0px;
}
.droite .zone1 li {
	margin: 0px 0px 10px 0px;
}
.contenu .droite .zone1 p.bouton a {
	background-color: RGB(206,176,176);
}

.droite .zone2 {
	background-color: #ffffff;
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	margin: 0px;
}
.droite .zone2 div {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 3px 0px 10px 0px;
}
.droite .zone2 h2 {
	text-align: center;
	background-image: none;
	margin: 0px 0px 10px 0px;
}
.droite .zone2 h2 span {
	text-align: center;
	background-image: none;
	height: auto;
	padding: 0px;
}
.droite .zone2 li {
	margin: 0px 0px 10px 0px;
}
.contenu .droite .zone2 p.bouton a {
	background-color: RGB(206,176,176);
}

.droite .zone3 {
	display: none;
}





/* CENTRE //////////////////////////////////////*/

.centre {
	width: 538px;
	float: left;
}
.centre .zone {
	width: 518px;
	padding: 0px 10px 10px 10px;
	float: left;
}
.centre .zone1, .centre .zone2, .centre .zone3, .centre .zone4 {
	background-color: RGB(206,176,176);
	padding: 0px 10px 10px 10px;
}
.contenu img {
	margin: 0px 10px 0px 10px;
}
.centre .zone1 li, .centre .zone2 li, .centre .zone3 li, .centre .zone4 li {
	position: relative;
}
.contenu .zone .zoneA, .contenu .zone .zoneB {
	width: 254px;
}
.contenu .zone .zoneA {
	float: left;
}
.contenu .zone .zoneB {
	float: right;
}





/* GUIDE ///////////////////////////////////////*/

.guide p {
	margin: 0px 0px 10px 0px;
}
.guide ul {
	padding: 0px 0px 0px 0px;
}
.guide li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.guide img {
	border: none;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
.guide a {
	font-weight: bold;
	text-decoration: none;
}
.guide a:hover {
	text-decoration: underline;
}





/* CLIN D'OEIL /////////////////////////////////*/





/* A NE PAS MANQUER ////////////////////////////*/





/* AGENDA //////////////////////////////////////*/

.zone .agenda ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
.zone .agenda li {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 518px;
	padding: 5px 0px 10px 0px;
}





/* ACTU ////////////////////////////////////////*/

.zone .actu ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
.zone .actu li {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 518px;
	padding: 5px 0px 10px 0px;
}





/* CONTACT /////////////////////////////////////*/

.coord p {
	margin: 10px 0px 30px 0px;
}
.contact_plan p {
	text-align: center;
	margin: 10px 0px 30px 0px;
}
.venir p {
	margin: 10px 0px 30px 0px;
}
.contact p {
	font-style: italic;
}
.contact table {
	margin-top: 20px;
}
.contenu .contact p.bouton2 a span {
	font-style: normal;
}





/* RECHERCHE ///////////////////////////////////*/

.centre .recherche_listing p.resultats {
	font-style: italic;
	margin: 20px 0px 20px 0px;
}
.centre .recherche_listing p.resultats span {
	font-weight: bold;
}
.recherche_listing p.pagination {
	text-align: center;
	margin: 10px 0px 7px 0px;
	clear: both;
}
.recherche_listing p.pagination a {
	color: #000000;
	text-decoration: underline;
}
.recherche_listing p.pagination a:hover {
	text-decoration: none;
}
.recherche_listing ul {
	margin: 10px 0px 0px 0px;
	list-style: none;
}
.centre .recherche_listing li {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 518px;
	padding: 5px 0px 10px 0px;
}

.recherche {
	padding-bottom: 50px;
}
.recherche p {
	font-style: italic;
	margin: 0px;
}
.contenu .recherche p.bouton2 a span {
	font-style: normal;
}
.recherche table {
	margin-top: 20px;
}
.recherche select.champ {
	width: 250px;
}
.recherche input.champ {
	width: 244px;
}





/* LIENS UTILES ////////////////////////////////*/

div.liens ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
div.liens li {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 518px;
	padding: 5px 0px 10px 0px;
}
div.liens img {
	margin-top: -13px;
	float: right;
}
div.liens h3 a {
	text-decoration: none;
}
div.liens h3 a:hover {
	text-decoration: underline;
}





/* PLAN DU SITE ////////////////////////////////*/

div.plan ul {
	margin: 20px 0px 0px 50px;
}
div.plan li {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style: none;
}
div.plan ul ul {
	margin: 5px 0px 0px 0px;
}
div.plan li li {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style: disc;
	font-weight: normal;
}
div.plan a {
	text-decoration: none;
}
div.plan a:hover {
	text-decoration: underline;
}





/* BROCHURES LISTING ///////////////////////////*/

div.brochures_listing  p.explication {
	font-style: italic;
	margin: 20px 0px 20px 0px;
}
div.brochures_listing li h3 input {
	background: transparent;
	border: none;
	margin: 0px 4px 0px 0px
}
div.brochures_listing ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
div.brochures_listing li {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 518px;
	padding: 5px 0px 10px 0px;
}
div.brochures_listing img {
	margin-top: -13px;
	float: right;
}
div.brochures_listing ul li p {
	padding: 0px 0px 0px 2px;
}

/* BROCHURES COMMANDE //////////////////////////*/

div.brochures_commande p.explication {
	font-style: italic;
	margin: 20px 0px 20px 0px;
}
div.brochures_commande ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
div.brochures_commande li {
	background-image: url(../img/pointilles.gif?d=09/04/2009_15:28:14);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 518px;
	padding: 5px 0px 10px 0px;
}
.contenu .brochures_commande p.bouton {
	margin: 10px 0px 0px 0px;
}
.brochures_commande table {
	margin-top: 20px;
	clear: left;
}





/* AUTRES //////////////////////////////////////*/

p.date span {
	font-size: 1em;
	font-weight: bold;
}
li p span {
	font-weight: bold;
}





/* RAD EDITOR //////////////////////////////////*/

.RADEditor img {
	float: none;
}
.RADEditor a {
	color: #09124a;
	text-decoration: underline;
}
.RADEditor a:hover {
	color: #09124a;
	text-decoration: none;
}

.contenu h2 img {
                vertical-align: middle;
}
