/* CSS Document */

*{ margin:0; padding:0; }
body { font-family:Arial, sans-serif, verdana; font-size:12px; background-color:#FFF; }
a { text-decoration: none; color:#333333; }
a:hover { text-decoration:underline; }
img { border:none; }

#conteneur { width:600px; margin:20px auto; border:#333333 1px solid; padding:10px; }
h1{ text-align:center; margin-bottom:20px; font-size:20px;}
.titre { font-size:16px; margin-bottom:10px; font-weight:bold;}
