@charset "UTF-8";
/* CSS Document */

h1 {
	color:#33cc33;
	font-size: 24px;
	margin:0;
}
p.arbo {
	margin-bottom: 10px;
	font-size: 0.9em;
}
a.articleAvant {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
div.blocSuggestion {
	overflow: hidden;
	margin-bottom: 6px;
	padding: 20px 6px 10px 24px;
	text-transform:uppercase;
	color: white;
	font-size:10px;
}
div.rose {
	background-color: #33cc33;
}
div.bleu {
	background-color: #333366;
}
strong.bleu { 
	color: #333366;
}
.blocSuggestion h3 { 
	margin-left:-14px;
}
.blocSuggestion a {
	float: right;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	line-height:1.3em;
}
.rose h3 {
	background:url(images/icon1.gif) no-repeat left top; 
	padding-left:64px;
}
.bleu h3 {
	background:url(images/icon2.gif) no-repeat left top;
	padding-left:64px;
}

div#pied {
	overflow: hidden;
	width:986px;
	margin:0 auto;
	padding:16px 15px 30px 36px;
	font-size:0.75em; 
}
#pied div.col {
	float: left;
	width: 274px;
	margin-right: 49px;
}
div#footer {
	clear: both;
}