* {
	margin:0;
	padding:0;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: normal;
}

td {
	vertical-align: top;
}


img {
	border: 0px;
}

#connexion {
	position: absolute;
	left: 200px;
	top: 5px;
	text-align: left;
}

#logo {
	position: absolute;
	left: 460px;
	top: 20px;
	text-align: left;
}

#boutons {
	position: absolute;
	left: 805px;
	top: 10px;
	text-align: left;
}

#bandeau_bleu_1 {
	position: absolute;
	width: 550px;
	height: 20px;
	left: 190px;
	top: 120px;
	background-color: #000000;
	text-align: left;
}

#bandeau_bleu_2 {
	position: absolute;
	width: 480px;
	height: 20px;
	left: 654px;
	top: 120px;
	background-color: #000000;
	text-align: left;
}

.style1 {
	margin: 2px auto 2px 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-transform: normal;
}
	
.style2 {
	margin: 2px 6px 2px 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

#bas {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.formulaire {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
}

a.bas {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}


a:link.bas {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

a:visited.bas {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

a:hover.bas {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a:active.bas {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.connexion{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#A2CB54;
	font-weight:bold;

}

.td_vertical_align_middle {
	vertical-align: middle;
}