body {
	margin: 0px;
	background-color: #DFE1E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img { border: 0; }
form { margin: 0; }
p {
	margin: 8px 0 0 0;
	text-align: justify;
}
strong { color: #122F55; }
ul {
	margin: 0 0 5px 0;
	padding-left: 10px;
	list-style-image: url(images/puce.gif);
}
li { margin: 0 10px; }
hr { width: 340px; }
#container {
	position: absolute;
	width: 720px;
	left: 50%;
	margin-left: -380px;
	z-index: 1;
}
#header {
	width: 710px;
	height: 100px;
	margin: 5px auto;
	background-image: url(images/banner.jpg);
}
#logo { margin: 19px 0 0 20px; }
#menu {
	height: 16px;
	margin: -6px 0 0 20px;
	font-size: 11px;
	font-weight: bold;
	color: #505154;
	letter-spacing: 1px;
}
#menu a {
	color: #505154;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #537DB6;
}
.menu_active {
	text-decoration: overline;
	color: #537DB6;
}
#page {
	width: 560px;
	margin-left: 19px;
}
#page a {
	color: #505154;
	text-decoration: underline;
}
#page a:hover { text-decoration: none; }
#page_top {
	width: 540px;
	height: 20px;
	padding: 5px 10px;
	background-image: url(images/page_top.gif);
}
#page_top h1, #leftcol_top h1, #rightcol_top h1 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #505154;
}
#page_content {
	width: 540px;
	padding: 5px 10px;
	background-image: url(images/page_bg.gif);
}
#page_content h2, #leftcol_content h2, #rightcol_content h2 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #122F55;
}
#page_content * em { color: #505154; }
#page_bottom {
	width: 560px;
	height: 3px;
	margin-bottom: 10px;
	background-image: url(images/page_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#leftcol {
	width: 182px;
	float: left;
}
#leftcol_top {
	width: 162px;
	height: 20px;
	padding: 5px 10px;
	background-image: url(images/leftcol_top.gif);
}
#leftcol_content {
	width: 162px;
	padding: 5px 10px;
	background-image: url(images/leftcol_bg.gif);
	/* extra_css */
}
#leftcol_bottom {
	width: 182px;
	height: 3px;
	margin-bottom: 10px;
	background-image: url(images/leftcol_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	clear: left;
}
#rightcol {
	width: 370px;
	float: right;
}
#rightcol_top {
	width: 350px;
	height: 20px;
	padding: 5px 10px;
	background-image: url(images/rightcol_top.gif);
}
#rightcol_content {
	width: 350px;
	padding: 5px 10px;
	background-image: url(images/rightcol_bg.gif);
	/* extra_css */
}
#rightcol_bottom {
	width: 370px;
	height: 3px;
	margin-bottom: 10px;
	background-image: url(images/rightcol_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer {
	width: 700px;
	margin: 0 10px;
	border-top: 1px dotted #505154;
	color: #505154;
	clear: both;
}
#footer * a {
	color: #505154;
	text-decoration: none;
}
#footer * a:hover { text-decoration: underline; }
#copy {
	margin-top: 2px;
	float: left;
}
#powered { float: right; }
#powered img { vertical-align: middle; }
#login {
	position: absolute;
	width: 112px;
	left: 50%;
	margin-left: 208px;
	top: 78px;
	z-index: 2;
}
#login_top {
	width: 108px;
	height: 21px;
	padding: 3px 2px;
	background-image: url(images/login_top.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #505154;
	text-align: center;
}
#login_content {
	width: 96px;
	padding: 0 8px;
	background-image: url(images/login_bg.gif);
}
#login_content ul {
	margin: 0;
	padding-left: 6px;
	list-style-image: url(images/puce.gif);
}
#login_content li { margin: 0 0 0 10px; }
#login_content em { font-size: 8px; }
#login_content p { margin: 0; }
#login_content a {
	color: #505154;
	text-decoration: none;
}
#login_content a:hover {
	color: #000000;
	text-decoration: underline;
}
#login_content * p { margin: 0; }
#login_content * input {
	width: 86px;
	height: 12px;
	padding: 2px 4px;
	border: 0;
	/*background-image: url(images/login_input.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #505154;
}
#login_content * #ok {
	width: 29px;
	height: 17px;
	border: 0;
	background-image: none;
}
#login_bottom {
	width: 112px;
	height: 3px;
	background-image: url(images/login_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#info, #anim_right {
	width: 96px;
	height: 99px;
	margin-top: 8px;
	padding: 4px 8px;
	text-align: center;
}
#anim_right { background-image: url(images/pub.gif); }
#info img { margin: 4px 0; }
.center { text-align: center; }
.right { text-align: right; }
.floatright {
	margin-left: 10px;
	float: right;
}
.top { vertical-align: top; }
.remarques { margin-top: 0; }
acronym { border-bottom: 1px dotted  #ABADB3; }

/* formulaires */
.form_margin { margin: 10px auto 0 auto; }
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px dashed #505154;
}
.input_1col { width: 400px; }
.input_1col_margin { width: 376px; }
.input_2col { width: 160px; }
.button_1col { width: 404px; }
.button_2col { width: 164px; }
.button_3col { width: 132px; }
.textarea_1col { width: 400px; }
.textarea_2col { width: 160px; }
.col_noms { width: 68px; }
.none { border: 0; }
.obligatoire { color: #900; }

/* tables */
.form_table { margin: 0 auto; }
.list {
	width: 96%;
	margin: 0 auto;
}
.list * h2 {
	margin: 0 !important;
	font-size: 11px;
	font-weight: bold;
	color: #505154;
}
.list * table { margin: 0 !important; }
.valeurs { margin: -5px 0 0 20px; }
.valeurs * td em { font-size: 8px; }
th { text-align: center; }
.th_gauche {
	border: 1px dashed #505154;
	background-image: url(images/degrade.gif);
	background-position: bottom;
	vertical-align: top;
}
.th_droite {
	border-top: 1px dashed #505154;
	border-right: 1px dashed #505154;
	border-bottom: 1px dashed #505154;
	background-image: url(images/degrade.gif);
	background-position: bottom;
	vertical-align: top;
}
.td_gauche {
	border-right: 1px dashed #505154;
	border-bottom: 1px dashed #505154;
	border-left: 1px dashed #505154;
	vertical-align: top;
}
.td_droite {
	border-right: 1px dashed #505154;
	border-bottom: 1px dashed #505154;
	vertical-align: top;
}
.td_gauche2 {
	border-right: 1px dashed #505154;
	border-bottom: 1px dashed #505154;
	border-left: 1px dashed #505154;
	vertical-align: top;
}
.td_droite2 {
	border-right: 1px dashed #505154;
	border-bottom: 1px dashed #505154;
	vertical-align: top;
}
.td_droite2:hover, .td_gauche2:hover{
	background-color: #eee;
}
.tr_bg {
	background-image: url(images/degrade1.gif);
	background-position: center;
}
.border_bottom {
	border-bottom: 1px dashed #505154;
	vertical-align: top;
}
.align_right { text-align: right; }
.img_right {
	margin: 0 0 10px 10px;
	float: right;
}
/* ©2005 The Alley @ dotcom Luxembourg */
