html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ede1bc;
}
/*police SCRIPT MT BOLD pour le texte des menus du restaurant*/
/* bien respecter l'ordre : la police eot avant la ttf */
/* pour que cela marche à la fois sur Mozilla et sur internet explorer */
@font-face
{
	font-family: 'scriptmtbold';
	src: url('./font/SCRIPTBL.eot'); 
}
@font-face
{
	font-family: 'scriptmtbold';
	src: url('./font/SCRIPTBL.TTF'); 
}
	
td {
	font-family: Verdana, arial, sans-serif;
	font-size:11px;
	line-height:16px;/*14px*/
	color:#333333;
}
div{
	font-family: Verdana, arial, sans-serif;
	font-size:11px;
	line-height:16px;/*14px*/
	color:#333333;
}
	
a {
	color: #666666;
	text-decoration:none; 
}
a:hover {
	color: #000000;
	text-decoration:underline;
}	
img {
	border:0;
	margin-left:0px;
}	
.imgRight {
	border:0;
	margin-left:10px;
	margin-bottom:0px;
}

/* Feuilles de Styles pour les divisions */	

div.container{
	margin-top:10px;
	margin-bottom:10px;
	height:230px;
}
div.sous-container{
	margin-top:1px;
	margin-bottom:1px;
	clear:both;
}
div.Imag{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:2px;
	float:left;
	width:240px;
	text-align:center;
}
div.scroll{
	overflow:auto;
	height:510px;
	width:auto;
	border:#eeeeee solid 1px;	
}	
	
/* Feuilles de style pour les liens span */	
.lienExt{
	color:#0099CC;
}
.lienExt a{
	color:#CC3300;
	text-decoration:none;
}
.lienExt a:hover{
	color:#CC3300;
	text-decoration:underline;
}
.lienInt{
	color:#6699ff;
}
.lienInt a{
	color:#6699ff;
	text-decoration:none;
}
.lienInt a:hover{
	color:#3366ff;
	text-decoration:underline;
}
.basdepage {
	color: #333333;
	line-height:16px;
	font-size:11px;
	font-family:verdana, Helvetica, sans-serif;
	padding-top:15px;
}
.lienBasPage{
	color:#666666;
}
.lienBasPage a{
	color:#333333;
	text-decoration:underline;
}
.lienBasPage a:hover{
	color:#000000;
	text-decoration:underline;
}
.lienFleche{
}
.lienFleche a{
	text-decoration:none;
}
.lienFleche a:hover{
	text-decoration:none;
}

/* Class Styles */

.piedPage {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left:0px;
	margin-top:0px;
}	
.txtRedac {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #770000;
	margin-left:12px;
	margin-right:10px;
	line-height:18px;
}	

.bodyTitre {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#0044aa;
	font-weight: bold;
	letter-spacing:.1em;
}
.bodyTitreMenu {
	font-family:'scriptmtbold',Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:26px;
	color:#0044aa;
	font-weight: bold;
	letter-spacing:.1em;
	padding-top:10px;
}	
.bodyText {
	font-family:verdana, arial;
	font-size:11px;
	line-height:20px;
	color:#666666;
	text-align:justify;
	font-style:normal;
	font-weight:normal;
}
.bodyTextMenu {
	font-family:'scriptmtbold',Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	font-weight: bold;
	letter-spacing: normal;
}
.fontMT{
	font-family:'scriptmtbold',Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}	
.txtAnglais {
	color:#948A54;
	font-family:'scriptmtbold',Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.txtTarif {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:20px;
}
	
.photoText {
	font:11px arial;
	line-height:15px;
	color:#333333;
}	
.txtForm {
	color: #555555;
	line-height:13px;
	font-size:11px;
	font-style: normal;	
}
