<style>
#mondiv{
	width:230px;
	color:AAAAAA;
	font-size:14px;
}
#mondiv2{
	width:230px;
	color:AAAAAA;
	font-size:14px;
}
#accueil{
		background-image:url(images/accueil/bgaccueil.png);
	background-repeat:no-repeat;
		background-position:right;
	height:600;
}
#contact{
		background-image:url(images/bgcontact.png);
	background-repeat:no-repeat;
		background-position:;
	height:330;
	text-align:right;
}
#indiv{
		/*background-image:url(images/bgcontact.png);
	background-repeat:no-repeat;
		background-position:;*/
		float:right;
	height:300;
	text-align:center;
}
#media{
		background-image:url(images/accueil/bgmedia.png);
	background-repeat:no-repeat;
		background-position:right;
	height:600;
	text-align:center;
}
#hotel1{
		background-image:url(images/hotel/bghotel.png);
	background-repeat:no-repeat;
		background-position:right;
	height:600;
}
#hotel2{
		background-image:url(images/hotel/bghotel2.png);
	background-repeat:no-repeat;
		background-position:left;
	height:600;
	text-align:right;
}
#loisir1{
		background-image:url(images/loisir/bgloisir1.png);
	background-repeat:no-repeat;
		background-position:right;
	height:600;
}
#loisir2{
		background-image:url(images/loisir/bgloisir2.png);
	background-repeat:no-repeat;
		background-position:left;
	height:600;
	text-align:right;
}
#resto{
		background-image:url(images/hotel/bgresto.png);
	background-repeat:no-repeat;
		background-position:left;
	height:600;
	text-align:right;
}

#test{
	position:relative;
	top:90px;
	}
#header{
	background-image:url(images/bgmenu.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:285px;
	padding-top:10px;
	}
#footer{
	/*border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
border-bottom:1px #FFFFFF solid;*/
	width:500px;
	font-size:12px;
}
#logo{
	float:left;
	padding-top:10px;
	padding-left:10px;
	margin:0px;

}
#textannime{/*border:1px #FFFF00 solid;*/
margin-left:738px;
margin-right:0px;
height:30px;
}
#textannime2{/*border:1px #FFFF00 solid;*/
margin-left:665px;
margin-right:0px;
}
#main{
	border:1px #FFFFFF solid;
	width:900px;
	height:500px;
	background-image:url(images/bgaccueil.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:5px;

}
#contenu{
	color:#999;
}
#menu{
/*background-image:url(images/logo.gif);*/
}
#bouton{
color:#009;
text-align:left;
position:relative;
}
#choixlangue {
	color: AAAAAA;	
}
#choixlangue:hover {
	color: FFFFFF;	
}
#tm{
	background-image:url();
	 background-color:000000;
	 color:fbc51c;
	 background-image:url(images/boutonbg.png);
	 border:1px #444444 solid;
	
	
	
	
	   padding-right:10px;
	   padding-left:10px;
	   margin-top:1px;
	   margin-bottom:1px;
	   /*position:relative;*/
	    font-size:18px;
		width:50px;
}
#tm:hover{
 border:1px #000000 solid;
	    color:fbc51c;
		background-color:444444;
	  /* background-color:fbc51c;*/
	   background-image:url(images/boutonbg.png);
	   	 /* background-image:url(images/boutonbg2.png);
		   position:relative;
		   padding-top:7px;
		   padding-bottom:2px;*/
}
#tmdiapo{
	background-image:url();
	 background-color:000000;
	 color:fbc51c;
	 background-image:url(images/boutonbg.png);
	 border:1px #444444 solid;
	
	
	
	
	   padding-right:10px;
	   padding-left:10px;
	   margin-top:2px;
	   /*position:relative;*/
	    font-size:18px;
		/*width:50px;*/
}
a{
text-decoration:none;
}
a:link img, a:visited img, a:hover img {
border: none;
text-decoration: none;
cursor: hand;
}
a:link, a:visited
{
color: #AAAAAA;
/*font-style:italic;*/
}
a:hover{
color: #FFFFFF;
}

a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}

a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour a la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: green;
   padding: 3px;

   border: 1px solid green;
   border-left: 4px solid green;
}
</style>