/* CSS Document */
/***************/
/* Back-office */
/***************/
.bo_paragraphe {
	border: 1px dashed #C00000;
	margin-bottom:5px;
}
/***************/
/* Front-office */
/***************/
acronym
{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  cursor: help;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    /*font-family:Tahoma, arial, verdana, courier;*/
    color:#000000;
    font-size: 0.8em;
    background:#D1FF54;    
    line-height:18px;
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 10px 0;
}
h2 {		
    font-family: Verdana;
    color: #007BCE;      
    text-transform: uppercase;
    font-size: 1.4em;
}
h3 {		
    background-image:url(../images/fond_h3.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Verdana;
    padding-left: 25px;
    color: #00528C;     
    font-size: 1.2em;
}
h4 {		        
    color: #00528C;
    font-family: Verdana;
    font-size: 1em;
}
a {
	color:#007BCE;	
	font-weight:normal;
}
a:visited {
	color:#007BCE;
	font-weight:normal;	
}
a:hover {
	color:#000000;
	font-weight:normal;
}
a.lieninvisible {		
	text-decoration:none;
}

a.alt {
    font-weight:bold;
    color:#C00000;
}
th {
    text-align:left;
}
#header { 
    margin:0;
    padding:0;   
    height: 148px;
    background-color: #002152;
    /*** style-impression
    display:none;    
    ***/
}

#header780 {
    display:none;
    /*** style-impression
    display:block;
    height: 117px;
    background-color: #FFFFFF;    
    ***/
}
#header_popup {
    display:none;
    /*** style-impression
    display:block;
    height: 117px;
    background-color: #FFFFFF;    
    ***/
}
#haut {
    height: 39px;
    background-color:#FFFFFF;
    background-image:none;
    background-repeat:no-repeat;
	background-position: left center;	
	margin:0 0 10px 0;
    padding:0;	
     /*** style-impression
    display:non;            
    ***/	
}

#conteneur {
    width:1000px;
    margin:0 auto;
    background-color:#FFFFFF;
    border:1px solid #000000;   
    /*** style-impression
    position: relative;
	width: 780px;
	left: 50%;
	margin-left: -370px;
	background-color:#FFFFFF;
    border:1px solid #000000;      
    ***/     
}
#centre {
    background-color:#FFFFFF;
    /*margin-left: 155px;
    margin-right: 155px;*/
    float:left;
    width:680px;
    margin-left:10px;
    height:300px; 
       
    /*** style-impression
    background-color:#FFFFFF;
    margin-left: 155px;
    margin-right: 0px;
    height:300px;     
    ***/    
}
/* Feinte non comprise par IE pour min-height */
html>body #centre {
	height: auto;
	min-height: 300px;
}
#centreetdroite {
    background-color:#FFFFFF;
    float:left;
    width:835px;
    margin-left:10px;
    height:300px; 
	/*** style-impression
	margin:0;
	***/
}

/* Feinte non comprise par IE pour min-height */
html>body #centreetdroite {
	height: auto;
	min-height: 300px;
}


#centre strong, #centreetdroite strong{
    color:#007BCE;
}

#centre img, #centreetdroite img {
	padding:0 5px 0px 0px;
}

#gauche {
    float:left;
    display: inline;
    width: 150px;
    margin:0px;
}
#droite {
    float:right;
    font-size:0.85em;    
    width: 150px;
    color:#000000;
    margin:0px;  
 
    /*** style-impression
		display:none;
	***/
}
#droite h3 {
    padding:0px 0px 2px 0px;
    margin:0;   

   background-image:none;
    background-repeat:no-repeat;
	background-position: right top;
     /**/
    
}
#droite h4 {
    padding:2px 0px 2px 0px;
    margin:0;      
    color:#007BCE;
   font-size:1em;
    
}
#droite .paragraphe {
    background-color: #D4D4D6; 
    padding:0 2px 2px 2px;
    margin:2px 5px 5px 0 ;
    border:1px solid #000010;   
}

#droite p.bouton {
    background-color: #FFFFFF; 
    padding:0;
    margin:-1px -5px -10px -5px ;
    border:none;
    width:150px;  
}

#droite a.bouton {
	cursor: pointer;
  display: block;
	width:130px!important;
	font-weight: bold!important;
  text-decoration: none;	
	color:#ADE6FF!important; 
	padding: 5px 10px 5px 10px;
	margin-bottom:5px;
	background: #000010;
  text-align: left;
	clear:both;
  background-image:url(../images/fond_menu_dt.gif);
  background-repeat: no-repeat;
  background-position: right top;	 
}

#droite a.bouton:hover {
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	margin-bottom:5px;
	background: #ADE6FF;
  text-decoration: none;	
  text-align: left;
	clear:both;
  background-image:url(../images/fond_menu_dt_on.gif);
  background-repeat: no-repeat;
  background-position: right top;	 	
	color:#000010!important;   
	font-weight: bold!important;	
	color:#000010!important; 	
}

#pied {
    clear:both;
    height: 150px;
    background-color: #FFFFFF;
    background-image:url(../images/fond-pied.gif);
    background-repeat:no-repeat;
	background-position: left bottom;
	text-align:left;
    /*** style-impression
    clear:both;
    height: 120px;
    background-color: #FFFFFF;    
    background-repeat:no-repeat;
	background-position: left bottom;
	text-align:left;   
     ***/    	
}
#pied p{
    padding:20px 0 0 0;
	text-align:center;	
}
#pied ul {    
    text-align:center;
}
#pied li {
    display: inline;  
    padding:0px 5px 0 0px;
}
#pied li a {
	color:#000000;	
	font-weight:normal;
	font-size: 0.85em;
	text-decoration:none;
}
#pied li a:visited {
	color:#808080;
	font-weight:normal;	
}
#pied li a:hover {
	color:#C00000;
	font-weight:normal;
	text-decoration:underline;
}

#menuhaut {
    /*display:none;*/
    border:none;
    margin: 0;
    padding:0;
    background-image:url(../images/barre_recherche.gif);
    background-repeat: no-repeat; 
    background-position: right top;   
    height:39px;
    /*** style-impression
    display:none;
    ***/    
}

#menuhaut td {
    margin: 0;
    padding:0;
    height:39px;    
    /*float:left;*/     
}

#menuhaut td a, #menuhaut td img {
    margin:0;
    padding:0;
    background-position: top;
    height:39px;    
    line-height: 39px;
	  cursor: pointer;   
    display: block; 
}

#menuhaut td.accueil a {background-image:url(../images/barre_accueil_on.gif);}
#menuhaut td.contact a {background-image:url(../images/barre_contact_on.gif);}
#menuhaut td.plan a {background-image:url(../images/barre_plan_du_site_on.gif);}


#menuhaut td.accueil a:hover {visibility: visible;}
#menuhaut td.contact a:hover {visibility: visible;}
#menuhaut td.plan a:hover {visibility: visible;}


#menuhaut td.accueil a:hover img{visibility: hidden;}
#menuhaut td.contact a:hover img{visibility: hidden;}
#menuhaut td.plan a:hover img{visibility: hidden;}

#menugauche {
    list-style-type: none;
    margin: 0;
    padding:0;
}
#menugauche li {
    margin-bottom: 5px;
}
#menugauche a {
    margin: 0 2px;
    color: #000000;
    text-decoration: underline;
}
#menugauche a:hover {
    text-decoration: none;
}
#menudroit {
    list-style-type: none;
    margin: 0;
    padding:0;
}
#menudroit li {
    margin-bottom: 5px;
}
#menudroit a {
    margin: 0 2px;
    color: #000000;
    text-decoration: underline;
}
#menudroit a:hover {
    text-decoration: none;
}



/* Menu Déroulant */
dl, dt, dd {
margin: 0;
padding: 0;
}
dl ul, li {
	margin: 0;
	padding: 0;
}
#menu {
    width:150px;
	/*background:#D5D2C4;*/
}
#menu dt {
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	/*background: #EFEFEF;*/
	text-align: right;
	 clear:both;
}
#menu dt.principal{	
	font-weight: bold;			
}


#menu img{     
    padding:0;
    margin:0;   
}
#menu a {
	color:#91A2FD;
	text-decoration:none;
	font-weight:normal;
}
#menu a:visited {
	color:#91A2FD;
	font-weight:normal;
	text-decoration:none;
}
#menu a:hover {
	color:#000000;
	font-weight:normal;
}
#menu a.alt {
    font-weight:bold;
    color:#8300FF;
}
#menu dt.principal a {
	color:#91A2FD;
	text-decoration:none;
	font-weight:normal;
}
#menu dt.principal a:visited {
	color:#91A2FD;
	font-weight:normal;
}
#menu dt.principal a:hover {
	color:#000000;
	font-weight:normal;
}


#menu dd {
	position: absolute;
	z-index: 100;
	left: 146px;
	margin-top: -1.4em;
	padding: 0 0 0 5px;
	width: 15em;
	background: #FFEBD7;
	visibility:hidden;
	display:none;
}

#menu ul {
	padding: 2px;
}

#menu li {
	text-align: left;
	height: 18px;
	line-height: 18px;
	list-style-type: none;
}


/**************/
/* Rechercher */
/**************/
#recherche{    
  margin: 0;
  padding: 0;
  padding-left: 44px;	
}
#recherche form {
    margin:0;      
    padding:0; 
    line-height:39px;
    border: none;
}

#recherche input.search_string{
    margin:0;      
    padding:0;
    border: 1px #000099 solid !important;
    font-size:1em;
    width:120px;
    vertical-align: bottom;  
    margin-bottom:10px;  
}

#recherche input.search_valider{
    border: 0px!important;
    margin:0;  
    margin-right: 8px;    
    padding:0; 
    color:#FFFFFF;
    background:none;
    height:39px;
    line-height:39px;
    width:49px;
    background-image:url(../images/barre_lancer_recherche.gif);
    background-position:center center;
    background-repeat: no-repeat;              
}
span.resultat_recherche{
	font-weight:bold;
	color:#C00000;
}


/*************/
/* ariane */
/*************/
#ariane {
	padding:8px 0 0 0;
}
div.ariane {
	/*clear:both;*/
	margin:0;
    padding:0;	
	font-size:0.85em;
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	font-family:Tahoma, arial, verdana, courier;
}
.ariane a {
	color:#184163;
	text-decoration:none;
	font-weight:normal;
}
.ariane a:visited {
	color:#184163;
	text-decoration:none;
	font-weight:normal;
}
.ariane a:hover {
	color:#000000;
	font-weight:normal;
}
fieldset {
    padding:5px;
}
legend {
    color: #00528C; 
    font-weight:bold;
}
p.alerte {   
    color:#C00000;
    font-weight:bold;    
}
br.clr {            
    font-size:1px; 
    clear:both;     
}

.mouseon {background-color:#FFFFCC;}
.mouseout {background-color:#FFFFFF;}
/***************************************************/
/*     Bulle sur point d'interogation              */
/***************************************************/
a.infobulle {
  position:relative;
  z-index:24;
  color:#000;
  text-decoration:none;
  border:none;
}
	
a.infobulle, a.infobulle img {
  border:none;
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;   
}
	
a.infobulle:hover {
	background: none;
	z-index:25
}
a.infobulle span {display: none}
a.infobulle:hover span { 
	display:block;
	position:absolute;
	top:0;
	left:3em;
	padding:2px;
	width:15em;
	border:1px solid #7F9DB9;
	background-color:#EDEDED;
	color:#000000;
	text-align: justify;
	font-size: 10px;
	font-weight: normal;
}

/***************************************************/
/*     prenvext (résultats de recherche            */
/***************************************************/
.prevnext {
	margin: 0;
	padding:2px;
	font-style:italic;
	
}         
.prevnext a {
	font-style:normal;
	/*font-size: 11px;*/
	color: #000000;
	background-color:#CFFF4F;
	margin: 0 0px 0 5px;
	padding: 0 2px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
}
.prevnext a:hover,
.prevnext a.selected {
	background-color: #8300FF;
	color: #ffffff !important;
}         

/***************************************************/
/*     Affichage des erreurs                       */
/***************************************************/
.blocAlerte {
  padding: 10px; 
  margin: 5px;
  background-color: #FFCCCC!important;
  border:1px solid #FF0000!important;
  font-weight: bold;
  font-size: 12px;
}

.blocAlerte .alerte {
  color:#000000!important;
  padding: 0!important;
  margin: 0!important;
}

.blocAlerte p{
  padding: 0!important;
  margin: 0!important;
}

.blocAlerte ul li strong, .blocAlerte ul li a{
  color:#FF0000!important;
  padding: 0!important;
  margin: 0!important;
}
select.alerte {
  background-color: #FFCCCC!important;
}

/*************/
/* mdl */
/*************/
.bloc0, .bloc1 {
	clear: both;
	padding:0;
	padding-bottom:2px;
}
          
.bloc1 {
	background-color: #f6f6f6;
}
          

#liste_mcl {
  padding : 5px;
  padding-top : 10px;
  padding-bottom: 10px;
  border: 1px #AAAAAA solid;
  background-color: #F9F9F9; 
  color : #808080; 
}

#liste_mcl a {
  color : #808080;
  text-decoration: none; 
}
#liste_mcl a:hover {
  text-decoration: underline; 
}

#mdl_TopMCL a {
  color : #808080;
  text-decoration: none!important;
}
#mdl_TopMCL .mcl0 {
    font-size: 0.8em;
    line-height:18px;
}
#mdl_TopMCL .mcl1 {
    font-size: 1.2em;
    line-height:20px;
}
#mdl_TopMCL .mcl2 {
    font-size: 1.6em;
    line-height:22px;
}
#mdl_TopMCL .mcl3 {
    font-size: 2em;
    line-height:24px;
}
#mdl_TopMCL .mcl4 {
    font-size: 2.4em;
    line-height:26px;
}
#mdl_TopMCL .mcl5 {
    font-size: 2.8em;
    line-height:28px;
}
