@CHARSET "ISO-8859-1";

*{
	margin:0;
	padding:0;
}

body{
	background:#463f32 url(images/fond_accueil.jpg) repeat-y center top; 
}

#global{
	display:block;
	width:1010px;
	margin: auto;
	background:transparent url(images/fond_accueil2.jpg) no-repeat center top; 
}

#global .logo{
	border:0;
	margin: 268px 0 0 318px;
}

.infos{
	display:block;
	width:350px;
	margin:0 0 0 320px;
	padding:30px 20px 0 0px;
	
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-align:right;
}

.flags{
	display:block;
	float:right;
	margin:30px 340px 0 0px;
}

.flags .fr, .flags .en{
	display:block;
	float:left;
	padding: 8px 5px 8px 5px;
}

.flags .fr{
	border-right:1px solid #463f32;
}

.flags .fr img, .flags .en img{border:0;}

h1{
	display:block;
	clear:both;
	
	font-family:Times New Roman;
	font-size:40px;
	font-weight:normal;
	color:#7c7360;
}

.credits{
	display:block;
	width:370px;
	margin:50px 0 0 320px;
	text-align:center;
}

.credits, .credits a{
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	color:#463f32;
	text-decoration:none;
}