
hr
{
	width: 50%;
	color: #5498FF;
	text-align:center;
}

.dltitle
{
	background-color: #4488CC;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	background-image: url('img/dltitle.png');
}



.menu
{
	z-index:1;
	font-family: arial;
	position: absolute;
	left: 0px;
	top: 50px;
	height: 30px;
	width: 100%;
	background-color: #FFA900;
	background-image: url('img/menu_bg.png');
	font-size: 12px;
	min-width: 1002px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menu ul
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 1002px;
	padding: 0px 0px 0px 0px;

}
.menu ul li
{
	display:inline;
}

.menu ul li a:visited
{
	color:black;
	background-image: url('img/menu_bg.png');
}


.menu ul li a:hover
{
	color:#004484;
	background-color:orange;
	text-decoration: none;
	background-image: url('img/menu_bg2.png');
}

.menu ul li a
{
	float:left;
	color:black;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
	border-right: 1px solid orange;
	font-weight: bold;
	background-image: url('img/menu_bg.png');
}




.dlbtn
{
	width: 110px;
	height: 26px;
	text-align: center;
	border-width: 0px;
	padding-top: 4px;
	background-image: url('img/button_0.png');
	text-decoration : none;
	color: white;
	font-size: 18px;
	display:block;
	float:right;
}
.dlbtn:visited
{
	color: white;
}
.dlbtn:hover
{
	background-image: url('img/button_1.png');
	text-decoration : none;
	color: white;
}

#contenubg
{
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	position: relative;
	text-align:left;


	min-height:100%;
	max-width: 1100px;
	min-width: 1002px;
	background-image: url('img/contenu_bg.png');
	background-position : 50% 100%;
	background-attachment: fixed;
	background-repeat: repeat-y;
	
}

#contenu
{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
	min-width: 1002px;
}


a
{
	color:#296EBC;
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	color:#296EBC;
}
a:hover
{
	color:red;
	text-decoration:underline;
}

a.lang
{
	color:#448ECC;
	text-decoration:none;
	font-weight:bold;
}
a.lang:visited
{
	color:#448ECC;
}
a.lang:hover
{
	color:white;

}

#div_entete
{
	display: block;
	color: white;
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
	position: relative;
}

#entete
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
	min-width: 1002px;
	background-color: #004473;
	background-image: url('img/entete_bg.png');

	z-index: 1;
}

#language_txt
{
	position: absolute;
	top: 16px;
	right: 15px;
	font-size: 11px;
	color:#448ECC;
	z-index:2;
	font-family: Arial;
}

#entete_txt
{
	position: absolute;
	top: 9px;
	font-size: 25px;
}

h1
{
	font-size: 22px;
	text-align: center;
	background-image: url('img/bgh1.png');
	margin-top: 0px;
	margin-bottom:10px;
	color:white;
}

h2
{
	font-size: 18px;

}

table.formtable
{
	text-align:left;
	vertical-align:top;
}


input.textinput
{
	border-width:1px;
	border-color:#0096FF;
	border-style:solid;
	padding: 3px 3px 3px 3px;

}

.submitbtn
{
	font-weight:bold;
	background-color: #ffAA00;
	border-width:2px;
	border-color:orange;
	width:65px;
	height:30px;
}

.submitbtn:hover
{
	color:white;
	background-color: #ffCC00;
}

html
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

span
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #D1E4F1;
	background-image: url('img/page_bg.png');
	background-position : 0% 100%;
	background-attachment: fixed;
	background-repeat: repeat-x;
	height: 100%;
	text-align:justify;
}

td, p
{
	text-align: justify;
}


.msgok
{
	border-style:solid;
	border-color:#aaf103;
	border-width:1px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#caf123', Direction=135, Strength=4);
	background-color:white;
	font-weight:normal;
	font-family:Segoe UI; 
	font-size:14px;
	display:block;
	width:80%;
	margin : 0px auto;
	padding: 5px 10px;
}

.msgerror
{
	border-style:solid;
	border-color:red;
	border-width:1px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ff8888', Direction=135, Strength=4);
	background-color:white;
	font-weight:normal;
	font-family:Segoe UI; 
	font-size:14px;
	display:block;
	width:80%;
	margin : 0px auto;
	padding: 5px 10px;
	color: red;
}