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

/* --------------- BODY -------------- */

body{
background-color:#7e973c;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: normal;
text-decoration: none;
margin:0;
padding:0;
color:#000000;
}

/* --------------- STYLE GLOBAL -------------- */

#main{
margin-left: auto;
margin-right: auto;
width:974px;
height:704px;
background-image:url(../images/fond-urbania.jpg);
background-repeat:no-repeat;
background-position:center;
text-align:center;
padding-top:60px;
}

#header{
margin-left: auto;
margin-right: auto;
width:974px;
height:160px;
text-align:center;
}


#logo{
float:left;
margin-left:103px;
width:135px;
text-align:left;
font-size:14px;
padding:17px;
}

#encart{
float:left;
width:500px;
text-align:left;
font-size:14px;
padding:32px;
color:#db0221;
text-align:center;
font-size:30px;
font-weight: bold;
}

#presentation{
margin-left: auto;
margin-right: auto;
padding-left:150px;
width:550px;
height:180px;
text-align:center;
font-size:12px;
}

.soustitre{
font-size:14px;
font-weight:bold;
}


.contour{
border:8px solid #d4d8b7;
}

a{
text-decoration: underline;
color:#000000;
}

a:hover{
color:#000000;
text-decoration: none;
}
