/*
Pseudo-classes :  :active, :focus, :hover, :link, :visited, :first-child, :lang
*/
body {
	margin: 0;
	color: #ffffff;
/* in policeDefaut.css
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	font-size: 11px;
	background-color: #780808;
}
a {
	text-decoration: none;
	color: #E5A609;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.margin_merging_stopper {
	height: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* for IE/Mac */
.alertMessage {
	margin: 2em;
	border: thin solid;
	padding: 2em;
}
.alertMessages_error {
	font-weight: bold;
}

#main_wrapper2 {
	width: 1072px; /* same as #main_wrapper background-image */
	margin: 0 auto;
	background-image: url(../img/interface/page-fade.gif);
	background-repeat: repeat-y;
}
#main_wrapper {
	width: 1000px;
	background-image: url(../img/interface/main-slice.gif);
	background-repeat: repeat-y;
	background-color: #780808;
}
#main {
	position: relative;
	text-align: left;
	background-image: url(../img/interface/main-bg-nouvelle.jpg);
	background-repeat: no-repeat;
}

#top {
	height: 220px;
}
#language_choice {
	position: absolute;
	top: 222px;
	left: 0;
	width: 97px;
	padding-top: 9px;
	font-size: 14px;
	font-weight: bold;
	color: #FBBD2E;
	text-align: center;
}
#menu {
	height: 42px;
}
#menu a:hover {
	text-decoration: none;
}
#menu ul {
	margin: 0 0 0 260px;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 32px;
	padding: 12px 10.5px 0 10.5px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff; /* inherit */
	background-image: url(../img/interface/menu-separator.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}
#menu a:hover {
	background-image: url(../img/interface/menu-hover.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
}
#menu .first a {
	background-image: none;
	padding-left: 29px !important; /* diagonal width: 19px */
}
#menu .first a:hover {
	background-image: url(../img/interface/menu-hover-diagonal.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}

#middle {
	padding-bottom: 140px; /* same as #footer */
	min-height: 738px;
}
#sidebar {
	float: left;
	width: 235px;
	margin: 107px 0 0 50px;
	font-size: 12px;
}
#image_nouvelle {
	position: absolute;
	left: 184px;
	top: 346px;
	text-align: center;
}
#sidebar h2 {
	font-size: 22px;
}
#nouvelle_frame {
	margin: 0 0 5px 5px;
	float: right;
	height: 102px;
	width: 113px;
}
#content {
	margin: 20px 0;
}
#content, #content_append, #chaton_page {
	width: 544px;
	margin-left: 413px;
}
#content h2 {
	font-size: 20px;
}
#image_page {
	float: left;
	margin: 10px 10px 10px 0;
}
.instruction {
	text-align: center;
	font-weight: bold;
}

/*
#footer_wrapper {
	position: absolute;
	bottom: 0;
	width: 1000px;
	background-color: #420a0a;
}
*/
#footer {
	height: 140px;
	position: relative;
	background-color: #420a0a;
}
#credits {
	margin-left: 10px;
	background-color: #420a0a;
}
#credits a {
	color: inherit; /* IE doesn't support inherit */
}
