/* CSS Document */
/* Feuille de style d'habillage dédiée à toutes les pages sauf la page d'accueil */
/* Complète la feuille "typographie.css" et "generique.css" */

/****************** ENTETE ***************************************************/

#entete{
	/*width:800px;*/
	background-image:url(../images/entete1.jpg);
	height:153px;
	/*border:thin solid #006600;*/
}

/****************** CORPS ***************************************************/
/* colonnes*/
#corpsdepage{
	background-image:url(../images/fondhaut1.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#colonne_centre{
/*
	background-image:url(../images/mainchouxhaut.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
*/
	background-color:#fff;
	float:left;
	width:570px;
	/*margin-left:5px;
	margin-right:10px;*/
}
#texte_centre{
	padding-left:5px;
	padding-right:10px;
/* 	width: 370px; */
}
#colonne_dr{
	background-image:url(../images/drfond.jpg);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
	width:180px;
}
.dr_colonnerallonge{
	padding-left:10px;
	padding-right:60px;
	background-image:url(../images/drfondhaut.jpg);
}
#colonne_drtop{
	background-image:url(../images/drdecrochehaut.jpg);
	background-repeat:no-repeat;
	height:30px;
}
#colonne_drbot{	
	background-image:url(../images/drdecrochebas.jpg);
	background-repeat:no-repeat;
	height:47px;
}
/* netoyeur */
#nett {
	clear:both;
/*
	background-image:url(../images/fondbas.jpg);
	height:18px;
*/
}
 /* ------------------------------------------------- */
/* portfolio */
/* ------------------------------------------------- */
a.info {   position: relative;   text-decoration: none;}
a.info div {   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 div {
   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: 30px; /* on positionne notre infobulle */
   left: 20px;
   color: #000;
   padding: 5px;
   border: 1px solid silver;
   border-left: 4px solid silver;
   background: white;
   width: 200px;
}
