@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#b64f4f;
	text-align:center;
}
#site {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background:url(../img/template/TemplateLRDS01_02.jpg);
	height:210px;
	width:100%;
}
#contenu {
	background:url(../img/template/TemplateLRDS01_03.jpg);
	height:361px;
	width:100%;
}
#titre {
	background:url(../img/template/TemplateLRDS01_04.jpg);
	height:69px;
	width:100%;
}
#menu {
	background:url(../img/template/TemplateLRDS01_05.jpg);
	height:86px;
	width:100%;
}
#menu ul {
	width:350px;
	margin:auto;
	color:#5c0808;
	padding-left:125px;
}
#menu li {
	float:left;
	padding:2px 10px 0px 0px;
}
#menu li a{
	color:#5c0808;
	text-decoration:none;
}
#menu li a:hover {
	border-bottom:#5c0808 1px solid;
	cursor:pointer;
}
#accueil {
	background:url(../img/accueil.jpg);
	background-repeat:no-repeat;
	width:569px;
	height:294px;
	display:inline-block;
	margin-top:35px;
}
#synopsis {
	width:650px;
	padding-top:25px;
	margin-left:auto;
	margin-right:auto;
}
#synopsis h1 {
	padding-bottom:30px;
	color:#b73232;
}
#synopsis p {
	text-align:justify;
	padding-bottom:10px;
}
#galeries {
	width:650px;
	padding-top:45px;
	margin-left:270px;

}
#reperage {
	float:left;
	background:url(../img/galeries/galerie_reperage.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	margin-top:25px;
	padding-right:50px;
	cursor:pointer;
}
#reperage:hover {
	background:url(../img/galeries/galerie_reperage_2.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
}
#tournage {
	float:left;
	background:url(../img/galeries/galerie_tournage.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	margin-top:25px;
	cursor:pointer;
}
#tournage:hover {
	background:url(../img/galeries/galerie_tournage_2.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
}
#illustrations {
	
	float:left;
	background:url(../img/galeries/galerie_illustrations.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	margin-top:25px;
	padding-right:50px;
	cursor:pointer;
}
#illustrations:hover {
	background:url(../img/galeries/galerie_illustrations_2.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
}
#dessins {
	float:left;
	background:url(../img/galeries/galerie_dessins.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	margin-top:25px;
	cursor:pointer;
}
#dessins:hover {
	background:url(../img/galeries/galerie_dessins_2.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:100px;
}
.DefSelect {
	padding-top:2px;

}
.DefSelect a{
	color:#A34E45;
	text-decoration:none;
}
.DefSelect a:hover{
	border-bottom:1px solid #900;
}
#copy {
	text-align:center;
	color:#600;
	font-size:12px;
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7; 
}
#copy a{
	color:#600;
	text-decoration:none;

}
#copy a:hover{
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
	border-bottom:1px #600 dotted;

}