@charset "utf-8";
/* Recherche */
#bandeau {
	background-color:transparent;
	color:#333333;
	font:16px "Trebuchet MS", helvetica, sans-serif;
	height:60px;
	margin:0px auto 0px auto;
	padding:15px;
	width:614px;
}
#recherche {
	border-left:2px #000000 solid;
	float:left;
	height:64px;
	padding-left:5px;
	width:300px;
}
#recherche a {
	background-color:transparent;
	color:#ff9900;
	font-weight:bold;
	text-decoration:none;
}
#recherche a:hover {
	background-color:transparent;
	color:#ffcc66;
	text-decoration:none;
}
#recherche form input[type="text"] {
	background-color:transparent;
	color:#666666;
	margin:0px 0px 1px 0px;
	text-align:left;
	width:150px;
}
#recherche form input[type="submit"] {
	height:0px;
	width:0px;
}
#recherche p {
	background-color:transparent;
	color:#333333;
	font-size:.8em;
	text-align:left;
}
/* Identification */
#identification {
	border-right:2px #000000 solid;
	float:left;
	height:64px;
	padding-right:5px;
	width:300px;
}
#identification a {
	background-color:transparent;
	color:#f90;
	font-weight:bold;
	text-decoration:none;
}
#identification a:hover {
	background-color:transparent;
	color:#ffcc00;
	text-decoration:none;
}
#identification form input[type="text"], #identification form input[type="password"] {
	background-color:transparent;
	color:#666666;
	margin:0px 0px 1px 0px;
	text-align:right;
	width:150px;
}
#identification form input[type="submit"] {
	height:0px;
	width:0px;
}
#identification p {
	background-color:transparent;
	color:#333333;
	font-size:.8em;
	text-align:right;
}