/* CSS Document */

/*----------------------------- PAGES STATIQUES ----------------------------- */



/* ----------------- CONTACT ------------------ */

fieldset
{
border:none;
margin:35px 20px 20px 0px;
}

legend
{
font-size:13px;
font-weight:bold;
color:#6c6c6c;
}

label
{
display:block;
float:left;
width:120px;
}

input, textarea
{
margin:0 0 15px 0;
}

#center
{
text-align:center;
margin:1em 0 0 0;
}

#center input
{
float:none;
margin:0 0.2em 0 0.2em;
font-weight:bold;
color:white;
background-color:#908a8a;
}

/* ----------- CONFIRMATION ----------------- */

#confirmation
{
margin:100px 0 80px 0;
text-align:center;
}

#confirmation p
{
text-align:center;
font-size:13px;
font-weight:bold;
color:#6c6c6c;
}

/* ----------- LIENS ------------------- */

#liens
{
margin:15px 0 0 0;
}

#liens h1
{
color:#ffa200;
font-size:14px;
}

#liens ul
{
padding:0;
}

#liens li
{
margin:3px 0 3px 10px;
}

#liens a
{
font-size:12px;
color:#333333;
text-decoration:none;
}

#liens a:hover
{
text-decoration:underline;
}