@charset "utf-8";

/*---------------------------------------------------------------------------------
© Copyright Art-ysimedi@ - www.art-ysimedia.fr - Groupe Pierrot A2 - 13400 Aubagne
---------------------------------------------------------------------------------*/
/*---------------------------------------------------------
REGLAGES DE LA FEUILLE DE STYLE PALAIS DES SAVEURS
---------------------------------------------------------*/
body{
	margin:  0 auto ; 
	text-align: center ;
	background-color: #663333;
	background-image:url(images/stripe.png);
	background-repeat: repeat; 
	font-family: "Times New Roman", Times, serif;
	font-size:medium;
		width: 974px;
		text-align:center
	}
img {border:0px;}

/*Insertion d'une puce (img)*/
.puce {background: url(images/puce2.gif) no-repeat left bottom; padding-left: 25px}
/*------------------------------------------------------*/

#bandeau1{
	width: 974px ;
	height: 174px ;
	margin: 0 auto ;
	background-color: #663333;
	background-image:url(images/bandeau.jpg); 
	background-repeat:no-repeat;
	border-bottom:5px solid #C79A22;
	background-position:center;}
/*---------------------------------------------*/
#menu{
	margin:0 auto; width:974px; height:32px; background-image:url(images/nav05.gif);
	}

#nav li {
    margin: 0; 
    padding: 0;
    display: inline;
}

#nav li a:link, #nav li a:visited {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
	color:#990000;
    text-align: center;
    background: url(images/nav05.gif) repeat-x;
    padding: 0 20px;
}

#nav li a:hover, #nav li a:active {
    background: url(images/nav05.gif) 0 -32px;
    padding: 0 20px;
	color:#FFCC00;
} 
/* Fin---------------------------------------------------------------*/
#corps{
	width: 974px ;
	margin: 0 auto ;
	background-color:#eaddcd;
	text-align: left ;
	color:#666633;
	font-style:italic}

#corps p{ 
   margin:25px;
   font-size: large;}

#corps h1{  
    margin-left: 10px ;
	margin-top:20px;
    border-bottom: 1px solid #CC6633 ;
	border-left: 5px solid #CC6633 ;
	padding-left: 20px ;
	line-height: normal ;
	color:#900;}

#corps h2{
    margin-left: 15px ;
	padding-left: 5px ;
    border-left: 3px solid #CC6633 ;
	color: #900 ;}

#corps h3{
    margin-left: 15px ;
	padding-left: 5px ;
    border-left: 2px solid #CC6633 ;
	color: #900 ;}

#corps h4{
    margin-left: 15px ;
	padding-left: 5px ;
    border-left: 2px solid #CC6633 ;
	font-size:small;
	color: #900 ;}

/*Liens corps*/
#corps a { color:#990000; text-decoration:none }
#corps a:hover ,#piedpage a:hover{background-color: #FFCC00; text-decoration:none }
#corps a:visited ,#piedpage a:visited { color:#FF6600; text-decoration:none }

/* Div haut gauche superposé sur corps */
#offre2{
	float: left;
	width: 190px;
	height:255px;
	margin-top:0;
	margin-left:0;images/cocktail_4.jpg
	padding-left:0;
	background-image:url(images/diplome.png);
	background-repeat:no-repeat;}
/*fin..............................*/
#piedpage{
    width: 974px ;
	height:40px;
	margin: 0 auto ;
	margin-top:0px;
	margin-bottom:20px;
	padding-top:10px;
	text-align: center ;
	line-height:normal;
	background-color:#633;
	background-image:url(images/pucepiedpage.png);
	background-position:left;
	background-repeat: no-repeat;
	color:#FFF;}
	
/*Lien pied de de page*/	
#piedpage a { color:#fff; text-decoration: underline }

/* infobulle sur liens avec incrustation d'image menu nav. Exemple de lien html : <a href="url-du-lien" class="tooltip">texte du lien<em><span></span>texte de l'infobulle</em></a>*/
a.tooltip em{
    display:none;}
	
a.tooltip:hover{
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;}
	
a.tooltip:hover em{
	font-size:smaller;
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 35px; 
    left: -5px; 
    padding: 5px; 
    color: #FFF; 
    border-bottom: 0px solid #006699;
	border-left: 0px solid #006699 ; 
    background: none; 
    width:120px;}
	
a.tooltip:hover em span{
    position: absolute; 
    top: -12px; 
    left: 15px;
    height: 20px; 
    width: 20px; 
    background: transparent url(images/puce2.gif); /*img infobulle*/
    margin:0; 
    padding: 0; 
    border: 0;}
/*Fin*/
	
/*infobulle sur liens avec apparition d'image. Exemple de lien html : <a href="#" class="info"><img src="url_image.jpg"><span>définition dans infobulle</span></a>*/ 
a.info {
   position: relative;
   color: #006;
   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 à la ligne non-désiré */

   top: -250px; /* on positionne notre infobulle */
   left: 0;

   background: white;

   color: #006;
   padding: 3px;

   border: 1px solid  #FF9900;
   border-left: 4px solid #F90 ;
}
/*fin...............................................................*/
