body
{
	background: #ffffff;
	color: #888888;
	font-size: 90%;
	line-height: 1.7em;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 57px 100px 0 100px ; 
}
#top{
	height: 120px;
	padding-top: 60px;
	background: #FFF url(..../Ceros_banniere.gif) no-repeat center top;
}

a:link, a:visited
{
  font-weight : bold;
  color: #888;
	text-decoration: none;
}
a:hover, a:active
{
	background-color: #888;
  color: #fff;
	text-decoration: #888;
}
p, td
{
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	line-height:13.5pt;
}
h1
{
	font-family: Georgia, arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}	
h2 {
	font-family: Georgia, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
h6 {
	font-family: Georgia, arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.cadre
{
	border: 1px solid #DFDFDF;
}
/* Le menu haut
-------------------------------------------------------- */

#nav-box {
      margin : 0;
      padding : 0;
      font-weight : bold;
      font-size : 1em;
      text-align: center;
 }

 #nav-box ul {
      margin : 0;
      padding : 0px 1em 5px 0;
      list-style-type : none;
 }

 #nav-box ul li {
      display: inline;
      padding : 5px 0;
}

 #nav-box ul li a {
      color: #888;
      text-decoration: none;
     padding : 5px 1em 5px 1em;
      border-left: 1px solid #fff;
 }

 #nav-box ul li a:hover {
      background-color: #888;
      color: #ffffff;
      border-left: 1px solid #fff;
 }

 #nav-box a:active {
      border-left: 1px solid #fff;
 }
