/*** 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;
	font-size: normal;
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	
	background:#000012 url(visuels/bg.gif) top left repeat-x;

}
td { 	/* Font idem que body */

}
p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}
a {
	color:#55A6C4;
	font-weight: bold;
	text-decoration : underline;
}
a:hover {
	color:#333;
	text-decoration : none;
}

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


#conteneur {
	width: 922px;
	margin:18px auto 0px auto;
}
#header {
	display:block;
	width:876px;
	height:129px;
	padding:0 0 0 46px;
	background:url(visuels/bg_header.jpg) top left no-repeat;
}
.accueil #header #logo{
	display:block;
	float:left;
	margin:33px 0 5px 0;
	text-indent:-9999px;
	width:207px;
	height:46px;
	background:url(visuels/logo_mbp.gif) top left no-repeat;
}
.interne #header #logo a{
	display:block;
	float:left;
	margin:33px 0 5px 0;
	text-indent:-9999px;
	width:207px;
	height:46px;
	background:url(visuels/logo_mbp.gif) top left no-repeat;
}
#header #baseline{
	display:block;
	clear:left;
	margin:0 0 0 0;
	text-indent:-9999px;
	width:406px;
	height:40px;
	background-position:top left;
	background-repeat:no-repeat;
}
#header #langues{
	display:inline;
	float:left;
	margin:33px 0 0 230px;
}
#menu{
	display:block;
	width:756px;
	height:32px;
	padding:0 120px 0 46px;
	float:left;
	background:url(visuels/bg_menu.jpg) top left no-repeat;}
#contenu {
	float:left;
	display:block;
	min-height:326px;
	height:auto!important;
	height:326px;
	background:url(visuels/bg_conteneur.jpg) top left no-repeat;
	width: 815px;
	padding:0 98px 0 9px;
}
#content{
	float:left;
	display:block;
	min-height:326px;
	width: 815px;
	padding:0;
	height:auto;
	background:#FFF url(visuels/bg_footer.jpg) bottom left no-repeat;
}
.interne #content{
	float:left;
	display:block;
	min-height:326px;
	width: 815px;
	padding:0 0 9px 0;
	background:url(visuels/bg_footer-interne.jpg) bottom left no-repeat;
}
#content2{
	float:left;
	display:block;
	min-height:326px;
	width: 815px;
	padding:0;
	background:transparent url(visuels/bg_content2-interne.jpg) top left repeat-y;
}
#content3{
	float:left;
	display:block;
	min-height:326px;
	width: 815px;
	padding:35px 0 0 0;
	background:transparent url(visuels/bg_content3-interne.jpg) top left no-repeat;
}
#col_a{
	display:block;
	float:left;
	width:595px;
	padding:0 0 9px 0;
	overflow:hidden;
}
#zone_trouvez_compatible{
	display:block;
	float:left;
	width:250px;
	background:url(visuels/bg_trouver_compatible.jpg) top left no-repeat;
	padding:21px 0 102px 345px;
}
#zone_trouvez_compatible #trouvez-compatible{
	display:block;
	float:left;
	width:218px;
	height:33px;
	background:url(visuels/fr_btn_trouvez_compatible.gif) top left no-repeat;
	text-indent:-9999px;
}
#zone_trouvez_compatible #trouvez-compatible:hover{
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#col_b{
	display:block;
	float:left;
	width:219px;
	padding:0 0 0 1px;
	background:url(visuels/bg_col_b.gif) top left repeat-y;
}
#zone_praxis{
	display:block;
	float:left;
	width:190px;
	margin:0;
	padding:10px 10px 10px 19px;
}
#zone_praxis h4{
	color:#55902B;
	font-size:1.6em;
	font-weight:bold;
}
#zone_praxis h4 span{
	color:#55902B;
	font-size:0.8em;
}
#espace_distributeurs{
	display:block;
	float:right;
	width:220px;
	height:132px;
	text-indent:-9999px;
}
#footer{
	display:block;
	float:left;
	text-align:right;
	width: 815px;
	padding:10px 98px 20px 9px;
	color:#8AABD1;
	font-size:1.1em;
	letter-spacing: 1px;

}
#footer a{
	color:#8AABD1;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover{
	color:#8AABD1;
	font-weight:normal;
	text-decoration:underline;
}

#titre_actualites{
	display:block;
	float:left;
	width:219px;
	background:url(visuels/fr_titre_actualites.gif) top left no-repeat;
	height:38px;
	margin:0;
	text-indent:-9999px;
}
.actu{
	display:block;
	float:left;
	width:190px;
	margin:0;
	padding:10px 10px 10px 19px;
	background:url(visuels/bg_actu.gif) bottom left no-repeat;
}

#zone_avantages{
	display:block;
	float:left;
	padding:40px 0 20px 37px;
}				
#zone_economique{
	display:block;
	float:left;
	width:267px;
	height:122px;
	background:url(visuels/bg_bloc_economique.jpg) top left no-repeat;
}
#zone_economique h4{
	display:inline;
	float:left;
	width:145px;
	height:22px;
	margin:11px 0 0 26px;
	text-indent:-9999px;
}	
#zone_economique p{
	display:block;
	clear:left;
	height:50px;
	margin:0 0 0 85px;
	padding:5px 25px 0 0;
	color:#003879;
	font-size:1.1em;		
}	
#zone_economique a.savoir_plus{
	display:block;
	clear:left;
	width:87px;
	height:20px;
	text-indent:-9999px;
	margin:0 0 0 103px;
}									
#zone_qualite{
	display:block;
	float:left;
	width:284px;
	height:122px;
	background:url(visuels/bg_bloc_qualite.jpg) top left no-repeat;
}	
#zone_qualite h4{
	display:inline;
	float:left;
	width:145px;
	height:22px;
	margin:11px 0 0 40px;
	text-indent:-9999px;				
}	
#zone_qualite p{
	display:block;
	clear:left;
	height:50px;
	margin:0 0 0 46px;
	padding:5px 117px 0 0;
	color:#EB690B;
	font-size:1.1em;
}	
#zone_qualite a.savoir_plus{
	display:block;
	clear:left;
	width:87px;
	height:20px;
	text-indent:-9999px;
	margin:0 0 0 73px;
}							
#zone_dem_environ{
	display:block;
	float:left;
	width:551px;
	height:90px;
	background:url(visuels/bg_bloc_dem_enviro.jpg) top left no-repeat;
}		
#zone_dem_environ h4{
	display:inline;
	float:left;
	width:209px;
	height:45px;
	margin:26px 0 0 100px;
	text-indent:-9999px;					
}
#zone_dem_environ p{
	display:block;
	float:left;
	height:33px;
	width:185px;
	margin:0;
	padding:30px 15px 0 12px;
	color:#4E8921;
	font-size:1.1em;
}	
#zone_dem_environ a.savoir_plus{
	display:block;
	float:left;
	width:87px;
	height:20px;
	text-indent:-9999px;
	margin:0 0 0 10px;
}		
#zone_avantages a.savoir_plus:hover{
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);		
}	


#col_c{
	display:block;
	float:left;
	width:183px;
	padding:0 0 0 0;
	background:url(visuels/bg_col_c.jpg) top left no-repeat;
}
#menu_interne {
	width:158px;
	padding:0 0 15px 25px;
	font-size:1.1em;
	min-height:70px;
	height:auto!important;
	height:70px;
}
#menu_interne .sous_menu {
	display: block;
	width: auto;	
	padding: 3px 10px 3px 7px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
#menu_interne .sous_menu.ouvert {
	background:url(visuels/bg_ssmenu-interne-on.jpg) top left repeat-y;
}
#menu_interne .sous_menu.ouvert a {	
	color:#FFF;
	text-decoration: none;
	background:url(visuels/puce_ssmenu-interne-on.gif) top left no-repeat;	
	padding:0 0 0 10px;	
}
#menu_interne .sous_menu.ferme a {		
	color: #003879;
	background:url(visuels/puce_ssmenu-interne-off.gif) top left no-repeat;
	text-decoration: none;
	padding:0 0 0 10px;
}
#menu_interne .sous_menu_lie {
	display: block;
	width: auto;	
	padding: 4px 4px 4px 25px;
}
#menu_interne .sous_menu_lie.nonselect a {
	color: #939662;
	text-decoration: none;
}
#menu_interne .sous_menu_lie.select a {	
	color: #b31b34;
	text-decoration: none;
}

#col_d{
	display:block;
	float:left;
	width:632px;
	padding:0 0 0 0;
}
#corps_page{
	display:block;
	float:left;
	width:562px;
	padding:30px 35px 20px 35px;
	font-size:1.2em;
	line-height:1.6em;
}
#corps_page h3{
	display:block;
	clear:left;
	padding:0 0 5px 0;
	color:#55a6c4;
}
#corps_page table.recherche_cmpt{
	background:#E2F4FB;
}
#corps_page table.liste_cmp{
	font-size:0.9em;
}
#corps_page table.liste_cmp .intitule{
	background:#55A6C4;
	color:#FFF;
	font-size:1.1em;
	text-align:center;
}
#corps_page table.liste_cmp .col_1{
	background:#CAE8F3;
}
#corps_page table.liste_cmp .col_2{
	background:#EFEFEF;
}
#corps_page table.tbl_conso{
	padding:0 0 10px 0;
	font-size:0.9em;
}
#corps_page table .image_droite{
	float:left;
	display:block;
	padding:0 10px 0 0;
}
#corps_page table.tbl_conso .ref{
	font-size:1.2em;
	background:#00437A!important;
	color:#FFF;
}
#corps_page table.tbl_conso .col_1{
	background:#FFF;
}
#corps_page table.tbl_conso .col_2{
	background:#EFEFEF;
}
#corps_page table.tbl_conso .col_3 td{
	background:#FFF;
	border-bottom:1px dashed #002f77!important;
}
#corps_page table td{
	padding:5px;
}
#corps_page table td select{
	padding:2px;
}
#corps_page h4{
	display:block;
	clear:left;
	font-size:1.1em;
	padding:0 0 5px 0;
}

/* 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/bt_ok.gif);
	width:21px;
	height:14px;
	display:block;
	text-indent:-9999px;
	float:left;	
}

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


#contacts_form{
	width:420px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
}
#contacts_form span.separation{
	display:block;
	float:left;
	width:350px;
	margin:10px 10px 15px 20px;
	padding:10px 10px 10px 5px;
	border-left:1px solid #CCCCCC;
}
.calage_centre{
	display:block;
	text-align:center;
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:80px;
	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;
}
#contacts_form h3{
	float:left;
	display:block;
	padding:0 10px 0 0;
	font-size:1em;
	background:url(visuels/bg_bloc_vert-d.jpg) top right no-repeat;
}	
#contacts_form h3 span{
	float:left;
	display:block;
	padding:3px 0 10px 10px;
	background:url(visuels/bg_bloc_vert-g.jpg) top left no-repeat;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;	
}	
#contacts_form h3 span .asterisque{
	color:red;
	margin:0;
	padding:0;
	text-transform:none;
	font-style:normal;
}	

a.lien_bouton{
	float:left;
	display:block;
	padding:0 10px 0 0;
	font-size:1em;
	background:url(visuels/bg_bloc_bleu-d.jpg) top right no-repeat;
	text-decoration:none;
	margin:0 0 0 160px;
}	
a.lien_bouton span{
	float:left;
	display:block;
	padding:10px 0 12px 10px;
	background:url(visuels/bg_bloc_bleu-g.jpg) top left no-repeat;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:1.3em;	
}	
a.lien_bouton:hover{
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.contacts_input {
	border:1px solid #CCC;
	padding:3px;
}

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

h2.webline{		/* Webline */
	font-weight:normal;
	font-size:1.1em;
	color:#696869;
	display:block;
	padding:10px 70px;
}

.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	font-weight: bold;
	color:#003A7D;
	font-size:1.2em;
	display:block;
	float:left;
	margin:10px 0;
}
.interne h3.actu_titre {		/* Titre de news et contenus de brèves en page interne */
	font-weight: bold;
	color:#003A7D;
	font-size:1.6em;
	display:block;
	width:100%;
	margin:10px 0;
}

.actu_chapeau{
	font-weight:normal;
	font-size:1.2em;
	color:#787878;
	display:block;
	float:left;
	padding:5px 0;
}
.lire_plus{
	font-weight:normal;
	font-size:1.2em;
	color:#787878;
	display:block;
	float:right;
	padding:0;
}
.lire_aussi{
	background:url(visuels/puce_bleu_planpage.gif) center left no-repeat;
	padding:0 10px 0 15px;
	margin:0;
	color:#A0A0A0;
	font-weight:normal;
	text-decoration:underline;
}
.lire_aussi:hover{
	color:#A0A0A0;
	text-decoration:none;
}
.lire_egalement{
	color:#003A7D;
	font-weight:bold;
}

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

h1.titre_page{		/* Titre de pages intérieures */
	font-weight:bold;
	display:block;
	float:left;
	padding:15px 35px 10px 35px;
	width:562px;
	background:#56A7C3 url(visuels/bg_titre_page.jpg) top left no-repeat;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:1em;
}
h1.titre_page a{		/* Titre de pages intérieures */
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:2.5em;
}
#zone_contact{
	width: 100%;
	text-align: right;
	margin-top: 10px;

}
#zone_contact a {
	text-decoration: underline;
	background:url(visuels/picto_email.gif) center left no-repeat;
	padding:0px 0px 0px 20px;
}
#zone_contact a:hover {	
	text-decoration: none;
}
#zone_printmode{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
#zone_printmode a {
	text-decoration: underline;
	background:url(visuels/picto_imprimante.gif) center left no-repeat;
	padding:0px 0px 0px 20px;
}
#zone_printmode a:hover {	
	text-decoration: none;
}

/* 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;
	float:left;
	padding:6px 0 0 0;	
	width:100%;

}
#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 HORIZONTALE */
#menu_int.horizontale dl{
	float:left;
}

#menu_int.horizontale dl dt{ 
	background:url(visuels/bg_onglet_d.gif) top right no-repeat;
	margin:0 4px 0 0;

}
#menu_int.horizontale dl .retour_accueil{
	background:url(visuels/bg_onglet_d2.gif) top right no-repeat;
}

#menu_int.horizontale dl dt a{ 
	font-weight: bold;	
	text-decoration: none;	
	padding:5px 10px 8px 10px;
	background:url(visuels/bg_onglet_g.gif) top left no-repeat;
	display:block;
	color:#FFF;
	font-size:1.1em;
}
#menu_int.horizontale dl .retour_accueil a{
	background:url(visuels/bg_onglet_g2.gif) top left no-repeat;
	color:#00457E;
}


#menu_int.horizontale dd { 
	position: absolute;
	z-index: 100;
	width:200px;
	padding:6px 0 0 0;
	margin:-5px 0 0 0;
	background:none;


}

/* FIN MENU HORIZONTALE */

#menu_int dt a:hover{
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#menu_int ul {
	padding:0 0 5px 0px;
	display:block;
	background:#457C22 url(visuels/bg_ssmenu.gif) bottom left no-repeat;	
}
#menu_int li {
	text-align: left;	
	z-index: 100;
	width:126px;	
}
#menu_int li a{
	font-weight: normal;	
	text-decoration: none;	
	width:170px;
	padding:5px 10px 5px 20px;
	background:url(visuels/puce_ssmenu.gif) top left no-repeat;
	display:block;
	color:#FFF;
	font-size:1.1em;
}
#menu_int li a:hover{
	background:#8DAF18 url(visuels/puce_ssmenu.gif) top left no-repeat;
}
.menu_sans_lien{	
	font-weight: bold;	
	text-decoration: none;	
	padding:5px 10px;
	background:url(visuels/bg_onglet_g.gif) top left no-repeat;
	display:block;
	color:#FFF;
	font-size:1.1em;				
}

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


ul#plan_site li{
	list-style:none;
	padding:5px 0;
}

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

ul#plan_site ul ul li{
	margin-left:80px;}
	
ul#plan_site li a{ /* niveau 1 */
	background:url(visuels/puce_bleu_planpage.gif) center left no-repeat;
	padding:0 0 0 20px;
	color:#55A6C4;	
}

ul#plan_site ul li a{ /* niveau 2 */
	background:url(visuels/puce_vert.gif) center left no-repeat;
	padding:0 0 0 20px;
	color:#6C9D23;
}

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

.plansite_1_noa{
	background:url(visuels/puce_bleu_planpage.gif) center left no-repeat;
	padding:0 0 0 20px;
	color:#55A6C4;
	font-weight:bold;
	}

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

#rss {
	background:url(visuels/picto_rss.gif) center left no-repeat;
	height:16px;
	padding:4px 0 4px 20px;

}

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

.sstitre{
	color:#7fab20;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	clear:left;
	padding:0 0 0 16px;
	background:url(visuels/puce_sstitre.gif) top left no-repeat;
}
a.pdf{
	color:#787878;
	font-size: 11px;
	text-decoration:underline;
	font-weight:normal;
	padding:2px 0 2px 20px;
	background:url(visuels/puce_pdf.gif) top left no-repeat;
}
a.pdf:hover{
	color:#787878;
	text-decoration:none;
	font-weight:normal;
	background:url(visuels/puce_pdf.gif) top left no-repeat;
}

.wsc_titre_bleu_webline{
	font-size:1.6em;
	color:#00397A;
	font-weight:normal;
	display:block;
	clear:left;
	padding:0 0 5px 0;
}

.wsc_titre_bleu{
	color:#56A7C3;
	font-size:1.5em;
}
.wsc_sstitre_orange{
	color:#F08A00;
	font-size:1.2em;
	font-weight:bold;
}
a.awsc_lien_vert{
	color:#8DAF18;
	text-decoration:underline;
	font-weight:normal;
}
a.awsc_lien_vert:hover{
	color:#8DAF18;
	text-decoration:none;
	font-weight:normal;
}
.wsc_plan_page{
	display:block;
	width:562px;
	color:#A0A0A0;
	font-size:0.9em;
	margin:-25px 0 0 0;
}
.wsc_plan_page ul{
	display:block;
	width:562px;
	padding:0 0 20px 0;
	
}
.wsc_plan_page ul li{
	list-style:none;
	float:left;
	background:url(visuels/puce_bleu_planpage.gif) center left no-repeat;
	padding:0 10px 0 15px;
	margin:0;
}
.wsc_plan_page ul li a{
	color:#A0A0A0;
	font-size:0.9em;
	text-decoration:underline;
}
.wsc_plan_page ul li a:hover{
	color:#A0A0A0;
	text-decoration:none;
}
.wsc_legende{
	color:#AEAEAE;
	font-style:italic;
	font-size:0.9em;
}