﻿/* couleur01 = #669ed7 = (102, 158, 215) */
/* couleur02 = #a2a9a5 = (162, 169, 165) */

html {
	font-size: 100%;
	height: 100%;
}
* {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-size: 0.7em;
	background-color: #669ed7;
	background-image: url(../img/fond.jpg?d=30/12/2009_10:58:51);
	_background-image: url(../img/fond_ie6.jpg?d=30/12/2009_10:58:51);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}
.global {
	background-color: #ffffff;
	min-height: 100%;
	width: 954px;
	padding: 0px 13px 0px 13px;
	margin: 0px auto 0px auto;
	position: relative;
}
h1 {
	display: none;
}
input, textarea, select {
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid RGB(97,0,90);
	/* border: 1px solid #3d5f81; */
	padding: 2px;
}
select.champ {
	width: 300px;
}
input.champ {
	width: 294px;
}
input.champ2 {
	width: 294px;
	height: 100px;
}
th {
	color: #000000;
	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: 83px;
	left: 13px;
	z-index: 100;
}





/* ENTETE //////////////////////////////////////*/

.entete {
	height: 80px;
	position: relative;
}
.logo {
	position: absolute;
	top: 10px;
	left: 30px;
}
.logo img {
	border: none;
}
.retour_accueil {
	display: none;
}
.langues {
	position: absolute;
	top: 55px;
	right: 10px;
}
.langues img {
	border: none;
	margin: 0px 0px 0px 7px;
	float: left;
}
.entete ul.liens {
	background-color: RGB(174,238,0);
	/* background-color: #a2a9a5; */
	background-image: url(../img/liens.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	height: 15px;
	padding: 0px 10px 0px 65px;
	margin: 28px 0px 0px 0px;
	float: right;
}
.entete ul.liens li {
	color: #000000;
	font-size: 1em;
	background-repeat: no-repeat;
	padding: 0px 6px 1px 10px;
	list-style: none;
	display: inline;
}
.entete ul.liens a {
	color: #000000;
	text-decoration: none;
}
.entete ul.liens a:hover {
	text-decoration: underline;
}
.entete .lien2, .entete .lien3, .entete .lien4, .entete .lien5 {
	background-image: url(../img/separateur.gif?d=30/12/2009_10:58:51);
}





/* PIED DE PAGE ////////////////////////////////*/

.pied_page ul.liens {
	display: none;
}





/* MENU ////////////////////////////////////////*/

.menu {
	border-bottom: 1px solid RGB(190,241,51);
	/* border-bottom: 1px dashed #b5bab7; */
	width: 201px;
	padding: 0px 0px 30px 0px;
	margin: 256px 0px 0px 0px;
	float: left;
	clear: left;
}
#menu {
	background-image: url(../img/menu_bas.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid RGB(190,241,51);
	/* border-bottom: 1px dashed #b5bab7; */
	padding: 0px 0px 20px 0px;
	float: left;
}
#menu * {
	z-index: 1000;
}
#menu li {
	list-style: none;
	background-image: url(../img/menu_bord.gif?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	background-position: center left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 199px;
	padding: 0px 1px 0px 1px;
	margin: 10px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
}
#menu li:hover > a {
	background-image: url(../img/menu_puce-o.jpg?d=30/12/2009_10:58:51);
}
#menu li:hover > ul {
	display: block;
}
#menu a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/menu_puce.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	background-position: center left;
	width: 171px;
	padding: 3px 10px 4px 20px;
	margin: 0px -2px 0px 0px;
	float: left;
	position: relative;
}
#menu a:hover {
	background-image: url(../img/menu_puce-o.jpg?d=30/12/2009_10:58:51);
}
#menu ul {
	background-image: url(../img/menu_bord.gif?d=30/12/2009_10:58:51);
	background-repeat: repeat-y;
	background-position: right;
	background-repeat: no-repeat;
	background-position: center left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 201px;
	position: absolute;
	top: -1px;
	left: 202px;
	display: none;
}
#menu ul li {
	border: none;
	width: 201px;
	padding: 0px 1px 0px 1px;
	margin: 0px -2px 0px 0px;			
}
#menu ul li:hover > a {
	background-color: RGB(236,204,234);
	/* background-color: #e0ecf7; */
	background-image: url(../img/menu_puce2.gif?d=30/12/2009_10:58:51);
}
#menu ul a {
	font-size: 1em;
	font-weight: normal;
	background-color: #ffffff;
	background-image: url(../img/menu_puce2.gif?d=30/12/2009_10:58:51);
	background-position: top left;
	width: 184px;
	padding: 3px 5px 4px 10px;
	margin: 0px;
	display: block;
	float: left;
}
#menu ul a:hover {
	background-color: RGB(236,204,234);
	/* background-color: #e0ecf7; */
	background-image: url(../img/menu_puce2.gif?d=30/12/2009_10:58:51);
}
#menu ul ul a {
	font-size: 0.8em;
}





/* CONTENU /////////////////////////////////////*/

.contenu {
	border-top: 2px solid RGB(162,0,151);
	/* border-top: 2px solid #669ed7; */
}
.contenu h2 {
	color: #000000;
	font-size: 1.2em;
	border-bottom: 1px solid RGB(190,241,51);
	/* border-bottom: 1px dashed #b5bab7; */
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px -14px;
}
.contenu h3 {
	color: RGB(97,0,90);
	/* color: #3d5f81; */
	font-size: 1em;
	background-image: url(../img/puce.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 14px;
	margin: 10px 0px 5px -14px;
}
.contenu h3 a {
	color: RGB(97,0,90);
	/* color: #3d5f81; */
}
.contenu a {
	color: #000000;
}
.contenu a:hover {
	text-decoration: none;
}
.contenu ul {
	list-style: none;
}
.contenu li {
	margin: 0px;
	clear: both;
}
.contenu img {
	margin: 0px 10px 10px 10px;
	vertical-align: middle;
}
.contenu li img {
	margin: 0px 10px 0px 10px;
}
.contenu p {
	margin: 0px 0px 10px 0px;
}
.contenu li p {
	margin: 0px;
}
.contenu p.bouton {
	text-align: right;
	padding: 0px 0px 1px 0px;
	margin: 20px 0px 0px 0px;
	clear: both;
}
.contenu p.bouton2 {
	text-align: center;
	padding: 0px 0px 1px 0px;
	margin: 20px 0px 20px 0px;
	clear: both;
}
.contenu p.bouton a, .contenu p.bouton2 a {
	color: #ffffff;
	text-decoration: none;
	background-color: RGB(174,238,0);
	/* background-color: #a2a9a5; */
	padding: 0px 3px 1px 4px;
	cursor: pointer;
}
.contenu p.bouton a:hover, .contenu p.bouton2 a:hover {
	text-decoration: none;
}





/* GAUCHE //////////////////////////////////////*/

.gauche {
	display: none;
}





/* DROITE //////////////////////////////////////*/

.droite {
	background-color: RGB(199,102,192);
	/* background-color: #a3c5e7; */
	background-image: url(../img/droite_bas.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #ffffff;
	height: 243px;
	margin: 0px 0px 0px 354px;
}
.droite h2 {
	border: none;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.droite h3 {
	background-image: none;
	padding: 0px;
	margin-left: 0px;
}
.droite a, .droite p {
	color: #ffffff;
}
.droite li {
	clear: none;
}
.droite p.bouton {
	margin: 10px 0px 10px 0px;
	clear: none;
}
.droite .zone1 {
	background-image: url(../img/droite_haut.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	background-position: top right;
	height: 243px;
	width: 200px;
	float: right;
	overflow: auto;
}
.droite .zone1 div {
	padding: 20px 10px 10px 10px;
}
.droite .zone1 h2 {
	color: #ffffff;
	text-align: center;
}

.droite .zone2 {
	height: 243px;
	width: 370px;
	float: right;
	overflow: auto;
}
.droite .zone2 div {
	padding: 20px 30px 10px 0px;
}
					
.droite .zone3 {
	display: none;
}





/* CENTRE //////////////////////////////////////*/

.centre {
	width: 718px;
	margin: 20px 0px 0px 0px;
	float: right;
}
.centre .zone {
	width: 704px;
	float: left;
}
.centre .zone1, .centre .zone2, .centre .zone3, .centre .zone4, .centre .zone {
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 20px 0px;
}
.centre .zone1 p.bouton, .centre .zone2 p.bouton, .centre .zone3 p.bouton, .centre .zone4 p.bouton {
	margin: 10px 0px 10px 0px;
}
.centre .zone1 li p.bouton, .centre .zone2 li p.bouton, .centre .zone3 li p.bouton, .centre .zone4 li p.bouton {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	height: 8px;
	margin: 0px 0px 5px 0px;
}
.centre .zone1 li p.bouton a, .centre .zone2 li p.bouton a, .centre .zone3 li p.bouton a, .centre .zone4 li p.bouton a {
	background-image: url(../img/plus.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 2px solid #ffffff;
	height: 13px;
	width: 13px;
	padding: 0px;
	margin: 0px 0px -5px 0px;
	display: block;
	float: right;
	position: relative;
}
.centre .zone1 li .bouton span, .centre .zone2 li .bouton span, .centre .zone3 li .bouton span, .centre .zone4 li .bouton span {
	display: none;
}
.contenu .zone .zoneA {
	width: 400px;
	float: left;
}
.contenu .zone .zoneB {
	width: 250px;
	float: right;
}
.contenu .zone .zoneA img {
	margin: 5px 10px 5px 10px;
	vertical-align: middle;
}





/* GUIDE ///////////////////////////////////////*/

.guide p {
	margin: 0px 0px 10px 0px;
}
.guide ul {
	border-top: 1px solid #000000;
	padding: 0px 0px 0px 0px;
}
.droite .zone1 .guide li, .droite .zone2 .guide li,
.centre .zone1 .guide li, .centre .zone2 .guide li, .centre .zone3 .guide li, .centre .zone4 .guide li {
	border-bottom: 1px solid #000000;
	padding: 3px 0px 3px 0px;
}
.guide img {
	border: none;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
.guide a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.guide a:hover {
	text-decoration: underline;
}





/* CLIN D'OEIL /////////////////////////////////*/





/* A NE PAS MANQUER ////////////////////////////*/





/* AGENDA //////////////////////////////////////*/

.zone .agenda li p.bouton {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	height: 8px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.zone .agenda li p.bouton a {
	border-left: 2px solid #ffffff;
	margin: 0px 0px -5px 0px;
	display: block;
	float: right;
	position: relative;
}





/* ACTU ////////////////////////////////////////*/

.zone .actu li p.bouton {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	height: 8px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.zone .actu li p.bouton a {
	border-left: 2px solid #ffffff;
	margin: 0px 0px -5px 0px;
	display: block;
	float: right;
	position: relative;
}





/* 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 ///////////////////////////////////*/

.recherche p {
	font-style: italic;
	margin: 0px 0px 0px -14px;
}
.contenu .recherche p.bouton2 a span {
	font-style: normal;
}
.recherche table {
	margin-top: 20px;
}
.recherche select.champ {
	width: 250px;
}
.recherche input.champ {
	width: 244px;
}

.centre .recherche_listing p.resultats {
	font-style: italic;
	margin: 10px 0px 20px -14px;
}
.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;
}
.centre .recherche_listing p.bouton {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	height: 8px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.centre .recherche_listing p.bouton a {
	border-left: 2px solid #ffffff;
	margin: 0px 0px -5px 0px;
	display: block;
	float: right;
	position: relative;
}





/* LIENS UTILES ////////////////////////////////*/

div.liens li p.bouton {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	height: 8px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
div.liens li p.bouton a {
	border-left: 2px solid #ffffff;
	margin: 0px 0px -5px 0px;
	display: block;
	float: right;
	position: relative;
}
div.liens img {
	margin-top: -13px;
	float: right;
}





/* PLAN DU SITE ////////////////////////////////*/

div.plan ul {
	margin: 20px 0px 0px 50px;
}
div.plan li {
	color: #000000;
	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 {
	color: RGB(97,0,90);
	/* color: #3d5f81; */
	text-decoration: none;
	background-image: url(../img/puce.jpg?d=30/12/2009_10:58:51);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 14px;
}
div.plan a:hover {
	text-decoration: underline;
}
div.plan li li a {
	color: #000000;
	background-image: none;
	padding: 0px;
}





/* BROCHURES LISTING ///////////////////////////*/

div.brochures_listing  p.explication {
	font-style: italic;
	margin: 0px 0px 20px -14px;
}
div.brochures_listing li h3 input {
	vertical-align: top;
	background: transparent;
	border: none;
	height: 13px;
	width: 13px;
	margin: 0px 6px 0px -17px
}
div.brochures_listing ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
div.brochures_listing li {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	padding: 0px 0px 10px 0px;
	margin: 16px 0px 0px 3px;
}
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 -14px;
}
div.brochures_commande ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
}
div.brochures_commande p.bouton2 {
	margin: 0px 0px 10px 0px;
}
div.brochures_commande li p.bouton {
	border-bottom: 1px solid RGB(174,238,0);
	/* border-bottom: 1px solid #a2a9a5; */
	height: 8px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
div.brochures_commande li p.bouton a {
	border-left: 2px solid #ffffff;
	margin: 0px 0px -5px 0px;
	display: block;
	float: right;
	position: relative;
}
.brochures_commande table {
	margin: 20px 0px 20px 0px;
	clear: left;
}





/* AUTRES //////////////////////////////////////*/

p.date span {
	font-size: 1em;
	font-weight: bold;
}





/* RAD EDITOR //////////////////////////////////*/

.RADEditor img {
	float: none;
}
.RADEditor a {
	color: #000000;
	text-decoration: underline;
}
.RADEditor a:hover {
	color: #000000;
	text-decoration: none;
}

.page_vierge {
	width: 718px;
	float: left;
}