body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
img
{
	border: none;
}
#header
{
	width: 1000px;
	height: 189 px;
	position: absolute;
	left: 150px;
	z-index: 50;
}
#body
{
	width: 1000px;
	min-height: 400px;
	position: absolute;
	top: 0px;
	margin-left: 150px;
	background-image: url("img/body_repeat.png");
	background-repeat: repeat-y;
}
#menugauche
{
	width: 200px;
	min-height: 660px;
	z-index: 5;
	float: left;
	padding-bottom: 70px;
}
#corps
{
	float: right;
	width: 460px;
	font-family: Arial;
	font-size: 14px;
	color: black;
	margin-top: 246px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 3px;
	text-align: justify;
	z-index: 6;
}
#corps > h1
{
	font-family: Tahoma;
	margin-top: 5px;
	font-size: 25px;
}
#corps > h2
{
 font-family: Arial;
 margin-top: 5px;
 font-size: 18px;
 font-weight: normal;
}
#corps  img#IDporte
{
 border: 1px solid black;
 margin-right: 10px;
 margin-bottom: 10px;
}
#menudroite
{
	width: 300px;
	color: black;
	min-height: 410px;
	margin-top: 246px;
	float: right;
	text-align: center;
	padding-top: 10px;
}
#menudroite img
{
	margin-bottom: 10px;
	border: 1px solid black;
}
#menudroite > h1
{
	font-family: arial;	
	font-size: 16px;
	margin-top: 0px;
}
	#contact
{
	text-align: center;
	font-size: 13px;
	font-family: Arial;
	color: white;
	width: 200px;
	height: 150px;
	z-index: 55;
}
#menus
{
	margin-top: 126px;
}
#menus a
{
	position: relative;
}
.menu_parent
{
	display: block;
	width: 200px;
	height: 44px;
	overflow: hidden;
	background-color: #c00418;
	position: relative;
}
.menu_parent:hover
{
	width: 400px;
	height: 44px;
	z-index: 1;
	overflow: visible;
	position: relative;
}
.menu_parent div
{
	float: left;
	width: 198px;
	background-color: #c00418;
	-moz-border-radius-bottomright : 9px; 
}
.menu_parent div.hover
{
	float: right;
	margin-top: 10px;
	overflow: hidden;
}
.menu_parent div.hover a
{
	display: block;
	width: 100%;
	float: left;
}
.menu_parent div.hover a:hover
{
	background-color: #f34937;
}
.redlink
{
 color: red;
}