body
{
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Arial;
	font-size: 13px;
}
img
{
	border: none;
}
a
{
	color: black;
}
a:hover
{
	color: #ee894f;
}
#corps
{
	width: 936px;
	min-height: 500px;
	margin: auto;
	margin-top: 0px;
	background-image: url("img/corps.png");
	background-repeat: repeat-y;
	padding-top: 10px;
}
#header
{
	width: 936px;
	height: 163px;
	margin: auto;
	background-image: url("img/header-bg.png");
	background-repeat: repeat-x;
}
#logo
{
	position: relative;
}
#menus
{
	width: 213px;
	float: left;
	padding-bottom: 6px;
	margin-top: 60px;
}
#menus .link
{
	display: block;
}
#coord
{
	margin-top: 50px;
	color: white;
	text-align: center;
	font-size: 13px;
}
#texte
{
	width: 453px;
	margin-left: 10px;
	float: left;
	min-height: 200px;
	padding-bottom: 100px;
	text-align: justify;
}
#texte p
{
	padding-right: 10px;
}
#photos
{
	width: 250px;
	min-height: 300px;
	float: left;
	margin-left: 8px;
	text-align: center;
}
#photos img
{
	margin-bottom: 10px;
	border: 1px solid black;
}
h1
{
	font-family: Tahoma;
	margin-top: 0px;
	font-size: 25px;
	margin-bottom: 15px;
	height: 25px;
	padding-top: 2px;
	color: black;
	background-image: url("img/titre-bg.png");
	background-repeat: repeat-x;
}
h2
{
 font-family: Tahoma;
 margin-top: 2px;
 font-size: 18px;
 font-weight: normal;
}
#menus a
{
	position: relative;
}
.menu_parent
{
	display: block;
	width: 200px;
	height: 44px;
	overflow: hidden;
	background-color: #ca0227;
	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: #ca0227;
	-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: #ffa318;
}
.redlink
{
 color: red;
}
.imageflottante 
{ 
float:left; 
margin-bottom: 2px;
border: 1px solid black;
margin-right: 8px;
}	