﻿html, body, #page{
	height:100%;
}
body{
	margin-top:0px;
	margin-bottom:0px;
}

img{
	border: 0px;
}

#entete{
	text-align:center;
}
#contenuentete{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-position:left top;
	background-repeat:no-repeat;
}
#contenuentete h1{
	margin-top: 8px;
    font-size: 3.5em;
    color: white;
    text-shadow: 2px 2px 8px darkblue;
}
#contenuentete h2{
    color: white;
    padding-top: 2px;
}
#menu{
	text-align:center;
	font-weight:bold;
	padding-top: 10px;
}
#menu a{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	color:#000000;
	background-color:#1E9CE8;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#menu a:hover{
	text-decoration:underline;
	color:#000000;
}
#menu a:visited{
	text-decoration:none;
	color:#000000;
}
#menu a.actuel{
	background-color:#EBF7FF;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#page{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#EBF7FF;
	background-image:url('images/Fond-Entete-Lavomatique.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
#toutcontenu{
	background-color:#EBF7FF;
}