/* ce qui est lié aux formulaires */
.login {
	position:absolute; 
	right:0px; 
	top:40px; 
	width: 380px; 
	height: 150px;
}
.input {
	display:block;
	height:32px;
	width:auto;
	clear:left;
}
.form_gauche {
	background-image: url("../image/formulaire/input_gauche.gif");
	background-repeat: no-repeat;
	height: 32px;
	width: 16px;
	float:left;
}
.form_legende {
	background-image: url("../image/formulaire/input_legende.gif");
	background-repeat: repeat-x;
	height: 24px;
	width: 130px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-top:8px; 
	float:left;
}
.form_droite {
	background-image: url("../image/formulaire/input_droite.gif");
	background-repeat: no-repeat;
	height: 32px;
	width: 12px;
	float:left;
}
.input_champ {
	background-image: url("../image/formulaire/input_champ.gif");
	background-repeat: repeat-x;
	height: 27px;
	width: auto;
	padding-left:10px;
	padding-top:5px;
	float:left;
}
.input_fin {
	background-image: url("../image/formulaire/input_fin.gif");
	background-repeat: no-repeat;
	height: 32px;
	width: 17px;
	float:left;
}

.textarea {
	display:block;
	height:auto;
	width:auto;
	clear:left;
}
.textarea_champ {
	background-image: url("../image/formulaire/input_champ.gif");
	background-repeat: repeat-x;
	height: auto;
	width: auto;
	padding-left:10px;
	padding-top:5px;
	float:left;
}
.textarea_fin {
	background-image: url("../image/formulaire/textarea_fin.gif");
	background-repeat: no-repeat;
	height: 85px;
	width: 32px;
	float:left;
}

.bouton {
	clear:both;
	margin-top:5px;
	margin-left:168px;
}
.bouton_login {
	float:left;
}
.bouton_gauche {
	background-image: url("../image/formulaire/bouton_gauche.gif");
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	float:left;
	cursor:pointer;
}
.bouton_legende {
	background-color: #FFFFFF;
	background-image: url("../image/formulaire/bouton_legende.gif");
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	border-style:none;
	text-decoration: none;
	color: #FFFFFF;
	float:left;
	cursor:pointer;
}
.bouton_droite {
	background-image: url("../image/formulaire/bouton_droite.gif");
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	float:left;
	cursor:pointer;
}
.lien_login {
	display:block;
	clear:both;
	width:auto;
	height:auto;
	margin-left:168px;
}
.divexplic {
/*	visibility:hidden; */
	display:none;
}
.divmarge {
	height:60px;
	display:none;
}
