/* CSS Document */

body {
top: 0px;
    background-color:#000000;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
    font-size:12px;
    color:#CAC7AC;
    text-align:justify;
}
#principale
{   
top:0px;
position:relative;
    background-image:url(images/fondprincip.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
    margin-right: auto;
    width: 1050px;
	

}
#header
{
left:182px;
    
	position:relative;
	margin-left:auto;
    margin-right: auto;
    height:273px;
    width: 1050px;
	z-index:0;
	
}
#logo1
{
	position:absolute;
	left:1px;
	height:50px;
	width: 50px;
	z-index:1;
	top: 19px;
}
#logo2
{
	position:absolute;
	left:890px;
	height:50px;
	width: 50px;
	z-index:2;
	top: 19px;
}
#icon1
{
	position:absolute;
	left:62px;
	height:50px;
	width: 50px;
	z-index:3;
	top: 175px;
}
#icon2
{
	position:absolute;
	left:957px;
	height:50px;
	width: 50px;
	z-index:4;
	top: 185px;
}

#contain
{   margin-left:182px;
    padding-left:25px;
	padding-top: 25px;
    width:665px;
	font-size:11px;
	color:#CAC7AC;
}
.col-middle
{
  width: 295px;
	float: left;
	padding: 5px 0 0 0;
}


#footer
{
	
    margin-left:auto;
    margin-right: auto;
	height:108px;
	background-image:url(images/footerfond.jpg);
	background-repeat:repeat-x;
	
	
}
a.footer
{
    font-size:11px;
    text-decoration:none;
	color:#D9A01D;
	font-weight:100;
}
a:hover.footer
{
    
	font-size:11px;
	text-decoration:underline;
	color:#CAC7AC;
	font-weight:100;
}
H1
{
    font-size:20px;
    color:#D9A01D;
   	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	
}

H2
{
    font-size:16px;
    color:#CAC7AC;
   	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	
}

a{
    text-decoration: none;
    font-weight:bold;
	color:#D9A01D;
}
a:hover{
    text-decoration:underline;
    font-weight:bold;
    color:#232323;
}

INPUT { 
border: 0px;
color:#CAC7AC;
background-color: #131313; }
SELECT {  
border:0px;
color:#131313;
 }
TEXTAREA { 
border:0px;

color:#CAC7AC;
background-color: #131313; }
.txterror { color: #FF8303;
font-weight:bold;  }
.little 
{ color: #232323;
font-size:9px;  }




.clear
{
    clear:both;
}
