html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-color: #020181;
	background-repeat: repeat-x;
	height: 100%;
	font: normal 10pt Arial,Verdana,Tahoma;
	
}


a:link {
	text-decoration: none; 
	color: #26b9ef; 
}
 
a:active {
	text-decoration: none; 
	color: #26b9ef; 
}
 
a:visited {
	text-decoration: none; 
	color: #26b9ef; 
} 

a:hover {
	text-decoration: underline; 
	color: #26b9ef; 
}


img {
	border:0px;
}

.content {
	color: #020180;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 11pt;
}

.adresse {
	font-size:10pt;
	color:#777777;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	text-align:center;
}

.mandatory {
	font-size: 12pt;
}

hr {
	border:solid #eeeeee 1px;
	height:1px;
}

.hr_main {
	border:solid #26b9ef 1px;
	height:1px;
}

td {
	color: #020180;
	font-size: 11pt;
	vertical-align: top;
}

.td_line {
	border-bottom: solid 1px #020180;
	width: 175px; 
}

ul {
	list-style-type: square;
}

h1 {
	color: #26b9ef;
	font-size: 14pt;
	margin-bottom:5px;
	margin-top:10px;
}

h2 {
	color: #020180;
	font-size: 12pt;
	margin-bottom:0px;
}

input, select, textarea {
	border-left: #020180 solid 2px;
	border-top: #020180 solid 2px;
	border-bottom: #26b9ef solid 1px;
	border-right: #26b9ef solid 1px;
	color: #020180;
	margin-left:10px;
	margin-bottom: 5px;
	padding:2px;
	width:350px;
}
 
#pic {
	padding:5px;
	border: solid 1px #020180;
}
 

.level_1 {
	margin: 0px;
	padding: 0px;
	color: #020180;
	font-size: 10pt;
	width: 212px;
	list-style: none;
}

.level_1 a {
	margin: 0px;
	color: #020180;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:0px;
	text-decoration: none;
	display: block;
	height: 25px;
}

.level_1 a:visited {
	margin: 0px;
	color: #020180;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:0px;
	text-decoration: none;
	display: block;
	height: 25px;
}


.level_1 p {
	margin: 0px;
	color: #ffffff;
	font-size: 10pt;
	padding-top: 3px;
	padding-left: 10px;
	text-decoration: none;
	display:block;
	height:25px;
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat;
	
}

.level_1 a:hover {
	margin:0px;
	color: #ffffff;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:0px;
	text-decoration: none;
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat;
	display:block;
	height:25px;
	
}

.level_2 {
	margin: 0px;
	padding-left: 0px;
	color:#020180;
	font-size: 10pt;
	width:212px;
	list-style: none;
	background: #ffffff;
}

.level_2 a {
	color: #020180;
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom:0px;
	text-decoration: none;
	display:block;
	height:25px;
	
}

.level_2 a:visited {
	color: #020180;
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom:0px;
	text-decoration: none;
	display:block;
	height:25px;
	
}

.level_2 a:hover {
	color: #020180;
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 3px;
	text-decoration: none;
	display:block;
	background-image: url(images/bg_button2.jpg);
	background-repeat: no-repeat;
	height:25px;
}

.level_2 p {
	color: #ffffff;
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 3px;
	text-decoration: none;
	display:block;
		background-image: url(images/bg_button2.jpg);
	background-repeat: no-repeat;
	height:25px;
}


