@charset "utf-8";
*{ padding:0; margin:0; font-weight:normal; outline:none; border:none; }
html{ font-size:100%; }
body, html{
background:#ccc;
font-size:1em;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#centre{
position:absolute;
top:50%;
left:0;
margin-top:-152.5px;
width:100%;
height:305px;
background:url(rp_centre.gif) left center repeat-x;
overflow:hidden;
}

#logo{
position:absolute;
top:35px;
left:50%;
margin-left:-58px;
width:116px;
height:116px;
}

p{
font-size:11px;
color:#393939;
text-align:center;
}

a{ color:#880000; font-weight:bold; text-decoration:none; }

.infos{
padding:170px 20% 0 20%;
}

.contact{
font-weight:bold;
padding:20px 20% 0 20%;
}


