body
{
background-color: #FFFFFF;
font-family: verdana, arial, helvetica, sans-serif;
}

img
{
border: none;
margin-left: 4px;
}

.float-right{
  float:right;
}

.adroite{
  margin-left: 182px;
}

h1
{
margin-top: 0px;
margin-bottom: 0px;
font-size: small;
font-weight: bold;
color: #FFFFFF;
}

h2
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #A0522D;
}

h3
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #FF4500;
}

h4
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #FF0000;
}

p
{
margin-top: 2px;
padding-top: 4px;
margin-bottom: 2px;
background-color: #DAD8D8;
height: 40px;
}

a
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

/* sections */

div.container
{
padding: 0px;
font-size: x-small;
color: #404040;
}

div.header
{
text-align: center;
background-color: #FF4500;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
}

div.content
{
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
border-top: 1px solid #DCDCDC;
}

div.menu
{
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
border-top: 1px solid #DCDCDC;
}

div.footer
{
padding-top: 2px;
padding-left: 4px;
border-top: 1px solid #DCDCDC;
font-size: xx-small;
}

/* classes */

a.menu
{
font-size: small;
font-weight: bold;
color: #A0522D;
}

a.menu:visited
{
color: #A0522D;
}

span.key
{
font-size: small;
background-color: #FF4500;
color: #FFFFFF;
}

span.description
{
color: #000000;
margin-left: 4px;
}

/*formulaire de contact */
form {	
	padding:2px 2px 2px 2px;
	background:#DAD8D8;
	color: #A0522D;
}

form input,
form textarea {
	width: 143px;
	margin-left: 12px;
	padding: 1px;
	border-color: #c0c0c0;
}

form input.double{
   width: 28px;
   margin-left: 12px;
   border-color: #c0c0c0;
 }

 form input.simple{
   width: 28px;
   margin-left: 2px;
   border-color: #c0c0c0;
 } 

 form input.orange{
   width: 30px;
   margin-left: 2px;
   color: #FFFFFF;
   background-color: #FF4500;
   border-color: #c0c0c0;
 } 

 form input.bouton{
 background:url(../images/suite.png) no-repeat;
 background-color: #DAD8D8;
 margin-left: 182px;
 border: none;
 width: 31px;
 height: 31px;
 }

 label 
{ /* Alignement des champs du formulaire de contact */
   display:block;
   width:40px;
   float:left;
   color: #e22000;
}
