/* 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:#aabbc4; 
    /*background-image: url(../images/interface/fond_contenu.gif);
    background-repeat: repeat-x;
    background-position: left top;*/       
}

/**********/
/* Boites */
/**********/
#conteneur {       
    width:1000px;
    margin:0 auto;
    margin-top:10px;
    background-color:#FFFFFF; 
         	          
}
#haut_absolu img {
    /*display:none;*/
    padding-right:2px;
}
#haut_absolu { 
    /*position: relative;*/ 
    
    height: 20px;
    font-family: Tahoma, arial, verdana, courier;
    color:#666670;
    font-size:0.85em;
}
#haut_absolu a {  
    text-decoration:none;
    color:#666670;
    font-weight:bold;
    padding-right:10px;
}
#haut_absolu a:hover {
    text-decoration:underline;
}  
#haut_absolu p {      
    padding:0 0 5px 5px;
    margin:0;
    vertical-align:middle;      
}
#haut_absolu h1 {
    font-size:1em;
    padding:0 0 5px 5px;
    margin:0;
   vertical-align:middle;  
}
/***************************/
/*     Recherche           */
/***************************/
#haut_absolu #links {
    width:750px;    
    float:left;
}
#header #recherche {   
  	position:absolute;
	height: 17px;
	top:147px;
	left:745px;
	width: 255px;
}
#header #recherche form {
    margin: 0!important;
    padding: 0!important; 
    display:inline;
}
#header #recherche input.search_string {  
  width: 195px;  
  height:17px;
  border-style:none;
  background-color:#C00000;/*transparent;*/
  background-color:transparent;/*transparent;*/
}
#header #recherche p  {
    margin:0;
    padding:0;
}
#header #recherche input.search_valider {
  /**/
  background-image: url(../images/interface/bouton_ok.gif);
  background-repeat:no-repeat;
  background-position: left center;
  background-color:transparent;
  width:26px !important;
  height:17px;  
  border-width:0px;  
  padding:0;
  margin:0;  
  /*color:transparent;*/
}
#header #recherche input.search_valider:hover{
    border:1px solid #FFF;
}

#header #recherche label {	
	display: none;
}


#header #mdl_user_login_col {
    position:absolute;
    top:50px;
    left:720px;
    width:110px;
    /*background-color:#C00000 !important;*/
    background-color:transparent !important; 
}
#header #mdl_user_login_col h4, #header #mdl_user_login_col label {
    display:none; 
}
#header #mdl_user_login_col p {
    padding:0;
    margin:0;
    color:#FFFFFF;
}
#header #mdl_user_login_col a, #header #mdl_user_login_col a:visited {
    color:#FFF;
}
#header #mdl_user_login_col #user_ok{
  background-image: url(../images/interface/bouton_ok.gif);
  background-repeat:no-repeat;
  background-position: left center;
  background-color:transparent;
  width:26px;
  height:17px;  
  border:0px solid #000;  
  padding:0;
  line-height:17px;
  margin:0;
  /*color:transparent;*/
}
#header #mdl_user_login_col #user_ok:hover{    
  border:1px solid #FFF;  

}
#header #mdl_user_login_col #str_login_mdl, #header #mdl_user_login_col #str_password_mdl {
    width:60px;
    font-size:8px;
}

#header #mdl_panier_col {   
    position:absolute;
    top:50px;
    left:860px;        
    width:110px;
    padding:0;
    margin:0;   
    /*background-color:#C00000 !important;*/
    background-color:transparent !important;
                 
}
#header #mdl_panier_col h4 {
    display:none;
}
#header #mdl_panier_col p {
     padding:0;
    margin:0;
    color:#FFFFFF;
    /*color:#c8e8f7;*/
}   
#header #mdl_panier_col h3, #header #mdl_panier_col img {
    display:none;
}
#header #mdl_panier_col a, #header #mdl_panier_col a:visited {
    color:#FFFFFF;
    color:#c8e8f7;
    color:#4ddef9;
   /* text-decoration:underline;*/
}
#header #mdl_panier_col a:hover{
    color:#FFFFFF;
    color:#c8e8f7;
    color:#4ddef9;
    text-decoration:underline;
}




#haut {
    /*height: 25px;*/   
    padding:0;
    margin:0;	
    background:#e6e6e6;	
    width: 1000px;	    	
}
#ariane {
    clear:both;    
    line-height:20px;
    width: 1000px;
}
#header { 
    position:relative; 
    margin:0;
    padding:0;          
}
#header_popup {
    display:none;
}
#header h1 {
    margin:0;
}
#contenu {
    float:right;
    width:980px;    
    margin:0;
    padding:0 5px;
    margin:0 5px 5px 5px;
    border:1px solid #c6c6c7;
    background-color:#FFFFFF;             
}
#gauche {
    display:none;
    float:left;   
    width:180px;   
    margin:20px 0 0 25px;       
    height:567px;    
}
html>body #gauche {
	height: auto;
	min-height: 575px;

}
#droite {
    float:right;
    width:330px;     /* 330 */     
    margin:20px 10px 0 0;
    padding:0;
    height:400px;      /* 575*/
    /*text-align:justify;*/  
    /*font-size:0.85em;*/  
    background-color:#FFF;  
    border:1px solid #8b97a4; 
    border:1px solid #c6c6c7;       
}
#droite a {
    color:#364a6f;
}
html>body #droite {
	height: auto;
	min-height: 400px;
}
#centre {
    /* position:relative;*/
    float:left;
    width:610px;  
    height:400px;      /* 575*/              
}
html>body #centre {
	height: auto;
	min-height: 400px;
}
#centreetdroite {
    /* position:relative;*/    
    /*float:left;*/
    width:980px;  
    height:400px;      /* 575*/
    
}
html>body #centreetdroite {
	height: auto;
	min-height: 400px;
}
#pied {
    clear:both;
    height: 90px;
	text-align:left;
    font-size:0.85em;
    padding-top:10px;
    padding-left:190px;  
    /*background:#000000;*/  	
}


/**********/
/* GAUCHE */
/**********/
#menugauche {
    margin: 0 3px;
    width:174px;
    /*background-color:#cedae6;*/
}
#menugauche strong {
    color:#C00000;
}

#menugauche dl {
    margin:0;
    background-color:#cedce7;
    margin-bottom:10px;
}
#menugauche dt {
    cursor: pointer;
    padding: 5px 10px 3px 10px; 
    
    text-align: left;
    clear:both;
    font-family: Tahoma, arial, verdana, courier;
    /*background-color:#FFFFFF;*/
    font-size: 0.95em;	   
}
#menugauche dt.principal {
    /*background-color:#666670;*/ 
    min-height:20px; 
    margin-bottom:2px;    	
}
#menugauche dt.principal.first {
    background-image: url(../images/interface/fond_menu_gauche.gif);
    background-repeat: no-repeat;
    background-position: left top;                
    padding-top:5px ;
    padding-left:15px ;
    /*padding-right:60px;*/ 
    padding-bottom:5px;   
    font-size:1.15em;
    font-weight:bold; 
        
}
#menugauche dt.principal.first strong {
    color:#C00000;
}

#menugauche dt.secondaire {
    font-size:0.95em;  
    margin-left:5px;   	
}
#menugauche dt.tertiaire {
    font-size:0.95em;  
     margin-left:10px;   	
}
#menugauche dt.quaternaire {
    font-size:0.95em;  
     margin-left:15px;   	
}
#menugauche dt.principal a, #menugauche dt.principal a:visited {
    text-decoration:none; 
    color:#FFFFFF;
    color:#383b42;	
}
#menugauche dt.principal a:hover {
    text-decoration:none; 
    color:#6ff5fe;	
}
#menugauche dt.secondaire a, #menugauche dt.secondaire a:visited {
    text-decoration:none; 
    color:#666670;	
}
#menugauche dt.secondaire a:hover {
    text-decoration:none; 
    color:#35a9c0;	
}

/**********/
/* CENTRE */
/**********/

h2 {
    font-size:1.5em;     
    font-weight:bold;
    letter-spacing:0.01em;
    color:#666670;
    margin:20px 0 5px 2px;
}
#centre h3, #centreetdroite h3 {
    font-size:1.15em;
    /*background-image: url(../images/interface/cd_fond_h3.png);
    background-repeat: repeat-x;
    background-position: left center;
    */  
    /*padding:4px 4px;*/
    margin:5px 0 0 0;
    color:#404040;
}
#gauche h3 {    
    font-size:1.05em;
    background-color:#8b97a4;
    color:#000000;     
    background-image: url(../images/interface/fond_menu_gauche.gif);
    background-repeat: repeat-x;
    background-position: left bottom; 
    padding:4px 10px 4px 15px;
    margin:0 0 5px 0;
}
#droite h3 {    
    font-size:1.15em;
    background-color:#8b97a4;
    color:#FFFFFF;     
    background-image: url(../images/interface/panier_fond_th.gif);
    background-repeat: repeat-x;
    background-position: left bottom; 
    padding:4px 10px;
    margin:0 0 5px 0;
}
#droite h4 {
    margin:0 0 5px 0;
    padding:0px 5px;
    color:#a258d1;
}
#droite .paragraphe {
    
    margin-bottom:5px;   
}
#gauche .paragraphe {
    border:1px solid #8b97a4; 
    margin-bottom:5px;  
    font-size:0.85em; 
}
#gauche div.paragraphe p {
    margin:0 0 5px 0;
    padding:0 5px; 
    text-align:left;   
}

#droite div.paragraphe p {
    margin:0 0 5px 0;
    padding:0 5px; 
    text-align:left;   
}

h5 { font-size:1.05em; }
h6 { font-size:.95em; }


#centre .paragraphe {
    background:#FFFFFF;   
    padding:2px 5px;    
    margin:0 5px 10px 5px;
}

#centre  p img {
    padding:0 5px; 
    margin:0;
}
#centre p, #centreetdroite p    {
    padding:0;
    margin:0 0 10px 0;
    line-height:1.4em;    
}
#centre h4  {
    padding:0; 
    margin:20px 0 4px 0;
    font-size:1.15em; 
}

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;
    color:#7f99a7;
}
#pied a, #pied a.visited {
    color :#7f99a7;
    text-decoration:underline;
}
/**********/
/* HTML */
/**********/

a.glossaire {
    /*color:#e3721f;*/
    color:#808080; 
   text-decoration:underline;
}
a.glossaire:visited {
    color:#808080;
    text-decoration:underline;
}
a {    
    color:#7f99a7;
    text-decoration:none;
}
a:visited {    
    color:#aabbc4;
}
a:hover {
    color:#C00000;
    text-decoration:underline;
}
a.suite {
    color:#FF0000;
    text-align:right !important;    
}
a.suite:visited {
    color:#FF0000;         
}
a.suite:hover {
    color:#004E82;
}
a.alt {
    color:#C00000;
    text-align:right !important;    
}
a.alt:visited {
    color:#C00000;         
}
a.alt:hover {
    color:#004E82;
}
legend {    
    font-weight:bold;
}
label {    
    font-weight:bold; 
    color:#666670;  
}
label.intitule {    
    display: inline; float: left; width: 120px;    
}
label.error { 
    display:none;    
    width: 100% !important;
    color: red;
    padding-left:20px;
    margin-top:5px;
    background-image:url(../images/non-valide.gif);
    background-repeat:no-repeat;
    background-position:top left;
}
span.obl {
    color: red;
}
fieldset {
    padding:5px;
    margin-bottom:10px;
}
legend {
color:#c00000;
}
th {
   text-align:left;   
}
/*************/
/*  BOUTONS  */
/*************/

input.button_small, input.button_medium, input.button_large, input.button_alt_small, input.button_alt_medium, input.button_alt_large,
a.button_small, a.button_medium, a.button_large, a.button_alt_small, a.button_alt_medium, a.button_alt_large
 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 1.05em !important;
	color:#FFFFFF !important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;	
	line-height: 30px;
	height: 30px;
	padding-bottom:2px;
	margin:5px;
	background-color:transparent;
}
a.button_small, a.button_medium, a.button_large, a.button_alt_small, a.button_alt_medium, a.button_alt_large {
    display: block;
    font-weight: bold !important;
    color:#FFFFFF;
}
		
input.button_small:hover, input.button_medium:hover, input.button_large:hover, input.button_alt_small:hover, input.button_alt_medium:hover, input.button_alt_large:hover,
a.button_small:hover, a.button_medium:hover, a.button_large:hover, a.button_alt_small:hover, a.button_alt_medium:hover, a.button_alt_large:hover {
	background-position: left -30px;
}
input.button_small, a.button_small {
    width: 150px;
	background-image: url('../images/interface/button-small.gif');
}
input.button_medium,a.button_medium  {
    width: 200px;
	background-image: url('../images/interface/button-medium.gif');
}
input.button_large,a.button_large  {
    width: 250px;
	background-image: url('../images/interface/button-large.gif');
}
input.button_alt_small,a.button_alt_small  {
    width: 150px;
	background-image: url('../images/interface/button-alt-small.gif');
}
input.button_alt_medium,a.button_alt_medium  {
    width: 200px;
	background-image: url('../images/interface/button-alt-medium.gif');
}
input.button_alt_large,a.button_alt_large  {
    width: 250px;
	background-image: url('../images/interface/button-alt-large.gif');
}
/**************/
/* 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;     
           
}
#droite img.mdl_billet { 
    background-color:#EFEFEF;
    border: outset 1px #AFAFAF;
    padding:5px !important; 
    margin:0 5px 5px 0; 
}
#centreetdroite img.mdl_billet, #centre img.mdl_billet { 
    background-color:#8798aa;
    border: solid 1px #AFAFAF;
    padding:0px !important; 
    margin:0 5px 5px 0; 
}

/**********/
/* DIVERS */
/**********/
.par_style_1 {
	background-color:transparent !important;
}
#gauche .par_style_1 {
	background-color:transparent !important;
	border-style:none;
}

br.clr {            
    font-size:1px; 
    clear:both;     
}
div.ariane {
	font-size:0.85em;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
	text-align:left;	
}
div.ariane strong {
    font-weight: normal;
}
.ariane a {
    text-decoration:underline;
    color:#8C8C8C
}
/* Modules */
td.alter0 {
    background-color: #ffffff;
    
}
td.alter1 {
    background-color: #cedce7;
}
/*
.bloc0, .bloc1 {
	clear: both;
	padding:0;
	padding-bottom:10px;
} 
*/      
.bloc1 {
	background-color: #cedce7;
	padding-bottom:10px;
}
.bloc0 {
	
	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, .alerte {
  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 p {
    line-height:20px !important;
}
.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;
    background-color: #65666a;
    border: 1px solid #000000;
}   



/* 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; 
    margin:0;   */
    text-align:left;        
}
a.mcl0 {
	font-size:1.05em;
	padding:0 0 2px 0px;
	color:#029efe; /* bleu du M de clicmdeco */
}
a.mcl0:hover {
	color:#E13728;
}
a.mcl1 {
	padding:0 0 0 5px;
	font-size:1.10em;
	color:#fea230; /* orange clair */
    /*padding-bottom: 5px;*/	
}
a.mcl1:hover {
	color:#E13728;
}
a.mcl2 {
	padding:0px 0 0 3px;
	font-size:1.15em;	
	color:#acdbe5; /* bleu gris */	
}

a.mcl2:hover {
	color:#E13728;
}

a.mcl3 {
	padding:0px 0 0 4px;
	font-size:1.2em;
	color:#029efe; /* bleu du M de clicmdeco */
}

a.mcl3:hover {
	color:#E13728;
}

a.mcl4 {
	padding:0 0 5px 0px;
	font-size:1.25em;
	color:#03efff; /* bleu de clicmdeco */
	
}
a.mcl4:hover {
	color:#B46A47;
}
a.mcl5 {
    padding:0 0 5px 0px;
	font-size:1.3em;
	color:#ffd787; /* orange foncé */

}
a.mcl5:hover {
	color:#E13728;
}

/* Fiche obsolète */
.blocInfoPerimee {
    margin: 0 auto;    
    padding: 10px;      
    border:1px solid #FF0000!important;
    font-weight: bold;
    font-size: 1.25em;  
    text-align:center;    
    width:400px; 
    position:relative;
    z-index:1000;  
    background-color: #FFCCCC!important; 
    filter: alpha(opacity=85);   
    opacity:.85;  
} 




/***********/
/* 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: #acdbe5;
  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;
}
/* mdl_produit */
.mdl_produit table, table.panier  {   
   border:1px solid #C0C0C0;   
   width:98%;   
}
.mdl_produit table th, table.panier th {   
    background-image: url(../images/interface/table_fond_th.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color:#8b97a4; 
    color:#FFFFFF;   
}

.mdl_produit td.right {
   border-right:1px solid #C0C0C0;      
}
.mdl_paragraphe_onglet td.right {
   border-right:0px solid #C0C0C0;      
}

.mdl_produit td.left {
   border-left:1px solid #C0C0C0;      
}
.mdl_produit td.bordurehaut {
   border-top:1px solid #C0C0C0;      
}

.mdl_produit a {
    font-weight:bold;
}
/*
.mdl_produit a {
    color:#1e7ec8;   
    text-decoration:underline;
}
.mdl_produit a:hover  {
    color: #C00000;
  
}
*/
span.prix {
    color:#a258d1;
    font-size:1.15em;
    font-weight:bold;
    letter-spacing:0.05em;
}
span.promotion {
    color:#C00000;
    font-size:1.15em;
    font-weight:bold;
    letter-spacing:0.05em;
}
div.bouton_panier {     
    /*height:40px !important;    
    line-height:25px;*/      
}
div.bouton_panier p {             
    line-height:25px !important;      
}
div.bouton_panier a {    
    background-image: url(../images/interface/fond-produit-bouton-on.gif);
    background-repeat:no-repeat;
    background-position : top left;  
    width:250px !important;    
    color:#FFFFFF;
    text-decoration:none;
    /*
    border:1px solid #000000;
    padding:0 5px 2px 5px;*/  
    padding:5px 10px 5px 10px;
    font-weight:bold;   
    margin:0; 
    font-size:0.85em;        
}
div.bouton_panier a:hover {
    
    background-image: url(../images/interface/fond-produit-bouton.gif);
    background-repeat:no-repeat;
    background-position : top left; 
      
}
div.bouton_panier input.qty {    
    width:1.4em;   
    border:1px dotted #808080; 
    padding:0 2px 0 2px;
    margin:0; 
    height:14px !important;    
}

.mdl_produit label {
    width:120px;
    padding-right:10px;
}




/* Calendrier */
.calendrier {
    border:1px solid #56646e;
    background-color:#b4bdc4;    
    font-size:0.95em;
} 
.calendrier td{
    text-align:center
}  
.calendrier th{
    text-align:center
}    
.calendrier a {
    padding: 0 2px;
	font-style:normal;
	color: #FFFFFF !important;
	background-color:#8798aa;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
}
.calendrier a:hover,
.calendrier a.selected {
	background-color: #8b6780;
	color: #ffffff !important;
}  
.calendrier .today {
    background-color:#ef8c00;
} 

/* Style for mdl_paragraphe_onglet tabs */
.mdl_paragraphe_onglet {  
  margin:0;   
  padding:5px;  
  background:#fff;  
  border-bottom:1px solid #f0ffd8; 
}
.mdl_paragraphe_onglet table {
    border-width:0px;
}
.mdl_paragraphe_onglet h3 {
    display:none;
}
.mdl_paragraphe_onglet .bo_paragraphe h3 {
    display:block;
}
/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: segoe ui, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #E4E5E3;	
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #a2b8d0;
	border-bottom-color: #C0C0C0;
	/*border-right: none;*/
	font-size:0.8em;
	margin-right:2px;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #404040;
	background: #ddecf7 url(../images/interface/ui-fond-default.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover {
	background: #666670 url(../images/interface/ui-fond-hover.png) 0 50% repeat-x;
	color: #ffffff;
	color: #404040;
}
.ui-tabs-selected {
	border-bottom-color: #C0C0C0;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-right:#000000 1px solid;
	border:#7693b5 1px solid;	
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #666670 url(../images/interface/ui-fond-selected.png) 0 50% repeat-x;
	color: #ffffff;
	color: #404040;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: segoe ui, Arial, sans-serif;
	clear:left;
	border: 1px solid #C0C0C0;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
/* =============================================================================
 * MENU   
 * ===========================================================================*/
#menuhaut ul {
    padding:0;margin:0;list-style-type:none;    
}
#menuhaut ul li {
    float:left; position:relative;
}
#menuhaut ul li a, #menuhaut ul li a:visited {
    float:left; display:block; text-decoration:none; color:#b5b4b2; padding:0px 0px; line-height:66px; height:66px;
}
/*#menuhaut ul li a:hover {background-color:#404040;}*/

#menuhaut ul li.ACCUEIL:hover img{visibility: hidden;}
#menuhaut ul li.ACCUEIL:hover {background-image:url(../images/interface/btaccueil_on.gif);background-repeat: no-repeat;}
#menuhaut ul li.SERVICE:hover img{visibility: hidden;}
#menuhaut ul li.SERVICE:hover {background-image:url(../images/interface/btservices_on.gif);background-repeat: no-repeat;}
#menuhaut ul li.CONTACT:hover img{visibility: hidden;}
#menuhaut ul li.CONTACT:hover {background-image:url(../images/interface/btcontact_on.gif);background-repeat: no-repeat;}
#menuhaut ul li.PARTENAIRE:hover img{visibility: hidden;}
#menuhaut ul li.PARTENAIRE:hover {background-image:url(../images/interface/btpartenaires_on.gif);background-repeat: no-repeat;}



#menuhaut ul li ul {
    display: none;
}
#menuhaut table {
    margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
    z-index:3;
    opacity:0.85;  
    
}

/*******************************/
/* specific to non IE browsers */
#menuhaut ul li:hover ul {
    display:block; position:absolute;top:50px; background:#aaa; margin-top:0px; left:5px; width:150px;     
    /*border:1px solid #000;*/
}
#menuhaut ul li.PRESENTATION:hover ul {
    left:6px;         
}
#menuhaut ul li.MAIRIE:hover ul {
    left:2px;         
}
#menuhaut ul li.SERVICE:hover ul {
    left:8px;         
}
#menuhaut ul li.VIEPRATIQUE:hover ul {
    left:4px;        
}
#menuhaut ul li.ASSOCIATION:hover ul {
      left:2px;        
}

#menuhaut ul li:hover ul.scroller {
    height:138px; width:172px; overflow:auto;}

#menuhaut ul li:hover ul.endstop {
   left:-78px;   
}
#menuhaut ul li:hover ul li ul {
    display: none;
}
#menuhaut ul li:hover ul li a {
    display:block; background:#404040; color:#fff;height:auto;line-height:15px;padding:4px 16px; width:150px;
    font-size:1em;  font-weight:bold;
    
}

#menuhaut ul li:hover ul li a.drop {
    background:#888;
}
#menuhaut ul li:hover ul li a:hover {
    color:#000;         
    background: #c6dde3;   
    
}
#menuhaut ul li:hover ul li a:hover.drop {
    background: #888; color:#ff0;
}

/* =============================================================================
 * End of Menu
 * ===========================================================================*/
