/*-----------------------------------
 * CUISINES
 * réalisé par TRIPTIC
 * Création : 20.04.2006
 * Derniere modification : 21.04.2006
 ------------------------------------*/


body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	/*behavior:url('./css/csshover2.htc');  Fichier importe pour permettre à Internet Explorer de comprendre la pseudo-classe :hover */
}
#principal {
	position:relative;
	width:950px;
	height:600px;	
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/Fdaccueil.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


 div#navigation {
 		position:absolute;
 		top:7px;
 		left:214px;
  	height: 45px;
  }
  	ul#onglets {
  		margin: 0;
  		padding:  0;
  		
  	}
  	ul#onglets li {
	 	 	float: left;
			width: 72px;
			height: 45px;
  		margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px;
  		list-style: none;
  		
  	}



#bt_contacts{
	position:absolute;
	left:880px;
	top:7px;
	width:64px;
	height:17px;
	background-image: url(../images/menu/bt_contacts.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;

}

