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

* { padding:0; margin:0; border:0; outline:none }
html, body{ height:100% }

body { font-size:70%; font: 1.025em Arial, Helvetica, sans-serif; line-height: 19px; color:#fff; }
body { background:#ffffff }

#conteneur { width:910px; height:95%; position:relative; margin:0 auto; padding:0 0 0 60px; }
.infos { padding-top:33%; width:440px; text-align:center; margin:0 auto; }
p { margin-bottom:12px; font-size:0.9em;  }
#footer { width:100%; height:5%; position:relative; margin: 0 auto; text-align:center; clear:both }
#footer p { font-size:0.7em; } 
#footer a { color:#fff }
.hidden { visibility:hidden}
.small {height:1px}
.left { float:left }
.right { float:right }
.clear { clear:both }
strong { color:#fade6e }
.separator { height:1px; width:100%; display:block; padding-top:15px; margin-top:15px; border-top: 1px dotted #fff }
