@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#global {
	position:relative;
	width:1000px;
	height:714px;
	border:1px solid #FFF;
	margin:0 auto 0 auto;
}
#divflash {
	position:absolute;
	width:1000px;
	height:500px;
	top:0;
	left:0;
	z-index:1;
}
#divhome {
	position:absolute;
	width:1000px;
	height:268px;
	top:500px;
	left:0;
}
#divhomelangues {
	position:absolute;
	width:156px;
	height:auto;
	min-height:165px;
	top:45px;
	left:0;
	padding-top:10px;
	background:url(../img/home/fond_langues.jpg) no-repeat 0 0;
}
#divhomeactu {
	position:absolute;
	width:749px;
	height:167px;
	top:0;
	left:180px;
	overflow:hidden;
	padding-left:70px;
	background:url(../img/home/notre_actu.gif) left top no-repeat;
}
#divhomeresa {
	position:absolute;
	width:460px;
	height:45px;
	top:169px;
	left:256px;
	overflow:hidden;
}
#divhomenext {
	position:absolute;
	width:284px;
	height:45px;
	top:169px;
	left:716px;

	overflow:hidden;
}
#langues{
	margin-left:20px;
}

#divstatue {
	position:absolute;
	width:164px;
	height:240px;
	top:293px;
	left:0;
	z-index:1000;
}

#divfooter {
	position:relative;
	width:1000px;
	text-align:center;
	margin:0 auto 0 auto;
}


.bloc_actu{
width:675px;
font-size:12px;
color:#FFF;
display:none;
position:absolute;
left:70px;
top:0;
}

.bloc_actu a img{
float:right;
border:1px solid #FFF;
margin:0 0 0 25px;
}

.actu_titre{
font-size:14px;
font-weight:bold;
margin-bottom:16px;
}

.actu_titre a{
color:#FF0000;
/*color:#FFF;*/
text-decoration:none;
}

.actu_texte{
text-align:justify;
margin-bottom:16px;
}

.actu_texte a{
color:#FFF;
text-decoration:none;
}

.actu_suite{
font-weight:bold;
}

.actu_suite a{
color:#FFF;
text-decoration:none;
}

#actu_slide{
width:54px;
float:right;
}

#actu_slide li{
display:block;
width:54px;
height:20px;
background:url(../img/home/slide.jpg) left top no-repeat;
margin-bottom:2px;
font-size:18px;
line-height:20px;
text-align:center;
color:#FFF;
padding-top:4px;
cursor:pointer;
}

#actu_slide li:hover,
#actu_slide li.selected{
color:#000;
}
