
/*----------------------------------------------------------------------*/
/* debut - gestion formulaire inscription */
/*----------------------------------------------------------------------*/
#fiche {
	width:101%;
}
#fiche table {
	width:100%; /*largeur formulaire inscription modification*/
}
.titreonglet {
	color:#FFFFFF;
	background:#0083CB;
	text-transform:uppercase;
	font-weight:bold;
	text-indent:5px;
}
.titrechamps {
	color:#000000;
	font-weight:bold;
	background:#DCF2FF;
	text-indent:5px;
}
.contentchamps {
	color:#000000;
	background:#DCF2FF;
}
.boutonsubmitform {
	background-color: #0083CB;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
}
/*----------------------------------------------------------------------*/
/* fin - gestion formulaire inscription */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - gestion formulaire identification */
/*----------------------------------------------------------------------*/
.connection {
	position:absolute;
	left:757px;
	top:120px;
	margin:5px 0px 0px 0px;
	padding: 0px;
}
.connection strong{
	padding-top:-3px;
}
.connection .submitconnec {
	width:23px;
	border:0px;
	background:url(../images/submit-identification.jpg) no-repeat;
	position:absolute;
	top:2px;
	left:200px;
}

.inputid {
	position:absolute;
	top:0px;
	left:80px;
}
.inputpass {
	position:absolute;
	top:0px;
	left:140px;
}
.connexion {
	position:relative;
}
.connected {
	margin-top:6px;
	font-weight:bold;
	margin-left:12px;
	
}
.lienconnected {
	margin-top:12px;
	font-size:9px;
	margin-left:12px;
}
.lienconnected a{
	text-decoration:none;
	color:#000000;
	font-size:9px;
}
.lienconnected a:hover {
	text-decoration:underline;
	color:#000000;
	font-size:9px;
}
.bottomconnexion {
	margin-top:20px;
}
.bottomconnexion a{
	text-decoration:none;
	color:#000000;
}
.bottomconnexion a:hover {
	text-decoration:underline;
	color:#000000;
}
.txtid {
	position:absolute;
	top:6px;
	left:0px;
	font-weight:bold;
}

/*----------------------------------------------------------------------*/
/* fin - gestion formulaire identification */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - gestion formulaire recherche */
/*----------------------------------------------------------------------*/
.searcheproduit {
	width:211px;
	height:90px;
	background:url(../images/search-produit.jpg) no-repeat;
	margin:10px 0px 0px 0px;
	padding:5px 10px;
	float:left;
}
.searchevueclate {
	width:211px;
	height:90px;
	background:url(../images/search-vue-eclate.jpg) no-repeat;
	margin:10px 0px 0px 0px;
	padding:5px 10px;
	float:right;
}
.formsearchcontent{
	position:relative;
}
.formsearchcontent h1{
	margin:0px; 
	padding:0px;
}
.formsearchcontent select {
	width:177px;margin-top:3px;
}
.txtsearchcontent {
	width:171px;margin-top:3px;
}
.submitsearchcontent {
	position:absolute;border:0px; background:url(../images/submitcontent.jpg) no-repeat; top:14px; left:187px; height:74px; width:22px;
}
/*----------------------------------------------------------------------*/
/* fin - gestion formulaire recherche */
/*----------------------------------------------------------------------*/