body
{
	margin: auto;
	margin-bottom: 10px;
	width: 1200px;
	background: #000000;
	font-family: Georgia, Verdana, "Times New Roman", Arial, serif;
	color:#000000;
	font-size: 14px;
}

a
{
	color: #940000;
	text-decoration: none;
}

a:hover
{
	color:#CA0000;
}

a img
{
	border: none;
}

#credits
{
	list-style-type: none;
}

#corps
{
	margin-left: 23%;
	background-color: #ffffff;
	border: 3px #940000 ridge ;
	padding: 10px;
	margin-bottom: 10px;
}

#menu_horiz
{
	height:60px;
	width:100%;
	margin: 7px 0px;
}

#titre_menu
{
	background: url('img/menu.png') center center no-repeat;
	width:20%;
}

#titre_accueil
{
	background: url('img/accueil.png') no-repeat center center;
	cursor:pointer;
}

#titre_equipe
{
	background: url('img/equipe.png') no-repeat center center;
	cursor:pointer;
}

.element_menu
{
	background: #ffffff url('img/eye.png') no-repeat bottom right;
	border: 3px #940000 ridge ;
	padding: 10px;
	margin-bottom: 7px;
}

#menu
{
	float: left;
	width:20%;
}

#banner
{
	height: 230px;
	width: 100%;
	background: url("img/banner.png") no-repeat center center;
}

#pied
{
	background-color:#ffffff;
	border:ridge #ff0000 3px;
	text-align:center;
	padding: 15px;
	clear: left;
}

#credits img
{
	border: solid 2px;
}

h1
{
	text-align:center;
	font-family:Verdana, serif;
}

h2
{
	text-indent:10px;
}

h3
{
	text-indent:20px;
}

.commentaire
{
	margin-left:10px;
}

.image
{
	font-style:italic;
	text-align:center;
	font-size: 80%;
}