body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 15px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image : url(fondmiroir.png)  ;
   background-repeat : no-repeat;
}
.logo 
{
margin: auto;
width: 250px;
padding-left: 350px;
}
.titre
{
width: 580px;
padding-left: 60px;
}
.titresf
{
width: 440px;
padding-left: 60px;
}
#menu
{
  float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
   }

ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 20px 20px ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 190px ;
	line-height: 30px ;
	color: #484848 ;
	text-indent: 30px ; /* On décale le texte de 40px du bord gauche */

	text-decoration: none ;
	background: white url(menu1.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

ul#menu li a:hover
{
	background: white url(menu1.gif) no-repeat 0 -30px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	color: #696969 ;
}

h1,h2,h3,h4,ul,p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	h1
{
padding-left: 100px;
}
#corps
{
   clear: right;
   margin-left: 220px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #484848;
   }
#corpsindex /*page index*/
{
	clear: right;
   margin-left: 220px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 200px;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #484848;
   }
   
p
	{
	text-align: justify;
	}
#adresse 
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 210px;}
	
#pied_de_page p
{
	font-size: 60%;
	text-align: right;
	}
.imageflottante
{
	float: left; 
	width: 150px;
	padding: 8px;
	}

.imagecontact
{
	width:40px;
}

.imageflottantemsn
{
	position: absolute; top: 190px; right: 10px; 
	width: 250px;
	padding: 12px;
	border: none; /* bordure  */
}
.imageflottantediaporama
{
	position: absolute; 
	top: 500px; 
	right: 10px; 
	width: 250px;
	height:188;
	padding: 12px;
}
.imageflottantediaporamaorch
{
	position: absolute; 
	top: 300px; 
	right: 10px; 
	width: 200px;
	height:150;
	padding: 12px;
}

.imageflottanteCG
{
	position: absolute; top: 850px; right: 30px; 
	width: 100px;
	border: none;
}
.imageflottantelogoFB
{
	position: absolute; top: 620px; left: 530px; 
	border: none; /* bordure  */
}
.imageflottantelogo
{
	position: absolute; top: 700px; right: 30px; 
	width: 250px;
	padding:8px;
	border: none;
}
.imageflottantephoto
{
	float: left; 
	width: 250px;
	padding: 8px;
	border: none;
	}

	.imageflottantephoto500
{
	float: left; 
	width: 500px;
	padding: 8px;
	border: none;
	}
	
.mail
{
	width : 200px;
	}
#msn
{
	background-repeat: no-repeat;
	margin-left: 210px;
	width: 500px;
	height: 567px;
	padding: 12px;
	}

/*tableau*/
table /* Le tableau en lui-même */
{
  margin-left: 200px; /* Centre le tableau */
   border: 4px outset grey; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
	width: 550px;
   }
th /* Les cellules d'en-tête */
{
   background-color: rgb(244,0,0);
   color: white;
   font-size: 1.1em;
   font-family: "trebuchet ms", serif;
}
td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "trebuchet ms", serif;
    font-size: 0.9em;
  
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
	
	
#image
{
position: absolute; 
top: 10px;
 left: 80px; 
 z-index: 300; 
 width: 30px; 
 height: 32px; 
 margin: 0;
 padding: 0;
 text-decoration: none;
 }

	
#postit1 
{ 
position: absolute; 
top: 5px;
 right: 20px; 
 z-index: 300; 
 width: 250px; 
 height: 132px; 
 background: rgb(255,255,0) url("postit.png") no-repeat center center;
font-family: comic sans ms;
 font-size: 15px; 
 font-weight: bold; 
 color: #000; 
 font-style: italic; 
 text-align: center; 
 line-height:20px;  
 margin: 0;
 padding: 0;
 }

#postit1 p 
{
 padding:10px 10px 0 10px; 
 text-align:center;
}


#postit2 
{
position: absolute;
top: 5px;
left: 30px; 
z-index: 300; 
width: 223px; 
height: 132px; 
background: rgb(255,140,0) ;
font-family: comic sans ms; font-size: 15px; font-weight: bold; color: #000; font-style: italic; text-align: center; line-height:20px;  margin: 0;padding: 0;}

#postit2 p
{ 
padding:1px 10px 0 10px;
text-align:center;
}
#postitorch2 
{ 
position: absolute; 
top: 280px;
 right: 20px; 
 z-index: 300; 
 width: 250px; 
 height: 132px; 
 background: rgb(255,140,0) url("postit.png") no-repeat center center;
font-family: comic sans ms;
 font-size: 15px; 
 font-weight: bold; 
 color: #000; 
 font-style: italic; 
 text-align: center; 
 line-height:20px;  
 margin: 0;
 padding: 0;
 }

#postitorch2 p 
{
 padding:10px 10px 0 10px; 
 text-align:center;
}


#postit3
{
position: absolute;
top: 100px;
left: 15px; 
z-index: 300; 
width: 223px; 
height: 132px; 
font-family: comic sans ms; font-size: 16px; font-weight: bold; color: #000; font-style: italic; text-align: center; line-height:20px;  margin: 0;padding: 0;}

#postit3 p
{ 
padding:10px 10px 0 10px;
color : rgb(220,0,0);
text-align:center;
}

#diaporamaorch
{
position: absolute; 
top: 280px;
 right: 20px; 
 z-index: 300; 
 width: 50px; 
 }

.carte
{
 position: absolute; 
top: 580px;
 left: 20px; 
 width: 300px;
 border: none; }

#bande_son_francheville
{
position: center;
top: 200px;
right: 800px; 
z-index: 300; 
width: 600px; 
height: 100px; 
background: url("icone_ecoute.gif") no-repeat center center;
}

	#corps_actu
	{
	display: inline-block;
	vertical-align: top;
	width: 600px;
	}

	#parag_actu
	{
	display: inline-block;
	width: 550px; 
	margin-bottom: 20px; /* Ca c'est pour ?ter que le corps colle trop au pied de page en-dessous */
	margin-left : 60px;
	padding: 5px 5px 5px 5px ; /* Pour ?ter que le texte ?'int?eur du corps ne colle trop ?a bordure */
    border: 3px inset white;	/* bordure */
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 5px white;
	background-color: gainsboro;
	text-align: center;
	}
	
	#corps_tarif
	{
	display: inline-block;
	vertical-align: top;
	width: 600px;
	}

	#parag_tarif
	{
	display: inline-block;
	width: 600px; 
	margin-bottom: 20px; /* Ca c'est pour ?ter que le corps colle trop au pied de page en-dessous */
	margin-left : 60px;
	padding: 5px 5px 5px 5px ; /* Pour ?ter que le texte ?'int?eur du corps ne colle trop ?a bordure */
    border: 3px inset white;	/* bordure */
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 5px white;
	background-color: gainsboro;
	text-align: center;
	}

#message p
	{
	font-size: 80%;
	font-style: italic;
	background: red;
	width: 200px;
	text-align: center;
	}	

