/* CSS Document */

#accessibilite {
	width: 95%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #228EB9;
	margin: 5px auto 15px auto;
	min-width: 760px;
	max-width: 1280px;
}
.displayNone{
display:none;
}

#bandeau {
	margin: 0px auto 0px auto;
	width: 95%;
	background-color: #BDD7EE;
	background-image: url(../img/bg_bandeau.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	min-width: 760px;
	max-width: 1280px;
}
#titreSite {
	float: left;
	width: 69%;
	color: #0065A5;
	font-family: Arial, Helvetica, sans-serif;
}
#titreSite .petit {
	white-space: nowrap;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
}
#titreSite h1 {
	white-space: nowrap;
	text-align: right;
	font-size: 47px;
	margin: 30px 0px 0px 0px;
}
#titreSite h1 span {
	/*color: #b1c903;*/
}
#titreSite h2 {
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
}

#logo {
	/*background-image: url(../img/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-position: 85px 0px;
	width: 275px;
	border: solid 1px #000000;*/
	
	float: right;
	width: 30%;
	height: 112px;
}
#logo img {
	border: 0px;
	margin: 0 0 0 25px;
}
