/* 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:990px;	    
}
html {
    font-size: 100%; /* BACS Évite un bug d'IE 6-7. (1) */
}
/**********/
/* HTML */
/**********/
body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:Verdana, arial,  courier;
    color:#FFFFFF;
    font-size:100%;
    font-size: 0.8em;
         
    margin:0;
    padding:0;
    background-color:#000000;
    background-image:url(../images/interface/rf-fond.jpg);
    background-position: left top; 
    background-repeat:no-repeat;      
}
p {
    margin : 0 0 5px 0;
    
}
a {      
    color:#ffff99;       
    text-decoration:none;
}
a:visited { 
    color:#ffcc99;
    color:#ffffcc;    
}
a:hover {
    color:#C00000;
}
a.suite {
    color:#FF0000;
    text-align:right !important;    
}
a.suite:visited {
    color:#FF0000;         
}
a.suite:hover {
    color:#004E82;
}
a.lieninvisible {
    display:none;
}
legend {    
    font-weight:bold;
}
label {    
    font-weight:bold;    
}
label.intitule {    
    display: inline; float: left; width: 120px;    
}
fieldset {
    padding:5px;
}
#contenu table {
    width:98%;
}
ul, ol {/* BACS */
    margin: .75em 0 .75em 32px;
    padding: 0;
} 
p { /* BACS */
    margin: .75em 0; 
}
/**********/
/* Boites */
/**********/
#conteneur {    
    width:990px;
    margin:0 auto;  
    padding:0;
    border:5px solid #7a7a7a; 
    filter:alpha(opacity=85) !important;  
    opacity:0.85;    	          
}
/*
#zone_contenu {    	
	height:800px;	 
}
html>body #zone_contenu {
	height: auto;
	min-height: 800px;
}
*/
#header { 
    margin:0;
    padding:0;   
    /*height: 339px;*/
}
#header h1 {
    color:#b4b4b4;
    font-weight:normal;    
    font-size:0.85em;
    padding: 2px 5px;
}
#header_popup {
    display:none;
}
#menuhaut {
    background-image: url(../images/rf-fond-menu.jpg);
    background-repeat:no-repeat;
    background-position: left top;     
    height:28px;
    list-style-type: none;
    margin: 0;
    padding:5px 0 0 10px;
}
#menuhaut ul {
    padding:0;
    margin:0;
}
#menuhaut li {
    display: inline;  
    padding:0px 10px 0 0px;
    /*float:left;*/     
}
#menuhaut a {
    margin: 0 2px;
    color: #FFF;
    text-decoration: none;
}
#menuhaut a:hover {
    text-decoration: underline;
}
#menuhaut li.selection a {    
    text-decoration: underline;
}

#contenu {
     float:right;
     width:990px;  
     height:400px;  
     margin:0;
     padding:0; 
         background:#8f8f8f;	
     /*background-color:#8f8f8f;*/ 
}
html>body #contenu {
	height: auto;
	min-height: 400px;
}
#gauche {
    display:none;
    float:left;   
    width:190px;   
    margin:5px 0px; 
}
#droite {
    float:right;
    width:360px;  /* 379*/        
    margin:0 0 0 10px;  /*13*/
    padding:0 5px;   
    overflow:auto;
    text-align:justify;  
    font-size:0.85em;   
    background-color:#8f8f8f;    
}
html>body #droite {
	margin-right:15px;
}
#centre {
    float:left;
    width:578px;  
    padding:0 5px; 
    line-height: 1.4; /* BACS */
}
#centreetdroite {
    float:left;
    width:980px;  
    padding:0 5px; 
    line-height: 1.4; /* BACS */
}
#pied {
    clear:both;
    height: 50px;
	text-align:center;
    font-size:0.85em;
    padding-top:10px; 
    background:#9a9a9a;	      
}
#pied p.fasilaweb{
    padding:0px 10px 0 0px;
    margin:-30px 0 0 0;
	text-align:right;	
}


/**********/
/* 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 */
/**********/
h1 {
    margin:0;
}
h2 {
    font-size:1.55em;
     letter-spacing: 0.005em;
    color:#000000;
    padding-left:5px;
    margin-bottom:5px;
}
#centre h3, #centreetdroite h3 {
    font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
    letter-spacing: 0.005em;
    font-size:1.35em;        
    
    /*padding:0 0 0 10px;*/
    color:#000000;
    margin:5px 0 ;    
}

#droite h3 {
    font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
    letter-spacing: 0.005em;
    font-size:1.35em;
    background-image:url(../images/interface/rf-fond-h3.gif);
    background-position: left top; 
    background-repeat:repeat-x;    
    height:30px;     
    padding:8px 0 0 5px;
    margin:0;
    
}
h4 {
    /*padding-left:10px;*/
    font-size:1.15em;   
    margin:0 0 5px 0;
    
   /*padding:0;    
}


#centre .paragraphe {
    /* background:#FFFFFF;*/   
}
#droite .paragraphe {
    /*background:#FFFFFF;*/   
}
/*
#centre  p img {
    padding:0 5px; 
    margin:0;
}
*/
img.picto {
    padding:2px 2px 0 0;
}
img.album, img.mdl_billet {
    margin:0 5px;
    padding:0;
    /*border:2px groove #c0c0c0;*/
    /*border:10px dashed #7f7f7f;*/
    border-style: dashed; 
    border:2px solid #FFF;
    
    
    
    
}
#centreetdroite p:hover, #centre p:hover, #droite p:hover {
    color: #ffffc0;
    color:#ffccff;
    background-color: inherit;
}

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

/**************/
/* Modules */
/***********/
.mdl_paragraphe2Colonne li {
    text-align:left !important;
}
.mdl_image_aleatoire  {
    text-align:center;
}

/**********/
/* DIVERS */
/**********/
.par_style_1 {
	background-color:transparent !important;
}
.par_style_2 {
	background-image:url(../images/interface/rt-enjolivure.gif);
    background-position: left top; 
    background-repeat:no-repeat; 
    min-height:110px;    
    padding:5px 0 5px 120px;
    background-color:#000000;
}
br.clr {            
    font-size:1px; 
    clear:both;     
}
#ariane {
	font-size:0.85em;
	height:18px;
	background-image:url(../images/interface/rf-fond-ariane.jpg);
    background-position: left top; 
    background-repeat:repeat-y; 
    padding: 0 0 2px 10px;
    margin:0;
    color:#b4b4b4;        
}
#ariane a {
    text-decoration:underline;
    color:#b4b4b4;
}
#baseline {
    height:29px;
    margin:0;
}

/* Modules */
.bloc0, .bloc1 {
	clear: both;
	padding:0;
	padding-bottom:2px;
}       
.bloc1 {
	background-color: #7e7e7e;
}
.date {
    /*color:#721e69;*/
    font-style: italic;    
    font-size:0.85em;
}
#acces_rapide {
    font-size:0.8em;
    text-align:right;
    margin-right:100px;
    height:46px;
}

/***************************************************/
/*     Affichage des erreurs                       */
/***************************************************/
.blocAlerte, .alerte {
  padding: 10px; 
  margin: 5px;
  color:#000000;
  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: #000000;
    margin: 0;
    margin-top: 20px;
    padding:2px;
    line-height:18px;	
}         
.prevnext a {
     color: #000000;
    font-style:normal;    
    background-color:#c0c0c0;
    margin: 0 5px 0px 0px;
    padding: 0.1em 0.3em 0.1em 0.4em;
    border: 1px solid #FFFFFF;
    text-decoration: none;
}
.prevnext a:hover,
.prevnext a.selected {
    color:#FFFFFF;
    background-color: #721e69;
    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;
}

/***********/
/* 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;
  background-color: #808080;
}
.cluetip-default h3#cluetip-title {
    background-image:none;
    height:20px;
    margin: 0 0 5px;
    padding: 2px 10px 4px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #FFF;
    color: #000;
}
.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;
}

