@charset "utf-8";
/* CSS Document */
body, html {
	background:url(../images/fond-carbone2.png) repeat;
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS","Arial","Verdana",sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

/*body{
background:url(../images/bodytop.png) top repeat-x #1E1E1E;
}*/

.top{
width:100%;
height:39px;
background:url(../images/bodytop.png) repeat-x;
margin-left:auto;
margin-right:auto;
}
.header{
width:829px;
height:106px;
background:url(../images/header.png) no-repeat;
margin-left:auto;
margin-right:auto;
}
.header2{
width:829px;
height:106px;
margin-left:auto;
margin-right:auto;
}
.menu{
width:829px;
height:55px;
background:url(../images/menu.png) no-repeat;
margin-left:auto;
margin-right:auto;
}
.contenu{
width:829px;
height:auto;
margin-left:auto;
margin-right:auto;
overflow:visible;
display:block;
}
.footer{
	width:829px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background-color: #0F0E0E;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.text{
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
}
.copy{
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
text-align:right;
padding-top:5px;
color:#FFFFFF;
}
img{
border:0px;
}
INPUT.bginput { 
background-color: #333333;
border:hidden;
font-size:10px; 
font-family:verdana; 
color: #FFFFFF;
font-weight: bold;
}

SELECT {
background-color: #333333;
color: #FFFFFF;
font-weight: bold;
font-size:10px; 
font-family:verdana; 
border:hidden; 
}

TEXTAREA { 
color:#CCCCCC;
font-weight: bold;
font-size:10px;
font-family:verdana; 
background-color:#333333; 
border:1px solid #999999;
}
a{
text-decoration:none;
color:#0066cc;
}

a:hover{
text-decoration:underline;
}

a.direct{
text-decoration:none;
color:#FFFFFF;
}
a:hover.direct{
text-decoration:underline;
color:#FFFFFF;
}

a.direct2{
text-decoration:none;
color:#333333;
}
a:hover.direct2{
text-decoration:underline;
color:#333333;
}

.infobulle{
position: absolute;	
visibility : hidden;
border: 1px solid Black;
padding: 10px;
font-family: Verdana, Arial;
font-size: 10px;
background-color: #FFFFCC;
}

