body {
	background-color: #CCC;
	color: black;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	

}
a{
	outline: none;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #555555;
	text-decoration: none;
}

#container{
    	width: 980px;
 	margin: 0px auto;
 	padding: 0px;
  	background: url(img/fond.png) repeat-y;
  	
}
#fr_banner{
	width: 980px;
	height: 336px;
	background: url(img/fr.banner.png) no-repeat;
}
#en_banner{
	width: 980px;
	height: 336px;
	background: url(img/en.banner.png) no-repeat;
}
#position_flags{

	margin-left: 890px;
}
#position_intro{
	position: relative;
	font-size: smaller;
	top: 170px;
	left: 285px;
	width: 520px;
	text-align: justify;
}
#position_left_bloc{
	position: relative;
	width: 180px;
	top: -50px;
	-top: -600px;
	left: 20px;
	background-color: #fff;
	
}
#position_central_content{
	position: relative;
	width: 745px;
	top: 200px;
	left: 211px;
	background-color: #fff;
}

#page_body{
	position: relative;
	width: 745px;
	
	top: 200px;
	left: 211px;
	background-color: #fff;
	background: url(img/fond_pagebody.png) repeat-x;
	border: 1px solid white;
}

#page_body a:hover{
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

#page_body a{
	text-decoration: none;
}
.boite{
	height: 185px;
	width: 651px;
	margin: 35px auto;
	
	

}
.footer_boite{
	width: 651px;
	margin: 35px auto;
	padding:0;
	
	
	
}


#content_up{
	position: relative;
	width: 745px;	
	height: 65px;
	background: url(img/content_up.png) no-repeat;
}	

#content_down{
	position: relative;
	width: 745px;	
	height: 65px;
	background: url(img/content_down.png);
}	

#text_content {
	padding: 50px;
	text-align: justify;
	font-size: smaller;
}

#footer{
	text-align: center;
	font-size: smaller;
	width: 980px;
	height: 60px;
	background: url(img/footer.png);
}

#bloc_news{
	position: relative;
	top: 0px;
	left: 0px;
	width: 179px;
	background-image: url("img/bloc_news_middle.png");
}

#fr_bloc_news_header{
	width: 179px;
	height: 39px;
	background-image: url("img/fr.bloc_news_header.png") ;
}

#en_bloc_news_header{
	width: 179px;
	height: 39px;
	background-image: url("img/en.bloc_news_header.png") ;
}

#bloc_news_middle{
	position: relative;
	font-size : 12px;
	margin: 10px;
	text-align: center;
}

#bloc_news_footer{
	width: 179px;
	height: 12px;
	background-image: url("img/bloc_news_footer.png") ;
}
.texte_menu{
	font-size: small;
}