/*** 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.gif) top center repeat;
}


li {
	margin-left: 25px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height:1em;
	font-weight: normal;
	font-size: normal;
	background:url(visuels/background.gif) top center repeat-y!important;
	background:url(visuels/background_ie.gif) top center repeat-y;
	color: #333333;
}

input, select, textarea{
    font-size: 100%;
}

h1{
    /* Par défaut, ce texte s'affichera à 20px */
    font: 2em/1em Arial, Helvetica, sans-serif;
}
h2{
    /* Par défaut, ce texte s'affichera à 15px */
    font: 1.5em/1em Arial, Helvetica, sans-serif;
}
h3{
    /* Par défaut, ce texte s'affichera à 12px */
    font: bold 1.2em/1em Arial, Helvetica, sans-serif;
} 

td { 	/* Font idem que body */

}

p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}

a {
	color:#0f4c95;
	font-weight: normal;
	text-decoration : underline;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

.style1 a{color:#00767E;}
.style2 a{color:#0F4C95;}
.style3 a{color:#0088CD;}
.style4 a{color:#0F4C95;}

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


#conteneur {
	width: 776px;
	margin:0px auto;
	background: #ffffff;
	overflow:hidden;

}
.accueil #header {
	width:776px;
	height:96px;
	background:#fff url(visuels/bg_header_acc.gif) bottom left no-repeat;
	display:block;
}
.accueil #header h1{
	display:block;
	width:204px;
	height:90px;
	text-indent:-9999px;
	background:url(visuels/logo_facis.gif) top left no-repeat;
	margin:20px 30px;
}
*+html .accueil #header{
	height:116px;}
*+html .accueil #header h1{
	margin:15px 30px 0px 30px;}
.accueil #bloc_top {
	width:776px;
	float:left;
	background:#03AEE3 url(visuels/bg_menu_acc_vide.gif) bottom left no-repeat;
	min-height:187px;
	height:auto!important;
	height:187px;}
.accueil #bloc_accroche_menu {
	width:776px;
	float:right;
	min-height:187px;
	height:auto!important;
	height:187px;
	margin-bottom:0;
	background:#03AEE3 url(visuels/bg_menu_acc.gif) bottom left no-repeat;
	}
.accueil #bloc_accroche_menu h2#accroche{
	width:278px;
	text-indent:-9999px;
}
.accueil #menu{
	padding:0 21px 0 74px;
	width:211px;
	display:block;
	float:right;
	}	
.accueil #contenu {
	float:left;
	width:581px;
	display:block;
	padding:0 0 0px 195px;
	background:#FFF url(visuels/bg_bloc_contenu_acc.gif) top left no-repeat;
}
.accueil #contenu #bloc_g{
	width:368px;
	float:left;
	display:block;

}
.accueil #contenu #bloc_g a#armoires{
	width:121px;
	height:177px;
	float:left;
	background:url(visuels/fr_menu_acc_armoires.gif) top left no-repeat;
	text-indent:-9999px;
}
.accueil #contenu #bloc_g a#armoires:hover{
	background:url(visuels/fr_menu_armoires_over.gif) top left no-repeat;
}
.accueil #contenu #bloc_g a#refroidisseurs{
	width:125px;
	height:177px;
	float:left;
	background:url(visuels/fr_menu_acc_refroidisseurs.gif) top left no-repeat;
	text-indent:-9999px;	
}
.accueil #contenu #bloc_g a#refroidisseurs:hover{
	background:url(visuels/fr_menu_refroidisseurs_over.gif) top left no-repeat;
}
.accueil #contenu #bloc_g a#simulateurs{
	width:122px;
	height:177px;
	float:left;
	background:url(visuels/fr_menu_acc_simulateurs.gif) top left no-repeat;
	text-indent:-9999px;	
}
.accueil #contenu #bloc_g a#simulateurs:hover{
	background:url(visuels/fr_menu_simulateurs_over.gif) top left no-repeat;
}
.accueil #contenu #bloc_d{
	width:190px;
	float:left;
	padding:0 11px;

}
.accueil #contenu #breves{
	margin-top: 142px;	
	height: 135px;		
	background: url(visuels/bg_separation.gif) bottom left no-repeat;		
}
a.prev:hover{
	background:red;
}
.accueil #contenu #breves h3#titre_breve{
	display: block;
	background: url(visuels/fr_titre_breve_acc.gif) top left no-repeat;
	height: 25px;
	width: 190px;
	text-indent: -9999px;		
}
.accueil #contenu #breves h4{
	width:190px;
	float:left;
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0;
	color:#959595;
	line-height:1.2em;
}

.accueil #contenu #actus{
	padding:20px 0 10px 0;
	float:left;
	width:190px;	
	display:block;
}
.accueil #contenu #actus h3#titre_actus{
	display:block;
	background:url(visuels/fr_titre_actu_acc.gif) top left no-repeat;
	height:25px;
	width:190px;
	text-indent:-9999px;
	margin:0 0 10px 0;

}

	
.accueil h2.webline{
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	color:#183D79;
	padding:10px 40px 10px 0;
}










.interne #header {
	width:776px;
	height:96px;
	display:block;
}
.interne.style1 #header {background:#fff url(visuels/style1/bg_header.gif) bottom left no-repeat;}
.interne.style2 #header {background:#fff url(visuels/style2/bg_header.gif) bottom left no-repeat;}
.interne.style3 #header {background:#fff url(visuels/style3/bg_header.gif) bottom left no-repeat;}
.interne.style4 #header {background:#fff url(visuels/style4/bg_header.gif) bottom left no-repeat;}

.interne #header h1{
	display:block;
	width:204px;
	height:90px;
	text-indent:-9999px;
	background:url(visuels/logo_facis.gif) top left no-repeat;
	margin:20px 30px;
}


*+html .interne #header{
	height:116px;}
*+html .interne #header h1{
	margin:15px 30px 0px 30px;}


.interne #bloc_droite{
	display:block;
	width:268px;
	float:left;
}
	
.style1 #bloc_droite{background:url(visuels/style1/bg_bloc_d.gif) top left no-repeat;}	
.style2 #bloc_droite{background:url(visuels/style2/bg_bloc_d.gif) top left no-repeat;}	
.style3 #bloc_droite{background:url(visuels/style3/bg_bloc_d.gif) top left no-repeat;}	
.style4 #bloc_droite{background:url(visuels/style4/bg_bloc_d.gif) top left no-repeat;}		
	
	
	
.interne #menu{
	margin:10px 0px 0 36px;
	width:202px;
	display:inline;
	float:left;
	min-height:314px;
	height:auto!important;
	height:314px;
}
.interne #temoignages{
	float:left;
	padding: 0 0 20px 0;
	background:url(visuels/bg_nos_client.gif) top left no-repeat;
	font-size:1.2em;
	width:268px;
	color:#333;}
.interne #temoignages td{
	padding:5px;
	border-bottom:1px solid #FFF}	
	
	
	
	
.interne #temoignages #titre_temoignages {
	width:268px;
	height:31px;
	text-indent:-9999px;
	border-bottom:1px solid #FFF	
}

.style1 #temoignages #titre_temoignages{background:url(visuels/style1/fr_titre_nos_clients.gif) top left no-repeat;}
.style2 #temoignages #titre_temoignages{background:url(visuels/style2/fr_titre_nos_clients.gif) top left no-repeat;}
.style3 #temoignages #titre_temoignages{background:url(visuels/style3/fr_titre_nos_clients.gif) top left no-repeat;}
.style4 #temoignages #titre_temoignages{background:url(visuels/style4/fr_titre_nos_clients.gif) top left no-repeat;}





.interne #contenu {
	float:left;
	width:448px;
	padding:0 30px 20px 30px;
	display:block;
	font-size:1.2em;
	line-height:1.4em;
	overflow:hidden;
}
.interne #contenu td{
	font-size:1em;
	
}



.style1 #contenu {background:url(visuels/style1/bg_content.gif) top left no-repeat;}
.style2 #contenu {background:url(visuels/style2/bg_content.gif) top left no-repeat;}
.style3 #contenu {background:url(visuels/style3/bg_content.gif) top left no-repeat;}
.style4 #contenu {background:url(visuels/style4/bg_content.gif) top left no-repeat;}





/* 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;
}
#contacts_form h3{
	background:#E4E4E4 url(visuels/bg_form_suptitre.gif) top left repeat-x;	
	display:block;
	clear:left;
	padding:0px 0 10px 0;
	color:#0f4c95;
	font-size:1em;
	text-transform:uppercase;

}
#contacts_form h3 .decoration{	
	background:#E4E4E4 url(visuels/bg_form_suptitre_span.gif) top right no-repeat;
	padding:6px 20px 0 10px;


	}
#contacts_form span.separation{
	display:block;
	float:left;
	width:420px;
	margin:0 0 30px 0;
	padding:0 0 20px 0;
	background:#E4E4E4 url(visuels/bg_form_bloc.gif) bottom left no-repeat;
	border-top:1px solid #FFF;	
}
.ligne1{
	display:block;
	float:left;
	width:400px;	
	padding:10px;
	background:#CFDBEA;
	border-bottom:1px solid #FFF;}

.ligne2{
	display:block;
	float:left;
	width:400px;	
	padding:10px;	
	background:#CFDBEA;
	border-bottom:1px solid #FFF;	}


.asterisque {
	color: #ff0000;
}
	
a.lien_bouton {
	display:block;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: #173B75;
	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 {
	color: #0073BE;		
	text-decoration : none;	
	border: 1px solid #0073BE;
}
.contacts_input {
	border:1px solid #9FB7D5;
	padding:3px;
}
.calage_centre{
	display:block;
	text-align:left;
	color:#0073BE;
	font-weight:bold;
	line-height:14px;			
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:140px;
	text-align:right;
	margin:5px 10px 0px 0px;
	color:#0073BE;
	font-weight:bold;
	line-height:14px;	
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:16px;	
	color:#0073BE;	
	font-weight:bold;	
}
.checkbox{
	margin:0 3px 1px 0;	

}
.calage_gauche label{
	padding:8px 0 0 0;	
	margin:0px 0 0 0;
	display:block;
	font-weight:normal;
	color:#333333;
	cursor:pointer;	
}
.optin{
	display:block;
	float:right;}
.optin label{
	color:#0073BE;	
	font-weight:bold;
	cursor:pointer;}

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

h2.news {	
	color:#0795cc;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:bold;}
.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	font-weight: bold;
	color:#0795CC;	
	margin:0 0 3px 0;
	padding:0;
	line-height:1.0em;
	font-size:1.1em;
	text-transform:uppercase;
}
.interne h3.actu_titre {		/* Titre de news et contenus de brèves en page interne */
	font-weight: bold;
}

.actu_chapeau{
	font-weight:normal;
	color:#959595;
	font-size:1.2em;
	line-height:1.1em;
}
.lire_plus{
	background:url(visuels/puce_lire_suite.gif) center left no-repeat;
	padding:4px 0 4px 18px;
	color:#135993;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	float:right;}
.interne .lire_plus{
	font-size:1em;
	font-weight:normal;}	
.lire_plus:hover{
	color:#0795cc;}
.lire_egalement{
	font-weight:bold;
	float:right;
	color:#333333;}

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

h1.titre_page{		/* Titre de pages intérieures */
	font-weight:bold;
}
.interne h1.titre_page{		/* Titre de pages intérieures */
	font-weight:normal;
	margin:100px 130px 15px 80px;
	font-size:2.0em;
	min-height:50px;
	height:auto!important;
	height:50px;
}
.style1 h1.titre_page{	color:#00AAB5;}
.style2 h1.titre_page{	color:#0073BE;}
.style3 h1.titre_page{	color:#00BAEF;}
.style4 h1.titre_page{	color:#0073BE;}

#zone_contact{
	text-align: center;
	margin-top: 10px;
	padding:5px;
	background:#999999;	
	float:left;


}
#zone_contact a {
	text-decoration: none;
	font-size:normal;
	background:url(visuels/picto_email.gif) center left no-repeat;
	padding:5px 10px 5px 20px;
	color:#000;
	height:16px;
	font-size:12px;

}
#zone_contact a:hover {	
	color:#fff;
}
#zone_printmode{
	float:left;
	text-align: center;
	margin-top: 10px;
	padding:5px;
	background:#999999;
	margin-left: 3px;
}
#zone_printmode a {
	text-decoration: none;
	font-size:normal;
	background:url(visuels/picto_imprimante.gif) center left no-repeat;
	padding:5px 10px 5px 20px;
	color:#000;
	height:16px;
	font-size:12px;
}
#zone_printmode a:hover {
	color:#fff;

}


/* 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_int {
	display:block;
	float:left;
	
	width:100%;

}
#menu_int dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;	 
}

#menu_int li { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;


	
}

.accueil #menu_int dt {border-bottom:1px solid #82CCE8;}

.style1 #menu_int dt{border-bottom:1px solid #80C7CB;}
.style2 #menu_int dt{border-bottom:1px solid #84B2D6;}
.style3 #menu_int dt{border-bottom:1px solid #A1D5EF;}
.style4 #menu_int dt{border-bottom:1px solid #84B2D6;}

/* 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;	
	padding:5px 0px 5px 15px;
	width:188px;
	display:block;
	color:#FFFFFF;
	font-size:1.3em;
	line-height:1.2em;
	margin-left: 0px;
	background:url(visuels/puce_menu_acc.gif) center left no-repeat;

}
.style1 #menu_int.verticale dt a{background:url(visuels/style1/puce_menu.gif) center left no-repeat;}
.style2 #menu_int.verticale dt a{background:url(visuels/style2/puce_menu.gif) center left no-repeat;}
.style3 #menu_int.verticale dt a{background:url(visuels/style3/puce_menu.gif) center left no-repeat;}
.style4 #menu_int.verticale dt a{background:url(visuels/style4/puce_menu.gif) center left no-repeat;}
#menu_int.verticale dd {
	position: absolute;
	z-index: 100;
	margin-left: -208px;
	margin-top: -26px;
	background:#FFFFFF;
	padding:5px;
}


/* FIN MENU VERTICALE */


#menu_int dt a:hover{
	color: #CCCCCC;
	padding:5px 0px 5px 15px;
	margin-left: 0px;
	width:188px;
}	

#menu_int ul {
	padding: 0px;
	width:208px;	

}
#menu_int li {
	text-align: left;	
	z-index: 100;

}
#menu_int li a{
	font-weight: bold;	
	text-decoration: none;	
	width: auto;
	padding:5px 2px 8px 15px;
	display:block;
	border-bottom:1px solid #135993;
	color:#135993;
	font-size:1em;
	text-transform:uppercase;
	background:url(visuels/puce_ssmenu_acc.gif) top left no-repeat;
}



.style1 #menu_int li a {	
	border-bottom:1px solid #00767e;
	color:#00767e;
	background:url(visuels/style1/puce_ssmenu.gif) top left no-repeat;	
	}
.style1 #menu_int li a:hover {	
	border-bottom:1px solid #00AAB5;
	color:#00AAB5;
	background:url(visuels/style1/puce_ssmenu_over.gif) top left no-repeat;
	}
.style2 #menu_int li a {	
	border-bottom:1px solid #0073BE;
	color:#0073BE;
	background:url(visuels/style2/puce_ssmenu.gif) top left no-repeat;	
	}
.style2 #menu_int li a:hover {	
	border-bottom:1px solid #84B2D6;
	color:#84B2D6;
	background:url(visuels/style2/puce_ssmenu_over.gif) top left no-repeat;		
	}
.style3 #menu_int li a {	
	border-bottom:1px solid #0088CD;
	color:#0088CD;
	background:url(visuels/style3/puce_ssmenu.gif) top left no-repeat;	
	}
.style3 #menu_int li a:hover {	
	border-bottom:1px solid #00BAEF;
	color:#00BAEF;
	background:url(visuels/style3/puce_ssmenu_over.gif) top left no-repeat;		
	}
.style2 #menu_int li a {	
	border-bottom:1px solid #0073BE;
	color:#0073BE;
	background:url(visuels/style4/puce_ssmenu.gif) top left no-repeat;	
	}
.style2 #menu_int li a:hover {	
	border-bottom:1px solid #84B2D6;
	color:#84B2D6;
	background:url(visuels/style4/puce_ssmenu_over.gif) top left no-repeat;		
	}

	
		
#menu_int li a:hover{
	color:#82CCE8;
	font-weight:normal;
	border-bottom:1px solid #82CCE8;
	background:url(visuels/puce_ssmenu_over_acc.gif) top left no-repeat;
			
}
.menu_sans_lien{	
	color:#FFFFFF;
	font-size:1.2em;
	line-height:2em;
	font-weight:bold;	
	background:url(visuels/puce_menu_acc.gif) center left no-repeat;
	padding: 0 0 0 15px;		
}

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


ul#plan_site li{
	line-height:2.1em;	
	list-style:none;	

}

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

}

ul#plan_site ul ul li{
	margin-left:100px;
	}
	
ul#plan_site li a{ /* niveau 1 */
	color:#0f4c95;
	text-decoration:none;
	padding-left:15px;	
	background:url(visuels/puce_plan_site1.gif) center left no-repeat;	
	font-weight:normal;
}
ul#plan_site li a:hover{ /* niveau 1 */
	font-weight:bold;
}

ul#plan_site ul li a{ /* niveau 2 */	
	background:url(visuels/puce_plan_site2.gif) center left no-repeat;
	color:#0073be;

}

ul#plan_site ul ul li a{ /* niveau 3 */
	background:url(visuels/puce_plan_site3.gif) center left no-repeat;
	color:#82CCE8;
}	


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

#pied_page {
	float:left;
	display:block;
	width:756px;
	background:url(visuels/bg_sidebar_acc.gif) top left no-repeat;
	padding: 10px;
	color:#135993;
	font-size:1.1em;	
	font-weight:normal;
}
.interne #pied_page {
	font-size:1.1em;}
#pied_page #menu_syst{
	float:left;

}
#pied_page a{
	color:#135993;
	text-decoration:none;
}
#pied_page a:hover{
	color:#0795cc;
	text-decoration:underline;
}
#pied_page .lien_bas { display: block; margin: 0 auto; width: 280px; color: #ddd; }
#pied_page .lien_bas a { color: #ddd; }
#pied_page .lien_bas a:hover { color: #fff; }


a.jnbi {
	text-decoration: none;
}
a.jnbi:hover {
}
.copyright {
	float:right;
}
/* Informations CSS RSS */
/* ----------------------------------------------------------------------------------------------*/

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


}

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


.wimg_bordure_rouge {
	border: 2px solid #FF0000;
}
.wimg_bordure_grise {
	border: 1px solid #444444;		
}
.wsc_titre_breve{
	color:#0795CC;
	font-weight:bold;
	font-size:1.2em;
}
.wsc_ligne_1{
	background:#CCCCCC;
}
.wsc_biomed{
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.wsc_bloc_menu_int{
	background-color: #D0E1EA;
	display: block;
	width: 100%;
	padding: 10px;
	background-image:url(visuels/coin_menu_int.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	
}


.style1 .wsc_ligne_1{background:#99C8CB;}
.style2 .wsc_ligne_1{background:#9FB7D5;}
.style3 .wsc_ligne_1{background:#99CFEB;}
.style4 .wsc_ligne_1{background:#9FB7D5;}

.wsc_ligne_2{
	background:#999999;
}
.style1 .wsc_ligne_2{background:#CCE4E5;}
.style2 .wsc_ligne_2{background:#CFDBEA;}
.style3 .wsc_ligne_2{background:#CCE7F5;}
.style4 .wsc_ligne_2{background:#CFDBEA;}


.wsc_titre_temoin{
	font-weight:bold;
}
.style1 .wsc_titre_temoin{color:#00767E;}
.style2 .wsc_titre_temoin{color:#0F4C95;}
.style3 .wsc_titre_temoin{color:#0088CD;}
.style4 .wsc_titre_temoin{color:#0073BE;}


.wsc_sous_titre{
	font-weight:normal;
	font-size: 15px;
}
.style1 .wsc_sous_titre{color:#00767E;}
.style2 .wsc_sous_titre{color:#0F4C95;}
.style3 .wsc_sous_titre{color:#0088CD;}
.style4 .wsc_sous_titre{color:#0073BE;}


.wsc_sous_titre_1{
	font-weight:normal;
	font-size: 13px;
}
.style1 .wsc_sous_titre_1{color:#00767E;}
.style2 .wsc_sous_titre_1{color:#0F4C95;}
.style3 .wsc_sous_titre_1{color:#0088CD;}
.style4 .wsc_sous_titre_1{color:#0073BE;}

.wsc_important{
	font-weight:bold;
}
.style1 .wsc_important{color:#00767E;}
.style2 .wsc_important{color:#0F4C95;}
.style3 .wsc_important{color:#0088CD;}
.style4 .wsc_important{color:#0073BE;}

