body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #85C8E1;
	margin: 0px;
	padding: 0px;
}

/*STYLES GENERIQUES*/

img {border:0}
a {text-decoration:none;color:white;}
a:hover{color : #E48239;}
form {margin:0; padding:0; float:left;}
.left {float:left;}

/*OXYLANE*/

#bandeau_haut{
width:500px;
height:42px;
width:100%;
}

#bandeau_haut .invisible{
visibility:hidden;
}

#bandeau_haut .visible{
visibility:visible;
}

#bandeau_haut #oxylane{
/*border:1px solid #000000;*/
width:800px;
float:right;
margin:0px;
padding:0px;
}



#bandeau_haut #oxylane #logo_oxy{
float:right;
margin:0px;
padding:0px;
}

#bandeau_haut #oxylane #text_oxylane{
float:right;
margin:0px;
padding-left:10px;
height:42px;
line-height:30px;
background-image:url(../images/compte_oxylane_fond.gif);
}

#bandeau_haut #oxylane #text_oxylane #acces{
font-weight: bold;
}

#bandeau_haut #oxylane #text_oxylane a{
color:#ffffff;
}
#bandeau_haut #oxylane #text_oxylane a:hover{
text-decoration:underline;
}

#bandeau_haut #oxylane #espace_oxylane{
float:right;
margin:0px;
padding:0px;
width:20px;
height:42px;
line-height:30px;
background-image:url(../images/compte_oxylane_fond.gif);
}

#bandeau_haut #oxylane #bonjour{
float:right;
margin:0px;
height:42px;
text-align:left;
line-height:30px;
}

#bandeau_haut #oxylane .hello{
padding-right:20px;
font-size: 15px;
font-weight: bold;
}

#bandeau_haut #oxylane .accueil{
padding-right:5px;
font-size: 9pt;
font-weight: bold;
}




/* STRUCTURE DE LA PAGE */
#page_glob{
float:left;
width:1000px;
}

#colonne_gauche {
	float:left;
	width: 300px;
	height: 500px;	
}

#contenu {
	float:left;
	top: 0px;
	left: 300px;
	width:690px;
}

#contenu div{
	float:left;
}

#contenu span{
	float:left;
}

#contenu #entete {
	height:64px;
	margin: Opx;
			
}

#contenu #menu_etape {
	height:30px;
	margin-top: 18px;
	font-weight: bold;
}

#contenu #corps_txt {
	margin-top: 50px;
}

/* Blocs de texte */

#contenu #corps_txt #bloc1{
	height:90px;
	margin:0px;
	padding:0px;
}

#contenu #corps_txt #bloc2{
	margin:0px;
	padding:0px;
}

#contenu #bloc3{
	margin-top:52px;
	padding:0px;
}

/*MISE EN PAGE TEXTE*/

.txt_corps1 {
	margin:0px;
	padding:0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.txt_corps2 {
	margin:0px;
	padding-top:0px;
	font-size: 14px;
	line-height: 17px;
}

.txt_corps3 {
	font-size: 14px;
	font-weight:bold;
}

.txt_corps4 {
	margin-bottom:10px;
	padding:0px;
	font-size: 13px;
}

.txt_titre {
	line-height: 25px;
	vertical-align:middle;
	font-size: 13px;
	font-weight:bold;
}

/* FOOTER */

#footer {
	position:absolute;
	top:544px;
	left:600px;
	width: 350px;
	height: 39px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.footer{
	float: right;
}

.texte_footer {
	padding-right:5px;
	float: left;
	height: 39px;
	line-height:39px;
	vertical-align:middle;
}

.footer_on {
	color : #E48239;
}

.footer_off {
	color : white;
}