#all {
    text-align : center;
}
#header {
    margin : auto;
    position : relative;
    margin-bottom:30px;
}
#menu {
    float:left;
    margin-right:20px;
    margin-left:-30px;
    margin-bottom:40px;
}
#menu li {
    font-weight : bold;
    list-style-type : none;
    margin-bottom : 5px;
}
#menu a {
    text-decoration : none;
}
.submenu {
    font-size : 10px;
    color : #999999;
}
#content {
    margin: auto;
    width: 780px;
    position : relative;
    text-align : left;
    top : 0;
    left : 0;
}
#main {
 float:left;
 width:440px;
 margin-bottom:40px;
}
#plain {
 float:left;
 width:590px;
 margin-bottom:40px;
}
#actu {
 clear:right;
 float:right;
 margin-right:5px;
 width : 140px;
 margin-bottom:40px;
}
#actu h3 {
 font-weight : bold;
 font-size : 14px;
 color : #005d74;
}
#actu a:link {
 text-decoration:none;
 color:#999999;
}
#actu a:visited {
 text-decoration:none;
 color:#999999;
}
#actu a:hover {
 text-decoration:underline;
 color:#999999;
}

#footer {
    margin : auto;
    margin-top:40px;
    width: 780px;
    clear:both;
    padding-top: 10px;
    border-top : 1px solid #279fb6;
    font : 10px verdana, arial, sans-serif;
    color : #666666;
    text-align : center;
}
body {
    font-family : Arial, Verdana, Sans-Serif;
    font-size : 12px;
    padding : 0 5px 5px;
    margin : 0;
    border-style : none;
    background-color : #ffffff;
}
P, UL, LI, td {
    font-size : 12px;
    margin-top : 0;
    margin-bottom : 0;
}
th {
    font-size : 12px;
    color : #ffffff;
    background-color : #005d74;
}
h1 {
    font-weight : bold;
    font-size : 24px;
    color : #005d74;
}
h2 {
    font-weight : bold;
    font-size : 18px;
    color : #279fb6;
}
hr {
    height : 1px;
    color : #279fb6;
    background-color : #279fb6;
    border : none;
}
.petit {
    font : 10px verdana, arial, sans-serif;
    color : #cccccc;
}
A:link {
    color : #005d74;
    text-decoration : underline;
}
A:visited {
    color : #005d74;
    text-decoration : underline;
}
A:hover {
    color : #279fb6;
    text-decoration : underline;
}
a img {
    border: 0;
}
.erreur {
    color : #ff0000;
    font-weight : bold;
}
