body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Hack IE 5.5 pour centrer la div */
* html body {text-align: center;}

#general {
	width: 800px;
	height: auto;
	margin: 0px;
	border: solid #000 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#entete {
	width: 583px;
	height: 73px;
	float: left;
}
#login_clients {
	width: 207px;
	height:auto;
	float: right;
	margin: 0px;
	background-color: #0e1973;
	padding: 5px;
	text-align: left;
	color: #FFFFFF;
}
/* Filtre Hack pour IE5+ et NON IE6 */
* html #login_clients {
  margin-right /**/: -2px; /* permettre de coller à droite */
  width /**/: 217px;
}


.login_label
{
	width: 7.5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
.login_input {
	width: 97px;
	background-color: #0e1973;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	margin:0px;
	margin-bottom: 3px;
}


.submit input
{
	color: #FFFFFF;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	background-color: #003399;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 140px;
}

#menu_container  {
	height: 25px;
	float: left;
	width: 583px;
	background-color: #0E1973;
}
#col_droite {
	width: 217px;
	float: right;
	background-color: #0E1973;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Filtre Hack pour IE5+ et NON IE6 */
* html #col_droite {
	margin-right /**/: -2px; /* Filtre Hack pour IE5+ pour permettre de coller à droite */
}



#indices_boursier {
	height: auto;
	padding: 10px;
	color: #fff;
	line-height: 18px;
}

#contenu {
  margin-top : 15px;
	height: 405px;
	float: left;
	width: 550px;
	padding: 15px;
	color: #0e1973;
	font-size: 10pt;
	font-family: Geneva,Arial,Helvetica,sans serif;
	line-height: 22px;
	text-align: justify;
}
* html #contenu{
  height: 500px;
}
#contenu p{
  margin-top: 10px;
	margin-bottom: 10px;
}
#contenu a:link, a:visited, a:active{
  color: #0e1973;
  text-decoration: none;
}
#contenu a:hover {
  text-decoration: underline;
}


#pied {
  clear: both;
	height: 25px;
	line-height: 25px;
	background-color: #0e1973;
	position: relative;
	width: 800px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
}


	#contacts label {
	float: left;
	width: 80px;
	}
	#contacts textarea {
	vertical-align: top;
	width: 442px;
	}
	#contacts {
	line-height : 18px;
	}

/*  Permet de garder le fond noir de la div qui le contient
	attention doit rester en bas du style sheet */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
