/*------------------------------------------------
	CSS balises standard et generale
------------------------------------------------*/
body {
	font: 0.7180em Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.7; 
	color:#F2F5FB; 
	background: #1A1A1A url("../img/b.png") repeat top center fixed;
}

a {
	text-decoration: underline;
	color: #5a9bcd;
}

a:hover {
	text-decoration: underline;
	color: #a1a2a7;

}

div {
	text-align:center;
}

/*------------------------------------------------
	Positionement du Container principal
------------------------------------------------*/
div#global {
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	width:1000px; 
}


/*------------------------------------------------
	Positionement du Header
------------------------------------------------*/
div#header {
	width:98%;
	height:50px;
	padding-top:5px;
	padding-right:2%;
	text-align:right;
}

.flags {
	border: 0;
}

/*------------------------------------------------
	Gestion du Menu
------------------------------------------------*/
div#menu {
	padding:10px;
	position: absolute; 
	float:left;
	width:160px;
	padding-top:90px;
	text-align:left;

}
#navigation {
	width: 160px;
	list-style-type: none;
	margin: auto;
	padding: 0;
	border-top: 1px solid #42454B;

}
#navigation li a{

	width: 140px;
	background-image:url(../img/f.gif);
	background-repeat: no-repeat;
	background-position: left;	
	font:11px "Verdana", Arial, Helvetica, sans-serif;
	color: #F2F5FB;
	display: block;
	width: auto;
	padding: 4px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #42454B;

}
#navigation li a:hover{
background-image:url(../img/1.png); 
}

/*------------------------------------------------
	Gestion de la Banniere image
------------------------------------------------*/

div#banniere {
	float:right;
	width:100%;
	height: 300px;
	
}

/*------------------------------------------------
	Gestion de la zone de texte
------------------------------------------------*/


div#contenant {
	padding: 2%;
	margin-bottom:20px;
	float:left;
	width:96%;
	height:100%;
	background:url(../img/7.png)repeat top center fixed;
}

div.contenu {
	margin-top: 20px;
	padding:5px;
}
/*------------------------------------------------
	Gestion du footer
------------------------------------------------*/
div#footer {
	padding-top:10px;
	clear:both;
	width:100%;
	height:40px;
	background:url(../img/7.png)repeat top center fixed;
}