body {background-color:#715022;}
html, body {
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:85% ! important;
	font-size:80%;
	margin:0;	
}
.clear {clear:both;}
/*---------Font General--------*/

p {text-align:justify;}

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

a:hover { text-decoration:underline;}

h1 { 
	font-family:Century Gothic,verdana, Arial, Helvetica, sans-serif;
	font-size:300%;  
	color: #7FB2D9;
	text-align:center;
	margin:0;
}

h2 {   	
	text-align:center;
	font-size:200%;
	color:#0D3595;
	font-family:Century Gothic,verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

h3 {
    text-align:center;
    color: #7FB2D9;
	font-size:150%;
	margin:0;
	padding:0;
}

#brasserie h2{    
	color: #7FB2D9;
}

#index h2, #specialite h2, #contact h2 { text-align:left;  margin:0; padding:0;}
#index h3, #specialite h3, #contact h3 { text-align:left;  margin:0; padding:0; font-size:120%;}
#index h4, #specialite h4, #contact h4 { text-align:left;  margin:5px 0 0 0; padding:0; font-size:100%; color:#666;}


/*-----------------header--------------------*/

#header {
	width:798px; 
	margin:0 auto;
	background-color:#ffffff;
	border:1px solid #000;
	border-bottom:none;
}

/*-----------------menu-------------------*/

#menu { 
	margin-left:5px ! important;
	margin-left:3px;
	width:150px !	important;
	width:129px;
	float:left;
	background-color:#3b70ab;
}

#menu ul {
	margin:0px;
	padding:0px;
	margin-top:27px;
	list-style:none;
	border-bottom:1px solid #4a87bd;
}

#menu ul li {overflow:hidden;}

#menu ul li a {
	display:block;
	color:#c4d8ea;
	font-size:11px;
	text-decoration:none;
	padding:5px 0px 5px 20px;
	border-top:1px solid #4a87bd;
	width:100%;
}

#menu ul li a#seleted {
	background-color:#315e86;
	border-top:1px solid #203c55;
}

#menu ul li a:hover{
	color:#ffffff;
	background-color:#4a87bd;
	border-top:1px solid #325f87;
}

/*-----------------content--------------*/

#contentBgrd {
	background-color:#917B56;
}

#contentHolder {
	background:#fff url(../images/menuBGRD.gif) repeat-y;
	width:798px;
	margin:0 auto;
	clear:both;
}

#holder {
	padding:5px 0;
	background-color:#fff;
	border-left:1px solid #000;	
	border-right:1px solid #000;	
	width:798px;
	margin:0 auto;	
}

.content { 
	width:630px !  important;
	width:630px;
	float:right;
	padding:0px 5px 0px 0px;
	background-color:#fff;
}

.content img{
	margin:0px;
	padding:0px;
}

.content p {
	margin:0;
	padding:10px 0 0 0;
	line-height:14px;
}

	

.content div#test {
	float:right;
	padding:5px;
	margin-left:10px;
	border:1px solid #999;
	width:390px;
	height:300px;
}

/*------------------footer-----------------*/
#footerHolder  {
	width:798px;	
	margin:0 auto;
	background-color:#fff;
	border:1px solid #000000;
	border-top:none;	
}

#footer{ 
	margin:0px;
	height:120px;
	width:798px;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer ul li { 		
	display:inline;
	width:152px;
	height:114px;
	float:left;
	border:1px solid #999999;
	margin-left:5px;
}

#footer ul li a{
	width:152px;
	height:114px;
	display:block;		
}

#footer ul li#foot5 a{width:150px;}
#footer ul li#foot1{background:url(../images/foot1.jpg) ;}
#footer ul li#foot2{background:url(../images/foot2.jpg) ;}
#footer ul li#foot3{background:url(../images/foot3.jpg) ;}
#footer ul li#foot4{background:url(../images/foot4.jpg);}
#footer ul li#foot5{background:url(../images/foot5.jpg); width:150px;}
#footer ul li#foot1 a:hover{background:url(../images/foot1_hover.jpg);}
#footer ul li#foot2 a:hover{background:url(../images/foot2_hover.jpg);}
#footer ul li#foot3 a:hover{background:url(../images/foot3_hover.jpg);}
#footer ul li#foot4 a:hover{background:url(../images/foot4_hover.jpg);}
#footer ul li#foot5 a:hover{background:url(../images/foot5_hover.jpg);}

/*-------------------layout--------------------*/

#layout {
	float:left;
	background-color:#3b70a2;
	height:30px;
	width:798px;
}

#layout p { 
	color:#ffffff;
	margin-top:10px;
	margin-left:5px;
	font-size:11px;
}
			
/*----------------bottom------------------*/

#bottom { 
	float:left;
	height:30px;
	width:798px;
}

#bottom p { 
	color:#666666;
	margin-top:10px;
	margin-left:5px;
	font-size:10px;}
	
#bottom p a { 
	color:#666666;
	text-decoration:underline;
}
	
#bottom p a:hover { text-decoration:none;}

/*-----------cart--------------------------*/

dl {width:520px;
	padding-bottom:10px;
	margin-left:50px;
}

dt {background:url(../images/bgrd_dots.gif) 0 70% repeat-x;}

dt span {
	margin-top:10px;
	background-color:#fff;
	padding-right: 10px;
	font-weight:bold;
	color:#0D3595;
}	

dt.english {
	margin-top:10px;
	background:none;
	padding-left:20px;
	font-style:italic;
	margin-bottom:10px;
	color:#666;
}

dt.french{
	margin-top:5px;
	background:none;
	padding-left:20px;
	font-size:11px;
	margin-bottom:8px;
	color:#666;
}

dt.french span {
	background-color:#fff;
	padding-right: 10px;
	font-weight:bold;
}

dd {
	float:right;
	clear:right;
	margin-top:-13px;
	background-color:#fff;
	padding-left:10px;
	color:#ff9900;
 	font-weight:bold;
}

 dt.french1{
 	font-weight:bold;
	font-size:12px;
 	background:none;
	color:#0D3595;
	padding-top:15px;
}

/*---------------end of cart---------------*/
/*----------------photos--------------------*/
.photo { margin-left:40px;}




