/*

	G E N E R A L

*/

* html {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: black;
	overflow: scroll;
}

body {
	background-color: white;
	font-family: Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #444444;
}

#page_bg {
	width: 100%;
	height: 110%;
	padding: 0;
	background: white url(../images/bg.gif) no-repeat scroll center top;
	margin: 0;
	min-height: 535px;
}

#header{
	width: 780px;
	height: 154px;
	margin-left: auto;
	margin-right: auto;
	max-height: 154px;
	background-color: white;
	background: white url(../images/header.jpg) no-repeat scroll center top;
}

#footer {
	text-align: center;
	background-color: white;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	background: white url(../images/footer.gif) no-repeat scroll center bottom;
	height: 100px;
}

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: white url(../images/tile.gif) repeat scroll center top;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 417px;
}

#centerall {
	width: 780px;
	min-height: 417px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/body.gif) no-repeat scroll center top;
	overflow:hidden;
}

#leftcolumn {
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:140px;
	max-width: 140px;
	min-height: 417px;
}

#centercolumn {
	float:left;
	width: 562px;
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	display:inline;
}

h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	text-decoration: underline;
}

/*

	M E N U S   E L E M E N T

*/

#menu {
	margin-top: 110px;
}

div.menuGeneral {
	min-width: 109px;
	min-height: 21px;
}

#Presentation {
	background: url(../images/menu_Presentation.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#Presentation:hover {
	background: url(../images/menu_Presentation_roll.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#La_carte {
	background: url(../images/menu_La_carte.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#La_carte:hover {
	background: url(../images/menu_La_carte_roll.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#Emplacement {
	background: url(../images/menu_Emplacement.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#Emplacement:hover {
	background: url(../images/menu_Emplacement_roll.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#Contact {
	background: url(../images/menu_Contact.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#Contact:hover {
	background: url(../images/menu_Contact_roll.gif) center no-repeat;
	border: 0;
	cursor : pointer;
}

#preload {
	display: none;
}

/*

	M E L O D I X   L I N K

*/

a.lienMelodix, a.lienMelodix:link, a.lienMelodix:visited {
	color: #A0D848;
	text-decoration: none;
}

a.lienMelodix:hover {
	color: #65984E;
	text-decoration: none;
}

p.marge25 {
	text-indent: 1em;
	text-align: justify;
	margin-bottom: 25px;
}

img {
	margin-left: 21px;
}