@import url("reset.css");
@import url("commun.css");

/* annulation des marges par defaut */
body, table, div, p, h1, h2, h3, h4, h5, img, ul, li {
    margin:0;
    border:0;
    padding:0;
}

html{
    height:100%;
}

body {
    padding:0;
    margin:0;
    color:#4A4D4A;
    font-family:Tahoma, Arial, sans-serif;
    font-size:9pt;
    height: 100%;
    background : url('/public/images/base/squelette/background.jpg');
}

#general{
    width: 100%;
}

#center{
    width:940px;

}


#header{
    height: 110px;
    width:940px;
    /*background : url('/public/images/base/squelette/header.gif') no-repeat;*/
}

#middle{
   height: 641px;
   width: 940px;
   background : url('/public/images/base/squelette/center.jpg') no-repeat;
}

#top{
    height: 618px;
}

#bottom-left{
   background : url('/public/images/base/squelette/bottom-left.gif') no-repeat;
   width:23px;
   height: 23px
}

#bottom-right{
   background : url('/public/images/base/squelette/bottom-right.gif') no-repeat;
   width:917px;
   height:23px;
}

#footer-top{
    height:13px;
    width:940px;
}

#footer-bottom{
    height:29px;
    width:940px;
    background : url("/public/images/base/squelette/footer.jpg") no-repeat;
    color: #000;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

#footer-bottom a{
    color: #000;
    text-decoration:none;
}


#border-left{
    background : url("/public/images/base/squelette/left.gif") no-repeat top right;
}

#border-right{
    background : url("/public/images/base/squelette/right.gif") no-repeat top left;
}

#menu{
    list-style-type: none;
    padding-top: 27px;
}

#menu li{
    background : url("/public/images/base/squelette/plume_bleu.gif") no-repeat;
    width : 227px;
    height : 59px;
    margin-left: 10px;
    margin-top: 15px;
    padding-top: 10px;
    text-align:center;
    line-height: 34px;
    cursor: pointer;
    color: #fff;
    font-size: 21px;
}

#menu li:hover, #menu li.selected{
    background: url("/public/images/base/squelette/plume_jaune.gif") no-repeat;
    color: #000;
    font-weight: bold;
    font-size: 20px;

}

#content{
         width: 920px;
         padding-left: 40px;
         padding-right : 40px;
         padding-top: 30px;
         font-size: 15px;
         color: #052a6e ;

}

#footer-bottom{
    color: #052a6e ;
}

#footer-bottom a{
    color: #052a6e ;
}

#content a{
      text-decoration: underline;
      color: #052a6e;
}

#content ul{
    padding-left: 15px;
}

#content table{
    width: 606px;
}

#content table td{
    vertical-align: middle;
    line-height: 20px;
}

table.liste{
             border-width:1px;
             border-style:solid;
             border-color:black;
             border-collapse:collapse;
             text-align:center;
             width: 100%;
}

table.liste td, th{
                    border-width:1px;
                    border-style:solid;
                    vertical-align:middle;
                    padding: 2px 5px 2px 5px;
                    }

table.liste .id{
                 width: 15px;
                 }

table.liste .changement{
                 width: 30px;
                 }


#contenu_boite table{
         width: 100%;
}

#niveaux table{
    width: auto;

}

#niveaux td {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 18px;

}

#tab td{
    text-align:center;
    vertical-align: top;
}
#formulaire input, select, textarea{
    background-color : #b1c3e7 ;
    width:200px;
    margin-top:5px;
}

#formulaire input[type="submit"]{
     color:#052a6e;
     width:100px;
     height:25px;
     text-align:center;
     margin-left:50px;

}

#content form table{
    width:450px;
}

#contact table td{
    vertical-align: top;
}
