@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
background-image:url(img/background.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
padding:0 auto;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
}

#corps a {
color:black;
text-decoration:underline;
}

#all {
width:1000px;
padding:0 auto;
margin:0 auto;
}

/*Header*/

#header {
float:left;
}

#header a img {
border:none;
}

/*Navigation*/

#nav {
float:left;
background-image:url(img/nav.png);
background-repeat:repeat-x;
height:75px;
width:787px;
}

#nav ul {
list-style:none;
padding-top:10px;
}

#nav ul li {
display:block;
float:left;
color:#FFFFFF;
font-size:18px;
margin-left:5px;
margin-right:5px;
}

#nav a {
color:white;
text-decoration:none;
}

/*Corps*/

#corps {
width:748px;
position:relative;
bottom:110px;
clear:both;
margin-left:225px;
text-align:justify;
}

.content {
width:100%;
background-image:url(img/bloc-bg.png);
background-position:bottom;
background-repeat:repeat-y;
margin-top:-17px;
padding-bottom:0.1em;
}

.content p {
padding-left:7px;
padding-right:7px;
}

.bloc h1{
background-image:url(img/bloc-top.png);
background-repeat:no-repeat;
margin-bottom:0px;
padding-bottom:0px;
border-bottom:2px solid black;
padding-left:7px;
padding-right:7px;
}

/*Footer*/

#footer {
width:100%;
background-image:url(img/footer.png);
color:white;
padding-left:0.2em;
}