@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica;
	/*background-color: #b6e7f0;*/
	background-image:url(images/stripe.png);
}

#header {
    width: 900px;
    height: 150px; 
    margin: auto;
    margin-bottom: 10px;
}

#contenu {
    width: 980px;
    background-image:url(images/background_contenu.gif);
    background-repeat: no-repeat;
    background-color: #f0d8ad;
    margin: auto;
    margin-top: 60px;
    padding-top:10px;
}
#menu {
    width: 130px;
    float: left;
    margin-top: 40px;
}
#bouton a{
    width: 110px;
    height: 34px;
    background-image:url(images/bouton.gif);
    margin-top: 6px;
    float: left;
    display: block;
    text-decoration: none;
    margin-left: 18px;
}
#bouton a:hover {
    background-image:url(images/bouton2.gif);
}
#bouton h1 {
    font-size: 14px;
    text-align: center;
    color: #990000;
    text-decoration: none;
}
#texte{
	width:340px;
	float:left;
	margin-left: 70px;
	margin-top: 15px;
}
#texte h1, #texte_tourisme h1 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #990000;
    margin: 0;
}
#texte_tourisme{
	width:360px;
	float:left;
	margin-left: 40px;
	margin-top: 15px;
}
#texte_tourisme p {
    font-size: 15px;
    color:#de444b;
    text-align: left;
    text-decoration: none;
}
#texte p {
    font-size: 15px;
    color:#de444b;
    text-align: center;
    text-decoration: none;
}
#texte2{
	width:300px;
	float:left;
	margin-left: 70px;
	margin-top: 15px;
}
#texte2 p { 
    font-size: 15px;
    color:#de444b;
    text-align: left;
}
#texte a, #texte_tourisme a{
     text-decoration: none;
     color:#de444b;
     font-size: 15px;
}
#texte a:hover, #texte_tourisme a:hover {
     text-decoration: underline;
}
#texte3{
	width:250px;
	float:left;
	margin-left: 70px;
	margin-top: 30px;
	text-align: left;
}
#texte3 h1 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #990000;
}
#texte3 p { 
    font-size: 15px;
    color:#de444b;
    text-align: left;
}
.gros_titre {
    font-size: 28px;
    color: #990000;
    font-weight: bold;
}
#texte3 h1 a{
    text-decoration: none;
    color: #990000;
}
#texte3 h1 a:hover{
    text-decoration: underline;
}
#logo { 
    width: 237px;
    height: 161px;
    background-image: url(images/logo_eden.jpg);
    margin-top: 30px;
    padding-left:20px;
}
#photo {
    width: 388px;
    height: 427px;
    background-image:url(images/photo-resto.png);
    background-repeat: no-repeat;
    padding-right: 40px;
    margin-top: 10px;
    float: right;
    margin: 0;
}
#photo_hotel {
    width: 388px;
    height: 417px;
    background-image:url(images/photo_hotel.png);
    background-repeat: no-repeat;
    padding-right: 40px;
    float: right;
    margin: 0;
}
#photo_restaurant {
    width: 388px;
    height: 417px;
    background-image:url(images/photo_cuisine.jpg);
    background-repeat: no-repeat;
    padding-right: 40px;
    float: right;
    margin: 0;
}
#photo_restaurant2 {
    width: 388px;
    height: 480px;
    background-image:url(images/plat.jpg);
    background-repeat: no-repeat;
    padding-right: 40px;
    float: right;
    margin: 0;
}
a img { 
    border: none;
}
#photo_seminaire {
    width: 388px;
    height: 417px;
    background-image:url(images/photo_seminaire.jpg);
    background-repeat: no-repeat;
    padding-right: 40px;
    float: right;
    margin: 0;
}
#photo_tourisme { 
    width: 400px;
    padding-right: 40px;
    float: right;
    margin: 0;
}
#footer {
    width: 980px;
    margin: auto;
    height: 70px;
    background-image:url(images/footer2.png);
    background-repeat: no-repeat;
}
#footer p {
    font-size: 11px;
    text-align: center;
    font-style: italic;
    line-height: 28px;
    margin: 0;
    color: #990000;
}
.retour { clear: both; }

/*FORMULAIRE*/

legend {
    font-size: 16px;
    color: #990000;
    font-weight: bold;
}
textarea {
        margin-left: 60px;
        width: 380px;
        background-color: #FFF;
	  border: 1px solid #990000;
}
textarea:hover {
        background-color: #fcd9e0;
}
fieldset {
        width: 500px;
	  margin: auto;
	  padding-bottom: 15px;
        border: 2px #f4de90 doted;
	  background-color: #ffe1c0;
}
fieldset:hover {
        background-color: #fdd1a0;
}
label {
      display: block;
	float: left;
	width: 105px;
      color: #990000;
	margin-left: 60px;
}
label:hover {
      font-weight: bold;
	color: #da2c4c;
}
input[type="reset"] {
      width: 90px;
	margin-left: 152px;
      background-color: #f8405a;
	font-weight: bold;
	color: #89091b;
	float:none;
}

input[type="reset"]:hover {
       background-color: #FF0000;
	  color: #84080e;
	 
}
input[type="valider"] {
       width: 90px;
       background-color: #66FF66;
	 color: #248909;
	 font-weight: bold;
	 text-align: center;
	 float:none;
}
input[type="valider"]:hover {
       background-color: #66FF00;
	 color: #1d7103;
}
input {
      width: 190px;
      background-color: #FFF;
	border: 1px solid #aa0d12;
      float: left;
}
input:hover {
        background-color:#fcd9e0;
}
.etoile { 
      font-size: 14px;
	color: #990000;
	margin-left: 150px;
}
#mail_envoye {
     width: 500px;
     margin: auto;
     padding: 20px;
     background-color: #fbeacc;
}
#mail_envoye h1 {
     font-size: 16px;
     color: #eabf72;
}
#mail_envoye p {
     font-size: 14px;
     color: #990000;
}
.menu_indice {
    font-size: 11px;
	color: #990000;
	font-style: italic;
    text-align: center;
}
.menu_indice2 {
    font-size: 11px;
	color: #990000;
	font-style: italic;
    margin-left: 140px;
}

#anim { 
     width: 300px;
     height: 60px;
     margin: auto;
}
#formulaire {
     width: 500px;
     height: 600px;
     margin: auto;
}


#menu_puce {
     width: 280px;
     height: 450px;
     float: left;
     text-align: left;
}
.prix {
     font-size: 18px;
     color: #990000;
     font-weight: bold;
     margin: 0;
     text-align: right;
}
#boite_logo { 
     width: 237px;
     height: 161px;
     background-image:url(images/logo_eden.jpg);
     margin: auto;
}
.attention {
    font-size: 15px;
    color: #FF9900;
    font-weight: bold;
    text-align: right;
}

#text_popup2 { 
      width: 680px;
	  margin: auto;
}
#text_popup2 h1 {
     font-size: 25px;
     text-align: center;
     font-style: italic;
     color: #990000;
}
#text_popup2 p {
     font-size: 16px;
     text-align: center;
     color: #FF9966;
}
#text_popup2 h2 {
     font-size: 18px;
     font-weight: bold;
     text-align: center;
     color: #990000;
     margin: 0;
}
