/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
body{
  background-image: url(images/background2.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
  margin-top: 0px;
  font-family: verdana;
  font-size: 12px;
  color:#333;
}

#headFirstLine{
width:1000px;
height:24px;
line-height:24px;
padding-left:2px;
padding-right:2px;
color:#666565;
border-bottom: #3a3939 solid 1px;
}
img{
border:0px;
}
#home_menu{
width:1000px;
height:20px;
border-top: solid 1px;
border-top-color: gray;
padding-top: 5px; 
color:#333;
font-family: verdana;
font-size: 10px;
text-align: left;
}
#home_menu ul{
  margin: 0 ; 
  padding: 0 ; 
  list-style: none ; 
}
#home_menu li{
display: inline ;
}
#home_menu a:link{
color:#000000;
text-decoration:none;
}
#home_menu a:hover{
color:#333;
text-decoration:underline;
}
#home_menu a:visited{
color:#000000;
text-decoration:none;
}
#home_content{
width:950px;
min-height:500px;
height:auto !important;
height:500px;
line-height:24px;
margin-top:20px;
color:#333;
font-family: verdana;
font-size: 12px;
text-align: center;
}

/* **************
MENU
*************** */

#menu{
  width: 1000px;
margin-left:30px;
margin-right:30px;
  height:38px;
  /* background-image: url(images/menu.png); */
  font-size:12px;
  font-weight: bold;
  margin-top:19px;
  margin-bottom:0 px;
}
#menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#menu ul li {
  float: left;
/*  background: url(images/menu_right.png)  no-repeat right; */
  }

#menu ul li.noright {
  float: left;
   border-right: 0px;
  }

#menu ul li a {
  width:152px;  
  height:38px;
  line-height:38px;
  text-align: center;
  text-decoration: none;
  color:333;  
}

#menu ul li a:hover{
    text-decoration: none;
    color:#FFFFFF;
}

#menu ul li.active{
    text-decoration: none;
    color:#FFFFFF;
    background-color: #750002;  
  }

#menu ul li.active a{
    text-decoration: none;
    color:#FFFFFF;
  background-image: url(images/menu_on.png);
  }

#menu ul li.active a:hover{
    text-decoration: none;
    color:#FFFFFF;
  background-image: url(images/menu_on.png);
  }

