* {
margin: 0px;
padding: 0px;
}

#link {
display: none;
}

.clear {
clear: both;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

body {
text-align: left;
color: #333333;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
background:url(images/tail-body.gif) center 3px;
}

#contener {
width: 980px;
height: 843px;
margin-left: auto;
margin-right: auto;
position: relative;
}

#contener2 {
width: 980px;
height: 643px;
margin-left: auto;
margin-right: auto;
position: relative;
}

#banner {
width: 980px;
height: 158px;
background: url(images/banner.png) no-repeat;
position: relative;
}

#banner #link_site {
color: #0099CC;
text-align: center;
font-size: 16px;
font-weight: bold;
text-decoration: none;
letter-spacing: 2px;
display: block;
width: 990px;
position: absolute;
bottom: 5px;
}

#banner #link_site:hover {
color: #FF6600;
}

#contenu {
display: block;
float: left;
margin-top: 30px;
margin-left: 80px;
width: 480px;
}

#texte {
display: block;
float: left;
width: 350px;
margin-top: 100px;
font-size: 14px;
}

#contenu h1 {
color: #999999;
margin-bottom: 20px;
}

#contenu #form .intitule {
display: block;
float: left;
width: 200px;
margin-top: 20px;
color: #999999;
}

#contenu #form .champ {
display: block;
float: left;
color: #333333;
margin-top: 20px;
}

#contenu #form #bout {
margin-top: 30px;
cursor: pointer;
}

#contenu #form #info {
margin-top: 20px;
font-style: italic;
color: #666666;
}

#footer {
width: 870px;
margin-left: auto;
margin-right: auto;
height: 35px;
line-height: 35px;
background: #131212;
text-align: center;
color: #0099CC;
}

#footer .link {
color: #0099CC;
text-decoration: none;
}

#footer .link:hover {
text-decoration: underline;
}