body {
	font-family:"arial ", sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : normal;
	width : 100%;
	height : 100%;
	margin-top:0px;
	margin-left:0px;
}

/* permet d'avoir un redu similaire quelque soit le navigateur */
div {
	padding:0px;
	margin:0px;
	overflow : hidden;
}

p {
	padding:5px;
	margin:5px;
}


h1 {
	color : #eb9c9c;
	text-align : center;
	margin : 0px;
	padding : 0px;
	font-size : 31pt;
	font-variant : small-caps;
	font-weight : bold;	
	letter-spacing:5px;
	font-family : "verdana", sans-serif;
	position : relative;
	width : 100%;
}


.h1Space {
	position : relative;
	margin-top : 60px;
	margin-bottom : 60px;

}

.h1Ombre {
	color : #000000;	
	text-align : center;
	margin : 0px;
	padding : 0px;
	margin-left : 3px;
	margin-top : 3px;
	font-size : 31pt;
	font-variant : small-caps;
	font-weight : bold;
	letter-spacing:5px;	
	font-family : "verdana", sans-serif;
	position : absolute;
	width : 100%;
}



h2{
	background-color : #eb9c9c;
	border-width : 1px;
	border-style: solid;
	border-color :  #d63131;
	text-align : left;
	font-size : 11pt;
	padding : 2px;
	margin : 5px;
}


.precision {
	font-size : 8pt;
}

.addr {
	font-size : 9pt;
	text-align:center;
}

.menuItem {
	padding : 2px;
	text-align:center;
}


/* Container permettant de centrer le contenu et de l'optimiser pour une résolution de 1024*768 */
.bordure {
	width : 984px;
	margin-left : -492px;
	position : relative;
	left : 50%;
	border-top-width : 0px;
	border-width : 1px;
	border-color : #eb9c9c;
	border-style : solid;	
}

.container {
	background-color : #FFFFFF;
}

.container-principal {
	width : 805px;
}

.menu  {
	width : 175px;
	float : left;

}


.mentionslegales {
	background-color : #FFFFFF;
	text-align:center;
	display : none;
}