/* HTML ELEMENTS */
body {
   background:url(../images/tpl_home/bg_body.jpg) repeat-x top left;
   background-color:#000;
   margin: 0 auto;
}

a img {
    border:none;
    margin:0;
    padding:0;
}

a {
    font-family:sans-serif;
    font-weight:700;
    color:#ff9600;
    text-decoration:none;
}

p {text-align:justify;}

img {
    behavior: url("css/win_png.htc"); /* png fix Explorer */
    }

h1,h2,h3,h4,h5,h6 {
    font-family:times,serif;
    color:#dad4ba;
    }
    
/* CLASSES GENERALES */



.left {
    float:left;
    }
.right {
    float:right;
    }


/* CONTAINERS */

#container {
    /* background-color:#4f4e45; */
   }

#top {
   height:20px;
   padding: 3px 18px 0 18px;
   }
   
   #top_links ul, li {display:inline;margin:0;padding-right:0.5em;}
   #top_links a {color:#FFF;font-weight:normal;font-size:1em;}

#page {
  text-align:center;
   height:600px; /*pour test */
}

   #a_la_une {
      border: 1px solid black; /*pour test */
      background-color:silver; /*pour test */
      height:200px;
   }

#navigation {
    
}
    #navigation li {
        display:inline;
        }
        
#footer {
   color:#828282;
   font-size:0.8em;
   padding: 0 18px;
}
   #footer ul {margin:0;padding:0;}
   #footer a {color:#828282;}
   #footer a:hover {text-decoration:underline;}
