/* THE BODY AND THE WRAPPER */
body {
font-size: 16px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
background: #ffffcc;
margin: 0;
padding: 10px;
}

#wrapper {
width: 750px;
margin: 0 auto;
}

/* FORMULAIRE CONTACT */

.tab_form_contact {
	background-color : #dddddd;
}
.form_label {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 12px; 
	text-align: left; 
	color: #000000; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00772d;
}
.form_labelfin {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	padding-left: 12px; 
	text-align: left; 
	color: #000000; 
	text-decoration: none;
}
.form_titre {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	text-align: center;
	letter-spacing: 8px;
}
.form_bouton {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	text-align: center;
}
.bouton {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	text-align: center;
	letter-spacing: 2px;
	background-color : #ffffff;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #00772d;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #00772d;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #00772d;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #00772d;
}


/* TOP BAR AND THE HEADER */
#header {
background: url(images/haut_final.jpg) top center no-repeat; 
width: 550px;	
height: 100px;
padding: 50px 0px 0px 200px;
color: white;
font-size: 24px;
}

/* THE INSIDE WRAPPER, THE MENU, AND THE CONTENT */

#contentwrapper {
background: #ffffcc; 
width: 740px;
margin: 0 auto;
text-align: left;
padding: 5px 5px 100px 5px;
}

#menu {
width: 200px;
height: 20px;
margin: 0px;
float: left;
}

#menu li.actuelle {
background:  url(images/menuon.jpg);
}
#menu li.sousmenu {
background: #e3c57d;
}
#menu li.sousmenuactuel {
background:  url(images/menuon.jpg);
}

#menu li a {
height: 35px;
height: 27px;
text-decoration: none;
font-size: 11px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}	
	
#menu li a:link, #menu li a:visited {
color: #333333;
display: block;
padding: 8px 0 0 10px;
height: 27px;
}
	
#menu li a:hover {
color: #333333;
background:  url(images/menuon.jpg);
padding: 8px 0 0 10px;
height: 27px;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
}

#content {
width: 500px;
height: 100%;
text-align: justify;
margin: 3px 10px 10px 210px;
color: #000000;
}
#content_coord {
width: 500px;
height: 100%;
text-align: justify;
margin: 3px 10px 10px 210px;
color: #000000;
}

img {
border: none;
} 

/*
p {
background: url(images/paragraph.png) top left repeat-y;
padding-left: 20px;
}
*/

p.titre_page {
font-size: 14px;
text-align: center;
font-weight: bold;
}
p.titre_rubrique {
font-size: 14px;
text-align: left;
text-decoration: underline;
font-weight: bold;
}
p.soustitre {
font-size: 15px;
text-align: left;
text-decoration: underline;
font-weight: bold;
}
p.message {
font-size: 16px;
text-align: center;
font-style: italic;
font-weight: bold;
color: #9b2323;
}
p.promo {
font-size: 16px;
text-align: left;
font-weight: bold;
color: #9b2323;
}
p.notabene {
font-size: 12px;
text-align: left;
font-weight: bold;
color: #9b2323;
}
p.tarif {
font-size: 14px;
text-align: left;
padding-left: 10px;
}
td.prix {
font-size: 14px;
text-align: right;
vertical-align: text-top;
}
td.prixpromo {
font-size: 14px;
text-align: right;
font-weight: bold;
color: #9b2323;
vertical-align: text-top;
}
p.communes {
font-size: 14px;
text-align: center;
font-style: italic;
font-weight: bold;
color: #9b2323;
}
p.carte {
text-align: center;
}
td.desc_pot {
font-size: 12px;
text-align: left;
font-weight: bold;
font-style: italic;
}

/* THE FOOTER */

#footer {
background: #ffffcc;
width: 700px;
height: 35px;
padding: 15px 0px 0px 50px;
font-size: 10px;
text-align: center;
color: #000000;
}

#footer a:link, #bottom a:visited {
color: #ff9900;
}
	
#footer a:hover {
color: ff0000;
}	
