body
{
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Arial;
	font-size: 14px;
	color: white;
}
img
{
	border: none;
}
a
{
	color: black;
}
a:hover
{
	color: #ee894f;
}
#corps
{
	width: 936px;
	min-height: 500px;
	margin: auto;
	margin-top: 0px;
	background-repeat: repeat-y;
	padding-top: 10px;
	background-color: black;
}
#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: 900px;
	margin-left: 20px;
	float: left;
	min-height: 200px;
	padding-bottom: 100px;
	text-align: center;
}
#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: white;
	background-image: url("img/titre-bg.png");
	background-repeat: repeat-x;
}
h2
{
 font-family: Tahoma;
 margin-top: 2px;
 font-size: 18px;
 font-weight: normal;
 color: white;
	background-image: url("img/titre-bg.png");
	background-repeat: repeat-x;
}

.redlink
{
 color: red;
}
.imageflottante 
{ 
float:left; 
margin-bottom: 2px;
border: 1px solid black;
margin-right: 8px;
}	
