/* CSS Document */

/***************/
/* Back-office */
/***************/
.bo_paragraphe {
	border: 1px dashed #C00000;
	margin-bottom:5px;
}
.bo_paragraphe p.bo_barre_boutons {  
    font-size:0.85em;     
    background:#FAFAFA; 
}
#backoffice_menu_haut {
	width:1000px;	    
}
body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:Tahoma, arial, verdana, courier;
    color:#000000;
    font-size: 0.8em;   
    margin:0;
    padding:0;
    background-color:#e6e6e6; 
}

/**********/
/* Boites */
/**********/
#conteneur {    
    width:995px;
    margin:0 auto;
    background-color:#FFFFFF;      	          
}
#haut {
    height: 35px;   
    padding:0;
    margin:0;	
    background:#e6e6e6;	
    width: 995px;	    	
}
#menuhaut {   
    height: 35px;        
    text-align:left;
    padding:0;
    margin:0;
    background:#FFFFFF;
}
#menuhaut td {
    width:166px;
    height:35px;
    /*background-image: url(../images/interface/bouton-off.png);
    background-repeat:no-repeat;
    background-position: left top; */
}
#menuhaut td.img {
    padding:0;
    margin:0;
}
/*
#menuhaut td:hover {    
    background-image: url(../images/interface/bouton-on.png);
    background-repeat:no-repeat;
    background-position: left center; 
}
#menuhaut td.selection {    
    background-image: url(../images/interface/bouton-on.png);
    background-repeat:no-repeat;
    background-position: left center; 
}

#menuhaut a {        
    color: #FFFFFF;
    text-decoration: none;
    font-weight:bold;
    padding:10px 0 0 10px;
    margin:0;    
    text-transform:uppercase;
    letter-spacing:0.05em;
}
#menuhaut a:hover { 
    color:#e6e6e6;          
}
#menuhaut a:visited {
    color: #FFFFFF;
}
*/

#header { 
    margin:0;
    padding:0;   
    height: 150px;
}
#header_popup {
    display:none;
}
#contenu {
     float:right;
     width:805px;    
     margin:0;
     padding:0;
    background-color:#E6E6E6;         
}
#gauche {
    float:left;   
    width:190px;   
    margin:0;
    padding:0;
    background-image: url(../images/interface/fond-gauche.png);
    background-repeat:no-repeat;
    background-position: left center; 
    height:567px;    
}
html>body #gauche {
	height: auto;
	min-height: 575px;
}
#droite {
    float:right;
    width:230px;     /* 330 */     
    margin:0;
    padding:0 10px 0 90px;
    height:627px;      /* 575*/
    text-align:justify;  
    /*font-size:0.85em;*/   
    background-image: url(../images/interface/fond-droite.png);
    background-repeat:repeat-y;
    background-position: left top;   
    background-color:#e3e3e3;  
}
html>body #droite {
	height: auto;
	min-height: 627px;
}
#centre {
    float:left;
    width:475px;  
    height:627px;      /* 575*/
    background-color:#FFFFFF;          
}
html>body #centre {
	height: auto;
	min-height: 627px;
}
#pied {
    clear:both;
    height: 50px;
	text-align:left;
    font-size:0.85em;
    padding-top:10px;
    padding-left:190px;  
    background:#e6e6e6;  	
}


/**********/
/* GAUCHE */
/**********/
#menugauche dt {
    padding-left:50px;
    background-repeat:no-repeat;
	background-position: left top;       
}

#menugauche dt.principal {
    padding:0px;
    margin:0;
    margin-left:0px;
    margin-top:-1px;
    line-height:0;         	
}
#menugauche dt.secondaire {
    font-size:0.85em;  
     margin-left:15px;   	
}
#menugauche a {
    text-decoration:none; 	
}

/**********/
/* CENTRE */
/**********/
h2 {
    font-size:1.45em;
    color:#e3721f;
    font-weight:bold;
    letter-spacing:0.01em;
}
h3 {
    font-size:1.25em;
}

.ariane a {
    text-decoration:underline;
    color:#8C8C8C
}
#centre .paragraphe {
    background:#FFFFFF;   
    padding:0 5px;
}

#centre  p img {
    padding:0 5px; 
    margin:0;
}
#centre p  {
    padding:0; 
    margin:0 0 5px 0;
    line-height:1.5em;
}
#centre h4  {
    padding:0; 
    margin:20px 0 4px 0;
}

img.picto {
    padding:2px 2px 0 0;
}
/**********/
/* DROITE */
/**********/
input {
    font-size:0.85em;
}
select {
    font-size:0.85em;
}

/********/
/* PIED */
/********/
#pied ul {
    margin:0; 
    padding:0;  
}
html>body #pied ul {
    margin:0; 
}
#pied li {
    display: inline;  
    padding:0px 5px 0 0; 
    margin:0;  
}
#pied p {
    margin:0;
    padding: 0;
    line-height:20px;
}
/**********/
/* HTML */
/**********/

a.glossaire {
    /*color:#e3721f;*/
    color:#808080; 
   text-decoration:underline;
}
a.glossaire:visited {
    color:#808080;
    text-decoration:underline;
}
a {
    color:#3d9bde;
    text-decoration:none;
}
a:visited {
    color:#41a1e0;
}
a:hover {
    color:#FF0000;
}
a.suite {
    color:#FF0000;
    text-align:right !important;    
}
a.suite:visited {
    color:#FF0000;         
}
a.suite:hover {
    color:#004E82;
}
legend {    
    font-weight:bold;
}
label {    
    font-weight:bold;    
}
label.intitule {    
    display: inline; float: left; width: 120px;    
}
fieldset {
    padding:5px;
}
/**************/
/* Modules */
/***********/
.mdl_paragraphe2Colonne li {
    text-align:left !important;
}
.mdl_image_aleatoire  {    
    margin:-2px 0 0 0;
    
}
.mdl_citation_aleatoire p  {             
    padding:0 10px;       
}
.mdl_citation_aleatoire p  {    
    color : #3d9bde;            
}
.mdl_citation_aleatoire em  {       
    font-weight:bold;     
           
}

/**********/
/* DIVERS */
/**********/
.par_style_1 {
	background-color:transparent !important;
}
br.clr {            
    font-size:1px; 
    clear:both;     
}
div.ariane {
	font-size:0.85em;
	margin-top:5px;
}
div.ariane strong {
    font-weight: normal;
}
/* Modules */
.bloc0, .bloc1 {
	clear: both;
	padding:0;
	padding-bottom:10px;
}       
.bloc1 {
	background-color: #f6f6f6;
	padding-bottom:10px;
}
.bloc0 .ariane, .bloc1 .ariane {
    margin:0px !important;
    padding:0px;
}

.date {
    color:#808080;
    font-size:0.85em;
}
#acces_rapide {
    font-size:0.8em;
    text-align:right;
    margin-right:100px;
    height:46px;
}

/***************************************************/
/*     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;
}
.petit {
    font-size:0.85em;
}

/***************************************************/
/*     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:20em;
	border:1px solid #7F9DB9;
	background-color:#EDEDED;
	color:#000000;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
}

/***************************************************/
/*     prenvext (résultats de recherche            */
/***************************************************/
.prevnext {
    font-size:0.85em;
    color: #A0A0A0;
    margin: 0;
    margin-top: 20px;
    padding:2px;
    line-height:18px;	
}         
.prevnext a {
    font-style:normal;    
    background-color:#e6e6e6;
    margin: 0 5px 0px 0px;
    padding: 0.3em 0.5em 0.3em 0.6em;
    border: 1px solid #000000;
    text-decoration: none;
}
.prevnext a:hover,
.prevnext a.selected {
    color:#FFFFFF;
    background-color: #e3721f;
    border: 1px solid #000000;
}   

/***************************/
/*     Recherche           */
/***************************/
#recherche {
  position:absolute;
  margin: 0!important;
  margin-left: 360px !important;
  margin-top:10px !important; 
  padding: 0!important; 

}

#menuhaut #recherche form {
  margin: 0!important;
  padding: 0!important; 
}

#menuhaut #recherche input.search_string {
  margin: 0;
  border: 1px solid #015123;
  font-size: 0.8em;

}
#recherche input.search_valider {
  background-image: url(../images/bouton-ok.gif);
  background-repeat:no-repeat;
  background-position: left center;
  background-color:transparent;
  width:35px;
  height:25px;  
  border:0px solid #000;
}

/* Tag clouds Couleurs 
orange	#e3721f => 0,3
marron #603b0b => 1,4
marron clair #ac741a =>2,5
Bleu #3d9bde
*/
#mdl_TopMCL a {
    text-decoration:none;
    display:block;    
    text-align:left;
}
a.mcl0 {
	font-size:1.0em;
	padding-bottom: 10px;
	color:#e3721f; /* orange */
}
a.mcl0:hover {
	color:#E13728;
}
a.mcl1 {
	padding: 7px;
	font-size:1.2em;
	color:#3d9bde; /* bleu */
    padding-bottom: 5px;	
}
a.mcl1:hover {
	color:#E13728;
}
a.mcl2 {
	padding: 5px;
	font-size:1.4em;	
	color:#603b0b; /* marron foncé*/
	padding-bottom: 15px;
}

a.mcl2:hover {
	color:#E13728;
}

a.mcl3 {
	padding: 5px;
	font-size:1.6em;
	color:#e3721f; /* orange */
	padding-bottom: 0px;
}

a.mcl3:hover {
	color:#E13728;
}

a.mcl4 {
	padding-bottom: 10px;
	font-size:1.8em;
	color:#3d9bde; /* bleu */
	
}
a.mcl4:hover {
	color:#B46A47;
}
a.mcl5 {
    padding-bottom: 10px;
	font-size:2.0em;
	color:#603b0b; /* marron foncé*/

}
a.mcl5:hover {
	color:#E13728;
}






/***********/
/* cluetip */
/* global */

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/interface/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #E6E6E6;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #ec7405;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../images/interface/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../images/interface/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../images/interface/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/interface/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
