/* CSS RESET MEYER - v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* WEBSITE CSS - La Mobylette Jaune - Emmanuel H. */

/* DEFAULT */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.2em;
	text-align:justify;
}
h1 {
	border-bottom:1px solid #000;
	clear:both;
	font-size:1.4em;
	font-variant:small-caps;
	font-weight:bold;
	line-height:25px;
	margin:5px 0;
}
h2 {
	border-bottom:1px solid #000;
	clear:both;
	font-size:1.2em;
	font-variant:small-caps;
	line-height:25px;
	margin:5px 0;
}
h3 {
	font-size:1.1em;
}
p {
	font-size:.9em;
}
small {
	font-size:.65em;
}
strong {
	font-weight:bold;
}
address {
	font-size:.9em;
}

/* LAYOUT */
#corner { 
    background:url('/img/shared/illustration.jpg') top right;   
	cursor:help;
	position:absolute; 
    top:0px; right:0px; 
    z-index:9999; 
} 
#corner img { 
    border:0; 
    width:80px; height:80px; 
    -ms-interpolation-mode:bicubic; 
} 
#header {
	background-repeat:no-repeat;
	margin:auto;
	position: relative;
	width:800px;
}
#header a {
	background-color:#393939;
	color:#fff;
	display:block;
	font-size:.9em;
	font-weight:bold;
	padding:1px 10px 3px 10px;
	text-decoration:none;
}
#header a:hover {
	background-color:#fff;
	color:#393939;
}
#header a#home-link {bottom:0;position:absolute;
	background-color:#fff;
	background-image:url('/img/shared/house_go.png');
	background-position:8px 50%;
	background-repeat:no-repeat;
	border-bottom:none;
	color:#393939;
	display:block;
	font-size:.9em;
	font-weight:bold;
	padding:3px 10px 3px 30px;
	text-decoration:none;
	width:auto;
}
#header a#home-link:hover {
	background-color:#393939;
	color:#fff;
}
#establishment {
	display:block;
	height:70px;
	margin:auto;
	width:70px;
}
#container {
	margin:auto;
	width:800px;
}
#content {
	margin:auto;
	padding:15px 0;
}
#footer {
	background-color:#393939;
	bottom:0;
	clear:both;
	color:#fff;
	display:block;
	font-size:.9em;
	margin:auto;
	padding:10px 0px;
	text-align:center;
	text-decoration:none;
	position:relative;
}
#footer p{
	font-size:.7em;
}
#footer a{
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* CAKEPHP */
.message {
	background-image:url('/img/shared/information.png');
	background-position:6px 50%;
	background-repeat:no-repeat;
	border:1px solid;
	color:#000;
	font-size:.9em;
	padding:5px 5px 5px 30px;
}
.error-message {
	background-image:url('/img/shared/exclamation.png');
	background-position:6px 50%;
	background-repeat:no-repeat;
	border:1px solid;
	color:red;
	font-size:.9em;
	margin-bottom:5px;
	padding:5px 5px 5px 30px;
}
#flashMessage{
	background-color:#fff;
	color:#000;
	margin-top:15px;
}
#authMessage {
	background-color:#fff;
	color:#000;
	margin-top:15px;
}
/* ADMIN BACKOFFICE */
ul.admin-action li.item {
	clear:both;
}
ul.admin-action li.item span{
	float:right;
	margin-left:5px;
}



/* FORMS */
form {
	padding:10px 0;
}
fieldset {
	border:1px solid #ccc;
	margin:10px 0;
	padding:10px;
}
legend {
	font-size:1.1em;
	padding:0 10px;
}
label {
	display:block;
	font-weight:bold;
	margin-top:5px;
}
input{
	margin:5px auto;
	width:100%;
}
input[type="text"] {
}
input[type="submit"] {
	margin:5px auto;
	width:auto;
}
textarea{
	margin:5px auto;
	width:100%;
}
select {
	margin:5px auto;
}
option {
}
option[selected="selected"] {
}
optgroup {
}
.input {
}
.text {
}
.textarea {
}
.datetime{
}
form small{
	display:block;
}

/* HOME */
a.more {
	background-color:#393939;
	clear:both;
	color:#fff;
	display:block;
	font-size:.9em;
	font-weight:bold;
	margin:5px auto;
	padding:3px 0;
	text-align:center;
	text-decoration:none;
	width:80%;
}
a.more:hover {
	background-color:#fff;
	color:#393939;
}
a.more-admin {
	background-color:#393939;
	clear:both;
	color:#fff;
	display:inline-block;
	font-size:.9em;
	font-weight:bold;
	margin:5px 5px 5px 0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
	width:auto;
}
a.more-admin:hover {
	background-color:#fff;
	color:#393939;
}
#flash {
	margin:auto;width:700px;z-index:1;
}
#home-header-msg {
	display:none;
}

/* WEBCAMS */
.webcam {
	padding-bottom:30px;
	text-align:center;
	width:320px;
}
#w1 {
	margin:30px auto 0 auto;
}
#w2 {
	margin-left:30px;
}
#w3 {
	margin-right:30px;
}

/* MENUS */
.menu-item {
	clear:both;
	margin-left:20px;
	margin-bottom:15px;
}
.menu-item p{
	clear:both;
	margin-bottom:15px;
}
.price{
	margin-left:15px;
	margin-right:20px;
}
.item{
	font-weight:bold;
}

/* GALLERY */

h1 span {
	float:right;
	font-size:.6em;
	line-height:2.5em;
}
h1 span a{
	border-bottom:none;
	color:#536d6e;
	text-decoration:none;
}
h1 span a:before{
	content:'[+] ';
}
h1 span a:hover {
	color:#ccc;
}
h2 span.gal-desc{
	display:block;
	font-size:.8em;
}
ul#taglist {
	padding:10px;
	text-align:center;
}
ul#taglist li {display:inline;
	margin-right:5px;
}

a#toggler {
	display:block;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.3em;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
}

a#toggler:before{
	content:'- ';
}
a#toggler:after{
	content:' -';
}
a#toggler {	
	color:#536d6e;
}
a#toggler:hover {
	color:#ccc;
}
.backforward {
	width:auto;
}

/* EVENTS */
.event {
}
.event ul {
}
.event img{
	float:left;
	margin:auto;
	padding:5px 10px 5px 0;
}

/* LEGALS */
.legals {
	font-size:.9em;
	list-style-type:circle;
	margin-left:30px;
}

/* ACCORDION - jQuery */
h2 a {
	color:#000;
    display:block;
	min-height:25px;
	height:auto !important;
	padding:2px 5px;
	text-decoration:none;
}
h2 span.dated{
	display:block;
	font-size:.4em;
	font-weight:bold;
	line-height:.4em;
	margin:0;
	padding:10px 0 0 0;
}
h2 a span.arrow {
    background-image:url('/img/iphone/arrows.png');
    background-position:-25px 25px;
    float:right;
    height:25px;
    width:25px;
}
h2 a.open span.arrow {
    background-position:0 0;
}
h2.hover a span.arrow {
    background-position:0px -25px;
}
h2.hover a.open span.arrow {
    background-position:-25px 0px;
}
p.accordion {
}


#homemessage {
	background-color:#fff;
	color:#000;
	padding:10px;
}
#homemessage div{
	width:720px;
	margin:auto;
}
