html{
}

body{
	background-color: #000;
  width: auto;
  margin: 0;
  padding: 0;
	font-family: arial;
	font-size: 12px;
}

a{
	text-decoration: none;
}

h1#title{
	position: relative;
	top: 100px;
	margin: auto;
	font-size: 32px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
}

#mainContainer{
	position: relative;
	width: 990px;
	height: 420px;
	margin: auto;
}

#leftContainer{
	/*float: left;*/
	margin-top: 30px;
	margin-left: 20px;
	width: 542px;
	height: 390px;
	/*border: 7px solid #fff;*/
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #222;
	padding: 0;
	color: #ccc;
  position: relative;
	/*background-color: #111;
	border: 3px double #222;
	*/

	background-color: #000;
	/*background-image: url("fond-tigre.gris.jpg");
	background-repeat: repeat-x;*/
}
#contenu{
  margin: 0px;
  padding: 0px;
  /*padding: 0;*/
  height: 385px;
  top: 35px;
  // top: 0;
  /*position: relative;*/
  overflow: auto;
  /*text-align: center;*/
  position: relative;

}
#rightContainer{
	position: absolute;
  top: 30px;
  left: 577px;
	width: 370px;
	height: 340px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ff000;
  background-color: #000;
  overflow: auto;
  padding: 0;
  padding-bottom: 50px;
}

#aux{
  position: absolute;
  left: 16px;
  top: 420px;
  // top: 430px;
  height: 60px;
  width: 935px;
  margin: 0;
  padding: 0;
}
#video_thumb_div{
  display: none;
}

#lienContact{
	position: absolute;
	top: 437px;
	left: 0px;
	opacity: 0.85;
}
#lienContact:hover{ opacity: 1; }
#lienContact img { border-width: 0; }


ul.menu_level_1{
	position: relative;
	top: 40px;
	left: 50px;
	margin: 0;
	padding: 10px 0;
	width: 285px;
	/*width: 100%;*/
	/*height: 392px;*/
	background-color: #000;
}
ul.menu_level_1 li{
	list-style-type: none;
	list-style-position: outside;
	/*height: 25px;*/
	margin: 2px;
}
ul.menu_level_1 li a {
	color: #fff;

/*	text-transform: uppercase;*/
	color: #ddd;

	letter-spacing: 1px;
	//text-indent: 10px;
	padding-left: 10px;
	font-weight: bold;

	margin: 5px 0;

}
ul.menu_level_1 li a:hover{

}
ul.menu_level_2{
  padding: 0;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
ul.menu_level_2 li{
	color: #999;
	padding: 0;
	margin: 0;
}
ul.menu_level_2 li a {

	display: inline;

	text-transform: uppercase;
	color: #999;

	letter-spacing: 1px;

	font-weight: normal;
	padding: 0;
	margin: 0;

	height: 18px;
	line-height: 18px;

	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
}

ul li a:hover{
	/*text-decoration: underline;*/
	color:#fff;
}
ul li a.current{
	color:#ff0000;
}

#imgLogo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -484px;
	z-index: 20;
}
/*
#imgFilrouge{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: 20px;
	z-index: 20;
}
*/
#imgLigneHor{
  background-image: url("/application/public/php/colorImgGen.php?w=1&h=1&c=660000");
  background-image: url("barHor.gif");
  background-repeat: repeat-x;
  width: 602px;
  height: 1px;
  position: absolute;
  left : -40px;
  bottom: -2px;

}
#imgLigneVert{
  background-image: url("/application/public/php/colorImgGen.php?w=1&h=1&c=660000");
  background-image: url("barVert.gif");
  background-repeat: repeat-y;
  width: 1px;
  height: 450px;
  position: absolute;
  left : 10px;
  top: 20px;
}


a#lienContact{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 225px;
	margin-left: -470px;
	opacity: 0.80;
	z-index: 100;
	width: 40px;
	font-size: 13px;
	color: #990000;
  font-weight: bold;
}
#lienContact:hover{ opacity: 1; color: #ff0000; }
#lienContact img { border-width: 0; }


#thumbs{
display: none;
}

#galery_image_div{
  width: 100%;
  position: absolute;
  top: 47px;
  //top:60px;
  height: 400px;
  text-align: center;
}

#diaporama_button{
  display: block;
  float: right;
  margin-right: 400px;
  /*height: 60px;*/
  z-index: 10000000;
  border-color: #000;
  background-color: #000;
  color: #999;
}
#diaporama_button:hover{
  color: #fff;
  cursor: pointer;
}



#contact_form{
  font-size: 12px;
  margin: 0;
}
#contact_form fieldset{
  width: 96%;
  padding: 2%;
  margin: 0;
  border-width: 0;
  border-top: 3px double #ccc;
}
#contact_form fieldset legend{
  font-style: oblique;
  font-weight: bold;
  color: #999;
  padding: 5px;
}
#contact_form input,
#contact_form textarea
{
  font-size: 11px;
  font-family: arial;
  background-color: #666;
  color: #000;
  font-weight: bold;
  padding: 0 2px;
}
#contact_form textarea{
	height: 55px;
}
#contact_form .submit{
  display: block;
  margin: 10px auto 0;
}


#video_player {
  position: absolute;
  left: 50%;
  margin-left: -160px;
  margin-top: 62px;
}