body {
	text-align: center;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	overflow: auto;
	color: #000000;
	background: #333333;
}

#global {
	width: 960px;
	position: relative;
	margin: 10px auto;
}

#global div {
	z-index: 0;
}

#general {
	width: 100%;
	background: #FFB606;
	text-align: center;
	border-top: 10px solid #FFDC89;
	border-right: 10px solid #9A6E04;
	border-bottom: 10px solid #7F5B03;
	border-left: 10px solid #FACD5E;
}

#main {
	width: 921px;
	height: 500px;
	margin: 15px auto 0 auto;
}

#leftcolumn {
	width: 205px;
	height: 500px;
	float: left;
	background: url('menu.jpg') 0 0 no-repeat;
}

#logo {
	width: 100%;
	height: 110px;
	text-align: left;
}

#logo img {
	display: block;
	border: none;
	margin: 0;
}

#menus {
	width: 100%;
	height: 390px;
	text-align: left;
	overflow: visible;
}

#corps {
	width: 716px;
	height: 500px;
	text-align: left;
	float: left;
}

#topmenus {
	width: 100%;
	height: 110px;
	background: url('bandeau.jpg') 0 0 no-repeat;
}

#topmenu1 {
	width: 100%;
	height: 45px;
}

#topmenu1 table {
	height: 45px;
	font-size: 12px;
}

#topmenu1 a, #footer a {
	font-weight: bold;
	text-decoration: overline underline;
	color: #951837;
}

#topmenu1 a:hover {
	text-decoration: none;
}

#topmenu2 {
	width: 100%;
	height: 65px;
	overflow: visible;
}

#topmenu21, #topmenu22 {
	background-color: #FFB606;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	margin-top: 3px;
	padding: 2px 0;
	/* position: relative; */
	float: left;
}

#topmenu21 {
	width: 513px;
	left: 0px;
}

#topmenu22 {
	width: 190px;
	overflow: visible;
	margin-left: 10px;
}

#conteneur {
	width: 100%;
	height: 390px;
}

#content {
	width: 513px;
	height: 390px;
	float: left;
	background: url('conteneur.jpg') 0 0 no-repeat;
	z-index: 0;
}

#content2 {
	position: relative;
	width: 513px;
	height: 380px;
	z-index: 0;
	margin: 0;
	overflow: auto !important;
	overflow-x: hidden;
	display: block;
}

#contentdisplay {
	position: relative;
	padding: 10px 15px;
	font-family: Verdana, Arial;
	color: #444444;
	z-index: 0;
}

#contentdisplay h1 {
	padding: 10px 0;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #880011;
}

#contentdisplay div {
	position: relative;
	max-width: 460px;
	margin: auto;
}

#rightcolumn {
	width: 203px;
	height: 390px;
	float: left;
	background: url('colonne.jpg') 0 0 no-repeat;
}

#footer {
	width: 921px;
	text-align: center;
	margin: 0 auto;
}

#credits {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#credits a {
	text-decoration: underline;
	color: #FFB606;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
}

#credits a:hover {
	text-decoration: none;
}

/* Affichage des menu et sous-menu */
.menu_gauche dl, .menu_gauche dt, .menu_gauche dd, .menu_gauche ul, .menu_gauche li, #topmenu21 dl, #topmenu21 dt, #topmenu21 dd, #topmenu21 ul, #topmenu21 li , #topmenu22 dl, #topmenu22 dt, #topmenu22 dd, #topmenu22 ul, #topmenu22 li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_gauche {
	width: 180px;
	margin: 0px 13px 10px 10px;
	background-color: #FFB606;
	filter: alpha(opacity=65);
	-moz-opacity: 0.75;
	opacity: 0.75;
	padding: 2px 0;
	overflow: visible;
}

.menu_gauche dl dd ul li span {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFB606;
}

.menu_gauche dl dt a, .menu_gauche a , #topmenu2 a{
	display: block;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #440000;
}

.menu_gauche a:hover, #topmenu2 a:hover {
	text-decoration: underline;
}

.menu_gauche dl dt {}

.menu_gauche dl dd, #topmenu22 dl dd, #topmenu21 dl dd {
	position: absolute;
	z-index: 100;
	margin-top: -20px;
	background: #880011;
	filter: alpha(opacity=70);
	-moz-opacity: 0.90;
	opacity: 0.90;
	padding: 2px 0;
	display: block;
}

.menu_gauche dl dd:hover, #topmenu22 dl dd:hover, #topmenu21 dl dd:hover {
	-moz-opacity: 1;
	opacity: 1;
}

.menu_gauche dl dd {
	left: 220px;
	width: 280px;
}

#topmenu22 dl dd {
	margin-left: -200px;
	width: 200px;
}

#topmenu21 dl dd {
	margin-left: 300px;
	width: 220px;
}

.menu_gauche li, #topmenu21 li, #topmenu22 li  {
	display: inline;
}

.menu_gauche dl dd a, #topmenu22 dl dd a, #topmenu21 dl dd a {
	display: block;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#blocimage {
	width: 170px;
	height: 220px;
	padding: 0;
	margin: 0 14px 0 19px;
}

#blocimage img {
	display: block;
	border: none;
	margin: 1px 0 8px 0;
}

/* Bloc d'actualités */
#blocactu {
	width: 170px;
	height: 160px;
	margin: 0 14px auto 19px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#blocactu {
	width: 170px;
	height: 160px;
	margin: 0 14px auto 19px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#blocactu div {
	margin: 0;
	padding: 1px 4px;
	text-align: center;
	overflow: hidden;
}

h2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

#blocactu div h2 {
	width: 100%;
	position: relative;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

#blocactu div marquee{
	width: 100%;
	height: 138px;
	position: relative;
}

#blocactu div marquee h3{
	width: 100%;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0;
	color: #550000;
	text-align: center;
}

#blocactu div marquee p{
	width: 100%;
	position: relative;
	font-size: 11px;
	text-align: left;
	text-indent: 20px;
	margin: 0;
	padding-bottom: 15px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}

#blocactu div marquee a{
	text-decoration: none;
}

span {
	display: block;
	margin-bottom: 10px;
}

span span {
	display: inline;
	margin-bottom: 0;
}

span.legende {
	font-size: 10px;
	font-style: italic;
}

span.error {
	font-size: 12px;
	font-weight: bold;
	color: #BB0000;
}