body {
	font-family: Georgia, serif;
	text-align: justify;
	background-color: #003960;
}

#maincont {
	width:800px;
	margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:20px;
    background-color: #FFF;
    padding-bottom: 10px;
    overflow: hidden;
	font-size: 0.95em;
	box-shadow: -2px 2px 6px #000;
	-webkit-box-shadow: -2px 2px 4px #000;
	-moz-box-shadow: -2px 2px 4px #000;
}

#title {
	font-size: 3em;
	font-family: Impact, serif;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	color: #1B1919;
	background-color: #D1DBEA;
	text-align: right;
}

#title img {
	background-color: #FFF;
	float: left;
	margin: 0px 0px 0px 15px;
	padding:4px 6px 3px 6px;
	width: auto;
	height: 50px;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#title p {
	padding:0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: #FFF;
	display: inline-block;
}

#intro {
	padding:8px 0px 6px 0px;
	margin:0px 20px 0px 0px;
	color: #003A61;
	width:100%;
	text-align: center;
	font-weight: bold;
}

#content {
	width:500px;
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px 20px 0px 0px;
	border-right: 1px #D1DBEA solid;
	border-top: 1px #D1DBEA solid;
	color: #003A61;
}

#footer {
	margin-top:30px;
	padding:5px;

	text-align: center;
	color: #888;
	font-size: 0.7em;
	background-color: #EEF1F6;
}

img {
	border:none;
	width: 100%;
	box-shadow: 0px 2px 4px #003F75;
	-webkit-box-shadow: 0px 2px 4px #003F75;
	-moz-box-shadow: 0px 2px 4px #003F75;
}

#content img {
	margin-bottom:8px;
	margin-top:8px;
}

#content .day_hide img {
	float:left;
	width: 100px;
	margin:3px;
	margin:0;
	margin-right:5px;
	padding:0;
}

#content img.small {
	width: 100px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#content img.offerimg {
	height:100px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin:0 0 0 0 ;
	padding:0px;
}

#sidebar {
	width:230px;
	position: relative;
	float:left;
	top:0px;
	padding: 5px 0px 0px 0px;
	font-size: 0.8em;
	border-top: 1px #D1DBEA solid;
	font-family: Arial;
	color: #444444;
}

#sidebar img {
	margin-left: 10px;
}

#sidebar p {
	margin-top:6px;
	margin-bottom:0px;
	padding-left:10px;
}

#side-menu {
	text-align: center;
	padding:0px 0px 5px 10px;
	margin-bottom: 10px;
	font-family: Impact, serif;
	font-size: 1.8em;
	border-bottom: 1px #D1DBEA solid;
}

#side-menu a {
	text-decoration: underline;
}

.day_sep {

}
.product_misc {

}

.sidebar_footer {
	font-family: Impact, sans-serif;
	text-align: center;
	font-size: 1.2em;
	margin-left:20px;
	padding:0px;
}
.sidebar_footer .noblue {
	color: #444444;
}

.product_misc h1 {
	text-align: center;
	font-size:1.5em;
	margin: 0px 0px 5px 20px;
	padding:0px;
}

.product_misc ul {
	padding:0px;
	font-size:1.1em;
	margin: 0px 0px 0px 4px;
	padding-left:0px;
	list-style: none;
}

.product_misc ul li {
	margin-bottom: 5px;
	padding-left:27px;
	line-height: 1.2em;
	background-image: url('../img/vu.png');
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}

#content h1 {
	font-size:1.0em;
	text-align: center;
	background-color: #D1DBEA;
	margin: 5px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
}

#content h1.toggle_trigger{
	cursor:pointer;
	text-align: center;
}

#content h1 img{
	height: 50px;
	width:auto;
	float:right;
	padding: 0;
	margin: 0;
	
	margin-left:8px;
	
	position:relative;
	top:-7px;
}

a {
	text-decoration: none;
	border: none;
	color: #003F75;
}

a:hover {
	text-decoration: none;
	color: #447093;
}

.tel {
	white-space: nowrap;
	font-family: monospace;
}

#lightbox img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.product {
	width = 100%;
}

.product p {
	padding-left: 5px;
}
/* Toggle Stuff */

p.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 5px 0px;
	background: url(plusminus.jpg) no-repeat;
	font-family: Impact, serif;
}
p.trigger a {
	color: #474747;
	text-decoration: none;
	display: block;
	cursor:pointer;
}
p.trigger a:hover {
	color: #ff4b43;
}
p.active {
	background-position: left bottom;
}
.toggle_container {
	padding: 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {

}

/* Promenade Details & Menus */
#selector {
	text-align: center;
	font-family: Impact, serif;
	font-size: 1.5em;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#selector a {
	cursor:pointer;
}

#selector .line a {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px;
}

#selector .line2 {
	text-align: left;
}

#selector .toggle_menu {
	margin: 0px 15px;
}

#selector .toggle_menu a {
	color: #B6007C;
	font-size:0.8em;
	margin:0px 10px 0px 10px;
	padding: 5px 5px;
	margin: 0px;
}

#sports {
	position: relative;
	left:50px;
}

#cultures {
	position: relative;
	left:178px;
}

#mobdouces {
	position: relative;
	left: 301px;
}

/* Details proprement dits */

.details {
	text-align: center;
	margin:5px 0px 5px 0px;
	padding:5px;
	background-color: #EEF1F6;
	font-family: monospace;
}

.details h2 {
	font-size: 1em;
	text-decoration: underline;
	background-color: inherit;
	font-family: inherit;
	color:inherit;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.details ul {
	padding: 0px;
	margin: 0px;
	list-style: circle;
}

.details ul li {
	text-decoration: none;
	display: inline;
	padding:0px 5px 0px 5px;
}

/* Contact infos */
#contact-list {
	padding:0px;
}

#contact-list h3 {
	font-size: 0.9em;
	margin:0px;
	padding: 0px;
}

.contact {
	padding:0px 0px 0px 20px;
	margin: 5px 0px 5px 0px;
}

.contact p {
	padding:5px 0px 0px 10px;
	margin: 0px;
	font-size: 0.9em;
}

.contact .tel{
	padding-top: 2px;
	font-weight: normal;
	font-size: 1.1em;
	margin-right: 20px;
	float:right;
}

#tailmsg{
	font-size:1.2em;
	font-family: sans-serif;
	padding:0px;
	margin:0px;
	text-align: center;
}

#tailmsg .tel{
	float:none;
}

/* Form layout inspired by : http://cssglobe.com/cssg-collections-web-forms/ */

/* form 4 */

	#form4{
		margin:1em 0;
		padding-top:1.5em;
		color:#003A61;
		width:100%; /* customize width, this form have fluid layout */
		background: #EEF1F6;
		}
	#form4 h3{
		margin:0 20px;
		height:28px;
		}		
	#form4 fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		
	#form4 legend{display:none;}	
	#form4 p{margin:.5em 20px;}	
	#form4 label{display:block;}
	#form4 label.inline {display:inline;}	
	#form4 input, #form4 textarea {		
		width:302px;
		border:1px solid #dfdfdf;
		background:#fff;
		padding:5px 3px;
		}
		
	#form4 select {		
		width:200px;
		border:1px solid #dfdfdf;
		background:#fff;
		padding:5px 3px;
		}

	#form4 input.checkbox{		
		width:20px;
		}	
	#form4 textarea{
		height:80px;
		overflow:auto;
		}					
	#form4 p.submit{
		text-align:right;
		}	
	#form4 button{
		margin:5;
		padding:5;

		cursor:pointer;
		text-align:left;
		}				
	#form4 p.last {
		visibility: hidden;
		height: 0px;
	}

/* Prix sur la page de commande */
#prices {
	font-size: 1.5em;
}

#prices h1 {
	font-family: Impact, sans-serif;
	font-weight: lighter;
	text-align: center;
	font-size: 0.9em;
	padding:0;
	margin:0;
	margin-left: 15px;
	line-height: 0.8em;
}

#prices h2 {
	color: #003A61;
	font-weight: lighter;
	font-size: 1.6em;
	font-family: Impact, sans-serif;
	padding:0;
	margin:0;
	text-decoration: underline;
}

#prices ul {
	font-family: Georgia, serif;
	list-style: none;
	margin: 10px 0px 15px 15px;
	padding: 8px 0px 8px 0px;
	text-align: center;
	background: #EEF1F6;
}

#prices ul ul {
	text-align: right;
	margin:0px;
	padding-right: 10px;
}


#prices p{
	text-align: center;
	font-size:0.6em;
	margin:0 0 10px 15px;
	padding:0px;
}

#prices span.brushed {
	position: relative;
}

#prices img.brushed {
	position: absolute;
	top: 6px;
	left:-5px;
	margin:0;
	padding:0;
	width: 40px;
	height:15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	opacity: 0.9;
}

#prices span.currency{
	font-size: 0.5em;
}