
body {
width: 100%;
margin: 0px;
	
	background-position: center top;
	background-attachment: fixed;
	background-color: #222222;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bbbbbb;
	background-repeat: no-repeat;
text-align: center;
}

#conteneur {
width: 700px;
padding: 0px;
margin:0 auto 0 auto;
text-align: justify;
}

#contenu {
text-align: left;
margin-left: 10px;
margin-top: 30px;
width: 650px;
height: 270px;
}

.clear {
clear: both;
}

#texte {
text-align: justify;
margin-left: 90px;
margin-top: 20px;
width: 430px;
height: auto;
}

#footer {
margin-top: 30px;
width: 500px;
text-align: right;

}

.texte {
text-align: center;

}

.form {
font-weight: bold; 
font-style: normal; 
background-color: white; 
line-height: -1px; 
color: #3a312e;
font-family: Tahoma, Trebuchet MS, Verdana; 
font-size: 13px; 
border: 1px solid #3a312e;
}

a {
color: #bfa49a;
text-decoration: none:
}

a:hover {
color: #634634;
text-decoration: none:
}

h1 {
font-size: 14px;
font-weight: bold;
}

h2 {
font-size: 14px;
font-weight: bold;
}

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #000; 
    border: 1px solid #bbb; 
    background: #ffc; 
    width:170px;
}
a.tooltip:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent url(pics/image-infobulle.gif); 
    margin:0; 
    padding: 0; 
    border: 0;
}