@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
body{
	height: 100%;
	width: 100%;
	background-color: #080809;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Book Antiqua";
	font-size: 16px;
	font-style: italic;
	color: #f0f0f0;
	text-align: justify;
}
a:link,a:visited,a:active{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#center{
	width: 986px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#top{
	position: absolute;
	height: 22px;
	width: 200px;
	padding-left: 764px;
	padding-right: 22px;
	padding-top: 204px;
	text-align: right;
	background-image: url(/img/top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #080809;
	z-index: 50;
}
a.top_admin:link,a.top_admin:visited,a.top_admin:active,a.top_admin:hover{
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a.link_admin:link,a.link_admin:visited,a.link_admin:active{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.link_admin:hover{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#title{
	height: 74px;
	width: 447px;
	margin-top: 226px;
	margin-left: 519px;
	margin-right: 20px;
	position: absolute;
	z-index: 20;
	background-position: right top;
	background-repeat: no-repeat;
}
#conteneur{
	width: 986px;
	background-image: url(/img/back2.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	position: absolute;
	z-index: 9;
}
#main{
	width: 748px;
	padding-left: 194px;
	padding-right: 44px;
	padding-top: 314px;
	margin-bottom: 0px;
	z-index: 10;
	background-image: url(/img/back.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#footer{
	width: 100%;
	height: 21px;
	padding-top: 4px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	background-image: url(/img/footer_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #080809;
	position: relative;
	z-index: 2;
}
.spacer{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.whiteline {
	width: 100%;
	height: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.link_add {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 18px;
	text-align: center;
}
