/* standard */
a {	text-decoration: none; }
a:hover { text-decoration: underline; }
ul, li{	padding: 0; margin: 0; list-style: none; }
a img{ border: none; }

/* textes  */
#box h3, #livraison h3 { font-size: 18px;}
/* mise en page */
html, body {
	margin: 0; padding: 0;
	height: 100%;
	min-height: 100%;
}

#layout {
	height: auto !important; 
	height: 100%;
	min-height: 100%;
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	text-align: left;
}

#header { height: 120px; }
#side {	width: 310px; }
#main {	width: 600px; }
#liens { width: 250px; }
#restaurant { width: 330px; }


/* mise en page : sous éléments */
#infos {
	display: block;
	width: 100%;
	height: 150px;
}

#meteo {
	display: block;
	margin-top: 15px;
}

#footer { clear:both; }


#commander { 
	display: block;
	margin: 20px 0 0 10px;
	height: 50px; width: 280px;
	padding: 10px;
	background:url(../images/box-bg-commander.png) center no-repeat;
}

#commander a {
	padding-top: 3px;
	display: block;
	text-align: center;
}

#title {
	display: block;
	margin: 5px 0 0 50px;
	height: 80px; width: 370px;
	text-align: left;
}

#title h2 {
	font-size: 14px;
	display: block;
	position: relative;
	top: -15px;
}


#box {
	margin-top: 20px;
	width: 300px;
	padding: 0 10px 10px 5px;
	background:url(../images/box-shadow.png) bottom right no-repeat;
}

#livraison {
	margin-top: 20px;
	width: 320px;
	height: 150px;
	padding: 0 0 0 10px;
	background:url(../images/box-shadow.png) bottom right no-repeat;
}

#side img {
	padding: 0 3px 3px 0;
	background:url(../images/dropshadow.png) bottom right no-repeat;
}


#meteoContainer {
	margin-top: 10px;
	width: 553px;
	height: 93px;
	background: url(../images/dropshadow.png) bottom right no-repeat;
}

#meteo {
	width: 550px;
	height: 90px;
	background:  #30312d;
}

#meteo strong {
	position: relative;
	top: 5px;
	left: 20px;
	font-size: 14px;
	letter-spacing: 0,2	em;
}

#meteo div {
	text-align: center;
	position: relative;
	left: 25px;
	top: 15px;
}

#mapShadow {
	width: 340px;
	height: 200px;
	padding: 0 3px 3px 0;
	background:url(../images/dropshadow.png) bottom right no-repeat;
}

#meteo a{ color: #fff}