*{
	margin:0; padding:0;
	font-family: Verdana, Arial, sans-serif;
}
li{
	list-style:none;
}
img{
	border: 0;
}
html, body {
	 background: #E0E0E0; /* EN ATTENTE de la couleur grise et du centrage */
}
.global {
	position: absolute;
	width: 955px;
	left: 50%;
	margin-left: -475px;	
	background-color:#FFF;
}
.header{
	width: 955px;
	height: 50px;
	background: url(../img/logo.gif) no-repeat;
	background-position: 25px 0px;
	display: block;
	vertical-align: bottom;
}
.retour_accueil{
	display:block;
	position: absolute;
	top: 0px;
	left: 50px;
	width: 143px;
	height: 45px; 
}
/* DEBUT DU FORMULAIRE DE RECHERCHE ------------------------------------*/
.search{
	display: none
}
.search .champ{
	display: none
}
/* FIN DU FORMULAIRE DE RECHERCHE ------------------------------------*/

/* DEBUT DU MENU --------------------------------------------------------*/
.menu{
	display: none;
}

/* La barre oblique inversée du commentaire masque la règle dans IE5-MAC \*/
.menu a{
	float:none;
}
/* Fin du trucage */

.menu ul{
	float:left;
	font-size: 11px;
	width: 683px;
	height: 46px;
	margin: 0;
}
.ul_nav li{ 
	float:left; 
	width: 155px;
	height: 30px;
}
.ul_nav h2{
	font-size: 11px;
	font-weight: 400;
}
.ul_nav h2 a{
	display: block;
	float:left; /*correctif BUG pour IE5 MAC*/
	padding: 0 16px 0 0;
	text-decoration: none;
	padding: 7px 0 10px 10px;
	color: #666;
}
.ul_nav strong{
	color: #666;
	font-weight: 800;
}
.menu #current a{/* MODIFIE LA COULEUR DE L'ELEMENT SELECTIONNE */
	display: block;
	float:left; /*correctif BUG pour IE5 MAC*/
	padding: 0 16px 0 0;
	text-decoration: none;
	padding: 7px 0 10px 10px;
	color: #06C;
	font-weight: 800;
}
/* FIN DU MENU --------------------------------------------------------------*/

/* DEBUT DU SOUS MENU -------------------------------------------------------*/
.ssmenu{
	display: none;
}
#ssmenu1{
	position:absolute;
	top: 100px;
	left: 280px;
	visibility: hidden;
}
#ssmenu2 {
	position:absolute;
	top: 100px;
	left: 360px;
	visibility: hidden;
}
#ssmenu3{
	position:absolute;
	top: 100px;
	left: 460px;
	visibility: hidden;
}
#ssmenu4{
	position:absolute;
	top: 100px;
	left: 560px;
	visibility: hidden;
}
#ssmenu1 ul, #ssmenu2 ul, #ssmenu3 ul, #ssmenu4 ul{
	float:left;
}
#ssmenu1 li, #ssmenu2 li, #ssmenu3 li, #ssmenu4 li{
	margin: -3px 20px 0 0;
}
#ssmenu1 li a , #ssmenu2 li  a , #ssmenu3 li a, #ssmenu4 li a {
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	color:#666;
}
#ssmenu1 li a:hover, #ssmenu2 li a:hover, #ssmenu3 li a:hover, #ssmenu4 li a:hover{
	color:#000;
}
#ssmenucurrent li a {
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	color:#06C;
}
#ssmenu1 ul li a:visited, #ssmenu2 ul li a:visited, #ssmenu3 ul li a:visited, #ssmenu4 ul li a:visited{
	color:#999;
}

/* FIN DU SOUS MENU ---------------------------------------------------------*/

/* DEBUT DE L'ACCES A L'ESPACE CLIENT ---------------------------------------*/
.search_client_vide{
	display: none
}
.search_client{
	display: none
}
.search_client .champ{
	float:left;
	width: 200px;
	text-align: right;
}
.search_client .valid{
	float:left;
	width: 27px;
	padding: 18px 0 0 0;
	text-align: right;
}
.search_client br{
	clear:left;
}
.search_client input{
	font-size:10px;
	margin: 0 0 2px 0;
	border: 0;
}
.search_client h2{
	color:#363;
	font-size: 9px;
	font-weight: 400;
	margin: 2px 0 2px 0;
}
.search_client label{
	color:#363;
	font-size: 10px;
	font-weight: 800;
	padding: 0 5px 2px 0;
}
.search_client a{
	color:#363;
	font-size: 8px;
	font-weight: 800;
	padding: 3px 7px 0 0;
	text-decoration:underline;
}
/* FIN DE L'ACCES A L'ESPACE CLIENT -----------------------------------------*/

/* DEBUT DU CHEMIN DE NAVIGATION --------------------------------------------*/
.chemin{
	float:left;
	width: 600px;
	height: 15px;
	font-size: 9px;
	font-weight: 400;
	color:#9C9;
	padding: 47px 0 0 50px;
}
.chemin a{
	text-decoration:underline;
	color:#9C9;
}
.chemin a:hover{
	color:#9C9;
	text-decoration:none;
}
/* FIN DU CHEMIN DE NAVIGATION -----------------------------------------------*/

/* DEBUT DU BANDEAU ----------------------------------------------------------*/
.bandeau_anim{
	clear:left;
}

.bandeau{
	clear:left;
	width: 955px; 
	background: url(../img/fond_bas_bandeau_simple.gif) no-repeat bottom #CCE5E5;
	padding:0 0 65px 0;
	/*scrollbar-base-color : #0FF;  couleur globale pour toute la barre de scroll */ 
	scrollbar-face-color:#699; /* couleur du dessus des boutons et de la barre de défilement */
	scrollbar-arrow-color:#CCE5E5; /* couleur des flèches */
	scrollbar-track-color:#CCE5E5; /* couleur du fond de la barre */
	scrollbar-highlight-color:#CCE5E5; /* couleur claire du relief des boutons */
	scrollbar-shadow-color:#CCE5E5; /* couleur sombre du relief des boutons */
	scrollbar-3dlight-color:#CCE5E5; /* couleur claire du relief des boutons quand ceux-ci ne sont pas  enfoncés */
	scrollbar-darkshadow-color:#CCE5E5; /* couleur sombre du relief des boutons quand ceux-ci ne sont pas enfoncés */
}

.bandeau_onglet_court{
	clear:left;
	width: 955px;
	background: url(../img/fond_bas_bandeau.gif) no-repeat bottom #CCE5E5;
	padding:0 0 65px 0;
}
.bandeau_image{
	float: left;
	width: 280px;
}
.bandeau_form{
	float: left;
	width: 200px;
	padding: 45px 0 0 0;
	margin: 0 80px 0 0;
	text-align: right;
}
.bandeau_form label{
	font-size:10px;
	color:#666666;
}
.bandeau_form input{
	font-size:10px;
	background-color: #EFEFEF;
}
.bandeau_corps{
	width: 650px;
	margin: 0 0 0 250px;
}
.bandeau_corps_gauche{
	width: 270px;
	float: left;
	margin:0 40px 0 0;
}
.bandeau_corps_droite{
	width: 280px;
	float: left;	
}
.bandeau_corps li{
	list-style:disc;
	font-size: 12px;
	margin: 0 0 5px 16px;
}
a.presse{
	display: block;
	margin: 10px 0 10px 0;
	text-decoration:none;
	color: #000;
}
a.presse:hover {
	color: #06C;
	text-decoration:none;
}
a.presse h5{
	font-size: 13px;
	margin: 0 0 5px 0;
}
a.presse p{
	font-size: 11px;
	margin: 0 0 5px 13px;
}
/* DEBUT BANDEAU QUESTIONS REPONSES */
.bandeau_scroll{
	float:left;
	width: 650px;
	height: 150px;
	margin: 10px 0 20px 0;
	overflow: auto;
}
.bandeau_scroll li{
	font-size: 12px;
	margin: 0 0 5px 0;
}
.bandeau_scroll li a{
	font-size: 12px;
	font-weight: 800;
	color:#000;
}
.bandeau_scroll li a:hover{
	color:#06C;
}
.bandeau_scroll li a:visited{
	color:#666;
}
.bandeau_gauche{
	width: 500px;
	float: left;
	margin:0 40px 0 0;
}
/* FIN BANDEAU QUESTIONS REPONSES */
/* DEBUT BANDEAU RESEAU MEDECIN */
.bandeau_reseau_medecin{
	width: 650px;
	height: 150px;
	margin: 10px 0 0 250px;
}
.bandeau_reseau_medecin h2{
	font-size:20px;
	color:#666;
	margin: 0px 0 10px 0;
}
.bandeau_reseau_medecin p{
	font-size:12px;
	color:#000;
	margin: 0px 0 10px 0;
}
/* FIN BANDEAU RESEAU MEDECIN */
/* FIN DU BANDEAU ------------------------------------------------------------*/

/* DEBUT DU BANDEAU ONGLET LONG ----------------------------------------------*/
.bandeau_onglet_long{
	clear:left;
	width: 955px;
	background: url(../img/bas_bandeau_onglet_long.gif) no-repeat bottom #CCE5E5;
	padding:0 0 65px 0;
	/*scrollbar-base-color : #0FF;  couleur globale pour toute la barre de scroll */ 
	scrollbar-face-color:#699; /* couleur du dessus des boutons et de la barre de défilement */
	scrollbar-arrow-color:#CCE5E5; /* couleur des flèches */
	scrollbar-track-color:#CCE5E5; /* couleur du fond de la barre */
	scrollbar-highlight-color:#CCE5E5; /* couleur claire du relief des boutons */
	scrollbar-shadow-color:#CCE5E5; /* couleur sombre du relief des boutons */
	scrollbar-3dlight-color:#CCE5E5; /* couleur claire du relief des boutons quand ceux-ci ne sont pas  enfoncés */
	scrollbar-darkshadow-color:#CCE5E5; /* couleur sombre du relief des boutons quand ceux-ci ne sont pas enfoncés */
}

/* FIN DU BANDEAU ONGLET LONG ------------------------------------------------*/


/* DEBUT DU SOUS BANDEAU -----------------------------------------------------*/
.ssbandeau{
	clear:left;
	width: 955px;
	height: 200px;
	/* margin: 10px 0 0 0; >>>> pour l'index ? ? ? ? ? */
}
.ssbandeau_vide{
	clear:left;
	width: 955px;
	height: 200px;
}

/* FIN DU SOUS BANDEAU GAUCHE 1/3 */
.ssbandeau_colgauche{
	width:278px;
	float:left;
	padding: 10px 0 0 0;
}
.ssbandeau_colgauche img{
	margin:0 0 5px 0;
}
.ssbandeau_colmilieu_onglet_court{
	width:292px;
	float:left;
	padding: 10px 0 35px 0;
	margin:0 22px 0 0;
	background: url(../img/onglet_bas.gif) no-repeat bottom;
}
.ssbandeau_colmilieu_onglet_court h2{
	color:#06C;
	font-size:15px;
	font-weight:800;
	margin: 0 0 10px 20px;
}
.ssbandeau_colmilieu_onglet_court h3{
	color:#666;
	font-size:13px;
	font-weight:800;
	padding : 0 20px 0 0;
	margin: 0 0 5px 20px;
}
.ssbandeau_colmilieu_onglet_court a{
	color:#666;
	font-weight:800;
	text-decoration: none;
}
.ssbandeau_colmilieu_onglet_long{
	width:465px;
	float:left;
	padding: 10px 0 35px 0;
	margin:0 50px 0 0;
	background: url(../img/onglet_long_bas.gif) no-repeat bottom;
}
.ssbandeau_colgauche h3, #ssbandeau_colgauche h4 {
	background: url(button.png) no-repeat;
	font-size:12px;
	padding: 10px 40px 20px 20px;
	margin: 0;
	width: 148px;
	height: 18px;
}
.ssbandeau_colgauche h3:hover, #ssbandeau_colgauche h4:hover {
	background: url(button_on.png) no-repeat;
	font-size:12px;
	padding: 10px 40px 20px 20px;
	margin: 0;
	width: 148px;
	height: 18px;
}
.ssbandeau_colgauche h2 a{
	text-decoration:none;
	color:#090;
}
.ssbandeau_colgauche p a{
	text-decoration:none;
	color:#666;
}
.ssbandeau_colgauche h2 a:hover, #ssbandeau_colgauche p a:hover{
	text-decoration:none;
	color:#000;
}
/* FIN DU SOUS BANDEAU GAUCHE 1/3 */

/* FIN DU SOUS BANDEAU GAUCHE 2/3 */
.ssbandeau_colmilieu{
	width:250px;
	float:left;
	margin:0 60px 0 0;
	padding: 10px 0 0 0;
}
.ssbandeau_colmilieu h2{
	color:#06C;
	font-size:15px;
	font-weight:800;
	margin: 0 0 10px 0;
}
.ssbandeau_colmilieu p{
	color:#666666;
	font-size:12px;
	font-weight:400;
	margin: 0 0 10px 0;
}
.ssbandeau_colmilieu p a{
	color:#666666;
	font-size:10px;
	font-weight:400;
}
.ssbandeau_colmilieu p a:hover{
	text-decoration:none;
}
.ssbandeau_colmilieu .legend{
	color:#666;
	font-size:9px;
	font-weight:400;
	margin: 0 0 10px 0;
}
.ssbandeau_colmilieu_onglet_long h4{
	color:#666;
	font-size:14px;
	font-weight:800;
	margin: 0 0 5px 20px;
}
.ssbandeau_colmilieu_onglet_long p{
	color:#666666;
	font-size:12px;
	font-weight:400;
	margin: 0 20px 10px 20px;
}

/* FIN DU SOUS BANDEAU GAUCHE 2/3 */

/* FIN DU SOUS BANDEAU DROITE 3/3 */
.ssbandeau_coldroite{
	width:250px;
	float:left;
	padding: 10px 0 0 0;
}
.ssbandeau_coldroite h2{
	color:#06C;
	font-size:15px;
	font-weight:800;
	margin: 0 0 10px 0;
}
.ssbandeau_coldroite p{
	color:#666666;
	font-size:12px;
	font-weight:400;
	margin: 0 0 10px 0;
}
.ssbandeau_coldroite p a{
	color:#666666;
	font-size:10px;
	font-weight:400;
}
.ssbandeau_coldroite p a:hover{
	text-decoration:none;
}
/* FIN DU SOUS BANDEAU DROITE 3/3 */

/* DEBUT DU SOUS BANDEAU MILIEU LARGE */
.ssbandeau_colmilieu_large{
	width:560px;
	float:left;
	padding: 10px 0 15px 0;
}
.ssbandeau_colmilieu_large h2{
	color:#06C;
	font-size:15px;
	font-weight:800;
	margin: 0 0 10px 0;
}
.ssbandeau_colmilieu_large p{
	color:#666666;
	font-size:12px;
	font-weight:400;
	margin: 0 0 10px 0;
}
.ssbandeau_colmilieu_large p a{
	color:#666666;
	font-size:10px;
	font-weight:400;
}
.ssbandeau_colmilieu_large p a:hover{
	text-decoration:none;
}
.ssbandeau_colmilieu_large p{
	color:#666666;
	font-size:12px;
	font-weight:400;
	margin: 0 0 10px 0;
}
.ssbandeau_colmilieu_large p a{
	color:#666666;
	font-size:10px;
	font-weight:400;
}
.ssbandeau_colmilieu_large p a:hover{
	text-decoration:none;
}
/* debut formulaire medecin */
.ssbandeau_colmilieu_large form, .contenu form{
	font-size: 12px;
}
.ssbandeau_colmilieu_large label, .contenu label{
	display:block;
	float:left;
	width: 90px;
	margin-bottom: 15px;
}

.type_txt{
	display:block;
	float:left;
	font-size: 10px;
	margin-bottom: 15px;
	background-color: #E0F0F0;
}
textarea{
	display:block;
	background-color: #E0F0F0;
}
.type_radio{
	padding: 15px;
}
.type_valid{
	font-size: 10px;
	padding: 10px 0 0 0;
}
/* fin formulaire medecin */
/* FIN DU SOUS BANDEAU MILIEU LARGE */

/* DEBUT DU SOUS BANDEAU ONGLET LONG */
.ssbandeau_colmilieu_onglet_long{
	width:465px;
	float:left;
	padding: 10px 0 35px 0;
	margin:0 50px 0 0;
	background: url(../img/onglet_long_bas.gif) no-repeat bottom;
}
.ssbandeau_colmilieu_onglet_long h2{
	color:#06C;
	font-size:15px;
	font-weight:800;
	margin: 0 0 10px 20px;
}
.ssbandeau_colmilieu_onglet_long p{
	color:#666;
	font-size:10px;
	margin: 0 10px 5px 20px;
}
.ssbandeau_colmilieu_onglet_long br{
	clear: left;
	margin: 20px;
}
/* FIN DU SOUS BANDEAU ONGLET LONG */
/* FIN DU SOUS BANDEAU -------------------------------------------------------*/

/* DEBUT SOUS BANDEAU sans bandeau -------------------------------------------*/
.corps{
	width: 955px;
}
.titre{
	width: 955px;
	padding: 0 0px 0px 0;
	margin: 0 0 13px 0;
}
.titre h1{
	font-size: 20px;
	color:#666;
	text-align:right;
	padding: 15px 520px 33px 25px;
	background: url(../img/fond_titre_fonce.jpg) no-repeat left bottom #CCE5E5;
}
.marge_corps{
	float:left;
	width: 235px;
	margin: 0 45px 0 0;
	padding: 30px 0 0 0;
	text-align:right;
	font-size:12px;
}
.marge_corps p{
	margin: 20px 0 0 0;
}
.contenu{
	float:left;
	width: 460px;
	font-size: 12px;
}
.contenu h2{
	padding: 0 0 10px 0;
	font-size: 15px;
	color: #666;
}
.contenu h3{
	padding: 0 0 20px 0;
	font-size: 13px;
	color: #666;
}
.contenu li{
	font-size: 13px;
	color: #000;
	padding: 0 0 5px 0;
}
.contenu li a{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-size: 13px;
	font-weight: 800;
	color: #000;
}
.contenu li a:hover{
	padding: 0 0 10px 0;
	font-size: 13px;
	color: #06C;
}
.contenu p{
	padding: 0 0 40px 0;
	font-size: 10px;
	color: #666;
}
.contenu p a{
	font-size: 10px;
	color: #666;
}
.contenu p a:hover{
	text-decoration:none;
}
form br{
	clear:left;
}
/* FIN SOUS BANDEAU sans bandeau ---------------------------------------------*/



/*DEBUT DU FOOTER ------------------------------------------------------------*/
.footer{
	clear: left;
	width: 955px;
	height: 50px;
	padding: 30px 0 0 0;
	font-size: 10px;
	color: #9C9;
	text-align: center;
}
/*FIN DU FOOTER --------------------------------------------------------------*/

a.savoirplus{
	display:block; /*permet de gérer le margin bottom*/
	font-size:10px;
	color:#999;
	font-weight:800;
	margin: 20px 0 0 0;
	text-decoration:underline;
}
.bandeau_onglet_long h1, .bandeau_anim h1, .bandeau h1, .bandeau_corps h1{
	font-size:20px;
	color:#666;
	margin: 10px 0 10px 0;
}
.bandeau_onglet_long h2, .bandeau_anim h2, .bandeau h2, .bandeau_corps h2{
	font-size:14px;
	color:#666;
	margin: 10px 0 10px 0;
}
.bandeau_onglet_long h2 a, .bandeau_anim h2 a, .bandeau h2 a{
	color:#666;
	text-decoration: none;
}
.bandeau_corps h2 a{
	color:#666;
	text-decoration: underline;
}
.bandeau_onglet_long p, .bandeau p, .bandeau_corps p{
	font-size:12px;
	color:#000;
}
.footer a{
	color: #9C9;
	text-decoration:underline;
}
.footer a:hover{
	text-decoration:none;
}
.bleu{
	color: #06C;
}
.gris{
	color: #666;
}
.gras {
	font-weight: 800;
}
.rouge{
	color:#C00;
	font-size:10px;
}
.legend{
	font-size: 10px;
	color:#666;
}
.legend :hover{
	font-size: 10px;
	color:#666;
}

/* DEBUT Plan du site ------------------------------------------------------------- */
.contenu_plan{
	margin: 0 0 0 280px;
}
.plan_partie{
	float:left; 
	width: 155px;
	margin: 0 0 100px 0;
}
.plan_partie {
	display: block;
	float: left;
	width: 150px;
	padding: 30px 20px 0 0;
	background-image: url(../img/filet_plan_haut.gif);
	background-repeat: no-repeat;
}
.plan_partie h2{
	padding: 20px 0 10px 13px;
	background-repeat: no-repeat;
	background-image: url(../img/filet_plan.gif);
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.plan_partie .h2_bas{
	background-image: url(../img/filet_plan_bas.gif);
	background-repeat: no-repeat;
}
.plan_partie h3{
	padding: 0 0 10px 40px;
	background-image: url(../img/filet_plan_h3.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: 400;
	color: #9C9;
}
.plan_partie .h3_bas{
	background-image: url(../img/filet_plan_h3_bas.gif);
	background-repeat: no-repeat;
}
.plan_partie h2 a{ 
	color: #666;
	text-decoration: none;
}
.plan_partie h2 a:hover, .plan_partie .h2_bas a:hover{ 
	color: #06C;
	text-decoration: none;
}
.plan_partie h3 a{ 
	color: #9C9;
	text-decoration: none;
}
.plan_partie h3 a:hover{ 
	color: #06C;
	text-decoration: none;
}
/* FIN Plan du site --------------------------------------------------------------- */

/************************************************************************PICTOS */
.picto_pdf, .picto_excel, .picto_ppt, .picto_word, .picto_media, .picto_file, .picto_unknown, .picto_html {
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	height: 16px;
	display: block;
	color:#666666;
	font-size:10px;
	font-weight:400;
	cursor:pointer;
}
.lien_simple{
	margin: 5px 0 0 0;
	height: 16px;
	display: block;
	color:#666666;
	font-size:10px;
	font-weight:400;
	cursor:pointer;
}

.lien_bold{
	margin: 5px 0 0 0;
	color:#666666;
	font-size:12px;
	font-weight:800;
	display: block;
}

html>body .picto_pdf, html>body .picto_excel, html>body .picto_ppt, html>body .picto_word, html>body .picto_media, html>body .picto_file {
   padding-bottom: 5px;
}
.picto_pdf {
   background: url(../img/picto_pdf.gif) no-repeat;
}

.picto_excel {
   background: url(../img/picto_excel.gif) no-repeat;
}

.picto_ppt {
   background: url(../img/picto_ppt.gif) no-repeat;
}

.picto_word {
   background: url(../img/picto_word.gif) no-repeat;
}

.picto_media {
   background: url(../img/picto_media.gif) no-repeat;
}
.picto_file {
   background: url(../img/picto_file.gif) no-repeat;
}
.picto_unknown {
   background: url(../img/picto_/unknown.gif) no-repeat;
}
.picto_html {
   background: url(../img/picto_html.gif) no-repeat;
}
.ssbandeau_colmilieu_large p a:hover{
	text-decoration:none;
}
/********************************************** image left*/
.left{
	float: left;
	margin: 0 10px 2px 0;
}
.communique{
	line-height: 1.7em;
	padding: 0 0 7px 0;
}
.communique a{
	text-decoration: none;
}
.maigre{
	font-weight:400;
}
.breaker{
	overflow:hidden; height:1px; clear:both;  /*replace les éléments dans le flux html*/
}
.recherche{
	color:#999;
	text-decoration:underline;
}
.recherche a:hover{
	color:#09C;
}