

*{
padding:0px;
margin: 0px;
}

body, html{
background-color: #17286A;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 80%; /*1em = 10px*/
}

#all{
width: 980px;
margin: auto;
}

#prehome #all{
text-align: center;
background: inherit;!important
}



/*-----------------------------------------liens-------------------------------------------------------*/

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

a:hover, a:focus{
color: #FFF;
}

a:active{
color: #A18B54;
}

#article a{
text-decoration: underline;
}
