/*========= Switcher =====================*/

#switcher {
	background: url(../../IMAGES/COMMUNES/fd_switcher.png) repeat-x top left;
	height: 1.6em;
	padding-top: 1em;
	font-size: 1.1em;
	padding-bottom: 0;
	padding-right: 2em;
	position:relative;
	padding-bottom:1em;
}

#switcher h2 {

}

#switcher p {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#switcher p a {
	color:#333;
	text-decoration:underline;
}

#switcher p a:hover {
	text-decoration:none;
}

#switcher p.return_to {
	position:absolute;
	top:-20px;
	left:0px;
}

#switcher p.return_to a, #switcher p.return_to {
	color:#fff;
}

#switcher p.return_to a:hover {
	text-decoration:none;
}

#switcher form {
	padding: 0em;
	display: block;
	float: right;
	width: 25em;
	margin: 0;
	margin-top:11px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

input.bouton {
	color: #fff;
	vertical-align: middle;
	background: #005cbc;
	border-style: none;
	border-width: 0;
	padding: 0 1px;
	text-align: center;
	width: 2.5em;
	margin: 0 0 0 0.2em;
	clear: both;
}

#switcher .menu-switcher {
	position:absolute;
	left:10px;
	top:23px;	
}

#switcher h2 strong {
	color: #005CBC;
}