@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color:#CCC;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

#footer {
  position:fixed;
  bottom:0;
  width:100%;
  font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  background-color:#000;
  color:#FFF;
  font-size:20px;
}

/* CONTENT */
a {
	text-decoration: none;
	color:#525252;
}

a:hover{
	color:#2580a2;
}

h2 {
	color: #2a2a2a;
	font-size:16pt;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:5px;
}

h2 a{
	color: #525252;
	font-size:16pt;
}


.info{
	margin-top: 0;
	font-size:7pt;
	color:#676869;
}

p:first-letter {
	text-transform:capitalize;
}

#tamponh {
	height: 30px;
}

#tampon {
	height: 35px;
}

#content {
  margin-left: auto; 
  margin-right: auto; 
  width:850px;
  background-color:#FFF;
}

#reserver {
	text-align:right;
}

#petit {
	font-size:12px;
}


/* MENU DU BAS*/

#header{
  border-bottom:solid;
  border-bottom-width:1px;
  position:fixed;
  top:0;
  width:100%;
  font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}

#header ul {
 background:#333333;
  height:35px;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}

#header li{
  float:left;
  padding:0px;
}

#header li a{
  background:#333333 url("images/seperator.gif" ) top right no-repeat;
  color:#cccccc;
  display:block;
  font-weight:normal;
  line-height:35px;
  margin:0px;
  padding:0px 20px;
  text-align:center;
  text-decoration:none;
}

#header li a:hover, #header ul li:hover a{
  background: #2580a2 url("images/hover.gif" ) top center no-repeat;
  color:#FFFFFF;
  text-decoration:none;
}

#header li ul{
  background:#333333;
  display:none;
  height:auto;
  padding:0px;
  margin:0px;
  border:0px;
  width:240px;
  position:absolute;
  z-index:200;
}


#header li ul.deux { bottom:-72px }
#header li ul.trois { bottom:-108px }
#header li ul.quatre { bottom:-144px }
#header li ul.cinq { bottom:-180px }
#header li ul.six { bottom:-216px }


#header li:hover ul{
  display:block;
}

#header li li {
  border-left:solid;
  border-left-width:1px;
  border-bottom:solid;
  border-bottom-width:1px;
  border-right:solid;
  border-right-width:1px;
  width:240px;
  background:url('images/sub_sep.gif') top left no-repeat;
  display:block;
  float:none;
  margin:0px;
  padding:0px;
}

#header li:hover li a{
  background:none;
}

#header li ul a{
  display:block;
  height:35px;
  font-size:12px;
  font-style:normal;
  margin:0px;
  padding:0px 10px 0px 15px;
  text-align:left;
}

#header li img{
	border: none;
}



 #header li ul a:hover, #header li ul li:hover a{
   background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
   border:0px;
   color:#ffffff;
   text-decoration:none;
}

#header p{
  clear:left;
}
