/* -------- DESIGN GENERAL -------- */
/*----------------------------------------*/
body{
background: #733c52;
margin: 0;
padding: 80px 100px 0 100px;
text-align: center;
font-family: Arial;
font-size: 0.9em;
color: white;
}

h1{
font-size: 1em;
text-decoration: none;
margin: 30px auto 30px auto;
border: 1px solid white;
padding: 5px;
width: 400px;
}

p{
font-size: 0.9em;
margin-bottom: 10px;
}

#logo a{
color: #a5967e;
font-weight: bold;
text-decoration: none;
padding: 0 20px 0 20px;
}
a{
color: #a5967e;
}
a:hover{
color: white;
text-decoration: underline;
}
a img{
border: none;
}

#partenaires{
margin-top: 40px;
font-size: 0.7em;
}
