* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    background: #3896e3;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center; /* pour centrer le contenu dans IE pré-6 */
    background: url(../images/fond_page.png) top repeat-x #dcf9fc;
}

ul {
    margin: 0;
} #conteneur {
    text-align: left; /* pour contre-balancer la règle center pour IE pré-6 */
    width: 856px;
    background: url(../images/fond_pied.png) repeat-y #fff;
    border: 2px solid #404f7a;
    border-bottom: 0;
    border-top: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -25px;
} #bloc_haut, #bloc_milieu, #menu2, #bas_page, #pied_page, #push {
    border: 4px solid #aaa;
} #bloc_haut, #bloc_milieu, #menu2, #bas_page, #pied_page, #push {
    border-bottom: 0;
    border-top: 0;
    margin: 0 auto;
} #bloc_haut {
    background: url(../images/haut.jpg) center no-repeat;
    height: 239px;
} #menu1{
    background: #051e41;
} #bloc_milieu {
    background: url(../images/milieu.jpg) center no-repeat;
    height: 252px;
} #accroche {
    color: #fff;
    font-size: 21px;
    text-align: justify;
    margin: 0 0 0 465px;
    padding: 15px 12px;
} #accroche p {
    padding-top: 5px;
} #menu2 {
    background: url(../images/menu2_fond.png) center no-repeat;
    height: 61px;
} #bas_page {
    background: url(../images/bas.jpg) center no-repeat;
    height: 216px;
} #pied_page {
    width: 856px;
    border-right: 2px solid #404f7a;
    border-left: 2px solid #404f7a;
    background: url(../images/fond_pied.png) repeat-y #fff;
    margin: 0 auto;
    font-size: xx-small;
    text-align: right;
    color: #f9a1d0;
} #pied_page a {
    color: #f9a1d0;
} #pied_page a:hover, #pied_page a:active {
    text-decoration: underline;
    color: #ef00a1;
} #pied_page p {
    padding-top: 9px;
    padding-right: 9px;
} #pied_page, #push {
    height: 25px;
}
div#contenu {
	margin:10px 40px;
}
ul.menu li a {
    text-decoration: none;
    color: #fff;
    font-size:19px;
    font-weight:bold;
}
ul.menu li a:hover{
	color:#4388d8;
}
ul.menu li {
    display: inline;
    list-style-type: none;
    padding: 0 5px;
}
#sel_langue{
    float:right;
    margin-right:5px;
    margin-top:-20px;
}
#contenu table td.contentheading{
	color:#53412E;
	font-size:32px;
	font-weight:bold;
}
#menu2 ul{
	padding-top:15px;
}
#menu2 ul li{
	padding-right:15px;
}

