/*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
*/
.entry .espaces_marques {
text-align: justify;
}



/*
personnalisation de la pagination
*/

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

/*
bloc promotion
*/
.entry .bloc_promotion {
	width:280px;
	height:208px;
	background:url('gfx/bg-espace-marque.png') no-repeat top left;
	float:left;
	padding:4px;
	margin-left:30px;
}
.bloc_promotion .bloc_promotion_titre {
	font-weight: bold;
	font-size: 1.2em;
	margin:3px 0 0 10px;
}
.bloc_promotion .bloc_promotion_detail {
	margin-top:10px;
}
.bloc_promotion .bloc_promotion_image {
	width: 95px;
	height:90px;
	text-align:center;
	float:left;
}
.bloc_promotion .bloc_promotion_image img.bloc_image{
	width: 75px;
}
.bloc_promotion .bloc_promotion_description {
	float:left;
	width:155px;
}
.bloc_promotion .bloc_promotion_description a.btn{
	display:block;
	width:143px;
	height:27px;
	background:url('gfx/bouton-promo.png') no-repeat top left;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:22px;
	font-weight:bold;
	padding-top:3px;
	margin:10px 0 0 13px;
}
.bloc_promotion .bloc_promotion_description_titre {
	font-weight: bold;
	padding-bottom: 2px;
	color:#F07E31;
	width:155px;
	margin-left:10px;
	font-size:1.1em;
}
.bloc_promotion .bloc_promotion_description_msg {
	color:#5d354a;
	font-size:0.9em;
	width:155px;
	margin-left:10px;
	display: block;
}
/*
bloc actualite
*/
.entry .bloc_actualite {
	width:280px;
	height:208px;
	background:url('gfx/bg-espace-marque.png') no-repeat top left;
	float:left;
	padding:4px;
	margin-left:30px;
}
.bloc_actualite .bloc_actualite_titre {
	font-weight: bold;
	font-size: 1.2em;
	margin:3px 0 0 10px;
}
.bloc_actualite .bloc_actualite_detail {
	margin-top:10px;
}
.bloc_actualite .bloc_actualite_image {
	width: 95px;
	height:90px;
	text-align:center;
	float:left;
}
.bloc_actualite .bloc_actualite_image img.bloc_image{
	width: 75px;
}
.bloc_actualite .bloc_actualite_description {
	float:left;
	width:155px;
}
a.external_link{
	background: transparent url('gfx/link-marque.png') no-repeat 0px -2px;
	font-size: 11px;
	margin-left:8px;
	padding-left: 14px;
	text-decoration: underline;
	color: #8F3674;
}
.bloc_actualite .bloc_actualite_description a.btn{
	display:block;
	width:144px;
	height:41px;
	background:url('gfx/bouton-actu.png') no-repeat top left;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:17px;
	font-weight:bold;
	padding-top:3px;
	margin:10px 0 0 13px;
	word-spacing: 3px;
}
.bloc_actualite .bloc_actualite_description_titre {
	font-weight: bold;
	padding-bottom: 2px;
	color:#8f3674;
	width:155px;
	margin-left:10px;
	font-size:1.1em;
}
.bloc_actualite .bloc_actualite_description_msg,
.bloc_newsletter .bloc_newsletter_description_msg,
.bloc_promotion .bloc_promotion_description_msg
 {
	border-bottom: solid 1px #edede6;
	color:#5d354a;
	display: block;
	font-size:0.9em;
	margin-left:10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width:155px;
}
/*
bloc newsletter
*/
.entry .bloc_newsletter {
	width:280px;
	height:208px;
	margin-left:20px;
	background:url('gfx/bg-espace-marque.png') no-repeat top left;
	float:left;
	padding:4px;
	margin-left:30px;
}
.bloc_newsletter .bloc_newsletter_titre {
	font-weight: bold;
	font-size: 1.2em;
	margin:3px 0 0 10px;
}
.bloc_newsletter .bloc_newsletter_detail {
	margin-top:10px;
	border:none;
}
.bloc_newsletter .bloc_newsletter_image {
	width: 95px;
	height:90px;
	text-align:center;
	float:left;
}
.bloc_newsletter .bloc_newsletter_image img.bloc_image{
	width: 75px;
}
.bloc_newsletter .bloc_newsletter_description {
	float:left;
}
.bloc_newsletter .bloc_newsletter_description a.btn {
	display:block;
	width:144px;
	height:41px;
	background:url('gfx/bouton-newsletter.png') no-repeat top left;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:16px;
	font-weight:bold;
	padding-top:3px;
	word-spacing: 3px;
	margin:10px 0 0 13px;
}
.bloc_newsletter .bloc_newsletter_description_titre {
	font-weight: bold;
	padding-bottom: 2px;
	color:#9c8578;
	width:155px;
	margin-left:10px;
	font-size:1.1em;
}
.bloc_newsletter .bloc_newsletter_description_msg {
	color:#5d354a;
	font-size:0.9em;
	width:155px;
	margin-left:10px;
	display: block;
}


.clearboth {
	clear: both;
}