@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#87191c;
	text-align: center;
	background-image:url(img/bandeau.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
}

#conteneur_site{
	width:1000px;
	margin:0 auto;
	background-image:url(img/logo2.png);
	background-repeat:no-repeat;
	height:350px;
	position:relative;
}

#adresse {
	position:absolute;
	left:318px;
	top:71px;
	width:542px;
	height:30px;
	z-index:1;
	text-align:left;
}

.gras {
	font-size: 20px;
	font-weight: bold;
}

.jaune {
	font-weight: bold;
	color: #ffd400;
}

#anim {
	position:absolute;
	left:280px;
	top:99px;
	width:607px;
	height:251px;
	z-index:2;
}

#fr {
	position:absolute;
	left:50px;
	top:307px;
	width:10px;
	height:36px;
	z-index:3;
}

#en {
	position:absolute;
	left:120px;
	top:307px;
	width:39px;
	height:36px;
	z-index:3;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
	border:0px;
}

#anim_fr {
	position:absolute;
	left:230px;
	top:0px;
	width:750px;
	height:600px;
	z-index:1;
}

#lecteur {
	position:absolute;
	top:580px;
	left:230px;
	width:222px;
	height:20px;
	z-index:2;
	border-color:#000099;
	border-width:1px;
}

#cache_lecteur {
	position:absolute;
	left:305px;
	top:580px;
	width:191px;
	height:20px;
	z-index:3;
	background-color:#87191c;
}

#imprim{
	display:none;
}