@charset "UTF-8";
#menu_container {
	z-index: 99;
	position: relative;
	margin: auto;
	width: 940px;
	height: 150px;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
td {
	vertical-align: top;
}
li {
	list-style-type: circle;
}
#content {
	margin: auto;
	width: 920px;
	position: relative;
	padding: 10px;
	background-color: #FFFFFF;
	top: 0px;
}
.titre {
	color: #076277;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.sous-titre {
	font-size: 12px;
	color: #076277;
	font-weight: bold;
	text-transform: uppercase;
}
hr {
	color: #666666;
	border-style: dotted;
	border: 2;
}
.titre {
	font-family: 'Allan', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited {
	color: #FDC400;
	text-decoration: underline;
}

a:hover {
	color: #FFC361;
	text-decoration: none;
}
#logo {
	position: relative;
	left: 10px;
	top: 10px;
	width: 840px;
	margin: auto;
}
#nav {
	position: relative;
	width: 840px;
	top: 40px;
	margin: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.flash-home{
	background-color: #91D4F1;
	width: 370px;
	margin-bottom: 30px;
	border: 0;
	padding: 5px;
}