body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	
}
.flash_centrer {
	height: 470px;
	width: 902px;
	margin-left:auto;
	margin-right:auto;
}
.texte_bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.texte_bas a {
	color: #CCCCCC;
	text-decoration: underline;
}

a{
	color:#B8A679;
}
a:hover{
	text-decoration:none;
}

img.png {
	behavior: url(../Scripts/png.htc);
}
a img{
	border:none;
}

#site{
	/*background-color:black;*/
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	height:746px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	color:white;
}

#header{
	height:136px;
	position:relative;
	
}
#header #langues{
	text-align:right;
	margin-top: -110px;
}
#header #langues a{
	color:#B8A679;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	margin-right:5px;
	font-family: "Times New Roman", Times, serif;
}
#header #langues a:hover, #header #langues a.hover{
	color:white;
}

#content{
	
	height:610px;
	position:relative;
}
#content #bottom{
	height:255px;
	width:940px;
	position:absolute;
	bottom:0px;
	left:0px;

}
#content #menu{
	width:180px;
	/*height:360px;*/
	float:left;
	color:white;
	padding-top:45px;
	
}
#content #menu ul, #content #menu li{
	margin:0;
	padding:0;
	list-style:none;
}
#content #menu ul li a{
	color:#cccccc;
	text-decoration:none;
	font-size:13px;
	letter-spacing:1px;
	font-weight:normal;
	display:block;
	text-align:right;
	height:15px;
	line-height:15px;
	margin-bottom:3px;
}
#content #menu ul li a:hover, #content #menu ul li a.hover{
	color:#B8A679;
}
#content #text{
	height:450px;
	margin-left:210px;
}
#content #text #droite{
	margin-left:210px;
	font-size:14px;
}
#content #text #droite h1{
	margin:0;
	padding:0;
	font-size:20px;
	text-align:center;
	margin-bottom:30px;
	padding-top:30px;
	font-family: "Times New Roman", Times, serif;
}
#content #text #droite #description{
	height:110px;
	overflow:hidden;
}

#content #fleches{
	position:absolute;
	top:350px;
	right:0px;
}
#content #fleches2{
	position:absolute;
	z-index:800;
	top:220px;
	left:375px;
}
#content #fleches img, #content #fleches2 img{
	cursor:pointer;
}
#content #text #droite #description #bloc{
	width:460px;
	font-size:13px;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
}
#content #text #gauche{
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:200px;
	height:400px;
	display:block;
	margin-top:50px;
	overflow:hidden;
}

.cadre, .thumb{
	display:block;
	background-position:center;
	background-repeat:no-repeat;
}
.cadre{
	width:462px;
	height:284px;
	background-image:url(../img/bordure_big_image.png);
}
.cadre img{
	height:282px;
	width:460px;
	margin-left:1px;
	margin-top:1px;
}

.thumb{
	width:140px;
	/*height:93px;*/
	height:98px;
	background-image:url(../img/bordure_vignette.png);
	/*margin-bottom:20px;*/
}
.thumb_h1{
	background:black;
	display:block;
	margin-left:7px;
	width:124px;
	margin-top:-25px;
	border-top:1px solid white;
	margin-bottom:7px;
	padding-left:2px;
	filter:alpha(opacity=80); /*pour ie*/
	-moz-opacity: 0.8; /*pour firefox */
	-khtml-opacity: 0.8;/* pour safari et konkeror */
	opacity: 0.8; /* pour opera et safari */
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	height:16px;
}
.thumb_h1 a{
	color:white;
	text-decoration:none;
}
.thumb img{
	height:78px;
	width:125px;
	margin-left:7px;
	margin-top:10px;
	/*cursor:pointer;*/
}

#titre_h1 a, #bloc a{
	color:white;
}

a.version {
	position:absolute;
	right:0;
	top:0px;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px!important;
	margin-top: 5px;
}
a.version:hover {
	color: #b8a679;
}

.ruban_bottom{
position:absolute;
bottom:-5px;
right:0;

}
