@charset "utf-8";
#barreLogo {
	height: 130px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../cfap/logo-asf.jpg);
}
#barreTitre {
	width: 770px;
	height: 80px;
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	text-align: center;
}
#barrePub {
	height: 147px;
	width: 770px;
	background-color: #FFF;
	margin-left: 230px;
}

#barreSlogan {
	height: 51px;
	width: 770px;
	float: none;
	clear: none;
	margin-left: 230px;
	margin-top: -48px;
	text-align: center;
}

.imageTitre {
	margin-right: 5px;
}
.sloganTire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 41px;
	color: #666;
}
a:link {
	color: #376D93;
	text-decoration: none;
}
a:visited {
	color: #376D93;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #376D93;
	font-weight: bold;
}

