@charset "utf-8";
/* CSS Document */

/*BOX*/
.boxHaut
{
	width:900px;
	height:304px;
	position:relative;
	margin: -1px auto;
}
.box_menu0
{
	z-index: 3;
	/*width:400px;*/
	height:20px;
	top:250px;
	left:260px;
	padding: 5px;
	position:absolute;
	border: 1px solid white;
	text-align:left;
	word-spacing:1.3em;
}

.box_flash
{
	width:900px;
	height:304px;
	margin: -1px auto;
	border:1px solid black;
	border-top:none;
	/*border-bottom:none;*/
	z-index: 5;
	position:relative;
}
.box_connect
{
	width:600px;
	/*height:40px;*/
	top:150px;
	left:260px;
	/*margin:auto;*/
	padding: 5px auto 5px auto;
	position:absolute;
	border: 0px solid white;
	z-index: 10;
	text-align:left;
}

.box_video
{
	width:900px;
	height:385px;
	margin: 0px auto;
	padding: 0px auto;
	/*border-top:5px solid #999;
	border-bottom:5px solid #666;
	border-left:5px solid #666;
	border-right:5px solid #999;*/
	text-align:center;
	background-color:#181b13;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.box_contenu
{
	width:900px;
	margin:0px auto;
	border:0px solid black;	
	background-color:#39451d;
}
.box_bandeau
{
	width:240px;
	height:90%;
	/*z-index:0;
	position:relative;*/
	margin-top:0px;
	background-image:url(../img/fond_Bandeau.jpg);
	border:0px solid white;
	padding:15px 0px 5px;
	float:left;
	border-top: 1px solid black;
	border-left: 1px solid black;
	min-height: 580px;
}
.box_catalogue
{
	width:600px;
	height:90%;
	min-height:580px;
	margin:auto auto auto 250px;
	padding:15px 15px 5px;
}
.box_menu
{
	border: 0px #CCC solid;
	width:135px;
	height:175px;
	/*position:absolute;*/
	margin:10px auto;
	/*left:10px;*/
	background-color:#ccc;
	padding:3px;
}

.box_menu2
{
	border: 2px #000 solid;
	width:165px;
	height:225px;
/*	position:absolute;*/
	margin:10px auto;
	/*left:10px;*/
	background-color:#CCC;
	padding:3px;
}


.box_mention
{
	position:fixed;
	right: 10px;
	bottom: 4px;
	/*background-color:#CCC;*/
	padding: 1px 5px;
	border: 0px solid black;
}
