/* CSS Document */
   body{
   text-align:center;
   background:#383838;
   }
   h1{
   color:#383838;
   font-size:11px;
   margin:2px;
   }
   #conteneur{
   margin:auto;
   width:900px;
   background:white;
   }
   #header{
   background:url(../images/bg-haut.jpg) repeat-x;
   height:214px;
   width:898px;
   border:1px solid #f1f1f1;
   }
   *html #header{
   width:100%;
   }
   #header a{
   margin:26px;
   margin-bottom:0;
   color:white;
   text-decoration:none;
   text-align:center;
   float:right;
   }
   #header a img{
   border:1px solid white;
   }
   #header a:hover img{
   filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
   }
   #header a:hover{
   text-decoration:underline;
   }
   #contenu{
   background:#f1f1f1;
   color:#383838;
   font-size:16px;
   border:#b01912 solid 1px;
   margin:10px;
   text-align:left;
   min-height:300px;
   padding:4px;
   }
   #header a.logo{
   margin:50px;
   margin-top:0;
   margin-bottom:0;
   border-left:1px solid #f1f1f1;
   border-right:1px solid #f1f1f1;
   }
   #footer{
   background:#383838;
   color:white;
   width:100%;
   }
   #footer a{
   color:white;
   text-decoration:none;
   margin:4px;
   font-size:12px;
   }
   #footer a:hover{
   color:#b01912;
   text-decoration:underline;
   }
   label{
   width:150px;
   display:block;
   float:left;
   clear:left;
   margin:1px;
   }
   input, textarea{
   display:block;
   float:left;
   clear:right;
   border:#b01912 solid 1px;
   margin:1px;
   }
#contenu p{ font-family:Verdana;font-size:16px; font-weight:600; color:#383838;}
#titresport{font-family:Verdana;font-size:20px; font-weight:600; color:#383838;}
#titresport2{font-family:Verdana;font-size:26px; font-weight:600; color:#383838;}