
@import url("tete.css");
@import url("navibar.css");
@import url("content.css");
@import url("pied.css");
@import url("table.css");

* {
padding:0;
margin:0;
}

body {
	color:#000000;
	background: #1f4f7a url(/images/bgBody.jpg) center repeat-y;
	font-family:  Arial, sans-serif;	
	margin:0 auto;
	
}

#page {
	width:760px;
	background: transparent;
	margin:0 auto;
}

#corps {
	width:756px;
	background: transparent;
	/*border-left:2px solid #1F4F7A;
	border-right:3px solid #1F4F7A;*/
	
}
#tete_fr {
	width:760px;
	height:169px;
	background: url(/images/top_fr.jpg)
}
#tete_en {
	width:760px;
	height:169px;
	background: url(/images/top_en.jpg)
}