* {
	margin:0;
	border:0;
	padding:0;
}
html {
	background-color: #a2a2a2;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding: 5px;
}
div#main {
	border: 1px solid white;
	width: 988px;
	height: 570px;
	background-color: #000000;
	margin: auto;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#menu {
	width: 357px;
	float:left;
	text-align: right;
	padding-top: 147px;
}
div#menu img {
	margin-top: 5px;
	margin-bottom:2px;
}
div#bottom_menu {
	width: 100%;
	height: 225px;
	border-right: 1px solid white;
	background-image: url(../img/bas_gauche.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#right {
	margin-left: 357px;
}
div#titre {
	text-align: right;
	margin-right: 75px;
	margin-top: 59px;
	/*margin-bottom: 5px;*/
}
div#contenu {
	height: 439px;
	overflow: auto;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
div#pied {
	background-color: white;
	height: 28px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}
div#pied a {
	color: #000000;
}

form {
	margin: auto;
	width: 450px;
	text-align: left;
	margin-top: 25px;
}
label {
	float: left;
	text-align: right;
	width: 100px;
	font-size: 11px;
	margin-bottom:5px;
	margin-right: 5px;
}

input, textarea {
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	border-bottom: solid 1px #000;
	border-top: none;
	border-left:none;
	border-right:none;
	margin-bottom:5px;
	padding: 2px;
}
#contenu hr{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 1px;
	border: none;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#contenu a:hover {
	text-decoration: underline;
}
#contenu p {
	margin-bottom: 5px;
}
#contenu dt {
	font-weight: bold;
	margin-top: 15px;
}
#contenu dd {
	padding-left: 25px;
	font-size: 11px;
}
#contenu dl {
	margin-left: 15px;
	margin-top: 25px;
}
td.fdcell{
	text-align: center;
	vertical-align: bottom;
}
img.apercu{
	border: solid 1px white;
}
td.legende{
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
span.titre{
	font-weight: bold;
	color: #c1cb97;
}
h2{
	font-size: 14px;
}