@charset "UTF-8";
/* CSS Document */

/* BANDEAU */

#bandeau {
	width:900px;
	height:150px;
	font-size:11px;
}

/* Liens traductions ave cles drapeaux */
#bandeau_droit {
	background-image:url(../img/cadre_langue.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:68px;
	float:right;
	margin-top:22px;
}

#bandeau_lien {
	margin-left:10px;
	margin-top:3px;
}

#bandeau_lien a {
	padding:30px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#bandeau_lien a:link {
	background:none;
}

#bandeau_lien a:visited {
	background:none;
}
#bandeau_lien a:hover {
	background:none;
}

#bandeau_lien a:active {
	background:none;
}

#bandeau_lien img {
	margin-left:6px;
	border:0px;
}

/* Moteurs de recherche */
#bandeau_recherche {
	margin-left:7px;
	margin-top:5px;
}

#bandeau_recherche img {
	border:0px;
	margin-left:2px;
}
