
html, body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-color:#838380;
}
#bgetirable{
position:absolute;
width: 100%;
margin: 0;
padding: 0;
z-index: 1;
}
p
{
	font-size:14px;
}
#css{
position: absolute;
z-index: 2;
top:20px;
left: 20px;
color: white;
overflow: auto;
height: 100%;
width: 50%;
}
#css a{
color: white;
}
.centrage 
{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#total_site 
{
		position:relative;
		min-height:100%;
		z-index:4;
}
.bg
{
	width:100%;
	height:100%;
	position:relative;
}
.contenu
{
	position:relative;
	padding:10px;
	z-index:1
}
#gauche
{
	width:658px;
	min-height:330px;
	position:relative;
	float:left;
	z-index:2;
	margin-bottom:10px;
}
#droite
{
	width:285px;
	min-height:330px;
	position:relative;
	float:right;
	z-index:2;
}
.img_fond {
	background-image: url(images/fond-page-accueil.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.miniatures
{
	margin: 0px 5px;
	z-index:10;
	bottom: 180px;
    position: absolute;
    width: 715px;
}
.miniatures img
{
	border:2px #fff solid;
	margin:0px 7px;
	box-shadow:2px 2px 5px #000;
	-webkit-box-shadow:2px 2px 5px #000;
	-moz-box-shadow:2px 2px 5px #000;
}
#txt_contenu
{
	/*width:100%;
	position:absolute;
	text-align:center;
	bottom:30px;*/
	 bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
H1
{
	font-family: 'Cabin Sketch', cursive;
	font-size:18px;
}
font-family: 'Orbitron', sans-serif;
	font-family: 'Yanone Kaffeesatz', sans-serif;
.clear
{
	clear:both;
}
.miniatures2
{
	width:715px;
	margin: 0px 5px;
}
.miniatures2 img
{
	border:2px #fff solid;
	margin:0px 7px;
	box-shadow:2px 2px 5px #000;
	-webkit-box-shadow:2px 2px 5px #000;
	-moz-box-shadow:2px 2px 5px #000;
}
