/*NO PAGE TITLE
.entry, h2 {
	display: none;
}*/

/*
Texte de présentation de la page
*/
#presentation {
	font-size: 1em;
	font-color: black;
	font-family: verdana;
}
/*
personnalisation de la page
*/
.espaces_marques {
text-align: center;
}



/*
personnalisation de la pagination
*/

#page-navigation {
	width: 100%;
	padding: 5px;
	margin: 5px;
}
#page-navigation a, #page-navigation span {
	padding: 2px;
	margin: 2px;
}

/*
bloc promotion
*/
.bloc_promotion {
	width: 190px;
	float:left;
	padding: 4px;
}
#bloc_promotion_titre {
	font-weight: bold;
	font-size: 1.1em;
	display:block;
}
#bloc_promotion_detail {
	border:1px solid blue;
}
#bloc_promotion_image {
	width: 95px;
	text-align:center;
	float:left;
}
#bloc_promotion_image img.bloc_image{
	width: 75px;
}
#bloc_promotion_description {
	float:left;
}
#bloc_promotion_description_titre {
	font-weight: bold;
	padding-bottom: 2px;
}
#bloc_promotion_description_msg {
	text-decoration: underline;
	display: block;
}
/*
bloc actualite
*/
.bloc_actualite {
	width: 190px;
	float:left;
	padding: 4px;
}
#bloc_actualite_titre {
	font-weight: bold;
	font-size: 1.1em;
	display:block;
}
#bloc_actualite_detail {
	border:1px solid blue;
}
#bloc_actualite_image {
	width: 95px;
	text-align:center;
	float:left;
}
#bloc_actualite_image img.bloc_image{
	width: 75px;
}
#bloc_actualite_description {
	float:left;
}
#bloc_actualite_description_titre {
	font-weight: bold;
	padding-bottom: 2px;
}
#bloc_actualite_description_msg {
	text-decoration: underline;
	display: block;
}
/*
bloc newsletter
*/
.bloc_newsletter {
	width: 190px;
	float:left;
	padding: 4px;
}
#bloc_newsletter_titre {
	font-weight: bold;
	font-size: 1.1em;
	display:block;
}
#bloc_newsletter_detail {
	border:1px solid blue;
}
#bloc_newsletter_image {
	width: 95px;
	text-align:center;
	float:left;
}
#bloc_newsletter_image img.bloc_image{
	width: 75px;
}
#bloc_newsletter_description {
	float:left;
}
#bloc_newsletter_description_titre {
	font-weight: bold;
	padding-bottom: 2px;
}
#bloc_newsletter_description_msg {
	text-decoration: underline;
	display: block;
}


.clearboth {
	clear: both;
}