/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 40px 20px 40px;
}

p {
	margin: 20px 45px 25px 45px;
	text-align: justify;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.input_text, select, textarea {
	color: #F70000;
	border: 0;
}

#conteneur {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	background-color: #FCBE13;
}

#header {
	float: left;
	display: block;
	width: 840px;
	margin: 0 5px 0 5px;
	background-color: #000000;
}

#menu {
	float: left;
	display: block;
	width: 840px;
	height: 50px;
	margin: 0 5px 0 5px;
	line-height: 2em;
	font-size: 12px;
	text-align: center;
	background-color: #FCBE13;
	color: #ffffff;
}

.lien_menu {
	color: #ffffff;
	text-decoration: none;
}

.lien_menu:hover {
	color: #F70000;
}

#lien_menu_select {
	color: #F70000;
	font-weight: bold;
	text-decoration: underline;
}

#corps {
	float: left;
	display: block;
	width: 840px;
	margin: 0 5px 0 5px;
	background-color: #0F0000;
	background-image: url(_img/fond_admin.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#message {
	color: #FCBE13;
	font-weight: bold;
	font-size: 12px;
	margin: 25px 5px 25px 5px;
	width: 765px;
	text-align: center;
}