/* CSS Document */
<style type="text/css">
#en-tete {
	position:relative;
	width:1000px;
	height:162px;
	z-index:1;
	border: medium solid #333333;
	margin: auto;
}
#contenu {
	position:relative;
	width:1100px;
	z-index:2;
	margin: auto;
	background-color: #E5E5E5;
	border: thin solid #000000;
	top: 50px;
}
.titre {
	font-size: medium;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	background-color: #4D4D4D;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	text-indent: 5px;
}
body {
	background-color: #336666;
	font-family: Arial, Helvetica, sans-serif;
}
.texte1 {
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 20px;
	background-color: #EBF5F5;
	line-height: 25px;
	font-weight: normal;
}
.bouton {
	background-color: #DFDFDF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #214141;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.titre2 {
	font-size: 36px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #333333;
}
.bouton:hover {
	background-color: #AAD5D5;
}
.bouton a {
	text-decoration: none;
	color: #214141;
}
.bouton a:hover {
	color: #214141;
}
#pied {
	width: 100%;
	color: #FFFFFF;
	background-color: #333333;
	border: thin solid #000000;
	clear: both;
}
#zonetexte {
	width: 80%;
	float: right;
	margin: 10px;
	border: thin none #000000;
}
#logo {
	margin-top: 80px;
}
#barregauche {
	width: 15%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
	background-color: #4D4D4D;
}
#blocnavig {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

</style>
#en-tete {
	margin: auto;
	border: medium solid #666666;
	position: relative;
}
#en-tete {
	margin: auto;
	border: medium solid #252525;
	position: relative;
	height: 162px;
	width: 1000px;
}

