/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
color:black;
background-color: transparent;
}
#conteneur {
	position: relative;
	width: 802px;
	margin: 0 auto;
	background-color:#FCF9F4;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4B3D40;
	border-left-color: #4B3D40;
}
#header {
	height: 98px;
	background-color: #4B3D40;
	width: 802px;
	border: thin none #245EAA;
}


#haut {
	height: 38px;
	background-color:#FCF9F4;
	width: 802px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#centre {
	background-color:#FCF9F4;
	margin-left: 184px;
	overflow:auto;
	height: 760px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2872CD;
	border-right-color: #2872CD;
	border-bottom-color: #2872CD;
	border-left-color: #FFFFFF;
	width: auto;
}
#gauche {
	z-index: auto;
	padding-left: 0px;
	border: 6px none #4B3D40;
	position: absolute;
	width: 180px;
	height: 300px;
	left: 0px;
	top: 170px;
}
#pied {
	height: 30px;
	width: 802px;
	line-height: 18px;
	background-color: #FCF9F4;
}
#pied2 {
	height: 30px;
	background-color: #4B3D40;
	width: 802px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

p {margin: 0 0 10px 0;}

.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {border: 0;}
