
body {
afont-family: arial, helvetica, sans-serif; 
font-size: 100%; 
color: #CCC; 
margin-left: auto;
 margin-right: auto;
 width: 1200px;
 text-align: left; /* pour résoudre le bug de centrage de IE */
background: #373737;
font-size:19px;

}

/* typography */

a {color: #FFFFFF;text-decoration:none; }

p {padding: 15px 0; text-align: justify}

h2 {background:#303030; margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; color: #FFF; font-weight: normal; letter-spacing: .12em font-size: .875em;}

h3 {background:#303030; padding:5px; color: #FFF; font-weight: normal; letter-spacing: .12em; text-decoration:none; font-size: .875em;}

/* navigation */


#container {width: 1000px; height:118px; margin: 0px auto; font-size: .875em }

#logo {width: 172px; height:58px; float: left; margin-bottom: 40px}

#wrap {clear: both}

#left {width: 150px; float: left}

#right {width: 637px; float: right}

#middle {width: 1000px; float: inherit}

#left, #right, #middle {margin-bottom: 40px}

#footer {background: url(../images/footer.jpg) no-repeat; clear:both; padding: 20px; text-align: center; font-size: .8em}


#navcontainer ul
{
color: White;
float: right;
width: 580px;
/*padding-top: 20px*/
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0px 1em;
color: #FFF;
letter-spacing: .12em;
text-decoration: none;
float: right;
}

#navcontainer ul li a:hover
{
color: #000000;
}

#retour
{
	float: left;
	font-size:19px;
}

.ul
{
color: White;
float: right;
width: 580px;
/*padding-top: 20px*/
}

.ul li { display: inline; }

.ul li a
{
padding: 0px 1em;
color: #FFF;
letter-spacing: .12em;
text-decoration: none;
float: right;
}

.ul li a:hover
{
color: #000000;
}

.cssform p{
width: 300px;
margin: 0;
padding: 500px 0 8px 0;
padding-left: 800px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type=&quot;text&quot;]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
