/*
--- eric meyer reset css --- http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;
}
/* remember to define focus styles! */
a:focus {
	outline: 0;
}
body {
	line-height: 1em;	color: black; background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate; border-spacing: 0;
}
caption, th, td {
	text-align: left;	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
--- McPass global styles ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
*/
html, body{
	height:100%;
}
body {
	background: #FFFFFF url("/img/site/bg-body.png") repeat-x scroll 0 0;
    color:#333333;
    font: 12px Arial, Helvetica, sans-serif;
}
.p1{
	background: #FFFFFF url("/img/site/bg-bodyw.png") repeat-x scroll 0 0;
}

h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#003300;
}
h3{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#675b5e;
	line-height:1.8em;
}
p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.4em;
}
b{
	color:#000;
}
a, a:active{
	color:#024309;
	text-decoration:none;
}
a:hover {
	color:#024309;
	/*text-decoration:none;*/
}
/*order button*/


#sub-container a{
	color:#000;
}
/*
#rcon h1,#rcon h2, #rcon h3, #rcon h4, #rcon p, #rcon a{
	color:#333;
}*/
.searchBox{
	width:600px;
	height:38px;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0px 0px 0 30px;
	margin:0;
	background: transparent url('/img/site/sb.png') no-repeat;
	color:#FFF;
}

.searchBoxRight{
	width:345px;
	height:38px;
	float:right;
	padding:6px 0px 0 0px;
	margin:0;
	/*border:1px solid #FF0000;*/
	/*background: transparent url('/img/site/sbr.png') no-repeat left 0;*/
	
}

#proposeStores{
	
	float:left;
	position:relative;
	height:275px;
	padding-right:15px;
	/*border:1px solid #FF0000;*/
	overflow-y:scroll;
	overflow-x:hidden;
	
}
#proposeStores ul{
   list-style: none;
   width: 100%;
   border-top: 1px solid #eee;
   margin: 25px 0 0;   
   float: left;
   /*position: relative;*/
	position:relative;top:0; left:0;
 }
#proposeStores li {
   border-bottom: 1px solid #eee;
   position: relative;
   background: none;
   padding: 0;
   margin: 0;
   float: none;
 }
#proposeStores li a {
   color: #492b23;
   display: block;
   padding: 10px;
   text-decoration: none;
   border: 0;
   /* IE is the myspace of browsers! */        
   position: relative;
   height: 1%;
   /* /IE */
 }
#proposeStoresli a:hover { 
   background: #ecf6f5; 
   color: #3f5f5a;
 }
#proposeStores li a span {
   position: absolute;
   left: -0px;
   top: 11px;
   margin: -4px 0 0;
   height: 22px;
   width: 22px;
   background: transparent url(/img/site/bg_more.png) 0 0 no-repeat;
   display: none;
 }
 /* 
   In this example there is now IE6 specific Style Sheet but if there was
   this hack would go there. Just for the record I do not reccomend using '* html' hack.
   Done and done.
 */  
 * html #proposeStores li a span {
   background: transparent url(/img/site/bg_more.png) 0 0 no-repeat;
 }

.storeDetails{
	float:left;
	width:340px;
	/*height:285px;*/
	position:relative;/*overflow:hidden;*/

	top:0;
	left:0;
	 background: #F2EFDE; 
}

.sdboxtop { 
  background: url(/img/site/sdne.gif) no-repeat top right; 
}
.sdboxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(/img/site/sdnw.gif) no-repeat top left; 
}
.sdboxbottom { 
  background: url(/img/site/sdse.gif) no-repeat bottom right; 
}
.sdboxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(/img/site/sdsw.gif) no-repeat bottom left; 
}
.sdboxcontent {
  padding: 0px 10px 0px 10px;
}






img{
	border:0;
}
#header{
	height:120px;
	width:990px;
	padding:0;
	margin:0;

}
#header #mcdo-brand{
	float: left;
	margin: 0 0 0 15px;
}

#mcdo-brand {
	background:transparent url(/img/site/logo_mc_do.png) no-repeat top left;
	padding:0;margin:0;
	width:110px;/*79*/
    height:105px; /*67*/
}
#mcdo-brand h1 a span{
	display: none;
}
#mcdo-brand h1 a {
	display:block;
	width:110px;/*79*/
    height:105px; /*67*/
	left:0;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}

#menu{
	/*margin:30px  0 0 130px;*/
	margin:2px 0 0 145px;
	font:bold 12px Arial, Helvetica, sans-serif;
	/*position:relative;
	top:45px;
	left:0;*/
}

#container{
	width:990px;
	/*max-height:684px;
	margin:0 auto;*/
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -240px; /* the bottom margin is the negative value of the footer's height */
}

.container{
	width:990px;
	margin: 0 auto;

}
#footer, .push{
	height:240px;
}


#sub-container {
	width:990px;
	margin-bottom:20px;
	/*background: url(/img/site/left.png) repeat-y left top;*/
}
.bgtop {
	height:20px;
	background:url(/img/site/bg_top.png) no-repeat left top;
}


.main-content {
	background:url(/img/site/bg_content.png) repeat-y left top;
	padding: 0 10px 0 10px;
	margin:0;
}
.bgbot {
	height:20px;
	background:url(/img/site/bg_bot.png) no-repeat left bottom;
}

.bgmtop {
	height:20px;
	background:url(/img/site/bg_mtop.png) no-repeat left top;
}
.main-mcontent {
	background:url(/img/site/bg_mcontent.png) repeat-y left top;
	padding: 0 10px 0 10px;
	margin:0;
}
.bgmbot {
	height:20px;
	background:url(/img/site/bg_mbot.png) no-repeat left bottom;
}

.enterContainer{
	background:url(/img/site/bg_enter.png) no-repeat left bottom;
	width:960px;
	height:76px;
}

/*
--- P2
*/
#searchMap{
	float:left;
	width:586px;
	height:350px;
	margin-left:10px;	
	
}
#map_canvas{
	float:left;
	width:586px;
	height:288px;
	margin-left:10px;
}
#map_message { position:absolute; padding:8px; background:#034409; color:#fff; width:95px; }

#content{
	background-color:white;
	padding:20px;
	width:920px;
}
.details{
	background: #FFF url(/img/site/bg_store.png) no-repeat left bottom;
	padding:0 0 0 20px;
	width:345px;
	height:300px;
}
.details h1{
	font-size:18px;
}
.details h1 span{
	font-size:24px;
	display:block;
	margin-bottom:10px;
}
#h8{
	height:110px;
	margin: 0px 0px 10px 0px;
}/*
#h8, #h9{
	margin: 0px 0px 20px 0px;
}*/


/*
--- header
*/

#bt_retour_resto{
	display:block;
	float:left;
	margin:4px 0px 0px 10px;
	width:158px;
	height:18px;
	background: transparent url('/img/site/bt_retour_resto.png') no-repeat top left;
}
#bt_retour_resto span{
	display:none;
}
#login{
/*	background: transparent url('/img/site/bg_login.png') no-repeat top left;*/
	margin-left:610px;
	width:383px;
	height:66px;
}
#pcontainer{
	padding:6px 20px 0 0;
}
#pcontainer a{
	color:#333;
	text-decoration:underline;
}
#bodyHeader #pcontainer{
/*	margin:0 auto;
	width:990px;*/
	text-align:right;
}
#intro{
	margin:15px 0px 30px 130px;
}

#intro #mcdo-brand{
	float:left;
}
#intro #title{
	margin:0px 0px 0px 120px;
	padding:20px 0px 0px 0px;
}

#title h2{
	font-size:16px;
	color:#FFF;
}
#headBar{
	padding:15px 0 0 0px;
	height:36px;
}
#headBar h2{
	padding:8px 0 0 5px;
}



#footer{
	background: #024309 url(/img/site/bg_foot.png) repeat-x 0 0;
	margin:0;
	padding: 20px 0 10px 0;
	color: #82a967;
	width:100%;
}
#footer p{
	font-size:10px;
	color: #82a967;
}
#footer a, #footer  a:active{
	color:#82a967;
	text-decoration:none;
}
#footer  a:hover {
	color:#FFF;
	text-decoration:underline;
}
#poweredBy{
	float:right;
	width:113px;
	height:40px;
	margin-right:20px;
	background: transparent url(/img/site/powered-by.png) no-repeat;
}
#poweredBy span{
	display: none;
}

ul#mangerbouger li{
	text-align:center;
	width:960px;
	font-variant:small-caps;
	font-size:11px;
}




#db_wa
{
	background: url(/img/site/db/wa.gif) no-repeat;
        width:32px;
        height:32px;
        display:block;
        margin-top:20px;
        margin-left:auto;
        margin-right:auto;
}
.mealInfos{
	color:#CA9C44;
}

.textContent h2{
	
	margin-bottom:20px;
	font-size:22px;
	color:#fdc412;
	font-weight: bold;
}
.textContent p{
	padding:5px 0;
}
.textContent{
	width:600px;
	margin: 0 auto;
	padding:20px;
}

.grid{
	width:700px;
	margin:30px 0px 0px 10px;
}
.columns.first, .columns.last {
	margin-left:0 !important;
}
.columns {
	float:left;
}/*
.grid .column3 {
	margin-left:2%;
	width:32%;
}*/
.grid .column2 {
	margin-left:20px;
	width:325px;
	text-align:center;
}
.grid .column3 {
	margin-left:30px;
	width:200px;
}
.grid .column4 {
	margin-left:10px;
	width:160px;
}
.grid .column5 {
	margin-left:6px;
	width:130px;
}
.grid ul{
	list-style-type:disc;
	padding:0 0 0.4em 1.5em;
}
.grid ul li{
	line-height:1.3em;
	padding-bottom:7px;
}

p.notification{
	margin:20px;
}





/*
--- utilities
*/
div.left-content{
	float:left;
	width:700px;
}
.right-content{
	float:right;
}

div.last {
	
	float:right !important;
	margin-right:0;
	margin-bottom:0;
	margin-left:0 !important;
	
}
div.validate{
	width:100%;
	background: transparent url('/img/site/db/bg_valid.png') repeat-x top left;
	margin-top:20px;
	padding:20px 10px 0 0;
	text-align:right;
}
#TB_ajaxContent .validate{
	width:50%;
}

.clear{
	clear:both;
	overflow: hidden;
	    width: 100%;
}

.txtCenter{
	text-align:center;
	width:100%;
	margin: 0 auto;
}

.modal{
	display:none;
}
.modal h3{
	line-height:2em;
}

.bold{
	color:#000;
	font-weight:bold;
}

#email {
font-size:1.4em;
margin-top:10px;
width:250px;
}

input:focus, textarea:focus, label:focus {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #686868;
}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/img/site/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	padding:5px;
	-moz-border-radius : 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	display:none;
}

#TB_ajaxContent{
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_window h2{
	color:#CA9C44;
	font:bold 18px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
#TB_window a{
	color:#333;

	font-weight: bold;
}

.modalClose{
	padding:0;
	margin:-10px -10px 0 0;
	text-align:right;
	float:right;
	
}
.modalClose a{
	display:block;
	background: url(/img/site/db/cl.png) no-repeat;
	width:22px;
	height:22px;
}
.modalClose a span{
	display:none;
}


/* ***
--- buttons
*** */
.commandeBtContainer{
	height:70px;
	width: 286px;
	margin: 0 auto;
	padding: 0;
	border:0;
	border-top:1px solid #FFF;
}
.commandeBt{
	display:block;
	width: 286px;
	margin-top:10px;
	height: 52px;
	cursor:pointer;
	background: transparent url("/img/site/bt_commande.png") no-repeat 0 0;
}
.commandeBt:hover{
	background: transparent url("/img/site/bt_commande.png") no-repeat top right;
/*	margin-top:0;
	height:70px;*/
}
.commandeBt span{
	display: none;
}

.minOrangeBtContainer{
	height:36px;
	width: 126px;
	/*margin: 0 auto;*/
	position: absolute;
	top:-30px;
	right:10px;
	margin:0;
	padding: 0;
	border:0;
	border-top:1px solid #FFF;
}
.storeDetails .minOrangeBtContainer{
	top:-37px;
}
.minOrangeBt{
	display:block;
	width: 126px;
	margin-top:11px;
	height: 25px;
	text-align: center;
	background: transparent url("/img/site/bt_minorange.png") no-repeat 0 0;
}
.minOrangeBt span{
	position: relative;
	top:11px;
	left:0px;
	border:none;
	text-align: center;
	width:100%;
	color: white;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: .9em;
}

.minOrangeBt:hover{
	text-decoration:none;
	margin-top:0;
	height:36px;
}


#orderPopup > .greenBtContainer + .greenBtContainer{
	margin:0 10px 0 10px;
}

.greenBtContainer{
	height:70px;
	width: 147px;
	/*margin: 0 auto;*/
	margin:0;
	padding: 0;
	border:0;
	border-top:1px solid #FFF;
}
.storeDetails .greenBtContainer{
	border-top:1px solid #f2efde;
}
.greenBt{
	display:block;
	width: 147px;
	margin-top:18px;
	height: 52px;
	text-align: center;
	background: transparent url("/img/site/bt_green.png") no-repeat 0 0;
}
.greenBt span{
	position: relative;
	top:20px;
	left:0px;
	border:none;
	text-align: center;
	width:100%;
	color: white;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: .9em;
}

.greenBt:hover{
	text-decoration:none;
	margin-top:0;
	height:70px;
}




a.button {
    background: transparent url('/img/site/bt_a.gif') no-repeat scroll right 0px;
    display: block;
    float: left;
    height: 32px;
    margin:6px 6px 0 6px;
    padding-right: 15px; 
    text-decoration:none;
}

a.button span {
    background: transparent url('/img/site/bt_span.gif') no-repeat 0 0px;
    display: block;
    line-height: 14px;
    padding: 9px 0 9px 15px;
	text-decoration: none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform:uppercase;

}

a.button:hover {
    background-position: right -35px;
    color: #ebebeb;
    outline: none;
	text-decoration: none;

}

a.button:hover span {
    background-position: 0px -35px;
    padding: 10px 0 9px 15px;
	text-decoration: none;
}



a.buttonMin {
    background: transparent url('/img/site/bt_min_a.gif') no-repeat scroll right 0px;
    display: block;
    float: left;
    height: 24px;
    /*margin:6px 6px 0 6px;*/
    padding-right: 15px; 
    margin:0;
}

a.buttonMin span {
    background: transparent url('/img/site/bt_min_span.gif') no-repeat 0 0px;
    display: block;
    line-height: 13px;
    padding: 7px 0 8px 15px;
	text-decoration: none;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform:uppercase;

}
a.buttonMinGrey {
    background: transparent url('/img/site/bt_ming_a.gif') no-repeat scroll right 0px;
    display: block;
    float: left;
    height: 25px;
    /*margin:6px 6px 0 6px;*/
    padding-right: 15px; 
    margin:0;
}

a.buttonMinGrey span {
    background: transparent url('/img/site/bt_ming_span.gif') no-repeat 0 0px;
    display: block;
    line-height: 13px;
    padding: 7px 0 8px 15px;
	text-decoration: none;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-transform:uppercase;

}

a.buttonMin:hover,a.buttonMinGrey:hover {
    background-position: right -35px;
    color: #ebebeb;
    outline: none;
	text-decoration: none;

}

a.buttonMin:hover span,a.buttonMinGrey:hover span {
    background-position: 0px -35px;
    padding: 8px 0 9px 15px;
	text-decoration: none;
}

/*
--- button brown
*/

.buttonb:hover{
	color:#FFF;
	text-decoration: none;
}
a.buttonb, a.buttonb:active, a.buttonb:hover {
    background: transparent url('/img/site/btb_a.gif') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
	font:bold 12px Arial, Helvetica, sans-serif;

    height: 32px;
    margin:6px 6px 0 6px;
    padding-right: 35px; /* sliding doors padding */
	text-decoration: none;
    
}

a.buttonb span {
    background: transparent url('/img/site/btb_span.gif') no-repeat;
	color: #FFF;
    display: block;
    line-height: 14px;
    padding: 9px 0 9px 35px;
	text-decoration: none;
}

a.buttonb:active {
    background-position: bottom right;
    color: #ebebeb;
    outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.buttonb:active span {
    background-position: bottom left;
    padding: 11px 0 8px 35px; /* push text down 1px */
	text-decoration: none;
	color: #FFF;
}
a.buttonb:hover, a.buttonb span:hover{
	color: #FFF;
	text-decoration: none;
}

/*
acronym{
	border-bottom:1px dotted #675b5e;
}*/

.copyright{
line-height:20px;
	color:#82a967;
}

/*
P3 content
*/
ul.thumb {list-style: none; margin: 0 auto; padding: 10px;background-color: white;text-align:center;display: inline-block;width:677px;}
ul.thumb li {margin: 0; padding: 5px;display:inline-block;position: relative;width: 120px;height: 101px;margin:10px 2px 30px 3px;}
ul.thumb li img {width: 120px; height: 101px;/*border: 1px solid #ddd;*/padding: 5px;background: #FFF;position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic; }
ul.thumb li img.hover {margin-top:15px;background: transparent url('/img/site/db/shadow.png') no-repeat center center;border: none;}
.title{position:absolute;color:#024309;width:145px;height:20px;margin:0;font-weight:900;background-color:#f3efde;padding:5px 5px 5px 5px;text-align:center; -moz-border-radius: 8px;-webkit-border-radius: 8px; }

span.price{
	display:block;
	position:absolute;
	z-index:1;
	bottom:0px;
	right:-6px;
	background-color:#675b5e;
	font-weight:bold;
	font-size:10px;
	color:#000;
	width:37px;
	height:15px;
	padding:2px 4px 0px 4px;
	margin:0 0 0 10px;
	text-align:center;
	background:url(/img/site/db/dockPrice.png) top center repeat-y;
}

.infos{
	display:none;
}

