﻿/* CSS Document */
html, body {width:100%; margin:0; /*background-color:#FFCC99; */  background-image: url("images/fond_fracintu.jpg");  background-repeat:repeat; }
#tout {
	width:800px;
	border:2px outset #000000;	
	/* background-image: url("images/fond_eau.jpg"); */
	background-color: #ffffff; 	
	/* background-color: #fcfcd4; 	*/
	padding: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
}

#banniere
{

   width: 750px; /* On a indiqué une largeur (obligatoire) */
   height: 230px;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   /* margin-bottom: 10px; */
   margin-top: 10px; 
   background-image: url("images/logo_fracintu_gite_hotel.jpg");
   background-repeat: no-repeat;
}

#menu {
	text-align: center;
	margin:0 auto 0 auto;
	margin-bottom: 10px;
	border-bottom: 2px solid #ffe298;

}

#corps {

   width: 750px
   text-align: center;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   
}
   
#photo {
   width: 700px; /* On a indiqué une largeur (obligatoire) */
   height: 525px;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   background-image: url("images/U_Fracintu_gite_hotel_corse_valinco.gif");
   background-repeat: no-repeat;
}

#photo_plan {
   width: 750px; /* On a indiqué une largeur (obligatoire) */
   height: 478px;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   background-image: url("images/plan.jpg");
   background-repeat: no-repeat;
}

#texte_photo {
   width: 100%;
   height: 507px;
   margin: 5px;
   Padding: 5px;
}

#texte_photo_1 {
   width: 250;
   text-align: justify;
   Padding: 5px;
   margin: 20px;
   }
   
#texte_photo_2 {
   width: 300px;
   height: 246px;
   text-align: center;
   Padding: 5px;
   margin: 10px;
   margin-top: 30px;
   }
   
#photo_1 {
   width: 350px; /* On a indiqué une largeur (obligatoire) */
   height: 261px;
   margin-right: 10px;
   margin-bottom: 40px;
   background-image: url("images/");
   background-repeat: no-repeat;
   float: left;
}

#photo_2 {
   width: 330px; /* On a indiqué une largeur (obligatoire) */
   height: 246px;
   background-image: url("images/");
   background-repeat: no-repeat;
   float: right;
   margin-right: 20px;
}

#photo_3 {
   width: 746px; /* On a indiqué une largeur (obligatoire) */
   height: 456px;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   margin-right: 10px;
   background-image: url("images/");
   background-repeat: no-repeat;
}
/* tableau */

table#sample {
    background-color:#FFF2BF;
    border: 3px solid #000 ;
    width: 750px; 
    margin: auto; 
}

table#sample td {
    padding: 5px;
    border: 1px solid #000 ;

}

.data {
    width: 10%;
	color: #000000;
    text-align: right;
    background-color: #FFF;
	
/*    background-color: #FFF2BF; */


}

.center {
    width: 100%;
	color: #000000;
    text-align: center;
 
}


.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFCC99;
    height: 40px;
}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 90%;
    background-color: #FFF;

}

/* menu */

.hovermenu ul{
font: bold 16px arial;
padding-left: 0;

height: 25px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
/* float: left; */
color: black;
/* background-color: #FFF2BF; */
border-bottom: 2px solid #ffe298;
/* border: 2px solid #FFF2BF; */
}

.hovermenu ul li a:hover{
/* background-color: #F59F71; */
background-image: url("images/fond_fracintu.jpg");
border-style: outset;
color: white;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* les blocs de texte */

#texte_haut {
text-align: center;
margin: 30px;
}

#titre {
text-align: center;
border-bottom: 2px solid #ffe298;
}


#texte_bas {
text-align: center;
}

#liste_liens {
margin-left: 80px;

}

#diapo {
   width: 800px; /* On a indiqué une largeur (obligatoire) */
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
}


#indexframe {
   width: 800px; /* On a indiqué une largeur (obligatoire) */
   text-align: center;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */


}

#pied_de_page {
padding-top: 5px;
border-top: 2px solid #ffe298;
margin-bottom: 10px;
}

