form{
	padding:0;
	margin: 0;
}
form p {
	padding:0;
	margin: 0;
}
/*form.formrechercher {
	padding:0;
	margin: 0;
	height: 20px;
	background-color: #5d9dff;
}*/
form input{
	
}
.input_rechercher {
	width: 150px;
	/width: 140px;
	padding:3px;
	font-size: 110%;
	/* FIN AJOUT COMEDIA */
	/*font-size: 90%;*/
	vertical-align:middle;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #5b656f;
}
form button{
}
.button_rechercher{
	width:40px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
	overflow:hidden;
	background: url(../images/bouton_go_off.jpg) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 5px;
}
.button_rechercher:hover{
	width:40px;
	height:20px;
	border:none;
	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/
	overflow:hidden;
	background: url(../images/bouton_go_on.jpg) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	margin: 0 5px;
}

/*ORIGINAL form button{
	margin-left:10px;
	margin-right:10px;
	width:53px;
	height:30px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../searchfield/button.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}*/
/*-- FIN CE QUI ÉTAIT SUR LA PAGE --*/
/* 

	SearchField	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* default (inactive field) */
/*.sf_inactive{
	border:2px #3d91a5 solid;
	background:#3d91a5;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
/*.sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
/*.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
}

/* suggestions box */
/* js code generates unordered list */
/*.sf_suggestion{
	position:relative;
}*/
/*.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#86BAC7;
	top:0;
	left:0;
}*/
/*.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}*/
/*.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
}*/
/*.sf_suggestion li.selected a{
	background:#3D91A5;
}*/

div#content_login {	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;	font-size: 11px;	color: #000000;
	background: url(../images/fond_identification.jpg) no-repeat;	width: 210px;
	height: 121px;
	/height: 100px;	text-align: center;
	padding-top: 21px;
	margin: 15px auto 0;
}form input.login {	width:130px;	padding:3px;	font-size: 110%;	/* FIN AJOUT COMEDIA */	/*font-size: 90%;*/	vertical-align:middle;	background: #FFFFFF;	margin-top: 10px;	margin-bottom: 0;
	border: 1px solid #5b656f;
}form input.login2 {	width:130px;	border:none;	padding:3px;	font-size: 110%;	/* FIN AJOUT COMEDIA */	/*font-size: 90%;*/	vertical-align:middle;	background: #FFFFFF;	margin-top: 5px;	margin-bottom: 0;
	border: 1px solid #5b656f;}#correction_marge {	margin-top: 0px;}form  button.loginbutton {	width:30px;	height:20px;	border:none;	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/	overflow:hidden;	background: url(../images/bouton_go_off.jpg) no-repeat 0 0;	cursor:pointer;	vertical-align:middle;	margin: 7px 10px 0;}form button.loginbutton:hover {	width:30px;	height:20px;	border:none;	text-indent:-8000px;/*Qui masque le texte qui définit le bouton*/	overflow:hidden;	background: url(../images/bouton_go_on.jpg) no-repeat 0 0;	cursor:pointer;	vertical-align:middle;	margin: 7px 10px 0;}
