/* CSS Document */

/* Style of the Body*/
body{
  font-size: 11px;
  font-family: arial;
  background-color: white;
  margin-top: 8px;
  text-align: justify;
}

/*Style of the div which is going to centre the board */
div#global{
  position: absolute;
  width: 864px;
  left: 50%;
  margin-left: -432px;
  height:100%;
}

/* ---------------------------------------- Style of the board ---------------------------------------- */
table{
  font-size: 11px;
  font-family: arial;
  text-align: justify;  
}
table#site{
  width: 864px;
  height: 100%; 
}

td#header{
  width: 864px;
  height: 169px;
}

td.left_bord{
  width: 7px;
  height: 100%;
  background: url(../img/ombre_g.jpg) repeat-y ;
}

td.right_bord{
  width: 7px;
  height:100%;
  background: url(../img/ombre_d.jpg) repeat-y ;
}

td#footer{
  width: 864px;
  height: 31px;
  background: url(../img/footer.jpg) no-repeat ;
}

td#left_menu{
  width: 143px;
  height: 100%;
  background: url(../img/gauche.jpg) repeat-y ;
  vertical-align: top;
}

td#corps{
  width: 707px;
  height: 100%;
  background: #f6f6f6 url(../img/corps_haut.jpg) repeat-x ;
  vertical-align: top;
}

/* ---------------------- Ombre en haut du menu gauche et du coprs ----------------------------------*/
div#left_menu_top{
  width: 143px;
  height: 31px;
  background: url(../img/gauche_haut.jpg) repeat-x ;
}

/* --------------------------------- Style des lien du menu -------------------------------- */

div.left_lien1{
  float: left; 
  background: url(../img/menu/fond.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
  filter:alpha(opacity=100);  
	-moz-opacity:1.00;
	opacity: 1.0;
	cursor: pointer;
	padding-top: 1px;

}
div.lien1{
  float: left; 
  background: url(../img/menu/fond_sortie1.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
  filter:alpha(opacity=100);  
	-moz-opacity:1.00;
	opacity: 1.0;
	cursor: pointer;
	padding-top: 1px;
}
div.lien2{
  float: left; 
  background: url(../img/menu/fond_sortie2.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
	cursor: pointer;
	padding-top: 1px;
}
div.lien3{
  float: left; 
  background: url(../img/menu/fond_sortie3.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
	cursor: pointer;
	padding-top: 1px;
}
div.lien20{
  float: left; 
  background: url(../img/menu/fond_sortie20.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
	cursor: pointer;
	padding-top: 1px;
}
div.lien21{
  float: left; 
  background: url(../img/menu/fond_sortie21.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
	cursor: pointer;
	padding-top: 1px;
}
div.lien22{
  float: left; 
  background: url(../img/menu/fond_sortie22.jpg) repeat-x; 
  width: 130px;
  height: 20px;
  _margin-top: 1px;
	cursor: pointer;
	padding-top: 1px;
}

a{
  color: black;
  text-decoration: none;
  /*padding-left: 5px; non conforme*/ 
}

/* ----------------------------------- Autre style ------------------------------------------------ */
b#indication{
  text-transform: lowercase;
  color: #EEACF0;
}
.bouton_search{
  border: solid black 1px;
  background: url(../img/go.jpg) no-repeat ;
  width: 32px;  
  cursor: pointer;   
}

div#corps_bottom{
  padding: 15px; padding-top: 25px;
  clear: both;
}

.agenda_titre{
  font-size: 9px;
}
.left{
  float: left;
  display: inline;
}
a.lien_agenda:hover{
  text-decoration: underline;
  color: #958494;
}

.liste_eve {color:black; font-size:9px}
.liste_eve:hover {  text-decoration: underline; color: #ba45b3;}



span#blanc{
  color: white;
  font-weight: normal;
}
span#blanc2{
  color: white;
  font-weight: normal;
}
a#acc:hover{
  text-decoration: underline;
}

.input_evenement{font-size:11px; }
textarea{font-size:11px; font-family:arial;}
select{font-size:11px;}

.styleButton{
height: 18px;
color:white;
font-size: 11px;
border-style: solid;
border-width:1px;
cursor:pointer;
border-color: white;
background: #555555
}

.styleButton2{
height: 18px;
color:white;
font-size: 11px;
border-style: solid;
border-width:1px;
cursor:pointer;
border-color: black;
background: #729294
}

