/* <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-color: "";
	background-repeat: repeat-y;
	margin:0px;
}

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

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

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

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

fieldset {
	border: 2px solid #4C93CA;
	/*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: #4C93CA;
}


#resume_muco {
	 border: 1px  solid #000000;
	 padding-top:0px; 
	 padding-right:10px;
	 padding-left:10px;
	 padding-bottom:0px;
	 margin-top: 0px;
	 margin-right:20px;
	 margin-left:20px;
	 margin-bottom:0px;
}



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

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

.bandeau_etudiant { /* Bandeau utilisé dans les pages dossier etudiant */
	background-color: #AE8F6C;
	width :100%;
	margin-bottom: 10px;
	color:#FFFFFF
}

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

.resume_maladie {
	padding: 10px; 
	margin: 20px;
	align:left;
	
}

.formulaire_avec_bandeau_gauche {

	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: 100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}


/* Lignes normales */

tr.pair {
	background-color: #E0FFFF;}

tr.impair {
	background-color: #88E1FF;}

tr.pair:hover {
	background-color: #88E1FF;}

tr.impair:hover {
	background-color: #88E1FF;}


div.titre_entete{
	color: #fff;
	font-size: 80px;
	font-weight: bolder;
	font-style: italic;
	}




/* Survol des champs */

input:hover {
	background-color: #FFFF99;}

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

select:hover {
	background-color: #FFFF99;}






/* Lignes requises */

tr.requis_pair {
	background-color: #60ff80;}

tr.requis_impair {
	background-color: #06B262;}

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

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





/* Menus */

table.menu_main{

	width: 200px;
	border-width: 0px;
	border-style: solid;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
}

td.menu {
	width: 190px;
}

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(../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(../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(../menu/hover_menu.png);
}

td.menu_selected{
	border-width: 0px;
	border-style: solid;
	background-image: url(../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(../menu/middle_menu.png);
	padding: 0px;
	height: 6px;
}

td.menu_bottom{
	border-width: 0px;
	border-style: solid;
	background-image: url(../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(../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(../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;
}

td.table_selected{
	border-width: 0px;
	border-style: solid;
	background-image: url(../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 li {
    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_bas_hover.gif")
      no-repeat right bottom;
    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%;
}


.bouton_bleu {
    background-color: #105488; /* Bleu */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
   margin: 4px 2px;
    cursor: pointer;
}

.bouton_vert {
    background-color: #339900; /* Vert */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
	margin: 4px 2px;
    cursor: pointer;
}

.bouton_vert_petit {
    background-color: #339900; /* Vert */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

.bouton_bleu_petit {
    background-color: #105488; /* Bleu */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
	margin: 4px 2px;
    cursor: pointer;
}

#bouton-sticky {
  position:fixed;
  bottom:95%;
  left:1%;
  z-index:9999;
}

.bouton_bleu_petit_fixe_top {
    background-color: #105488; /* Bleu */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
	 position:fixed;
	 top: 1%;
	 right:1%;
	 z-index:9999;
}

.bouton_bleu_petit_fixe_mid {
    background-color: #105488; /* Bleu */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
	 position:fixed;
	 top:10%;
	 right:1%;
	 z-index:9999;
}

.bouton_bleu_petit_fixe_bas {
    background-color: #105488; /* Bleu */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
	 position:fixed;
	 top:20%;
	 right:1%;
	 z-index:9999;
}

.bouton_vert_petit_fixe_bas {
    background-color: #339900; /* Vert */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
	 position:fixed;
	 top:20%;
	 right:1%;
	 z-index:9999;
}

.bouton_vert_petit_fixe_mid {
    background-color: #339900; /* Vert */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
	 position:fixed;
	 top:10%;
	 right:1%;
	 z-index:9999;
}

.bouton_bleu_petit_float {
	float: left
    background-color: #105488; /* Bleu */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
	 top:1%;
	 right:1%;
	 z-index:9999;

}

}
.bouton_rouge {
    background-color: #ff0000; /* rouge */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
 	font-weight: bold;
   margin: 4px 2px;
    cursor: pointer;
}

.bouton_rouge_petit {
    background-color: #FF0000; /* Rouge */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
   margin: 4px 2px;
    cursor: pointer;
}

.bouton_bleu:hover {
	background-color: #7aa9f4;
    color: white;
    font-size: 18px;
	font-weight: bold;
}

.bouton_vert:hover {
	background-color: #33CC00;
    color: white;
    font-size: 18px;
	font-weight: bold;
}


.bouton_bleu:active {
  background-color: #91FAF3;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.bouton_bleu_petit:active {
  background-color: #105488;
    color: white;
    font-size: 16px;
	font-weight: bold;
  box-shadow: 0 5px #666;
  transform: translateY(-4px);
}

.bouton_bleu_petit:hover {
  background-color: #105488;
    color: white;
    font-size: 16px;
	font-weight: bold;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.bouton_vert_petit:hover {
	background-color: #33CC00;
    color: white;
    font-size: 16px;
	font-weight: bold;
  box-shadow: 0 5px #666;
  transform: translateY(-4px);
}


.bouton_vert_petit:active {
	background-color: #33CC00;
    color: white;
    font-size: 16px;
	font-weight: bold;
  box-shadow: 0 5px #666;
  transform: translateY(-4px);
}



.bouton_rouge {
    background-color: #ff0000; /* Rouge */
    border: none;
	border-radius: 12px;
    color: white;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}








/* style pour le rappel des consultation */

#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #88E1FF;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
opacity: 0.8;
}

/* 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 */


/* ------------------
   Elements e-Psycho
   ------------------ */
/* --------
	Bouton
   --------*/
a.button, button {
  padding:3px 7px 3px 5px;   /* Links */
  border:1px solid #BBB;
  border-top:1px solid #999;
  border-left:1px solid #999;
  -moz-border-radius:6px;
  border-radius:6px;
  background-color:#f5f5f5;
  text-decoration:none;
  font-weight:bold;
  cursor: pointer;
}

/* Button colors-------- */
/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

/* --------
   Element slider
   --------*/
.handle{
	width:21px;
	height:13px;
	background: url('../images/slider/handle2.gif');
	bottom:4px; cursor:move;
	}

.track{
	width:375px;
	background: url('../images/slider/stick_total.gif');
	height:5px;
	}

/* --------
   Infos bulles
   --------*/
#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-weight:bold;
	font-size:1em;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}


#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}


/* 
Tablekit
*/
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #ECFF53 !important;
	background-image: url(../images/icons/up.gif);
}
.sortdesc {
	background-color: #ECFF53 !important;
	background-image: url(../images/icons/down.gif);
}
.nosort {
	cursor: default;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

