@charset "iso-8859-2";
/* CSS Document */
 html, body { height: 100%;
	background-color: #BFE5FF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}
#corps {
	display:block;
	margin: auto;
	width:970px;

	background-repeat: repeat-y;
	z-index:1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#cotegauche {
	width:170px;
	z-index:1;
	float: left;
	margin-top: 10px;
}
#menugauche {
	width:170px;
	z-index:1000;
}
#principale {
	z-index:-1000;
	margin-left: 182px;
	width: 580px;
	margin-top: 10px;
}

#cotedroit {
	margin-top: 10px; width:170px;
	z-index:1;
	float: right;
}
#footer {
	width:973px;
	height:31px;
	z-index:1;
	background-image: url(/images/fond_header.png);
	background-repeat: no-repeat;
	clear: both;
}
/* CSS  menu */

ul#menu {  
	text-align: center;
  width: 160px;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}	  
ul#menu ol {
  display: none;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0px;
}
ul#menu li {
  font-family: verdana, sans-serif;
  font-size: 10px;
}
ul#menu a {
	color: white;
	text-decoration: none;  	
  font-family: verdana, sans-serif;
  font-size: 10px;
}
ul#menu li {color: white;
	background-image: url(../images/button_00.png);
	background-repeat: no-repeat;
  line-height: 22px;
}
ul#menu ol li {
	background-image: url(../images/button_01.png);
	background-repeat: no-repeat;
	color: black;
	border-bottom: none;
	background-color: clear;
}
ul#menu ol li:before {
	color: black;
}
ul#menu ol li a {
	color: black;
	 font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
}
ul#menu a:hover {
	font-size: 11px;
	color: yellow;
	font-weight: bold;
}
ul#menu a.active {
	font-size: 11px;
	color: yellow;
   font-weight: bold;
}
