body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background: #000000 url('../../images/fond.jpg') no-repeat top center;
}

a {
	color:#ffffff; 
	text-decoration:none;
}

a:hover {
	color:#000; 
}

#texte_accueil a:hover {
	color: #8a8c92;
}
	
h1{
	font-size:14px;
}

h2{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}
h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}
h4 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}	

#entete {
	height: 232px;
}


html[lang=fr] #entete {
	background: url("../../images/fr/bandeau.jpg") no-repeat center top ;
}
html[lang=en] #entete {
	background: url("../../images/en/bandeau.jpg") no-repeat center top ;
}
	
#site{
	width:789px;
	margin:0 auto;
}

#contenu{
	border-left:1px solid #8a8c92;
	border-right:1px solid #8a8c92;
	overflow:auto;
}
	
#texte_accueil img {
	float: right;
	margin: 0 0 10px 15px;
}	

#texte_accueil{
	width:486px;	
	float:left;
	padding:20px 20px;
	border-right:1px solid #8a8c92;
	min-height:465px;
}

#texte{
	padding:20px 20px;
}
	
#footer{
	color:#ffffff;
	font-size:8px;
	text-align:center;
	margin:15px 0 10px 0;
}
	
	
/* //////////// menus /////////////////////////////////////// */
	
#menu{
	background:url("../../images/background_boutons.jpg") no-repeat;
	height: 18px;
	padding: 4px 0 0;
	margin: 0;
	text-align:center;
	}
	
#menu>a {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
}

#menu>span {
	display: inline-block;
	margin:0 3px;
}
#menu_bottom{
	background: #8a8c92;
	height:16px;
	text-align:center;
	}
	
#menu_bottom a{
	font-size:10px;
	text-decoration:none;
	}

#menu_bottom a:hover{
	color:#FFFFFF;
	}

/* //////////// promotions /////////////////////////////////////// */
	
.note{
	font-size:9px;
	}
	
#promos{
	width:260px;
	float:left;
	}
	
#promos .ligne{
	margin:0;
	padding:0;
	border-bottom:1px solid #8a8c92;
	}
	
.promotion{
	padding:10px 17px;
	}
.bouton {
	display: block;
	background: #ae0000;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 0;
	margin: 5px 0;
}
.facebook {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 0;
	height: 21px;
	line-height: 21px;
	margin: 5px 0;
	text-indent: 30px;
	background: url('../../images/facebook.gif') no-repeat;
}
.facebook:hover {
	color: #8a8c92;
}
.twitter {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 0;
	height: 21px;
	line-height: 21px;
	margin: 5px 0;
	text-indent: 30px;
	background: url('../../images/twitter.gif') no-repeat;
}
.twitter:hover {
	color: #8a8c92;
}


/* ///////////// galerie /////////////////////////////////////// */

#diaporama{
	width:510px;
	margin:0;
	padding: 0;
	float: left;
	}
	
#diaporama img{
	margin:5px 0;
	}
	
#btnPrec{
	display:block;
	float:left;
	width:26px;
	height:30px;
	margin:147px 20px 0 90px;
	background:url("../../images/fleche_prec.gif") no-repeat;
	background-position:0 -30px;
	}
#btnPrec:hover{
	background-position:0 0;
	}
#btnSuiv{
	display:block;
	float:left;
	width:26px;
	height:30px;
	margin:147px 100px 0 10px;
	background:url("../../images/fleche_suiv.gif") no-repeat;
	background-position:0 -30px;
	}
#btnSuiv:hover{
	background-position:0 0;
	}

#flvplayer {
	width: 450px;
	margin: 50px auto;
}