body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-top: 20px;
}

a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover
{
	color: #8ac43f;
}

#entete
{
	height: 145px;
	/*width: 928px;*/
	margin-bottom: 20px;
}

#entete_g
{
	background-image: url(image/entete_g.png);
	height: 145px;
	width: 501px;
	float: left;
}

#entete_d
{
	background-image: url(image/entete_d.png);
	height: 145px;
	width: 427px;
	margin-left: 501px;
	margin-right: -501px;
}

#entete_d a,#bandeau
{
	/*padding: 5px;*/
	color: white;
}

#menu
{
	width: 222px;
	float: left;
}

#menu_h
{
	background-image: url(image/menu_h.png);
	height: 24px;
	width: 222px;
	text-align: center;
	font-size: 12px;
	color: white;
	padding-top: 10px;
	font-weight: bold;
}

#menu_c
{
	background-image: url(image/menu_c.png);
	background-repeat: repeat-y;
	width: 222px;
	padding-top: 5px;
}

#menu_c ul
{
	border: 0;
	padding-left: 10px;
	margin: -2px;
	list-style-type: none;
	font-size: 12px;
}

#menu_c li
{
	margin: 2px;
	border-left: 5px solid transparent;
	padding: 5px;
}

#menu_c li a
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#menu_c li:hover a
{
	color: #CE7215;
}

#menu_c li:hover
{
	border-left: 5px solid orange;
	background-color: #DDD;
	margin-right: 15px;
}

#menu_b
{
	background-image: url(image/menu_b.png);
	height: 1px;
	width: 222px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

#contenu
{
	width: 695px;
	margin-left: 223px;
	background-color: #f6f6f6;
	font-size: 12px;
	padding: 5px;
}

#contenu p:first-letter
{
	font-weight: bold;
}

#contenu h2
{
	background-image: url(image/contenu_h.png);
	height: 31px;
	width: 690px;
	margin: 0;
	color: #8ac43f;
	padding-top: 8px;
	padding-left: 5px;
	font-style: italic;
	font-size: 25px;
}

#contenu h2:first-letter, h3:first-letter
{
	font-style: normal;
}

#contenu h3
{
	color: #8ac43f;
	font-style: italic;
}

.newsticker
{
list-style-type: none;
/*border: 1px dashed #fff;*/
/*background: #050c44*/;
padding: 3px;
margin: 0;
}

