﻿/* couleur01 = #9b4496 = (155, 68, 150) */


* {
	margin: 0px;
	padding: 0px;
}
input, select {
	font-size: 11px;
	background-color:#fbf1ca;
	border:#f6de80 solid 1px;
	margin-right:4px;
}
.global .clear {
	font-size: 1px;
	height: 2px;
	clear:both;
	margin-top: -2px;
}
.global * .clear {
	font-size: 1px;
	height: 2px;
	clear:both;
}
.clear_mep {
	display:none;
}
.champ {
	width: 230px;
	padding: 2px;
}
.champ2 {
	width: 230px;
	height: 100px;
	padding: 2px;
}
th {
	color:#000000;
	text-align:right;
}
body {
	background-color: RGB(216,8,8);
	background-image:url(../img/fond.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:top center;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}
.global {
	width: 936px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
h1 {
	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 {
	display: none;
}


/* ENTETE //////////////////////////////////////*/
.entete {
	background-image:url(../img/header.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	height: 243px;
}
.logo {
	position:absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 55px;
}
.logo img {
	border:0px;
}
.langues {
	position:absolute;
	top: 70px;
	left: 13px;
}
.langues img {
	border: none;
}
.retour_accueil {
	font-size:9px;
	text-decoration:none;
	color:#999999;
	position:absolute;
	left: 15px;
	top: 83px;
	height: 19px;
	line-height: 19px;
}
.retour_accueil:hover {
	text-decoration:none;
	color:#000000;
}
.entete .liens {
	display: none;
}

/* PIED DE PAGE ////////////////////////////////*/
.pied_page {
	display:none;
}

/* MENU ////////////////////////////////////////*/
.menu {
	margin: 0px 20px 20px 20px;
	background-image:url(../img/menu.gif?d=23/02/2009_10:37:59);
	background-repeat:repeat-x;
}
ul#menu {
	text-align: center;
	padding: 0px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
}
#menu * {
	z-index: 1000;
}
#menu li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: px;
	display: inline;
	border-left:#000000 solid 1px;
}
#menu li ul li {
	border-left:none;
}
#menu li.premier {
	border-left: none;
}
#menu li:hover > ul {
	display: block;
}
#menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 8px 3px 8px;
	font-size: 10px;
}
#menu a:hover, #menu li.premier a:hover {
	text-decoration:underline;
}
#menu ul {
	text-align: left;
	background-color: #f4f4f4;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	width: 175px;
	display: none;
	position: absolute;
	top: 16px;
	left: 4px;
}
#menu ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 175px;
	top: 0px;
	float: left;
}
#menu ul a {
	color: #000000;
	font-weight: normal;
	background-image: none;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	display: block;
}
#menu ul ul {
	border-top: none;
	top: 0px;
	left: 175px;
}
#menu ul ul a {
	padding: 1px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
	width: 165px;
}

/* CONTENU /////////////////////////////////////*/
.contenu {
	float:left;
	width: 896px;
	padding-left: 20px;
	padding-right: 20px;
}


/* GAUCHE ////////////////////////////////*/
.gauche {
	width: 164px;
	display: none;
}
.gauche .zone1 {
	width: 164px;
	display: none;
}
.gauche .zone2 {
	width: 164px;
	display: none;
}
.gauche .zone3 {
	width: 164px;
	display: none;
}

/* DROITE ////////////////////////////////*/
.droite {
	width: 178px;
	float:right;
}
.droite .zone1 {
	margin-bottom: 20px;
	padding: 5px;
	width: 168px;
	background-image:url(../img/angle01.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color: RGB(247,205,205);
}
.droite .zone1 h2 {
	padding: 3px 0px 3px 0px;
}
.droite .zone2 {
	margin-bottom: 20px;
	padding: 10px;
	width: 158px;
	background-image:url(../img/angle02.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: RGB(231,106,106);
}
.droite .zone2 h2 {
	background:none;
}
.droite .zone2 p.bouton a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.droite .zone2 p.bouton a:hover {
	text-decoration:none;
}
.droite .zone3 {
	display: none;
}

/* CENTRE ////////////////////////////////*/
.centre {
	width: 700px;
	float:left;
}
.centre .zone2 {
	background-color:#f1f1f1;
}
.centre .zone h2, .centre .zone1 h2, .centre .zone2 h2, .centre .zone3 h2 {
	height: 23px;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	padding-left: 25px;
	padding-top: 9px;
}
.centre .zone .liens, .centre .zone .clin_oeil, .centre .zone .agenda, .centre .zone .recherche_listing, .centre .zone .plan, .centre .zone .brochures_listing, .centre .zone .brochures_commande {
	width: 700px;
	float:left;
}
.centre .zone .actu {
	width: 700px;
	float:left;
	background-color:#f1f1f1;
}


/*.centre .zone .zoneA {
	width: 700px;
	float:left;
}*/

.centre .zone .zoneA {
	width: 340px;
	float:left;
	padding-right: 10px;
}
.centre .zone .zoneB {
	width: 340px;
	float:left;
	padding-left: 10px;
}

/* GUIDE ////////////////////////////////*/
.guide ul {
	list-style: none;
}
.guide h2 span {
	color:#000000;
	font-size: 13px;
}
.guide li img {
	vertical-align:middle;
}
.guide li a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.guide li a:hover {
	text-decoration:underline;
}
.guide li {
	clear:both;
}
.guide h2  {
	text-align:center;
}
.guide p {
	text-align:center;
	margin: 10px 0px 10px 0px;
	color:#000000;
}

/* PAS A MANQUER ACCUEIL ////////////////////////////////*/
.pas_manquer h2 {
	background-image:url(../img/picto01.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.pas_manquer ul {
	list-style:none;
}
.pas_manquer ul li {
	padding-right: 4px;
	padding-bottom: 5px;
}
.pas_manquer li a {
	color:#000000;
	text-decoration:none;
}
.pas_manquer li a:hover {
	text-decoration:none;
}
.pas_manquer h3 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.pas_manquer li h3 a:hover {
	text-decoration:underline;
}
.pas_manquer li h3 a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.pas_manquer p {
	margin-top: 2px;
}
.pas_manquer p.bouton {
	text-align:right;
}
.pas_manquer p.bouton a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.pas_manquer p.bouton a:hover {
	text-decoration:none;
}

/* ACTU  ////////////////////////////////*/
.actu h2 {
	background-image:url(../img/picto04.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:10px;
}
.actu ul {
	list-style:none;
}
.actu ul li {
	padding-right: 4px;
	padding-bottom: 5px;
}
.actu li h3 a:hover {
	color:#000000;
	text-decoration:underline;
}
.actu li h3 a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.actu h3 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-left: 15px;
}
.actu img {
	margin: 5px;
	float:right;
}
.actu ul li p {
	padding-left: 15px;
}
.actu p {
	padding-left: 15px;
}
.actu p.bouton {
	margin-right: 5px;
	margin-top: 5px;
	text-align:right;
	clear:both;
}
.actu p.bouton a, .actu p.bouton2 a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.actu p.bouton a:hover, .actu p.bouton2 a:hover {
	text-decoration:none;
}
.actu p.bouton2 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
	clear:both;
}

/* CLIN D'OEIL ACCUEIL ////////////////////////////////*/
.clin_oeil h2 {
	background-image:url(../img/picto02.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.clin_oeil p {
	margin-right: 10px;
	margin-bottom: 10px;
}
.clin_oeil h3 {
	color:#9b4496;
	font-size: 11px;
	font-weight:bold;
	margin-bottom: 5px;
}
.clin_oeil img {
	margin: 10px;
	float:right;
}
.clin_oeil p.bouton {
	text-align:right;
}
.clin_oeil p.bouton2 {
	text-align:center;
	clear:both;
}
.clin_oeil p.bouton a, .clin_oeil p.bouton2 a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.clin_oeil p.bouton a:hover, .clin_oeil p.bouton2 a:hover {
	text-decoration:none;
}

/* CONTACT ////////////////////////////////*/
.contact_plan h2, .coord h2, .contact h2, .venir h2 {
	background-image:url(../img/picto03.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.contact_plan p {
	padding: 0px 10px 3px 0px;
	text-align:center;
}
.contact_plan img {
	border:#FFFFFF solid 1px;
}
.coord p {
	padding: 0px 10px 3px 0px;
}
.venir p {
	padding: 0px 10px 3px 0px;
}
.contact p {
	padding: 0px 10px 3px 0px;
}
.contact p.bouton2 a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.contact p.bouton2 a:hover {
	text-decoration:none;
}
.contact p.bouton2 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
	clear:both;
}

/* RECHERCHE  ////////////////////////////////*/
.recherche h2 {
	background-image:url(../img/picto01.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.recherche p {
	padding: 0px 10px 3px 0px;
}
.recherche p.bouton2 a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.recherche p.bouton2 a:hover {
	text-decoration:none;
}
.recherche p.bouton2 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
	clear:both;
}


/* RECHERCHE LISTING ////////////////////////////////*/
.recherche_listing h2 {
	background-image:url(../img/picto03.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.recherche_listing .resultats {
	padding-top: 7px;
	padding-bottom: 5px;
	text-align:center;
}
.recherche_listing .resultats span {
	color:#ffb510;
	font-weight:bold;
}
.recherche_listing .pagination {
	font-size: 9px;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.recherche_listing .pagination span {
	color:#ffffff;
	font-weight:bold;
	background-color:#ffb510;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.recherche_listing .pagination a {
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
.recherche_listing .pagination a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.recherche_listing ul {
	margin-left:0px;
	margin-top:0px;
	list-style:none;
}
.recherche_listing ul li {
	padding-right: 8px;
	padding-top: 2px;
}
.recherche_listing li h3 a:hover {
	color:#000000;
	text-decoration:underline;
}
.recherche_listing li h3 a {
	color:#000000;
	text-decoration:none;
}
.recherche_listing h3 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.recherche_listing img {
	margin: 5px;
	float:right;
	border:#FFFFFF solid 1px;
}
.recherche_listing ul li p {
	margin-bottom: 3px;
}
.recherche_listing p a {
	color: RGB(216,8,8);
}
.recherche_listing p a:hover {
	text-decoration:none;
}
.recherche_listing p.bouton {
	margin-top: 3px;
	margin-bottom: 5px;
	text-align:left;
}
.recherche_listing p.bouton a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.recherche_listing p.bouton a:hover {
	text-decoration:none;
}
.recherche_listing p.bouton2 {
	padding: 7px;
	text-align:center;
	clear:both;
}
.recherche_listing p.bouton2 a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.recherche_listing p.bouton2 a:hover {
	text-decoration:none;
}

/* AGENDA ////////////////////////////////*/
.agenda h2 {
	background-image:url(../img/picto01.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
}
.agenda ul {
	list-style:none;
	padding-top: 10px;
}
.agenda ul li {
	padding-right: 4px;
	padding-bottom: 5px;
}
.agenda li h3 a:hover {
	color:#000000;
	text-decoration:underline;
}
.agenda li h3 a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.agenda h3 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.agenda img {
	margin: 5px;
	float:right;
	border:#FFFFFF solid 1px;
}
.agenda p.bouton {
	margin-right: 5px;
	margin-top: 5px;
	text-align:right;
	clear:both;
}
.agenda p.bouton a , .agenda p.bouton2 a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.agenda p.bouton a:hover, .agenda p.bouton2 a:hover {
	text-decoration:none;
}
.agenda p.bouton2 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
	clear:both;
}

/* LIENS UTILES LISTING ////////////////////////////////*/
.liens h2 {
	background-image:url(../img/picto03.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.liens ul {
	margin-left:0px;
	margin-top:0px;
	list-style:none;
}
.liens ul li {
	background-image:url(../img/puce.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:0px;
	margin-bottom: 10px;
	padding-top: 2px;
}
.liens li h3 a:hover {
	color:#000000;
	text-decoration:underline;
}
.liens li h3 a {
	color:#000000;
	text-decoration:none;
}
.liens li h3 {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.liens ul li img {
	margin: 5px;
	float:right;
	border:#FFFFFF solid 1px;
}
.liens p {
	margin-top: 2px;
}
.liens p.bouton {
	margin-top: 10px;
	text-align:left;
}
.liens p.bouton a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.liens p.bouton a:hover {
	text-decoration:none;
}

/* BROCHURES ACCUEIL ////////////////////////////////*/
.brochures {
	display:none;
}

/* BROCHURES LISTING ////////////////////////////////*/
.brochures_listing p.explication {
	margin:10px 10px 10px 10px;
	text-align:center;
}
.brochures_listing li h3 input {
	background: transparent;
	border: 0;
}
.brochures_listing h2 {
	background-image:url(../img/picto03.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.brochures_listing ul {
	margin-left:0px;
	margin-top:0px;
	list-style:none;
}
.brochures_listing ul li {
	background-image:url(../img/puce.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:0px;
	margin-bottom: 10px;
	padding-top: 2px;
}
.brochures_listing li h3 {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.brochures_listing ul li img {
	margin: 5px;
	float:right;
	border:#FFFFFF solid 1px;
}
.brochures_listing p {
	margin-top: 2px;
}
.brochures_listing ul li p {
	margin:0px 0px 0px 20px;
}
.brochures_listing p.bouton {
	margin-top: 3px;
	margin-bottom: 5px;
	text-align:left;
}
.brochures_listing p.bouton a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.brochures_listing p.bouton a:hover {
	text-decoration:none;
}
.brochures_listing p.bouton2 {
	padding: 7px;
	text-align:center;
	clear:both;
}
.brochures_listing p.bouton2 a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.brochures_listing p.bouton2 a:hover {
	text-decoration:none;
}
.brochures_listing .pagination {
	font-size: 9px;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.brochures_listing .pagination span {
	color:#ffffff;
	font-weight:bold;
	background-color:#ffb510;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.brochures_listing .pagination a {
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
.brochures_listing .pagination a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/* BROCHURES COMMANDE ////////////////////////////////*/
.brochures_commande p.explication {
	margin:10px 10px 10px 10px;
	text-align:center;
}
.brochures_commande h2 {
	background-image:url(../img/picto03.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.brochures_commande ul {
	margin-left:0px;
	margin-top:0px;
	list-style:none;
}
.brochures_commande ul li {
	background-image:url(../img/puce.jpg?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:0px;
	margin-bottom: 10px;
	padding-top: 2px;
}
.brochures_commande li h3 {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.brochures_commande p {
	margin-top: 2px;
}
.brochures_commande ul li p {
	margin:0px 0px 0px 0px;
}
.brochures_commande p.bouton {
	margin-top: 3px;
	margin-bottom: 5px;
	text-align:left;
}
.brochures_commande p.bouton a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.brochures_commande p.bouton a:hover {
	text-decoration:none;
}
.brochures_commande p.bouton2 {
	padding: 7px;
	text-align:center;
	clear:both;
}
.brochures_commande p.bouton2 a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 9px;
	font-weight:bold;
	background-color: RGB(216,8,8);
	padding: 1px 5px 1px 5px;
}
.brochures_commande p.bouton2 a:hover {
	text-decoration:none;
}

/* PLAN DU SITE ////////////////////////////////*/
.plan h2 {
	background-image:url(../img/picto03.gif?d=23/02/2009_10:37:59);
	background-repeat:no-repeat;
	background-position:left;
}
.plan ul {
	margin-left: 25px;
}
.plan li {
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:0px;
	margin-bottom: 10px;
	padding-top: 2px;
	list-style:none;
	font-weight:bold;
}
.plan li li {
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:30px;
	margin-bottom: 0px;
	padding-top: 2px;
	list-style:disc;
	font-weight:normal;
}
.plan a:hover {
	text-decoration:underline;
}
.plan a {
	text-decoration:none;
}
.plan li li a {
	color:#000000;
}


/* AUTRES ////////////////////////////////*/
.centre p.date span {
	color:#000000;
	font-size:11px;
}


/* RAD EDITOR ////////////////////////////////*/
.RADEditor img {
	float:none;
	margin:10px;
}
.RADEditor a {
	color:#000000;
	text-decoration:underline;
}
.RADEditor a:hover {
	color:#000000;
	text-decoration:none;
}
.RADEditor ul {
	margin-left:20px;
}
.page_vierge {
                /* background-color: RGB(R2(55),V2(55),B2(55)); */
                background-color: #e3d5bd;
                background-image: url(../img/fond_zone.jpg?d=23/02/2009_10:37:59);
                background-repeat: repeat-x;
                padding: 13px 10px 0px 10px;
}
.contenu h2 img {
                vertical-align: middle;
}
