/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/assests/bg.jpg);
	background-repeat: repeat;
}

#header {
	padding: 0px;
	height: 96px;
	width: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #303030;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content{
	height: 440px;
	width: auto;
}

#left_menu {
	float: left;
	height: 400px;
	width: 190px;
	padding: 0px;
	background-position: 5px 11px;
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
		
#left_menu ul {
	list-style-type:none;
	margin-top: 57px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding: 0px;
	
}

#left_menu li{
	float:left;
	margin-top: 5px;
	margin-bottom: 16px;
	padding: 0px;
	width: 110px;
	
}

#left_menu ul a {
	width:auto;
	height:auto;
	color: #000;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../img/assests/drapeau.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
					  }
				  
#ax {
	height: auto;
	width: auto;
	float: left;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 2;
	left: 190px;
	overflow: visible;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
		

#right {
	height:386px;
	width: 419px;
	float: left;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 1;
	left: 545px;
	/* for IE
  filter:alpha(opacity=80);
	/* CSS3 standard
  opacity:0.8; 
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;



	-moz-box-shadow: 10px 10px 18px #000;*/
	background-image: url(../img/bg_content.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px;
	
	
}

#right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: justify;
}


#footer{
	height: 20px;
	width: auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c2c2c2;
	background-color: #303030;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #303030;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 345px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c2c2c2;
	text-decoration:none;
	}
	
.liens_text {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	color: #000;
}	
