* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0px;
	padding: 20px 0 0 0;
	text-align: left;
	font: 11px "Trebuchet MS", sans-serif;
	background: #75a720;
	line-height: 1.4;
}

img {
	border: 0;
}

p {
	margin-bottom: 15px;
}

div#conteneur {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header {
	width: 900px;
	height: 150px;
	background: transparent;
}

/* @group Tabs */

#tabs {
	position: relative;
	margin-top: 25px;
	text-shadow: 2px 2px 1px #d2d2d2;
	padding: 5px 0 0 0;
	height: 28px;
	display: block;
	background: #e6e6e6 url(images/TabMosaic.gif) repeat-x 0 100%;
	font-weight: bold;
}

#tabs ul
{
	margin-left: 25px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	display: inline;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
}

#tabs ul li {
	display: block;
	margin: 0px 0 0 -1px;
	padding: 0;
	float: left;
}

#tabs ul li#index {
	margin-left: 5px;
}
	
#tabs ul li a {
	display: block;
	padding: 7px 17px 8px 17px;
	float: left;
	color: #5b5b5b;
	font-size: 12px;
	text-decoration: none;
}

#tabs ul li a:hover {
	color: #d1017b;
	text-decoration: none;
}

#tabs ul li span {
	display: block;
	float: left;
}

#tabs li a {
	background: url(images/TabMosaic.gif) no-repeat 100% -120px;
}

#tabs li.active {
	background: url(images/TabMosaic.gif) no-repeat 0px 0px #fff;
}

#tabs li.active a {
	color: #d1017b;
	background: url(images/TabMosaic.gif) no-repeat 100% -60px;
}

#tabs #socialMenu {
	position: absolute;
	top: 8px;
	left: 730px;
}
	
/* @end */

div#contenu {
	position: relative;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	font-size: 12px;
	text-align: justify;
}

html>body div#contenu {
	height: auto;
}

div#contenu strong {
	color: #d1017b;
}

div#contenu a {
	color: #d1017b;
	font-weight: bold;
	text-decoration: underline;
}

div#contenu a:hover {
	color: #d1017b;
	text-decoration: none;
}

div#contenu h1 {
	margin-bottom: 30px;
	font-size: 16px;
	color: #666666;
}

div#contenu h2 {
	font-size: 1.3em;
	color: #d1017b;
}

div#contenu h3 {
	font-size: 1.3em;
	color: #d1017b;
}

div#contenu h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	color: #d1017b;
}

#floatLeftImage {
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	clear: left;
	float: left;
	vertical-align: middle;
	text-align: left;
}

#floatRightImage {
	width: 300px;
	text-align: center;
	line-height: 20px;
	clear: right;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
}

.indexPhotoLeft {
	width: 200px;
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	font-size: 9px;
	text-align: center;
	color: #d1017b;
}

.indexPhotoLeft a {
	text-decoration: none;
	color: #d1017b;
}

.indexPhotoLeft img {
	margin-bottom: 5px;
	text-decoration: none;
}

#rightDiv {
	float: right;
	clear: both;
	width: 200px;
	margin-right: 20px;
}

#newsPartners {
	margin-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#latestNews {
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-color: #aaaaaa;
	border-style: dashed;
	border-width: 1px;
	background-color: #EEEEEE;
	font-size: 10px;
	width: 180px;
	overflow: auto;
}

#latestNews a {
	color: #666666;
}

#latestNews img {
	margin-top: 10px;
	color: #666666;
}

#latestNews p {
	margin-bottom: 0px;
}

#latestNews h1 a {
	font-size: 12px;
	margin-bottom: 0px;
}

#contactDiv {
	position: relative;
	display: none;
	padding: 20px;
	width: 590px;
	background-color: #aac1ff;
	opacity: 0.9;
}

#contactDiv h1 {
	color: black;
	opacity: 1;
}

#contactDiv p {
	color: black;
	opacity: 1;
}

#contactDiv a {
	cursor: pointer;
	text-decoration: none;
}

#contactDiv a:hover {
	text-decoration: underline;
}

#contactDiv textarea {
	vertical-align: top;
}

#contactName {
	color: #ae1021;
	font-weight: bold;
}

.photoButton {
	margin: 10px;
	width: 150px;
}

#emailOK {
	margin-bottom: 20px;
	position: relative;
	display: block;
	padding: 20px;
	width: 590px;
	background-color: #aac1ff;
	opacity: 0.9;
}

#restostable {
	color: white;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	background-image: url(images/plan-2010.gif);
	background-repeat: no-repeat;
	height: 550px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-top: 40px;
	line-height: 1.5em;
	width: 780px;
	vertical-align: top;
	text-align: right;
}

#restostable a {
	color:#FFFFFF;
}

#restoList {
	height: 250px;
	margin: 0 0 20px 40px;
	padding: 0px;
	text-align: left;
	color:#FFFFFF;
}

#restoList li {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: circle;
	padding: 0px;
	text-align: left;
	color: #999999;
}

#restoList li a {
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #d1017b;
}

#contactList {
	padding: 0px;
	text-align: left;
	margin-left: 0px;
}

#contactList li {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
	text-align: left;
}

#menuShow {
	height: 100px;
	vertical-align: middle;
}

.num {
	text-align: right;
	width: 50px;
	display: inline-block;
}

.resto {
	display: inline-block;
	margin-left: 10px;
}

.epi {
	width: 200px;
}

.right {
	width: 300px;
	text-align: right;
}

.center {
	text-align: center;
}

#plan {
	border-color: #aaaaaa;
	border-style: dashed;
	border-width: 1px;
}

#photosTable {
	margin: 0 50px 30px 50px;
	width: 600px;
	vertical-align: middle;
}

td#photoShow {
	width: 50%;
	text-align: right;
}

td#photoList {
	padding-left: 20px;
	text-align: left;
}

p.photoIndex {
	margin-top: 20px;
}

p.photoIndex img {
	width: 205px;
}

#photos {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#photos img {
	margin: 10px;
	vertical-align: middle;
}

.rss {
	width: 15px;
}

.sponsorRow {
	width: 100%;
	text-align: center;
}

.sponsorRow img {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-top: 10px;
	vertical-align: middle;
}

#dpop {
	margin-top: 45px;
	position: absolute;
	padding-top: 10px;
	background-image: url(images/tooltip/tooltip.gif);
	height: 190px;
	width: 300px;
	z-index: 100;
	margin-left: 425px;
	text-align: center;
	display: none;
}

#dpop strong {
	color: #d1017b;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

#dpop img {
	max-height: 120px;
}

#footer {
	line-height: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 10px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

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

#footer p#links a {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer p#links a:hover {
	color: #d1017b;
	text-decoration: none;
}

a.adminButton {
	color: #CCC;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px;
	width: 380px;
	border: 1px solid #CCC;
	font-size: 16px;
}

a.adminButton:hover {
	color: #FFF;
	background: #CCC;
}

a.adminSmallButton {
	text-transform: uppercase;
	color: #CCC;
	text-decoration: none;
	display: inline;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 0px;
}

a.adminSmallButton:hover {
	color: #FFF;
	background: #CCC;
}

fieldset
{
	padding: 20px;
}


fieldset.news
{
	display: block;
}

fieldset.action
{
	display: none;
}

#progress {
	font-size: 14px;
	padding-top: 40px;
	height: 130px;
	display: none;
	font-weight: bold;
	border-color: #ff0300;
	position: fixed;
	top: 200px;
	left: 50%;
	width: 400px;
	z-index: 100;
	border: 1px dashed;
	text-align: center;
	background: #ffaaaa;
}

#OK {
	font-size: 16px;
	padding: 40px;
	font-weight: bold;
	border-color: #00ff26;
	z-index: 100;
	border: 1px dashed;
	text-align: center;
	background: #b1ff96;
	position: absolute;
	left: 20%;
}

.preview {
	height: 100px;
	vertical-align: middle;
}

#causeries {
	float: right;
	clear: left;
	margin: 0 10px 10px 30px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    text-decoration: none;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    text-decoration: none;
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.buttons a:active{
    text-decoration: none;
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}

.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}

.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#form {
	margin-bottom: 20px;
	font-size: 12px;
}

#form td {
	padding: 10px 10px 0px 0px;
}

#form input[type=text] {
	margin-bottom: 3px;
	height: 18px;
	width: 160px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #d1017b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	vertical-align: middle;
}

#form #rem {
	width: 160px;
	height: 50px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #d1017b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	vertical-align: top;
}

#form #descr {
	width: 300px;
	height: 100px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #d1017b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}

#form #menu {
	width: 650px;
	height: 150px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #d1017b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}

#topMessage {
	width: 630px;
	padding: 20px 0;
	background-color:#E6EFC2;
	border:1px solid #529214;
	color: #529214;
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 14px;
	text-align: center;
}

#planMap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}