/* <style> Astuce : en mettant le tag <style>, dreamweaver permet facilement de modifier cette page,
Comme on ne veut pas que ce tag perturbe les navigateurs, on le met entre commentaires */



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/background/rose.png");
	background-repeat: repeat-y;
	margin-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color: #14FFFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #FF6600;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	color: #14FFFF;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	color: #14FFFF;
}

fieldset {
	border: 2px solid #14FFFF;
	/*margin-left:2%;
	margin-right:2%;*/
	padding: 15px 0px 15px 0px;
}

legend { /* Nom des groupes dans les formulaires*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 0px 15px 15px 15px;
	color: #14FFFF;
}

#main_website, .bandeau_entete{
	width: 100%;
	border-spacing: 0;
}

#menu_gauche{
	text-align:center;
	vertical-align:top;
}


div.titre_entete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
}


.texte_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.bandeau_entete { /* Bandeau utilisé dans les entetes standards d'e-Muco */
	background-color: #7AC1F4;
}

.bandeau_patient { /* Bandeau utilisé dans les pages dossier patient */
	background-color: #7AC1F4;
	width :100%;
	margin-bottom: 10px;
	color:#FFFFFF
}

.bandeau_gauche {
	float:left;
	margin: 5px;
	width: 150px;
	overflow: auto;
}

.formulaire_avec_bandeau_gauche {
	margin-left:175px;
	width:auto;
}

.formulaire {
	width :100%;
}

.onglets {
	text-align:center;
}

.formelements {
	text-align:center;
}

a.bouton {
	color: #88E1FF;
	background-color: #000080;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 2px outset #c0c0c0;
	display: block;
	text-align:center
}

a.bouton:hover {
	color: #33CCFF;
	background-color: #6495ED;
	border: 2px inset #c0c0c0;
	text-decoration:none;
}

a.onglet {
	background-color: #88E1FF;
    border: 2px outset #c0c0c0;
	border-color: #B4F9FE;
	border-width: 2px;
	border-style: outset;
	color: #000099;
  	text-align: center;
	width: auto;
	margin-right: 0em;
	margin-top: 0.5em;
	padding: 0.2em 0.5em;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold
}

a.onglet:hover {
	background-color: #33ccff;
	border-color: #B4F9FE;
	border-width: 2px;
	color: white;
	border-style: outset;
  	text-align: center;
	width: auto;
	margin-right: 0em;
	margin-top: 0.5em;
	padding: 0.2em 0.5em;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	border: 2px inset #c0c0c0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	text-decoration: none;
	color: #FF1400
}

small {
	font-size: 9px;
	opacity: 0.75
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	text-decoration: underline;
	color: #FF1400
}

ul {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	list-style-image: url(../images/puce.png);
	list-style-position: outside;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

hr {
	height:8px;
	width:100%;
	background-image:url(../images/separateur.gif);
	border-width:0px
}

.fond_champ {
	background-color:#B4F9FE;
}

.table_formulaire {
	background-color:#B4F9FE;
	width: 95%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

/* Lignes normales */
tr.pair {
	background-color: #FAFAD2;}
tr.impair {
	background-color: #FFFFFF;}
td.pair {
	background-color: #FAFAD2;}
td.impair {
	background-color: #FFFFFF;}

/* Lignes dépendantes */
tr.dep_pair {
	background-color: #EE82EE;}
tr.dep_impair {
	background-color: #D8BFD8;}
td.dep_pair {
	background-color: #EE82EE;}
td.dep_impair {
	background-color: #D8BFD8;}

/* Lignes en survol */
tr.pair:hover {
	background-color: #B3E4FF;}
tr.impair:hover {
	background-color: #BDC3FF;}

/* Lignes dépendantes en survol */
tr.dep_pair:hover {
	background-color: #D670DA;}
tr.dep_impair:hover {
	background-color: #DDA0DD;}




/* Survol des champs */

input:hover {
	background-color: #99FFff;}

textarea:hover {
	background-color:#FFFF99;
	background-color: #99FFff;}

select:hover {
	background-color: #99FFff;}






/* Lignes requises */

tr.requis_pair {
	background-color: #00A5FF;}

tr.requis_impair {
	background-color: #6DC4FD;}

tr.requis_pair:hover {
	background-color: #958AFF;	border-color:#FF0000;
}

tr.requis_impair:hover {
	background-color: #838FFF;	border-color:#FF0000;
}





/* Menus gauche */

table.menu_main{
	width: 140px;
	border-width: 0px;
	border-style: solid;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	/*margin-left: 15px;*/
	margin-top: 100px;
}

td.menu {
	width: 150px;
}

td.menu_top{
	border-width: 0px;
	border-style: solid;
	background-image: url(../menu/top_menu.png);
	padding: 0px 0px 0px 0px;
	height: 6px;
}

td.menu_title{
	border-width: 0px;
	border-style: solid;
	background-image: url(../menu/title_menu.png);
	padding: 0px 0px 0px 0px;
	height: 20px;
	color: #DDDDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.menu_section{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/section_menu.png);
	padding: 0px 0px 0px 0px;
	height: 20px;
	color: #DDDDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.menu_main{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/middle_menu.png);
	padding: 0px;
	height: 18px;
	color: #4444AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center
}

td.menu_main:hover {
	background-image: url(../images/menu/hover_menu.png);
}

td.menu_selected{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/middle_menu.png);
	padding: 0px;
	height: 18px;
	color: #AA4444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.menu_space{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/middle_menu.png);
	padding: 0px;
	height: 6px;
}

td.menu_bottom{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/bottom_menu.png);
	padding: 0px;
	height: 6px;
}

a.menu_menu{
	color: #4444AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	overflow:hidden
}

a.menu_menu:hover{
	color: #AA4444;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

td.table_section{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/title_menu_large.png);
	padding: 0px;
	height: 20px;
	color: #DDDDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.table_main{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/middle_menu_large.png);
	padding: 0px;
	height: 18px;
	color: #4444AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#Style déprécié
td.table_selected{
	border-width: 0px;
	border-style: solid;
	background-image: url(../images/menu/middle_menu.png);
	padding: 0px 0px 0px 0px;
	height: 18px;
	color: #AA4444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

a.table_menu{
	color: #4444AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	margin:0px;
	width: 100%
}

a.table_menu:hover{
	color: #AA4444;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#synthese {
	border: 2px solid #000000;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
}




/* Calendrier */

a_calendar_select {
	background-color:#CCCCCC
}
a_calendar_select:hover {
	background-color:#AAAAAA
}

a_calendar {
}
a_calendar:hover {
	background-color:#CCCCCC
}




/* Entête */

.vousetesici {
	text-align:left;
}
.vousetesici a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color:#3399CC;
}
.vousetesici img {
	margin: 0pt 4px 1px;
	border: 0px;
}

/* Medicamement Ordonnance*/
.div_medi_ordo {
}



/* Pied de page */
.boutonfermer {
	text-align:left;
}

/* Valeurs normales min et max */
input.modif {
	color:red;
}

input.normal {
	color:black;
}


/* Graphique */
.graphique {
	position:fixed;
	right: 0;
	float:right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	margin:20px;
	padding:5px;
	background-color:#FFFFFF
}




/* Attention */
.attention {
	background-color: #FFFFFF;
	border: 1px dashed #CC0000;
	padding: 0px 10px 0px 10px;
	color: #CC0000;
}


/* Impression */

.print_non {
}

.print_seulement {
	display:none;
}


/* AutoCompletion*/

div.auto_complete
{
	width: 350px;
	background: #fff;
}
div.auto_complete ul
{
	border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete ul li
{
	margin:0;
    padding:3px;
	cursor:pointer;
}
div.auto_complete ul li.selected
{
	background-color:#FFFADD;
}
div.auto_complete ul strong.highlight
{
	color: #800;
    margin:0;
    padding:0;
}



/* CSS pour le  script de l'infobulle*/

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:400px;	/* Width of tooltip content */
	height:300px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

/* style pour les onglets */
.contentstyle{

}

.headerOnglets {
    float:left;
    background:transparent;
    font-size:100%;
    line-height:normal;
}

.headerOnglets ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }

.headerOnglets li {
    float:left;
    background:url("../images/norm_left.gif")
      no-repeat left top;
    margin:0;
 	padding:0 0 0 9px;
}

.headerOnglets li:hover {
    float:left;
    background:url("../images/norm_left_hover.gif")
      no-repeat left top;
    margin:0;
 	padding:0 0 0 9px;
}

.headerOnglets a {
    display:block;
    background:url("../images/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    color : black;
    }

.headerOnglets a:hover {
    display:block;
    background:url("../images/norm_right_hover.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }


.headerOnglets li.selected {
    background-image:url("../images/norm_left_on.gif");
    }


.headerOnglets li.selected a {
    background-image:url("../images/norm_right_on.gif");
}


.headerOnglets a, .headerOnglets strong, .headerOnglets span {
    display:block;
    float:left;
    background:url("../images/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }

/* style pour les onglets du bas*/

.headerOngletsBas {
    background:transparent;
    font-size:100%;
    line-height:normal;
    margin-bottom:40px;
    margin-top:20px;
}

.headerOngletsBas ul {
    margin:0;
    padding:0px 10px 0;
    list-style:none;
}

.headerOngletsBas

    float:left;
    background:url("../images/norm_left_bas.gif")
      no-repeat left bottom;
    margin:0;

 	padding:0 0 0 9px;
}

.headerOngletsBas li:hover {
    float:left;
    background:url("../images/norm_left_bas_hover.gif")
      no-repeat left bottom;
    margin:0;

 	padding:0 0 0 9px;
}

.headerOngletsBas a {
    display:block;
    background:url("../images/norm_right_bas.gif")
      no-repeat right bottom;
    padding:5px 15px 4px 6px;
    color : black;
    }

.headerOngletsBas a:hover {
    display:block;
    background:url("../images/norm_right_hover.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }

.headerOngletsBas li.selected {
    background-image:url("../images/norm_left_bas_on.gif");

    }

.headerOngletsBas li.selected a {
    background-image:url("../images/norm_right_bas_on.gif");
}

.headerOngletsBas a, .headerOngletsBas strong, .headerOngletsBas span {
    display:block;
    float:left;
    background:url("../images/norm_right_bas.gif")
      no-repeat right bottom;
    padding:5px 15px 4px 6px;
}

.container_table{
	float:left;
	width:100%;
}





/* style pour le prefixe image */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; clear:left}

#prevLink{
	clear: left;
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/prevlabel.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	top:0;
	left: 5;
	float: left;
}

#nextLink{
	clear: left;
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/nextlabel.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	top:0;
	right: 0;
	float: right;
	}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	clear: both;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ right: 0; width: 66px;   margin-bottom: 250px;	padding-bottom: 250px;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


/* fin style pour le prefixe image */



