/* CSS Document */

body {
	font-family:Georgia;
	font-size:11px;
    color:#8f9741;
}
#contentbox{
	z-index:100;
}

/*==================text================*/
p{
	line-height:17px;
	margin-bottom:17px;
}
h2{
	color:#fc6211;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:5px;
}
h3{
	color:#fc6211;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
h4{
	color:#fc6211;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
em, i, blockquote{
	font-style: italic;
	font-size:11px;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration:underline;
	color:#8f9741;
}
a:hover {
    color:#fc6211;
}
p.home {
    line-height:22px;
    font-size:13px;
    margin-bottom:0;
}
p.small {
    font-size:10px;
    font-style:italic;
    white-space:nowrap;
    line-height:normal;
}
.orange{
    color:#fc6211;
}
.vert{
    color:#8f9741;
}
/***************** NEWS *******************/
#nouvelles{
	margin:15px;
}
#nouvelles h2{
	font-size:13px;
}
#nouvelles h2, #nouvelles p{
	margin-top:15px;
}
