/*
    Document   : main.css
    Created on : 8 sept. 2009, 21:21:24
    Author     : Jérôme Since
    Description:
    Main CSS
*/
body
{
    background-color: #414141;
    color: #444;
    font: normal 11pt Arial,Helvetica,sans-serif;
    height: 100%;
}
.clearfloat {
    clear:both;
}
.text-right
{
    text-align:right;
}
.margin-t-30
{
    margin-top: 30px !important;
}
.margin-t-50
{
    margin-top: 50px !important;
}
.margin-t-100
{
    margin-top: 100px !important;
}
.mandatory
{
    padding-left:20px;
    color:red;
}
hr
{
    clear:both;
	visibility: hidden;
	height:0;
}
.green
{
	color:green;
}
/* Overall Style */
#page
{
    width: 980px;
    margin: 10px auto 0 auto;
    background-color:white;
}

/* Header Style*/
#header
{
    height: 288px;
    background: #A32743 url(../images/bandeau.jpg) no-repeat right top;
}
#header #logo
{
    float:left;
    width:440px;
    height:270px;
}
#header ul#i18n
{
    float:right;
    width:80px;
    padding: 5px 0 5px 0;
    background-color:#111;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    opacity: 0.8;
}
#header ul#i18n li
{
    float:left;
    margin-left:8px;
    display:inline; 
}
#header #liseret
{
    width: 980px;
    height: 18px;
    background: url(../images/liseret.jpg) repeat-x;
    clear: both;
}


/* Main Style */
#main
{
    clear:both;
    background-color:white;
}

/* Mainmenu / Left menu Style */
#leftside
{
    float: left;
    width: 230px;
}
#leftside #mainmenu ul
{
    width: 212px;
    height: 288px;
    background: url(../images/_l_2_1.jpg) no-repeat left top;
    padding: 12px 0 0 3px;
    margin: 10px 0 0 10px;
}

#leftside #mainmenu ul li a
{
    width: 167px;
    display:block;
    padding: 6px 3px 6px 3px;
    color: white;
    text-decoration: none;
    padding-left:30px;
}
#leftside #coords
{
    width:202px;
    text-align:center;
    background: url(../images/_l_1_2.jpg) no-repeat left top;
    padding: 22px 10px 60px 3px;
    margin: 30px 0 30px 10px;
    color:white;
}
#leftside #mainmenu ul li a:hover, #leftside #mainmenu ul li a#active
{
    background: #515151;
    color: white;
}

/* Content / Center Style*/
#content
{
   float: right;
   width: 750px;
   padding-bottom:20px;
   background-color:white;
}
#content h1
{
   background:  url(../images/puce-h1.jpg) no-repeat left center;
   padding: 12px 0 12px 50px;
   margin: 25px 0 40px 20px;
   font-size: 18px;
   font-style:normal;
}
#content h2
{
   margin: 5px 0 15px 20px;
   font-size: 14px;
   font-style:normal;
}
#content h3
{
   margin: 15px 0 5px 20px;
   font-size: 14px;

}
#content p
{
   margin: 0 50px 0 20px;
   text-align:justify;
   line-height:22px;
}
#content p img
{
    float:left;
    margin: 4px 10px 10px 0;
    border:1px solid black;
    display:inline;
}
#content p img.r
{
    float:right;
    margin: 0 0px 4px 10px;
    border:1px solid black;
    display:inline;
}

#content ul
{
   margin: 15px 50px 30px 20px;
}
#content li
{
   margin: 5px 0px 0 25px;
   padding-left: 15px;
   background:  url(../images/puce-ul.gif) no-repeat left 4px;
}
#content li span
{
   text-decoration: underline;
}
#content table
{
    width:85%;
    margin: 10px 50px 20px 75px;
}
#content table thead th
{
   background-color:#eee;
   padding:4px 0 4px 0;
   border-left:1px solid #AAA;
   border-top:1px solid #AAA;
   border-right:1px solid #AAA;
}
#content table thead th.label
{
    width:60%;
}
#content table thead th.price
{
    width:10%;
}
#content table thead th.price_r
{
    width:30%;
}
#content table thead th.price span, #content table thead th.price_r span
{
    font-size:11px;
}
#content table tbody td
{
   padding: 0 0 0 3px;
   border:1px solid #AAA;
   padding:2px 0 2px 2px;
}
#content table tbody td
{
   padding: 0 0 0 3px;
   border:1px solid #AAA;
   padding:2px;
}
#content table tbody td span
{
   font-size: 12px;
   margin-left:10px;
   font-style:italic;
}
#content table tbody td.extra
{
	color:green;
    font-weight:bold;
}
#content form
{
    clear:both;
    width:680px;
    margin: 20px 40px 20px 20px;
    background-color:#eee;
    padding:20px 0px 20px 20px;
    border: 1px solid #aaa;
}
#content form fieldset
{
    margin: 0px 0px 30px 0px;
}
#content form legend
{
    margin-left: -10px;
    text-underline: dashed;
    font-weight:bold;
}
#content form p
{
    clear:both;
    width:650px;
    margin: 10px 0px 20px 0px;
    padding-bottom: 10px;
}

#content form label
{
    float:left;
    width: 90px;
}
#content form label.large
{
    width: 180px;
}
#content form input
{
    float:left;
    width: 90px;
    margin: 0 20px 0 10px;
    display:inline;
}
#content form select
{
    float:left;
	margin: 0 20px 0 10px;
}
#content form input.medium
{
    width:180px;
}
#content form input.large
{
    width:480px;
}
#content form textarea
{
    float:left;
    margin: 0 0 0 100px;
    width:530px;
    display:inline;
}
#content form #submit
{
    margin: 20px 0 0 310px;
}
#content form p span
{
    color:red;
}
/* Price page */
#content p#tax
{
	margin: 0 0 30px 75px !important;
	font-size:12px;
}

/* Reservation page */
#content ul#reservation_block 
{
	width:700px;
	float:left;
}
#content ul#reservation_block li
{
	float:left;
	width:200px;
	height:350px;
	text-align:center;
	background: url(../images/_l_3_1.jpg) no-repeat left top;
	margin:0 18px 0 0 !important;
	padding:20px 15px 10px 0px !important;
}
#content ul#reservation_block li h3
{
	width:192px;
	text-align:left;
	margin-left:10px !important;
	font-size:18px;
}
#content ul#reservation_block li p
{
	margin:20px 0 0 10px !important;
	text-align:center;
}
#content ul#reservation_block li a img
{
	margin:20px 0 0 10px !important;
	text-align:center;
}

/* Gallery */
div#diapo{
   width: 720px;
   background-color:#eee;
   padding: 10px 0 10px 0px;
   margin: 30px 0 0 15px;
   border: 1px solid #aaa;
}
div#diapo p{
    margin: 0 0 0 20px;
    padding:0;
}
div#diapo ul.gallery {
    width: 680px;
    list-style:none;
    text-align:center;
    padding: 10px 0 10px 0px;
}
div#diapo ul.gallery li {
    float:left;
    width:154px;
    background: none !important;
    padding:0;
    display:inline;
    margin:0 5px 10px 10px;
}
div#diapo ul.gallery a {
    border:1px solid #000000;
    display:block;
    line-height:0;
    background:transparent none repeat scroll 0 0 !important;
    padding:1px !important;
}
div#diapo ul.gallery a:hover {
    border:1px solid #A10E38;
}

/* Footer Style */
#footer
{
    clear:both;
    text-align:center;
    background-color: #333;
    color:#bbb;
    font-size:0.8em;
    padding: 5px 0 5px 0;

}
#footer a
{
    color:#bbb;
    text-decoration: none;
}
#footer a:hover
{
    color:white;
}


#content #map img
{
    margin:10px 10px 10px 150px;
    width:300px;
    height: 300px;
    border:2px solid #333;
}
#content #map img:hover
{
     border:2px solid #000;
}
#content ul#tourisme li
{
     margin-top:15px;
     line-height:20px;
}

#content #email_confirm_a{
    display: block;
    margin: 50px 0 0 150px;
}