/******* CSS MENU FOOT : foot.css **********/
 
 
 .background_foot { 
    width: 787px; /*100%;*/
    background-color:#edf3dd;
    padding: 0px;
    margin-top: -13px;
    margin-left: 5px;
    }

       
 #footHorizontal {
  margin:1px;
  list-style-type:none;
}
 #footHorizontal li a {
  width:145px;
  text-decoration:none;
  text-align:center;
  color:#333333;
  background-color:#FFFFFF;
  padding:2px 5px;
  border-right:1px solid gray;
}
#footHorizontal li a:hover {
  background-color:#E8E8E8;
}
#footHorizontal li {
  display:inline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:justify;
}

#foot {
	clear: both;
}
#foot a img{
    border:0px;
}
#foot a{
    text-decoration:none;
}

.champstext {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    text-align:justify;
    background-color:#dde9c1; /*green 30%*/
    padding:8px;
    border-color:#8CB42D;
    border-width:1px;
    border-style:solid;
    margin:50px;
    list-style-type: none;
    }
 
/*********     societe    *********/
#societe {
    background-color: #FFFFFF;
}
#societe table{
    width: 600px;
}
#societe td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#003300;
  text-align:justify; 
}
/*********     notice    *********/
#notice {
    background-color: #FFFFFF;
}
#notice table{
    width: 600px;
}
#notice td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#003300;
  text-align:justify; 
}
/*********     cpv    *********/
#cpv {
    background-color: #FFFFFF;
}
#cpv table{
    width: 600px;
}
#cpv td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#003300;
  text-align:justify; 
}
/*********     cgv    *********/
#cgv {
    background-color: #FFFFFF;
}
#cgv table{
    width: 600px;
}
#cgv td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#003300;
  text-align:justify; 
}