/*** 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%;
 	background:url(visuels/bg_html.jpg) top left repeat-x;
 }

li {
	margin-left: 25px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-size: normal;
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}
td { 	/* Font idem que body */

}
p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}
a {
		color:#00AA9F;
	font-weight: bold;
	text-decoration : underline;
}
a:hover {
	color:#fbaf18;
	text-decoration : underline;
}

/* Informations CSS Structures */
/* ----------------------------------------------------------------------------------------------*/


#big_conteneur {
	width: 870px;
	margin:0px auto;
	min-height:620px;
	display:block;
	overflow:hidden;
	height:auto;
	background:url(visuels/bg_conteneur.jpg) top left repeat-y;

}
#conteneur {	
	display:block;
	float:left;
	width: 870px;
	background:url(visuels/bg_big_conteneur.jpg) top left no-repeat;
	
}
#header{
	display:inline;
	float:left;
	width:820px;
	margin:0px 24px 0px 24px;
	padding:0px 0px 17px 0px;
	background:url(visuels/bg_header.gif) bottom left no-repeat;
}

#header h1{
	display:block;
	float:left;
	background:url(visuels/logo_membrolle.gif) top left no-repeat;
	width:210px;
	height:105px;
	text-indent:-9999px;
	margin:0px 0px 0px 0px;
}
#header a h1{
	cursor:pointer;
}
#header #bandeau{
	display:block;
	float:left;
	background:url(visuels/banniere.gif) top left no-repeat;
	width:610px;
	height:105px;
	text-indent:-9999px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	text-indent:-9999px;
}


#contenu {
	float:left;
	display:block;
	width:565px;
	min-height:460px;
	}
.interne #contenu {
	float:left;
	display:block;
	width:545px;
	min-height:460px;
	padding:10px 10px 20px 10px;
	}	
#breves {
	float:left;
	display:block;
	width:268px;
	padding:10px;
}
#breves a{
	color:#FFF;
	text-decoration:none;}
#breves a:hover{
	color:#FFF;
	text-decoration:underline;
}
#actus{
	float:left;
	display:block;
	width:252px;
	padding:10px;
	margin-top:10px;	
}
#webline{
	float:left;
	display:block;
	width:252px;
	padding:10px;
	margin-top:10px;	
}
#footer{
	display:block;
	float:left;
	height:155px;
	width:764px;
	padding:0px 53px;
	background:url(visuels/bg_footer.gif) bottom left no-repeat;
}
#footer #partenaires{
	display:block;
	float:left;
	height:75px;
	width:764px;
}
#footer #partenaires img{
	border:none;
}
#footer #partenaires #partenaire_anjou{
	float:left;
	margin-top:29px;
}
#footer #partenaires #partenaire_pdl{
	float:left;
	margin-top:29px;	
}
#footer #partenaires #partenaire_uepdl{
	float:left;
	margin-top:29px;
	margin-left:10px;
}
#footer #partenaires #partenaire_ue{
	float:left;
	margin-top:29px;
	margin-left:20px;
}
#footer #partenaires #partenaire_mfr{
	float:right;
	

}
#footer #menu_bas{
	display:block;
	float:left;
	width:300px;
	margin-top:18px;
	color:#FFF;}
#footer #menu_bas a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;}
#footer #menu_bas a:hover{
	text-decoration:underline;}	

/* 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;
	margin:40px 0px;
	}
#form_recherche label{
	color:#00AA9F;
	font-weight:bold;
	display:block;
	margin:0px 0px 5px 0px;}
#form_recherche #img_recherche{
	float:left;
	display:block;	}
#form_recherche input{
	float:left;
	width:140px;
	padding:1px;
	border:1px solid #00AA9F;}
#form_recherche #btn_recherche{
	text-transform:uppercase;
	margin:3px 5px;
	text-decoration:none;
	color:#00AA9F;
	display:block;
	float:left;
}
h3.cat_recherche {
	display:inline;
	margin:0px;

	clear:left;}

/******** Formulaire contacts **************/


#contacts_form{
	width:420px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size: 100%;	
}
#contacts_form span.separation{
	display:block;
	float:left;
	width:380px;
	margin:0px 10px 10px 10px;
	padding:20px;
	border-top:1px solid #FBAF18;

}
.calage_centre{
	display:block;
	text-align:center;
	font-weight:bold;	
}
.calage_droite,.calage_droite2{
	clear:both;
	display:block;
	float:left;
	width:90px;
	text-align:right;
	margin:5px 10px 0px 0px;
	font-weight:bold;
}
.calage_droite2{
	width:200px;
	text-align:left;
	margin:0px 10px 0px 0px;	
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:14px;	
	font-weight:bold;		
}
	
.asterisque {
	color: #ff0000;
}
#contacts_form h3{
	float:left;

	font-size:1.4em;
	color:#FFF;
	background:url(visuels/fond_contact.gif) no-repeat;
	width: auto;
	border-bottom:none;
	padding:10px 10px 0px 10px;
	
	margin:0px 0px 0px 25px;
}	
a.lien_bouton {
	display:block;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #3ac1b9;
	border: 1px solid #FFFFFF;
	padding: 5px 10px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration : none;
	letter-spacing: 1px;
}
a.lien_bouton:hover {
	background-color: #FBAF18;
	color: #FFF;		
	text-decoration : none;	
	border: 1px solid #FBAF18;
}
.contacts_input {
	border:1px solid #CCC;
	padding:3px;
}
.contacts_input:hover {
	border:1px solid #3ac1b9;
}


/* Informations CSS Actualités / Brèves / Webline */
/* ----------------------------------------------------------------------------------------------*/

h2.webline{		/* Webline */
	font-weight:normal;
	font-size:1em;
}

.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	margin:0;
	padding:0;
	font-size:1.2em;

			
}
.interne h3.actu_titre {		/* Titre de news et contenus de brèves en page interne */
	font-weight: bold;	
}

.actu_chapeau{
	display:block;
}
.lire_plus{
	text-decoration:none;}
.lire_plus:hover{
	color:#333;
	text-decoration:none;}	
.lire_egalement{
	font-weight:bold;}

.actu {
	display:block;
	width:227px;
	border-left:15px solid #fbaf18;
	padding:0px 0px 0px 10px;
	font-size:100%;
	margin:5px 0;
}

.actu.turquoise{
	border-color:#00aa9f;}
.actu.turquoise .lire_plus,.accueil .actu.turquoise h3.actu_titre{
	color:#00aa9f;
}
.actu.vert{
	border-color:#95bd00;
}
.actu.vert .lire_plus,.accueil .actu.vert h3.actu_titre{
	color:#95bd00;
}
.actu.bleu{
	border-color:#00A5EA;
}
.actu.bleu .lire_plus,.accueil .actu.bleu h3.actu_titre{
	color:#00A5EA;
}
.actu.orange{
	border-color:#f08d00;
}
.actu.orange .lire_plus,.accueil .actu.orange h3.actu_titre{
	color:#f08d00;
}
.actu.rouge{
	border-color:#e65800;
}
.actu.rouge .lire_plus,.accueil .actu.rouge h3.actu_titre{
	color:#e65800;
}
.actu.violet{
	border-color:#cf71cf;
}
.actu.violet .lire_plus,.accueil .actu.violet h3.actu_titre{
	color:#cf71cf;

}




/* Informations CSS Pages et "zones bas de page" */
/* ----------------------------------------------------------------------------------------------*/

h1.titre_page{		/* Titre de pages intérieures */
	font-weight:bold;
	color: #FBAF18;
	margin:10px 0px 10px 0px;
}
#zone_contact{
	text-align: right;
	margin: 10px;
	height:38px;	
	float:right;	
	display:inline;
}
#zone_contact a {
	text-decoration: none;
	color:#FFF;
	background:url(visuels/fond_mod.gif) top left no-repeat;
	width: auto;
	height:20px;
	padding:10px 10px 5px 10px;
	display:inline;
		float:left;
}
#zone_contact a:hover {	
	text-decoration: none;
	color:#333;
}
#zone_printmode{
	text-align: right;
	margin-top: 10px;
	height:38px;	
	display:inline;
	float:right;

}
#zone_printmode a {
	text-decoration: none;
	color:#FFF;
	height:20px;	
	background:url(visuels/fond_mod.gif) top left no-repeat;
	width: auto;
	padding:10px 10px 5px 10px;
	display:inline;
	float:left;


}
#zone_printmode a:hover {	
	text-decoration: none;
	color:#333;
}

/* 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 de menu */
/* ---------------------------------------------------------------------------------------------- */


#menu{

	background:url(visuels/bg_menu.gif) top left no-repeat;
	display:inline;
	float:left;
	margin-left:24px;
	width:198px;
	height:358px;
	padding:20px;
}
#bloc_ss_menu{
	padding:0 0 0 0;
	clear:left;}
#menu_int dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;	 
}

#menu_int li { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;

	
}

#menu_int dt {
}


/* MENU VERTICALE / HORIZONTALE */
/* changer la valeur de la class de la div menu_int : fichier menu.php */


/* MENU VERTICALE */

#menu_int.verticale dt a{ 
	font-weight: normal;
	text-decoration: none;	
	width: 180px;
	padding:5px 5px;
	display:block;	
	color:#FFF;
}
#menu_int.verticale dd {
	position: absolute;
	z-index: 100;
	margin-left: 180px;
	margin-top: -26px;
	background: #FBAF18;
	border-left:2px solid #fff;	

	
}


/* FIN MENU VERTICALE */




#menu_int dt a:hover{
	background:#FBAF18;
	color:#333;
}


#menu_int ul {
	padding: 0px;

}
#menu_int li {
	text-align: left;	
	z-index: 100;
}
#menu_int li a{
	font-weight: normal;	
	text-decoration: none;	
	width: 230px;
	padding:5px 5px;
	color:#FFF;
	background:#3AC1B9;
	display:block;
}
#menu_int li a:hover{
	background:#019A90;
}
.menu_sans_lien{	
	font-weight: normal;
	text-decoration: none;	
	width: 180px;
	padding:5px 5px;
	display:block;	
	color:#FFF;			
}
.menu_sans_lien:hover{	
	background:#FBAF18;
	color:#333;	
}


/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/


ul#plan_site li{
	margin:10px;
	list-style-image:url(visuels/puce.gif);

}

ul#plan_site ul li{
	margin-left:60px;
}

ul#plan_site ul ul li{
	margin-left:80px;
}
ul#plan_site li a{ /* niveau 1 */
	color:#333;
}
ul#plan_site li a:hover{ 
	color:#fbaf18;
}
ul#plan_site ul li a{ /* niveau 2 */
	color:#3ac1b9;
}
ul#plan_site ul li a:hover{ 
	color:#333;
}
ul#plan_site ul ul li a{ /* niveau 3 */
	color:#fbaf18;
}	
ul#plan_site ul ul li a:hover{ /
	color:#333;
}

/* Informations CSS Signatures */
/* ----------------------------------------------------------------------------------------------*/

a.jnbi {
	color: #FFF;	
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a.jnbi:hover {
	color: #FFF;		
	text-decoration: underline;
}
.copyright {
	color: #FFF;	
	font-weight: normal;
	font-style: normal;
	text-align:right;
	display:block;
	float:right;
	font-size:0.9em;
	margin-top:18px;
	color:#FFF;	
}








.wsc_titre_vert_dft{
	color:#3ac1b9;
	font-size:1.8em;
}
.wsc_titre_jaune_dft{
	color:#fbaf18;
	font-size:1.8em;
}


.wsc_titre_vert{
	color:#95bd00;
	font-size:1.8em;
}
.wsc_titre_bleu{
	color:#00A5EA;
	font-size:1.8em;
}
.wsc_titre_orange{
	color:#f08d00;
	font-size:1.8em;
}
.wsc_titre_rouge{
	color:#e65800;
	font-size:1.8em;	
}
.wsc_titre_violet{
	color:#cf71cf;
	font-size:1.8em;
}





.wsc_soustitre_vert_dft{
	color:#3ac1b9;
	font-size:1.4em;
}
.wsc_soustitre_jaune_dft{
	color:#fbaf18;
	font-size:1.4em;
}

.wsc_soustitre_vert{
	color:#95bd00;
	font-size:1.4em;
}
.wsc_soustitre_bleu{
	color:#00A5EA;
	font-size:1.4em;
}
.wsc_soustitre_orange{
	color:#f08d00;
	font-size:1.4em;
}
.wsc_soustitre_rouge{
	color:#e65800;
	font-size:1.4em;
}
.wsc_soustitre_violet{
	color:#cf71cf;
	font-size:1.4em;
}






a.awsc_lien_vert{
	color:#95bd00!important;
}
a.awsc_lien_bleu{
	color:#00A5EA!important;
}
a.awsc_lien_orange{
	color:#f08d00!important;
}
a.awsc_lien_rouge{
	color:#e65800!important;
}
a.awsc_lien_violet{
	color:#cf71cf!important;
}
a.awsc_lien_vert:hover{
	color:#fbaf18!important;
}
a.awsc_lien_bleu:hover{
	color:#fbaf18!important;
}
a.awsc_lien_orange:hover{
	color:#fbaf18!important;
}
a.awsc_lien_rouge:hover{
	color:#fbaf18!important;
}
a.awsc_lien_violet:hover{
	color:#fbaf18!important;
}







.wsc_bloc_orange_haut a,.wsc_bloc_bleu_haut a, .wsc_bloc_vert_haut a, .wsc_bloc_rouge_haut a, .wsc_bloc_violet_haut a{
	color:#FFF;
	text-decoration:none;}
.wsc_bloc_orange_haut a:hover,.wsc_bloc_bleu_haut a:hover, .wsc_bloc_vert_haut a:hover, .wsc_bloc_rouge_haut a:hover, .wsc_bloc_violet_haut a:hover{
	color:#FFF;
	text-decoration:underline;}	



.wsc_bloc_orange_haut{
	display:block;
	background:#F08D00 url(visuels/bloc/bloc_orange_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_orange_bas{
	display:block;
	background:#F08D00 url(visuels/bloc/bloc_orange_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.wsc_bloc_bleu_haut{
	display:block;
	background:#01A3E6 url(visuels/bloc/bloc_bleu_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_bleu_bas{
	display:block;
	background:#01A3E6 url(visuels/bloc/bloc_bleu_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.wsc_bloc_vert_haut{
	display:block;
	background:#95BD00 url(visuels/bloc/bloc_vert_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_vert_bas{
	display:block;
	background:#95BD00 url(visuels/bloc/bloc_vert_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.wsc_bloc_rouge_haut{
	display:block;
	background:#E65800 url(visuels/bloc/bloc_rouge_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_rouge_bas{
	display:block;
	background:#E65800 url(visuels/bloc/bloc_rouge_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.wsc_bloc_violet_haut{
	display:block;
	background:#CF71CF url(visuels/bloc/bloc_violet_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_violet_bas{
	display:block;
	background:#CF71CF url(visuels/bloc/bloc_violet_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.wsc_bloc_marron_haut{
	display:block;
	background:#A47E4B url(visuels/bloc/bloc_marron_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_marron_bas{
	display:block;
	background:#A47E4B url(visuels/bloc/bloc_marron_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.wsc_bloc_jaune_haut{
	display:block;
	background:#EFDD00 url(visuels/bloc/bloc_jaune_haut.gif) top left no-repeat;
	width:247px;
	color:#FFFFFF;	
	padding-top:10px;

	}
.wsc_bloc_jaune_bas{
	display:block;
	background:#EFDD00 url(visuels/bloc/bloc_jaune_bas.gif) bottom left no-repeat;
	width:227px;
	padding:5px 10px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}