/* CSS Document */
/* AJOUT POUR CORRECTION */
div#arrondi_contenu {
	width:972px;
	height:24px;
	background-image:url(../../img/graph/barre_onglet_992px.gif)
}

form#country {
	text-align: right;
}

#head #bloc_nav a.connexion {
	float:right;
	padding:  0px !important;
	text-align: right;
	margin: 0px -5px 0px 0px !important;
}

/** bande bleue **/
div#onglet_contenu{
	width:100%;
	height:51px;
	background-image: url(../img/graph/onglet_bleu.gif);
	background-repeat:no-repeat;
	background-position:500px -5px;
 	margin:10px 0 0 0;
 	margin:-44px 0 0 0 !ie;
}

#filet {
	height: 5px;
	width: 990px;
	border-bottom-style: solid;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-color: #005AAB;
}

#onglet_bleu{
	background-image:url(../../img/graph/onglet_bleu.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	height:49px;
	width:38px;
	float:left;
	padding:0;
	left: 611px;
	visibility: visible;
	margin: 0;
}
	
#pix_bleu{
	background-image:url(../../img/graph/pixel_rechercher.gif);
	height:49px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 522px;
	width: 460px;
}

/************************* contenu  *****************************/
#contenu{
	width: 855px;
	margin: 0 0 0 134px;
	padding-top: 5px 0 0 0;
}

/** g�n�ral **/
#page h3, #page h4, #page p {
	margin:0;
	padding:0;
} 
h3, p, form a{
	font-size:0.7em;
}
#page h3{
	margin: 0 0 10px 0;
	font-size:0.8em;
	color: #005aab;
	font-weight: bolder;
}
#page h4{
	margin:0 0 10px 0;
	font-size: 0.75em;
	color: #005aab;
	font-weight: bolder;
}
img{
	float:left;
	margin: 0 5px 0 0 ;
}

/***** nouveau_client ****************/

#nouveau_client {
	float:left;
	margin:38px 0 0 0;
	width:332px;
}
#ancien_client {
	float:left;
	margin:38px 0 0 28px;
	width:332px;
}
#nouveau_client form, #ancien_client form {
	padding: 20px 20px 0 20px;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	height: 180px;
	width: 292px;
	color: #013774;
}
#nouveau_client form {
	background-image:url(../../img/graph/fond_log.jpg);
	color: #000000;
}
#ancien_client form {
	background-image:url(../../img/graph/fond_logBleu.jpg);
	color: #005AAB;
}
#nouveau_client form h5, #ancien_client form h5 {
	font-size: 0.85em; 
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
#nouveau_client form label {
	clear: left;
	font-size: 0.85em;
	display:block;
	float: left;
	width: 155px;
	margin: 0 20px 10px 0;
}
#nouveau_client form label span {
	font-size: 0.8em;
}
#ancien_client form label {
	clear: left;
	font-size: 0.85em;
	display:block;
	float: left;
	width: 125px;
	margin: 0 10px 10px 0;
}

#nouveau_client form .nouveau {
	font-size: 0.8em;
	float:left;
	width:100px;
}

#ancien_client form .ancien {
	font-size: 0.8em;
	float:left;
	width:150px;
	margin-right:-10px;
}

#ancien_client form #oubli {
	display: block;
	clear: both;
	float: left
	font-size: 1em;
	font-weight: bold;
	width:230px;
	color: #005aab;
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}
#ancien_client form .bouton_login {
	display: block;
	float: right;
	position: relative;
	top: -13px;
	right: 18px;
}
#nouveau_client form .bouton_login {
	display: block;
	clear: both;
	float: right;
	position: relative;
	top: 16px;
	right: 18px;
}
#nouveau_client #degrade_gris{
	width:332px;
	height:109px;
	background-image:url(../../img/graph/log_gris.jpg);
	background-repeat:no-repeat;
}
#ancien_client #degrade_bleu{
	width:332px;
	height:109px;
	background-image:url(../../img/graph/log_bleu.jpg);
	background-repeat:no-repeat;
}


/***** autres ****************/

p.info{
	clear: both;
	position: relative;
	margin: 0 0 10px 0;
	color:#005aab;
	font-size: 0.65em;
}


/* Message d'erreur */
#erreur ul {
	list-style-type: disk;
	list-style-position: inside;
	margin: 0px 14px 10px 14px;
	padding: 0;
	color: red;
	font-size: 0.7em;
}
#erreur li {
	line-height: 1.2em;
}

