/*@font-face { font-family:FS; src:local(FS), url(img/FS.ttf) format(TrueType); }*/
body {
	background-color:#000000;
	/*cursor:url('curseur.ani'), url('curseur.ani'), pointer;*/
	background-image:url(img/fond.png);
	background-repeat: repeat-y;
	background-color:#000000;
	background-position:center;
	margin-top: 10px;
}

a {
	color:white;
	font-weight:bold;
}
a:hover{
	color:yellow;
	font-weight:bolder;
}
.page {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height:auto;
	
		 }
.head{
	width: 850px;
	height:126px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}
.logo{
width: 300px;
height:126px;
float:left;
}
.barre{
	width: 850px;
	height:26px;
	background-image: url(img/barre.png);
	background-repeat: no-repeat;
}
.barre2{
	width: 850px;
	height:26px;
	background-image: url(img/barre2.png);
	background-repeat: no-repeat;
}
.conteneur{
	width: 850px;
	height:500px;
	background-image:url(img/foot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#000000;
	}
.contenue{
	width:545px;
	height:auto;
	padding-top: 10px;
	float:left;
	padding-left:5px;
	position: relative;
	padding-bottom: 10px;
}
.contenueHead{
	height:10px;
	width:535px;
	background-image:url(img/headContenue.gif);
	background-repeat:no-repeat;
}
.contenueFoot{
height:10px;
width:535px;
background-image:url(img/footContenue.gif);
background-repeat:no-repeat;
}
.contenueFond{
	height:400px;
	width:535px;
	background-image:url(img/fondContenue.gif);
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	color: #999999;
	font-size: 12px;
	font-family:Verdana,  Helvetica, sans-serif;
	vertical-align: top;
}
.menuGauche{
	width:145px;
	float:left;
	height:auto;
	padding-top: 10px;
	padding-left: 2px;

}
ul#menu_left {
	width:145px;
	
	list-style-type: none;
	margin:0px;
	padding:0px;
  }



a.link_menu_left {
padding-bottom:3px;
display: block ;
	height:24px;
	width:145px;
	line-height:24px;
	text-align: center;
	background-image:url(img/btnG.gif);
    background-position: 0px 0px;
	background-repeat:no-repeat;
	font-size:14px;
	color:#00CC00;
	font-weight:bold;
	text-decoration:none;
	}	
a.link_menu_left:hover {
padding-bottom:3px;
	background-image:url(img/btnG.gif);
    background-position: -144px 0px;
	background-repeat:no-repeat;
  color:#FFFFFF;
  }
.menuDroit{
	width:145px;
	float:right;
	height:auto;
	padding-top: 10px;
	padding-right: 2px;

}
ul#menu_right {
	width:145px;
	
	list-style-type: none;
	margin:0px;
	padding:0px;
  }
ul#menu_right2 {
	width:145px;
	
	list-style-type: none;
	margin:0px;
	padding:0px;
  }


a.link_menu_right {
padding-bottom:3px;
display: block ;
	height:24px;
	width:145px;
	line-height:24px;
	text-align: center;
	background-image:url(img/btnD.gif);
    background-position: -144px 0px;
	background-repeat:no-repeat;
	font-size:14px;
	color:#00CC00;
	font-weight:bold;
	text-decoration:none;
	}	
a.link_menu_right:hover {
padding-bottom:3px;
	background-image:url(img/btnD.gif);
    background-position: 0px 0px;
	background-repeat:no-repeat;
  color:#FFFFFF;
  }

a.link_menu {
padding-bottom:1px;
display: block ;
	height:20px;
	width:145px;
	line-height:18px;
	text-align: center;
	
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}	
a.link_menu:hover {
background-image:url(img/btn.gif);
    background-position: 0px 0px;
	background-repeat:no-repeat;
padding-bottom:1px;
  color:#FFFFFF;
  }
.foot{
	height:60px;
	width:836px;
	padding-left: 7px;
	padding-right: 7px;
	color: #999999;
	font-size: 11px;
	font-family:Verdana,  Helvetica, sans-serif;
	vertical-align: top;
	text-align:center;
	position: relative;
	float: left;
}
.style1 {color: #FF9900}