body
{
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	background: #0CA82D;
	font-family: Verdana, Arial, Georgia;
	font-size: 0.7em;
}
h1
{
	text-indent: -50000px;
}
#en_tete
{
	height: 106px;
	padding: 5px;
	
	border-bottom: 2px solid #FFFFFF;
	background: url("image/intro1.png") no-repeat top left #0CA82D;
}
.myspace
{
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 94px;
	right: 57px;
}
#menu, #menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
	text-align: center;
}
#menu
{
	font-size: 1.1em;
	width: auto;
	position: absolute;
	top: 27px;
	left: 220px;
	right: 53px;
	z-index: 200;
}
#menu a
{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	background: #197D2E;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
}
#menu li
{
	float: left;
	border-right: 5px solid #0CA82D;
	border-top: 1px solid #0CA82D;
}
html>body #menu li
{
	border-right: 5px solid transparent;
	border-top: 1px solid transparent;
}
#menu li ul
{
	position: absolute;
	width: 100px;
	left: -999em;
}
#menu li ul li
{
	border-top: 1px solid transparent;
}
html>body #menu li ul li
{
	border-top: 1px solid transparent;
}
#menu a:hover
{
	color: #FFFFFF;
	background: #12DD3D;
}
#menu li:hover ul, #menu li li:hover ul
{
	left: auto;
	min-height: 0;
}
#menu .rubrique
{
	color: #FFFFFF;
	background: #12DD3D;
}
#corps
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	
	color: #000000;
	background: #0CA82D;
	text-align: justify;
	line-height: 1.5;
}
#corps p
{
	margin-bottom: 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#corps em
{
	font-style: normal;
}
#corps .titre
{
	font-size: 1.1em;
	font-weight: bold;
}
#corps .date
{
	font-weight: bold;
}
#corps .bio
{
	margin-bottom: 25px;
}
#corps .deco
{
	text-align: left;
	border-top: none;
	border-bottom: none;
}
#corps .image
{
	background: #0CA82D;
}
img
{
	border: none;
}
a
{
	color: #000000;
	text-decoration: none;
	background: #12DD3D;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}