body{
    width: 810px;
    margin: auto;
    background: #DBDBDB;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

h1, h2, h3{
    font-weight: normal;
}

#header{
    height: 140px;
    background: #eee;
}

#header img{
    border: 0;
    float: left;
    margin-top: 7px;
}

#header form{
    width: 450px;
    height: 30px;
    margin-left: 340px;
    padding-top: 110px;
    text-align: right;
}

#page{
    width: 800px;
    margin-bottom: 20px;
    padding:4px;
    background: #eee;
}

.menu{
    width: 798px;
    background: #ddd;
    height: 25px;
    border: 1px solid #ddd;
    margin-top: 4px;
    overflow: hidden;
}

.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li{
    float: left;
    display: block;
    border-right: 1px solid #bbb;
}

.menu a{
    display: block;
    height: 22px;
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.95em;
    color: #555;
    text-decoration: none;
}

* html .menu li{
    display: block;
    text-align: center;
    width: 155px;
}

#nav a{
    color: #888;
    font-size: 0.8em;
}

.menu a:hover{
    color: #444;
}

#undermenu{
    float: right;
    width: 200px;
    margin-bottom: 4px;
    padding-bottom: 20px;
}

#undermenu h2{
    font-size: 0.9em;
    padding-top: 4px;
    margin-bottom: 5px;
    margin-top: 0;
    width: 198px;
    height: 17px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #bbb;
    color: #555;
    
}

#undermenu h3{
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 3px;
    margin-left: 10px;
    color: #000000;
    padding-bottom: 2px;
    border-bottom: 1px #ccc solid;
    padding-left: 7px;
}

#undermenu ul{
    margin-top: 2px;
    margin-bottom: 2px;
    list-style: none;
}

#undermenu li{
    font-size: 0.75em;
    margin: 2px;
}

#undermenu a{
    color: #7A6A63;
    text-decoration: none;
}

#undermenu p{
    font-size: 0.7em;
    padding-left: 15px;
    width: 170px;
}

#undermenu .p1{
    color: #000;  
}

#undermenu .p2{
    color: #383838;
}

#overmenu{
    float: right;
    margin-right: 20px;
    margin-top: 12px;
    font-size: 0.8em;
    color: #fff;   
}

#overmenu a{
    display: block;
    padding: 3px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px outset #999;
    background: #ddd;
    color: #000;
    text-decoration: none;
}

#imagetitre{
    width: 800px;
    margin-top: 4px;
    height: 292px;
}

#imagetitre div{
    margin-bottom: 4px;
}

#imagetitre li{
    float: right;
    border-right: 0;
    border-left: 2px solid #bbb;
}

#imagetitre img{
    margin-top: 0;
    display: block;
}

#content{
    margin-right: 204px;
}

#content p{
    margin: 0;
}

#content a{
    color: #444;
    text-decoration: underline;
    font-weight: bold;
}

#footer{
    width: 778px;
    margin-top: 4px;
    border: 1px solid #bbb;
    padding: 10px;
    background: #ccc;
    text-align: center;
    font-size: 12px;
    clear: both;
}

#footer a{
    color: #3B3B3B;
}

#footer p{
    margin: 0;
}

.box, .news, .bigbox{
    width: 594px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    background: #fff;
}

.bigbox{
    width: 798px;
}

.box h1, .news h1, .bigbox h1{
    font-size: 1em;
    padding-top: 4px;
    padding-left: 15px;
    margin-bottom: 14px;
    margin-left: 25px;
    margin-top: 0;
    width: 529px;
    color: #444;
    height: 21px;
    border-bottom: 1px solid #bbb;
}

.bigbox h1{
    width: 734px;
}

.news h1{
    margin-bottom: 4px;
}

.box p, .news .message, .bigbox p{
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    text-align: justify;
    color: #383838;
    font-size: 0.75em;
}

.news .info{
    color: #696969;
    padding-top: 0;
    padding-left: 35px;
    font-size: 0.7em;
}

.photobox{
    width: 581px;
    padding-left: 13px;
    padding-bottom: 20px;
    height: 200px;
    background: url(images-2/fondmenu.jpg) repeat-x #eee;
    margin-bottom: 4px;
    border: 1px solid #bbb;
}

.photobox h1, .box h2, .bigbox h2{
    font-size: 0.9em;
    padding-top: 6px;
    margin-left: 15px;
    margin-top: 0;
    color: #FF7C22;
}

.box h3, .bigbox h3{
    color: #444;
    font-size: 0.85em;
    margin-left: 20px;
}

.news .poster{
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: 20px;
    background: #ddd;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
    bottom: 10px;
}

.news .message{
    margin-left: 100px;
    width: 400px;  
}

.news .message h2{
    font-size: 1.2em;
    padding-top: 10px;
    margin-top: 0;
    color: #F7943E;   
}

.photo{
    float: left;
    width: 190px;
    text-align: center;
    margin-top: 20px;
}

.photo img{
    border: 1px solid #444;
}

.photo p{
    color: #555;
    font-size: 0.9em;
}

td{
    vertical-align: top;
    padding-top: 12px;
}

td.fc{
    text-align: right;
    padding-right: 20px;
}

strong{
    color: #FF7C22;
    font-weight: bold;
}