/*** 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%;
}
li {
	margin-left: 25px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-weight: normal;
	text-align: left;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #a1a1a1;
}
td { 	/* Font idem que body */

}
p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}
a {
	color:#8bad48;
	font-weight: bold;
	text-decoration : underline;
}
a:hover {
	color:#0f8f54;
	text-decoration : underline;
}

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


#conteneur {
	width: 100%;
	background: #ffffff;
	font-size: 14px;

}
#header {
        display:block;
        height: 89px;
        overflow: hidden;
        width: 100%;
        background: #8bad48;
        color: #fff;
}
#logo {
        display: block;
        width: 161px;
        height: 54px;
        text-indent: -9999px;
        background: url(visuels/logo_cmb.jpg) top left no-repeat;
        clear: left;
        float: left;
        margin-top: 17px;
        margin-left: 30px;
}
.interne #logo { cursor: pointer;}
#header_txt {
        display: block;
        width: 960px;
        margin: 0 auto;
}
#client {
        float: right;
        height: 60px;
        width: 560px;
        background: url(visuels/bg_webline.jpg) top left no-repeat;
        margin-top: 14px;
        margin-right: 30px;
}
#contenu {
        width: 960px;
        margin:auto;
        clear:left;
}
#contenu_txt {
        width: 100%;
        float: left;
        background: url(visuels/bg_contenu.jpg) top left repeat-y;
}
#col_gauche {
    float: left;
    width: 290px;
    margin-left: 30px;
}
#col_droite {
    float: left;
    width: 640px;
}
#col_droite_interne {
    float: left;
    width: 610px;
    padding: 25px 0 0 15px;	
}
#zone_visuels {
    width: 100%;
    display: block;
    height: 200px;
    background: url(visuels/bg_zone_visuels.jpg) top left;
    overflow: hidden;
}
#visuels {
    width: 960px;
    display: block;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    background: url(visuels/bg_zone_visuels.jpg) top left;
}
#visuels img { float: left;}
.interne #visuels {
    padding-left: 60px;
}
.prev_visuel {
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 50%;
    margin: 85px 0 0 -465px;
    background: url(visuels/bt_prev.png) top left no-repeat;
}
.next_visuel {
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 50%;
    margin: -155px 0 0 435px;
    background: url(visuels/bt_next.png) top left no-repeat;
}
#zone_actu {
    float : right;
    display: block;
    width: 610px;
    padding: 25px 15px 0 0px;
}
#zone_breve {
    float: right;
    display: block;
    width: 612px;
    margin-top: 15px;
    padding: 10px 13px 20px 13px;
    background: #ececec url(visuels/bg_breve.jpg) top right no-repeat;
}
#zone_breve h3{
    font-weight: normal;
    font-size: 14px;
}
#pied_page {
    width: 100%;
    font-size: 14px;
    clear: both;
    display:block;
    background: #555555;
    border-top: 6px solid #8aac46;
    height: 28px;
    padding: 12px 0 0 0;
    color: #d8d8d8;
}
#pied_page a:hover{
    color: #fff;
}
#pied_page_txt {
    display: block;
    width: 960px;
    margin: 0 auto;
    text-align: right;
    padding-right: 30px;
}

#test_aro {
	display: block;	
	float: right;
	width: 345px;
	height: 200px;
	padding: 10px;
	background-color: #CCCCCC;
	margin-top: -65px;
}

#fil_ariane {
        font-size: 12px;
}
#fil_ariane a {
        color: #a1a1a1
}
#fil_ariane a:hover {
        color: #0f8f54;
        text-decoration: none;
}
.debut_ariane {
    float: left;
    padding: 0;
    margin: 0;
}
.fleche {

}
/* 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 */		
	font-weight: bold;	
	font-size: 1.4em;	
}
.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{
	margin-top: 10px;
        display:block;
	float:right;
	background:#996600;
	}
#form_recherche #img_recherche{
	float:left;
	display:block;	}
#form_recherche input{
	float:left;}
#form_recherche #btn_recherche{
	background:url(visuels/bt_ok.gif);
	width:21px;
	height:14px;
	display:block;
	text-indent:-9999px;
	float:left;	
}

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


#contacts_form {
	width: 500px;	
	margin-left: auto;
	margin-right: auto;	
}
#contacts_form.v2 {
	width: 500px;
	padding: 20px;	
	margin-left: -13px;
	margin-right: auto;
	background: #ececec url(visuels/bg_breve.jpg) top right no-repeat;	
}
#contacts_form span.separation{
	display: block;
	float: left;
	width: 460px;	
	padding: 20px;
	border-top: 1px solid #CCC;	
}
.calage_centre{
	display:block;
	text-align:center;
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:85px;
	text-align:right;
	margin:5px 10px 0px 0px;
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:14px;	
}
.calage_gauche label{
	padding:0 15px 0 5px;
	font-weight:normal;
	
}
	
.asterisque {
	color: #ff0000;
}

a.lien_bouton {
	display: block;
	width: 100px;
	padding: 5px 10px;
	border-radius : 10px; 
	-moz-border-radius : 10px; 
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #88AD46;	
	text-align: center;			
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}
a.lien_bouton:hover {
	background-color: #02884B;
	color: #FFFFFF;		
	text-decoration : none;		
}
.contacts_input {
	border:1px solid #CCC;
	padding:3px;
}
/******** 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;
        font-size: 12px;
        padding: 10px;
        color: #c9c9c9;
}

.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	font-weight: normal;
        font-size: 24px;
        color: #68b276;
}
.interne h3.actu_titre {		/* Titre de news et contenus de brèves en page interne */
	font-weight: bold;	
}

.actu_chapeau{
	font-weight:normal;
}
.lire_plus{
    display: block;
    width: 130px;
    height: 30px;
    background: url(visuels/bt_savoir_plus.jpg) top left no-repeat;
    text-indent: -9999px;
    margin: 10px 0 0 0;
    float: right;
}
.lire_plus:hover{
    background: url(visuels/bt_savoir_plus-over.jpg) top left no-repeat;
}
.lire_autre_news{
    margin: 0 0 0 20px;
    padding: 0 0 0 10px;
    text-decoration: none;
    background: url(visuels/puce_autre_news.gif) left no-repeat;
    line-height: 30px;
}
.lire_egalement{ padding: 0 0 10px 0;}


#zone_lire_plus{
	display:block;
	clear:left;
	padding:0 0 30px 0;
}


/* Abonnement par email aux actualités */
#abo_email {
	display: block;	
	width: 340px;
	padding: 10px;
	border: 1px solid #990033;
	background: #FFF;
	margin: 0 auto;
}
#abo_email p {
	display: block;
	width: 280px;
	height: 26px;
	padding: 12px 0 2px 60px;	
	background: #FFF url(visuels/bg_abo_email.gif) center left no-repeat;
}
#abo_email span {
	display: block;
	padding: 8px 0 0 0;	
}
#abo_email input{
	padding: 4px;
	border: 1px solid #CCC;
	float: left;
}
#abo_email a.lien_bouton_abo {
	display: block;
	float: left;
	width: 100px;	
	background-color: #990033;	
	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_ariane {		/* Titre de pages intérieures */
	font-weight:normal;
        font-size: 12px;
        color: #a1a1a1;
        float: left;
        line-height: 24px;
}
h1.titre_page {		/* Titre de pages intérieures */
	font-weight:normal;
	font-size: 36px;
	color: #68b276;
}
h1.titre_page a {
	color: #FFF;
}
#zone_contact{
	width: 100%;
	margin-top: 10px;
	clear: both;
}
#zone_contact a {
	background:url(visuels/bt_contactez.jpg) center left no-repeat;
	display: block;
	height: 28px;
	width: 128px;
	float: right;
	text-indent: -9999px;
	margin: 0 0 20px 5px;
}
#zone_contact a:hover {	
	background:url(visuels/bt_contactez-over.jpg) center left no-repeat;
}
#zone_printmode{
	width: 100%;
	margin-top: 10px;
}
#zone_printmode a {
	float: right;
	background:url(visuels/bt_imprimable.jpg) center left no-repeat;
        display: block;
        height: 28px;
        width: 143px;
        text-indent: -9999px;
        margin: 0 0 20px 5px;
}
#zone_printmode a:hover {	
	background:url(visuels/bt_imprimable-over.jpg) center left no-repeat;
}

/* 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: 290px;
        height: 100%;
        float: left;
        margin-top: 55px;
        margin-bottom: 25px;
}
#menu_int dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;	 
}
#menu_int li { 	
	list-style-type: none;	
}

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

/* MENU VERTICALE */

#menu_int.verticale dt a{ 
	text-decoration: none;	
	width: auto;
	padding:5px 30px 5px 0px;
	background: url(visuels/puce_menu.gif) right no-repeat;
	display:block;
        color: #98b264;
        font-weight: normal;
        margin-right: 45px;
        font-size: 24px;
        text-align: right;
}
#menu_int.verticale dt a:hover {
        color: #dce9c2;
}
#menu_int.verticale dd {
	position: absolute;
	z-index: 100;
	margin-left: 200px;
	margin-top: -36px;
        padding-left: 92px;
}


#menu_int li {
	text-align: left;	
	z-index: 100;
}
#menu_int li a {
	display: block;
	width: 250px;
	padding: 10px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
        border-top: 1px solid #acacac;
        border-bottom: 1px solid #454545;
        background: #545454 url(visuels/puce_ssmenu.gif) right no-repeat;
}
#menu_int li a:hover{
	background: #868686 url(visuels/puce_ssmenu-over.gif) right no-repeat;
}


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


ul#plan_site li{
        margin-left: 30px;
        line-height: 30px;
        list-style-image: url(visuels/puce_plansite.gif);
        font-size: 16px;
}

ul#plan_site ul li{
	margin-left:80px; list-style-image: url(visuels/puce_plansite2.gif);}

ul#plan_site ul ul li{
	margin-left:100px;}
	
ul#plan_site li a{ text-decoration: none; font-weight: normal;
}

ul#plan_site ul li a{ color: #848484; font-size: 14px;
}

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


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

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

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

#rss {
	
	background: url(visuels/picto_rss.gif) no-repeat;
        padding: 0 8px 0 8px;
	line-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;
}
.wsc_titre_long {
        font-weight:normal;
        font-size: 36px;
        color: #68B276;
}
.wsc_titre_page1{
        color: #00884b;
        font-weight: bold;
        font-size: 18px;
}
.wsc_titre_page2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	font-size: 16px;
	font-weight: bold;
}
