/*** INFORMATIONS DE LICENCE ***
* Ce fichier est intégré au développement d'un site Web
* Cette feuille de style est dessinée par JNBi L'agence Web
* Tous droits réservés */

/* Table des matières

	- CSS généraux
	- CSS structure	
	- CSS de formulaires
	- Actualités / Brèves / Webline
	- Pages (et zones de bas de page)
	- Consultations
	- Agenda
	- CSS de menus
	- CSS du plan du site
	- CSS de signatures
	- CSS RSS	

*/

/* Informations CSS générales */
/* ----------------------------------------------------------------------------------------------*/

* {
    margin: 0px;
    padding: 0px;
}
html {
    font-size: 100.001%;
}
body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.625em;
    font-weight: normal;

    text-align: left;
    background:#990033;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;

}
td {
    /* Font idem que body */
}

p {
    padding-top:10px;}

a {
    color:#9f7c18;		/* 307738 puis d7a619 (trop clair) */
    font-weight: normal;
    text-decoration : underline;
}
a:hover {
    color:#000000;		/* 0A4811 */
    text-decoration : underline;
}

/* Informations CSS Structures */
/* ----------------------------------------------------------------------------------------------*/


#conteneur {
    width: 960px;
    margin:10px auto;
    background: #ffffff;
    font-size:1.2em;
}
#header {
    display:block;
}
#contenu {
    clear:left;
    display:block;
}
#pied_page {
    display:block;
}
#test_aro {
    display: block;
    float: right;
    width: 345px;
    height: 200px;
    padding: 10px;
    background-color: #CCCCCC;
    margin-top: -65px;
}

/* Informations CSS Formulaires */
/* ----------------------------------------------------------------------------------------------*/

#zone_log {		/* Login/Password pour l'accès aux pages réservées */
             width: 100%;
             text-align:center;
}
#zone_log_formulaire {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.alerte_formulaire_ok {	/* CSS de formulaires en général */
                        background:url(visuels/valide.gif);
                        display:block;
                        margin:0px auto;
                        font-weight:bold;
                        text-align:center;
                        padding:20px 10px;
                        color:#008C42;
}
.alerte_formulaire_ko {
    background:url(visuels/refuse.gif);
    border:1px solid #CC3131;
    color:#fff;
    display:block;
    margin:0px auto;
    font-weight:bold;
    text-align:center;
    padding:10px;
}

/******** Formulaire recherche **************/
#form_recherche{
    display:block;
    float:left;
    background:#996600;
}
#form_recherche #img_recherche{
    float:left;
    display:block;	}
#form_recherche input{
    float:left;}
#form_recherche #btn_recherche{
    background:url(visuels/bouton_ok.gif);
    width:29px;
    height:28px;
    display:block;
    text-indent:-9999px;
    float:left;
    margin-left:10px;
    margin-top:-5px;
}

/******** Formulaire contacts **************/


#contacts_form{
    width:500px;
    padding:10px;
    margin-left:auto;
    margin-right:auto;
}
#contacts_form span.separation{
    display: block;
    float: left;
    width: 460px;
    margin:10px;
    padding: 10px;
    border-top: 1px solid #CCC;
}
.calage_centre{
    display:block;
    text-align:center;
    font-size: 12px;
}
.calage_droite{
    clear:both;
    display:block;
    float:left;
    width:80px;
    text-align:right;
    margin:5px 10px 0px 0px;
    font-size: 12px;
}
.calage_gauche{
    display:block;
    float:left;
    text-align:left;
    margin:0px 0px 0px 0px;
    line-height:14px;
    font-size: 12px;
}
.calage_gauche label{
    padding:0 15px 0 5px;
    font-weight:normal;
}
h3.titre_form{
    font-size: 18px;
    font-family: "Trebuchet MS";
    color: #91ae35;
}

.asterisque {
    color: #ff0000;
}

a.lien_bouton {
    display:block;
    width:80px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    background-color: #91ae35;
    border: 1px solid #FFFFFF;
    padding: 10px 10px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration : none;
    letter-spacing: 1px;
}
a.lien_bouton:hover {
    background-color: #000000;
    text-decoration : none;
}
.contacts_input {
    border: 2px solid #CCC;
    padding: 3px;
    margin: 2px;
}
/******** Formulaire newsletter **************/

#newsletter_form{
    width: 420px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CCCCCC;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#newsletter_form p{
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    background-color: #DDDDDD;
}
#newsletter_form .suptitre {
    font-weight: bold;
    letter-spacing: -1px;
    color: #555555;
    margin-left: 20px;
}
#newsletter_form .calage_centre{
    display: block;
    text-align: center;
}
#newsletter_form .calage_droite{
    clear: both;
    display: block;
    float: left;
    width: 80px;
    text-align: right;
    margin-top: 2px;
}
#newsletter_form .calage_gauche{
    display: block;
    float: left;
    text-align: left;
}	
#newsletter_form .asterisque {
    color: #FF0000;
}
#newsletter_form input {
    color: #FF0000;
}
#newsletter_form .legende_cnil {
    font-weight: normal;
    font-style: italic;
}
a.bt_ins_newsletter {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #333333;
    border: 1px solid #FFFFFF;
    padding: 3px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration : none;
    letter-spacing: 1px;
}
a.bt_ins_newsletter:hover {
    background-color: #333333;
    color: #FFFFFF;
    text-decoration : none;
    border: 1px solid #FFCC33;
}
.alerte_formulaire_newsletter_ok {
    color: #148A14;
    font-weight: bold;
    font-style: normal;
}




/* Informations CSS Actualités / Brèves / Webline */
/* ----------------------------------------------------------------------------------------------*/

h2.webline {/* Webline */
            font-weight:normal;
            margin-bottom:30px;
            margin-top:20px;
            color:#cccccc;
            line-height:10px;
}

.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
                          font-weight: bold;
}
.interne h3.actu_titre {
    display: block;
    margin-top: 20px;		/* Titre de news et contenus de brèves en page interne */
    font-weight: bold;
    font-size: 22px;
    padding-bottom:10px;
    font-family: "Trebuchet MS";
    line-height:20px;
}

.actu_chapeau{
    font-weight:normal;
}
.lire_plus{}
.lire_egalement{
    font-size: 18px;
    font-family: "Trebuchet MS";
    display: block;
}
#zone_lire_plus{
    display:block;
    clear:left;
    padding:0 0 30px 0;
}


/* Abonnement par email aux actualités */
#abo_email {
    display: block;
    width: 400px;
    padding: 20px;
    background: #e1eec2;
    margin: 0 auto;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#abo_email p {
    display: block;
    width: 340px;
    height: 26px;
    padding: 12px 0 2px 60px;
    background: url(visuels/bg_abo_email.gif) center left no-repeat;
    font-size: 12px;
}
#abo_email span {
    display: block;
    padding: 8px 0 0 0;
}
#abo_email input{
    padding: 4px;
    border: 2px solid #CCC;
    float: left;
}
#abo_email a.lien_bouton_abo {
    display: block;
    float: left;
    width: 100px;
    background-color: #307738;
    padding: 4px 8px;
    margin-left: 10px;
    text-align: center;

    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration : none;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#abo_email a.lien_bouton_abo:hover {
    background-color: #555;
    color: #FFF;
    text-decoration : none;
}


/* Informations CSS Pages et "zones bas de page" */
/* ----------------------------------------------------------------------------------------------*/

h1.titre_page{		/* Titre de pages intérieures */
                font-weight:bold;
                padding-bottom:10px;

}
#zone_menu2{
    text-align: right;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 10px;
    float: left;
}
#zone_contact{
    float: right;
    display: block;
    border-bottom: #7a7877 dotted 1px;
    border-top: #7a7877 dotted 1px;
    margin-left: 20px;
    padding: 3px;
}
#zone_contact a {
    text-decoration: underline;
    background:url(visuels/picto_email.gif) center left no-repeat;
    padding:0px 0px 0px 30px;
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}
#zone_contact a:hover {	
    text-decoration: none;
    color: #e8b525;
}
#zone_printmode{
    float: right;
    display: block;
    border-bottom: #7a7877 dotted 1px;
    border-top: #7a7877 dotted 1px;
    margin-left: 10px;
    padding: 3px;
}
#zone_printmode a {
    text-decoration: underline;
    background:url(visuels/picto_imprimante.gif) center left no-repeat;
    padding:0px 0px 0px 30px;
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}
#zone_printmode a:hover {	
    text-decoration: none;
    color: #e8b525;
}


/* Informations CSS Consultations */
/* ----------------------------------------------------------------------------------------------*/

.consultation_message {
    background-color: #E6E6E6;
    margin-top: 5px;
    overflow-x: auto;
    padding: 5px;
    padding-bottom: 20px;
    width: 520px;
}
.consultation_titre_noir {
    font-weight: bold;
}
.consultation_msg_valide {
    color: #008C42;
    font-weight: normal;
}
.consultation_msg_refuse {
    color: #FF0000;
    font-weight: normal;
}

/* Informations CSS pour l'Agenda 		   */
/* ----------------------------------------------------------------------------------------------*/

#agenda {	
    width: 159px;
    background-color: #C3DB94;
    text-align: center;
}
#agenda_prochain_ev {	
    width: 149px;
    padding: 5px;
    background-color: #DEF5B2;
    text-align: left;
}
#agenda_page_interne_bloc_01 {
    float: left;
    width: 170px;
    text-align: left;
}
#agenda_page_interne_bloc_02 {
    float: left;
    margin-left: 22px;
    width: 350px;
}
#agenda_page_interne_bloc_01_contenu {	
    width: 170px;
    background-image: url(visuels/agenda_page_middle.gif);
    background-repeat: repeat-y;
}
a.lien_evenement {
    font-weight: bold;
    color: #E02424;
    text-decoration: underline;
}
a.lien_evenement:hover {
    color: #E18123;
    font-weight: bold;
    text-decoration: none;
}
a.prochain_evenement {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #606060;
    text-decoration: none;
}
a.prochain_evenement:hover {
    color: #E18123;
    text-decoration: underline;
}
.typo_agenda {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #606060;
}
.typo_agenda_today{
    font-weight: bold;
    background-color:#FFFFFF;
    color: #606060;
}
.typo_agenda_prochain_ev_titre {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #E02424;
}
.titre_agenda_evenement {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #E02424;
}
.titre_agenda_evenement_date {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.select_agenda {
    font-weight: normal;
}

/* Informations CSS de menu */
/* ---------------------------------------------------------------------------------------------- */

#menu_int {
    display: block;
    width: 100%;
    text-align:left;

}
#menu_int dl ,#menu_int dt, #menu_int dd, #menu_int li {
    margin: 0px;
    padding: 0px;
    height:20px;
}
#menu_int li {
    width:100%;
    list-style-type: none;
    margin:0px;
}

/* MENU VERTICALE / HORIZONTALE */
/* changer la valeur de la class de la div menu_int : fichier menu.php */

/* MENU VERTICALE */

#menu_int.verticale {
    margin-top:15px;
}

#menu_int.verticale dl {
    background-image: url(visuels/fleche_liste.gif);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-bottom: 7px;
    margin-left: 0px;
    font-size: 13px;
    font-family: "Trebuchet MS";
    border-bottom: #cf9e13 solid 1px;
    padding: 5px 0 5px 0;
}
#menu_int.verticale dt {
    margin-left:35px;
}
#menu_int.verticale dt a{ 
    text-decoration: none;
    width: auto;
    display: block;
    color: #1f1f1f;
    font-weight: bold;
}
#menu_int.verticale dt a:hover{ 
    color: #000;
}
#menu_int.verticale dd {
    position: absolute;
    z-index: 1000;
    margin-left: 223px;
    margin-top: -38px;

}

/* FIN MENU VERTICALE */



/* MENU HORIZONTALE */
#menu_int.horizontale dl {
    float: left;
}
#menu_int.horizontale dl dt a { 
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    background: #999966;
}
#menu_int.horizontale dl dt a:hover{
    background: #CCCCCC;
}
#menu_int.horizontale .menu_sans_lien {	
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    background: #999966;
    color: #990033;
}
#menu_int.horizontale dd { 
    position: absolute;
    z-index: 100;
    width: auto;
    margin-top: -6px; /* idem à padding #menu_int ul en négatif */
}

/* FIN MENU HORIZONTALE */

#menu_int ul {
    position:relative;
    width:auto;
    height:auto;
    background-color:#FFFFFF;
}
#menu_int li {
    text-align: left;
    z-index: 100;
    background: #FFFFFF url(visuels/background_smenu.gif) right repeat-y;
    padding: 5px 5px 10px 5px;
    border-bottom: #CCCCCC solid 1px;
    border-right: #CCCCCC solid 1px;
    margin-left:0px;
    margin-right:0px;
    width:280px;
    position:relative;
    height:auto;
}
#menu_int li a {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
}
#menu_int li a:hover{
    color: #000000;
    background: #e8b525;
}


/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/

ul#plan_site {
    height: auto;
    line-height: 1.6em;
    font-size: 12px;
    font-weight: normal;
}

ul#plan_site li{

}

ul#plan_site ul li{
    margin-left:60px;}

ul#plan_site ul ul li{
    margin-left:80px;}

ul#plan_site li a{ /* niveau 1 */
}

ul#plan_site ul li a{ /* niveau 2 */
}

ul#plan_site ul ul li a{ /* niveau 3 */
}	


/* Informations CSS Signatures */
/* ----------------------------------------------------------------------------------------------*/

a.jnbi {
    color: #333333;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
a.jnbi:hover {
    color: #333333;
    text-decoration: underline;
}

/* Informations CSS RSS */
/* ----------------------------------------------------------------------------------------------*/

#rss {
    display: block;
    float: left;
    background: url(visuels/picto_rss.gif);
    width: 16px;
    height: 16px;
    text-indent: -9999px;

}

/* Informations CSS FCK */
/* ----------------------------------------------------------------------------------------------*/

.wimg_bordure_rouge {
    border: 2px solid #FF0000;
}
.wimg_bordure_grise {
    border: 1px solid #444444;
}

.wimg_droite {
    padding:0 0 0 5px;
    float:right;
}
.wimg_gauche {
    padding:0 5px 0 0;
    float:left;
}

/*
 * Tiny Slideshow index
*/
#slideshow {
    list-style:none;
    color:#fff}
#slideshow span {
    display:none
}
#wrapper {
    width:480px;
    margin-top:20px;
    display:none}
#wrapper * {
    margin:0;
    padding:0
}
#fullsize {
    position:relative;
    width:480px;
    height:290px;
    background:#000;
    overflow:hidden;
}
#information {
    position:absolute;
    bottom:0;
    width:480px;
    height:0;
    color:#fff;
    z-index:200;
    overflow:hidden;
    background-image:url(visuels/50p_noir.png);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='visuels/50p_noir.png');
}
#information h3 {
    padding: 10px;
    font-size:20px;
    font-weight:bold;
}
#information p {
    padding:0 8px 8px;
    font-weight:normal;
    font-size: 14px;
}
#information a {
    color:#fff;
    text-decoration:none;
}
#information p a {
    font-weight:normal;
}
#image {
    width:480px
}
#image img {
    position:absolute;
    z-index:25;
    width:auto
}
.imgnav {
    position:absolute;
    width:25%;
    height:290px;
    cursor:pointer;
    z-index:150
}
#imgprev {
    left:0;
    background:url(images/left.gif) left center no-repeat
}
#imgnext {
    right:0;
    background:url(images/right.gif) right center no-repeat
}
#imglink {
    position:absolute;
    height:290px;
    width:100%;
    z-index:100;
    background-color:#FFFFFF;
    opacity:.0;
    filter:alpha(opacity=0)
}
#thumbnails {
    margin-top:15px
}
#slideleft {
    padding-left:20px;
    float:left;
    width:27px;
    height:80px;
    background:url(visuels/bouton_slider_gauche.jpg) center center no-repeat;
}
#slideleft:hover {
}
#slideright {
    padding-right:20px;
    float:right;
    width:27px;
    height:80px;
    background:url(visuels/bouton_slider_droite.jpg) center center no-repeat;
}
#slideright:hover {
}
#slidearea {
    float:left;
    position:relative;
    width:380px;
    margin-left:5px;
    height:81px;
    overflow:hidden
}
#slider {
    position:absolute;
    left:0;
    height:81px
}
#slider img {
    cursor:pointer;
    padding:2px
}

/*
    Ajouts mauléon
*/

a img {
    border:none;
}

#centre img {
    padding:15px;
    padding-top:0;
}

html{
    margin:0px;
    padding:0px;
    height:100%;
}
body {
    padding:0;
    margin:0;
    text-align:center;
    background-position:right;
    background-color:#9BCA37;
    height:100%;
    background-image:url(visuels/fond_body.jpg);
    background-repeat:repeat-y;
    background-position:center;
    font-family:sans-serif;
    font-size:11px;
}
#infos_pratiques {
    background-color:#FFFFFF;
    background-image:url(visuels/ombre-wrapper.jpg);
    background-repeat:repeat-x;
    background-position:top;
}
#infos_pratiques_content {
    background-color:transparent;
    display:none;
    width:960px;
    margin:auto;
}
#infos_pratiques_barre {
    background-image:url(visuels/fond_infos_pratique_barre.jpg);
    height:33px;
}
#infos_pratiques_barre .content {
    width:960px;
    margin:auto;
    height:33px;
    background-image:url(visuels/label_infos_pratiques.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}
#content {
    position:relative;
    width: 960px;
    margin:auto;
    height:150px;;
}
#menu {
    margin-top: 16px;
    background-color: #E8B525;
    width: 238px;
    float: left;
    color: #4A4A4A;
    text-align: left;
}
#menu a {
    color:#4A4A4A;
}
h1.tagline{
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    display: block;
    padding-bottom: 20px;
}
#centre h1.tagline {
    margin-left:-30px;
    padding-bottom:30px;
}
#centre_accueil {
    text-align: left;
    float: left;
    margin: 110px 0 10px 20px;
    width: 670px;
}

#centre {
    text-align: left;
    display: block;
    float: left;
    margin: 110px 0 10px 50px;
    width: 630px;
    line-height: 16px;
    font-size:14px;
    overflow:visible;
}

#centre #pied_page {
    margin-left:-30px;
}

#actus {
    float:left;
    width:480px;
}
#cinema {
    background-color:#FFFFFF;
    float: right;
    width: 174px;
    margin-right:5px;
    margin-left: 5px;
    height:300px;
    margin-top:33px;
    background-image:url(visuels/en_tete_le_castel.jpg);
    background-repeat:no-repeat;
    background-position:top;
    padding-top:117px;
}


#cinema .content {
    border-style:solid;
    border-width:1px;
    border-color:#A8A8A8;
    border-top:0;
    height:100%;
}

#zoom {
    background-color:#E7E7E7;
    float:left;
    margin-left:10px;
    margin-top:20px;
    padding-top:43px;
    width:197px;
    background-image:url(visuels/label_zoom_sur.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

#breves {
    background-color:#FFFFFF;
    float:left;
    margin-left:10px;
    margin-top:20px;
    padding-top:43px;
    width:450px;
    background-image:url(visuels/label_a_noter.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}
#zoom .content, #breves .content {
    padding:17px;
    padding-top:0px;
}
#pied_page {
    margin-top: 40px;
    background: #f0f0f0;
    padding: 10px;
    width: 670px;
    font-size:11px;
}
#global {
    height:540px;
    background-image:url(visuels/fond_top.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}

.ligne {
    clear:left;
    float:left;
    width:100%;
}

#form_recherche {
    background-image:url(visuels/degrade_menu.jpg);
    height:204px;
    width:238px;
    color:#FFFFFF;
    overflow:hidden;
}

#form_recherche .content {
    display: block;
    background: url(visuels/background_recherche.gif) no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 5px;
    height: 80px;
    width: 200px;
    -moz-border-radius: 10px;
    -webkit-border-top: 10px;
}

#form_recherche p {
    margin: 0 0 5px 10px;
    padding-bottom: 5px;
}
#form_recherche input {
    border: none;
    margin: -4px 0 0 15px;
    background: none;
}

h1.titre_page {
    text-decoration:none;
    color:#91ae35;
    font-family: Georgia, Times, "Times New Roman", Serif;
    font-size:2.25em;
    padding-top:10px;
    font-weight: normal;
    letter-spacing: -2px;
    position:relative;
}

h1 {
    position:relative;
}

h1 a, h1 a:hover {
    text-decoration:none;
    color:#91ae35;
}

input {
    border-style: solid;
    border-color: #916907;
    padding: 5px;
}

.chapeau_actu {
    padding-bottom:10px;
    padding-top:5px;
}

.image_actu {
    float:right;
    padding-left:10px;
    padding-bottom:10px;
}

hr {
    border:none;
    height:1px;
    background-color:#DDDDDD;
}

.corps_actu {
    padding-top:10px;
    padding-bottom:10px;
}

.categorie_annuaire {
    font-size:15px;
    font-weight:bold;
    color:#DF8D00;
}

a.prec_annuaire {
    float:right;
}

.label_annuaire {
    font-size:15px;
    line-height:25px;
}

a.annuaire {
    font-weight:bold;
    text-decoration:none;
    padding-left:15px;
}

input[type=checkbox], input[type=radio], .noborder {
    border:none;
}

.interne h3.actu_titre {
    margin-top:0px;
    color:#327738;
}
.interne h4.actu_categorie{
    font-style:italic;
    text-decoration:none;
    font-size:12px;
    color:#dddddd;
}

.actu_categorie {
    font-weight:normal;
    color:#999999;
    font-size:12px;
}

h3.categorie_recherche {
    font-size:18px;
    color:#333333;
}

.description_recherche {
    color:#555555;
    font-size:12px;
}

ul.resultats_recherche {
    margin-top:10px;
}

ul.resultats_recherche li {
    line-height:20px;
}
.wsc_titre {
	font-family: Arial, Helvetica, sans-serif;
	color:#91ae35;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
.wsc_intertitre {
	font-family: Arial, Helvetica, sans-serif;
	color:#91ae35;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
}
.wsc_sous-titre {
	font-family: Arial, Helvetica, sans-serif;
	color:#993402;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.wsc_sous-titre-gris {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.wsc_chapeau {
	font-weight: bold;
	font-style: italic;
}
.wsc_blockquote {
	display:block;
	float:right;
	margin-left:20px;
	margin-top:-30px;
	margin-bottom:20px;
	padding-left:50px;
	padding-top:40px;
	background:url(visuels/fond-blockquote.jpg);
	background-repeat:no-repeat;
	width:250px;
	color:#333333;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 15px;
	line-height:20px;
	font-weight: bold;
	font-style: italic;
}
li {
	list-style:none;
    margin-left: 25px;
    padding-left:15px;
	background:url(visuels/puce_orange.gif) center left no-repeat;
}
ul ul li {
	list-style:none;
    margin-left: 40px;
    padding-left:15px;
	background:url(visuels/puce_orange.gif) center left no-repeat;
}
table{
    border: solid #91ae35 1px;
}
table td{
    border: solid #91ae35 1px;
    padding: 8px;
}
.consult-sign {
	color:#999999;
}


