form,hr,p{
	margin:0px;
	padding:0px;
}
body{
	background-color:#000000;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	color:#333333;
}
ul{
	font-family:"Trebuchet MS";
	color:#333333;
	list-style-image:url(data/arrow_r.gif);
}
a:link,a:active,a:visited {
	color:#CCCCCC;
	text-decoration: none;
	font-size:12px;
}
a:hover {
	color:#519dbc;
	text-decoration: underline;
	font-size:12px;
}
.menu, a.menu:link, a.menu:active ,a.menu:visited, a.menu:hover {
	color:#CCCCCC;
	text-decoration: none;
	font-size:12px;
}
.bleu{
	color:#0057A3;
}
.rouge{
	color:#509BBB;
}
.blanc{
	color:#FFFFFF;
}
.gris{
	color:#333333;
}
.gros{
	font-size:17px;
}
.petit{
	font-size:10px;
}
.totem{
	color:#000000;
	background:url(data/arrow_b.gif) no-repeat left center;
	padding-left:15px;
	font-weight:bolder;
	display:block;
	margin:2px;
}
.encadre{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
.contenu{
	color:#CCCCCC;
	font-size:12px;
}
hr{
	color:#333333;
	border-color:#333333;
	background-color :#333333;
	color : #333333;
	height : 1px;
	border : 0 solid #333333;
	border-top-width : thin;
}
ul.menuu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:100;
	height:20px;
	position: relative;
	padding:3px;
	display: block;
	list-style-image:none;
}

ul.menuu li{
	background-color:#262626; 
	text-align:left;
	padding:2px;
	text-decoration:none;
	width:150px;
	margin:0px;
	left:0px;
}
li:hover{
	background-image:none;
	background-color:#FFFFFF;
	cursor:pointer;
}

ul.menuu span {
	display: none;
	position: absolute;
	left:0px;
	top:20px;
	z-index:110;	
	list-style: none;
	border-width:1px;
	border-top-width:0px;
	border-style:solid;
	border-color:#666666;
}
ul.menuu:hover span, ul.iehover span{
  display: block;
}
a.info{
    position:relative; 
    z-index:24;
    text-decoration:none;
	cursor:help;
 }

a.info:hover{ z-index:25; }

a.info span{display: none}

a.info:hover span, a.iehover span{ 
   	display: block;
	position: absolute; 
	/*top: -50px; 
	left: -370px; */
	padding: 5px; 
	margin: 0; 
	z-index: 100;
	font-size:11px;
	color: #888;
	background-color: #fff;
	border:1px solid #000;
}

/*-------------------------*/
/* CSS FROM KIMODESIGN.COM */
/*-------------------------*/

#conteneur{
	width:782px;
	background-color:#131313;
	margin:0 auto;
	padding-left:8px;
	padding-bottom:20px;
}
#nav_top{
	height:40px;
	padding-top:10px;
	width:773px;
	background-color:#1a1a1a;
	/*background-color:#66FF00;*/
}
#header{
	position:relative;
	width:773px;
	height:156px;
	background:url(../img/header.jpg);
}
#focus{
	width:557px;
	height:222px;
}
#footer{
	width:754px;
	height:24px;
	padding-right:20px;
	padding-top:5px;
	background:url(../img/footer.jpg);
	font-size:10px;
	color:#333333;
	text-align:right;
}
#copyright{
	text-align:center;
	font-size:10Qupx;
	color:#333333;
}
#flags{
	height:20px;
	width:50px;
	position:absolute;
	left:700px;
}
