@charset "UTF-8";


/* GÉNÉRAL*/

p {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}


/* HEADER*/

.header_bloc {
	background-image: url(../images/header/header_01.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 877px;
}
.header_bloc .header_buttons {
	position: relative;
	top: 109px;
}

/* STYLES DE L'ACCUEIL*/


#zone_nouvelles {
	height: 85px;
	width: 848px;
	background-image: url(../images/accueil/fond_nouvelles.jpg);
	color: #535353;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#zone_nouvelles h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}
#zone_slogan {
	background-image: url(../images/accueil/fond_zone_slogan.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 442px;
	margin-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

#zone_slogan H2 {
	font-size: 16px;
	font-weight: normal;
	color: #535353;
	margin-top: 12px;
	margin-bottom: 12px;
}


#zone_nouvelles p {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 0px;
	width: 590px;
	color: #535353;
}
#zone_3liens {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
}

#zone_3liens p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#zone_3liens h1 {
	font-size: 18px;
	color: #3273ac;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcd1e4;
	padding: 0px;
	margin: 10px 0px 0px;
	
}

#zone_3liens h1 a {
	color: #3273ac;
	text-decoration: none;	
}

#pourensavoirplus {
	position: relative;
	left: 153px;
}

