*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 890px;
	height: 550px;
	font-family: sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-color: #131313;
	background-position: top center;
	margin: auto;
	color:#a0a0a0;
	behavior: url("csshover.htc");
}

:focus
{
	-moz-outline-style: none;
}

a
{
	text-decoration: none;
	color:#a0a0a0;
	outline: none;
}

a:hover
{
	color: #dadced;
}

.conteneur
{
	width: 890px;
	height: 537px;
	background-image: url("images/fond-home.jpg");
	background-repeat: no-repeat;
}

.header
{
	width: 890px;
	height: 160px;
}

.header h1
{
	text-indent: -9000px;
}

.logo
{
	width: 120px;
	height: 121px;
	float: left;
	margin-left: 50px;
	border: none;
}

.menu-global
{
	width: 290px;
	height: 100px;
	float: left;
	margin-left: 370px;
	margin-top: 40px;
}

.menu
{
	width: 145px;
	height: 91px;
	float: left;
	background-image: url("images/carte-fermer.png");
	background-repeat: no-repeat;
}

.carte
{
	width: 188px;
	height: 91px;
	float: left;
	background-image: url("images/menu-fermer.png");
	background-repeat: no-repeat;
}

.contact
{
	width: 145px;
	height: 91px;
	float: left;
	background-image: url("images/contact-fermer.png");
	background-repeat: no-repeat;
}

.menu:hover
{
	background-image: url("images/carte-hover.png");
	background-repeat: no-repeat;
}

.carte:hover
{
	background-image: url("images/menu-hover.png");
	background-repeat: no-repeat;
}

.contact:hover
{
	background-image: url("images/contact-hover.png");
	background-repeat: no-repeat;
}

.menu1
{
	width: 145px;
	height: 91px;
	float: left;
	background-image: url("images/carte-ouvert.png");
	background-repeat: no-repeat;
}

.carte1
{
	width: 188px;
	height: 91px;
	float: left;
	background-image: url("images/menu-ouvert.png");
	background-repeat: no-repeat;
}

.contact1
{
	width: 145px;
	height: 91px;
	float: left;
	background-image: url("images/contact-ouvert.png");
	background-repeat: no-repeat;
}

.contenu
{
	width: 890px;
	height: 360px;
}

.footer
{
	width: 890px;
	height: 28px;
	font-size: 11px;
	margin-top: 5px;
	text-align: center;
}
