/* CSS Document */
/* Css specifique a Fasilannuaire
/***************/
/* Back-office */
/***************/

/***************/
/* Front-office */
/***************/

body {
  background:#FFFFFF;    
}
#gauche {
    width: 214px;
}

H1 {
  margin: 0;
  padding: 0;
}

#conteneur {
  /*background-color: #D4D4D2;*/
  background-image:url(../images/fond_menu_conteneur.gif);
  background-repeat: no-repeat;
  background-position: left bottom;  
}

#centre {
  width:616px;  
  /*background-color: #D4D4D2;*/
}
#centreetdroite {
  width:771px;
  /*background-color: #D4D4D2;*/
}

.cadre {
  margin: 0;
  margin-top: 30px;
  padding : 5px;
  padding-top : 10px;
  padding-bottom: 10px;
  border: 1px #096380 solid;
  background-color: #B7D1DA;
  font-weight: bold;
  color:#00528C;
}

.cadre li, .cadre #centreetdroite li{
 list-style-type:none;
 background-image:url(../images/puce_orange.gif);
 background-repeat:no-repeat;
 background-position:0% 5px;
 padding-left:20px;
}

.cadre li li, #centreetdroite .cadre li li{
 list-style-type:none;
 background-image:url(../images/puce_orange_bis.gif);
 background-repeat:no-repeat;
 background-position:0% 5px;
 padding-left:20px;
}

#pied {
  padding:0;
  margin-top: 20px;
  clear:both;
  height: 50px;
  background-color: transparent;  
  /*background-image:url(../images/fond_pied.gif);*/
  background-image:none;
  background-repeat: repeat-y;
  background-position: right bottom;
	text-align:left; 	
}
#pied p {
  padding :0;
  text-align: center;
  margin:0!important;
  color:#0D94B7;
  font-weight: bold;
}

#pied table {
  margin:0;
  margin-left: 214px;
  padding:0;
  width:788px;
}

#pied table td{
  margin:0;
  padding:0;
}
#pied table td.logo{
  width:220px;
  margin:0;
  padding:0;
  padding-top:5px;
}

#pied ul {
  padding:0px;
  padding-top: 10px;
  margin:0px;
}

#pied li a {
  color:#0D94B7!important;	
	font-weight:normal;
}
#pied li a:visited {
  color:#0D94B7!important;	
	font-weight:normal;
}
#pied li a:hover {
  color:#0D94B7!important;	
	font-weight:normal;
	text-decoration:underline;
}
/***************/
/* menu gauche */
/***************/
#menu {
  width:214px;
  padding-bottom:150px;
  background-image:none;
	color:#ADE6FF!important;  
}

#menu dt {
	cursor: pointer;
	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;	 
}

#menu dt:hover {
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	margin-bottom:5px;
	background: #ADE6FF;
  text-align: left;
	clear:both;
  background-image:url(../images/fond_menu_dt_on.gif)!important;
  background-repeat: no-repeat;
  background-position: right top;	 	
	color:#000010!important;   
}

#menu a {
  display: block;
	width:174px!important;
	font-weight: bold!important;	
	color:#ADE6FF!important;  
}
#menu a:hover, #menu dt:hover a{
	font-weight: bold!important;	
	color:#000010!important;  
}
#menu dt.principal{	
	font-weight: bold;			
}

.menu15 {
margin-top:15px;
}
/*************/
/* mdl */
/*************/
.mdl_lien_fiche h3 {
  padding : 10px;
  padding-top : 8px;
  padding-bottom: 9px;
  border: 1px #E6E1FF solid;
  border-top: 2px #E6E1FF solid;  
  background-image:url(../images/fond_h3_lien.gif);
  background-repeat: repeat-y;
  background-position: left top;
   background-position:0% -16px;
  color:#5044CA;
}

.mdl_lien_fiche table.titre {
  padding: 0;
  margin: 0;
  margin-left: -10px;
  margin-bottom:20px;
  border-Bottom: 1px #D9D9D9 solid;
  border-left: 1px #D9D9D9 solid;  
}

.mdl_lien_fiche table.titre td {
  padding: 0;
  margin: 0;
}

#centre .mdl_lien_fiche table.titre {
    width:690px;    
}
#centreetdroite .mdl_lien_fiche table.titre {
    width:845px;
}

.mdl_lien_fiche td.titre {
    text-align: left;
  	color:#9A34FF;	
  	font-weight:bold;
    background-image:url(../images/fond_titre_lien.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height:31px;
    padding: 0;
    padding-left: 10px!important;
    margin: 0;  	
}
.mdl_lien_fiche td.milieu {
    background-image:url(../images/fond_titre_onglet_lien.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width:100%;
    
}
.mdl_lien_fiche td.categ {
    text-align: right;
    color: #808080;
    vertical-align: bottom;
}

.mdl_lien_fiche td.categ a{
    color: #808080;
    text-decoration: none;
}
