/*-----------------------------------
 * CUISINES
 * réalisé par TRIPTIC
 * Création : 20.04.2006
 * Derniere modification : 21.04.2006
 ------------------------------------*/
/*
Styles du mini word
*/
.TitreBlanc{
	font-weight:bold; 
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TexteBlanc{
	font-weight:normal; 
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TitreOrange{
	font-weight:bold; 
	color:#D13401;
	font-size:12px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

.TexteOrange{
	font-weight:bold; 
	color:#D13401;
	font-size:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normalGras{
	font-weight:bold; 
	color:#424649;
	font-size:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normal{
	font-weight:normal; 
	color:#424649;
	font-size:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titrenormal{
	font-weight:normal; 
	color:#424649;
	font-size:14px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
FIN
Styles du mini word
*/
body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	height:100%;
	/*behavior:url('./css/csshover2.htc');  Fichier importe pour permettre à Internet Explorer de comprendre la pseudo-classe :hover */
}


/*  STYLE VIDEO */

.videoDroite{
position:relative;
background-color:#D4BFA0;
width:365px;
height:270px;


}

/*FIN STYLE VIDEO*/


#principal {
	position:relative;
	width:950px;
	height:600px;	
	margin-right:auto;
	margin-left:auto;

}




#entete {
	position:relative;
	background-image: url(../images/chefs/entetehaut.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:950px;
	height:34px;
	
}

#SousEntete{
	position:relative;
	height:20px;
	width:950px;
	float:left;
	background-color:#D13401;
	margin: 0px 0px 20px 0px;
}

#enteteGauche{
	position:relative;
	background-image: url(../images/chefs/entetegauche.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:53px;
	height:20px;
	float:left;
}

#id_titre_chef{
	position:relative;
	height:20px;
	float:left;
}

#bdGauche{
	position:relative;
	background-image: url(../images/chefs/bdgauche.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:15px;
	height:20px;
	float:left;
}

#bdDroite{
	position:absolute;
	background-image: url(../images/chefs/bddroite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	top:0px;
	right:0px;
	width:18px;
	height:20px;
	
}




#mosaique {
	position:relative;
	
	width:940px;

	zheight:500px;	
	background-image: url(../images/frise.gif);
	background-repeat: repeat-y ;
	background-position: top right;
	float: left;

}

#pied{
	width:350px;
	text-align:right;
	
	
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	
	color:#D13401;
	font-size:10px;
	text-decoration:none;
	margin-right:auto;
	margin-left:auto;
}

#pied a{
	
	
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	
	color:#D13401;
	font-size:10px;
	text-decoration:none;
	
}

#fond {
	position:relative;
	
	width:887px;

	
	background-image: url(../images/chefs/fond.gif);
	background-repeat: repeat-y ;
	background-position: top right;
	float: left;
}



#gauche {

	position:relative;
	margin-left: 2px;
	_margin-left: 1px;
	margin-right: 27px;
	width:317px;
	height:550px;
	
	float: left;
	
}

#gauche div{
	width:317px;
	
}

#centre{
	position:relative;
	text-align:justify;
	width:360px;
	height:100%;
	
	margin-right: 27px;

	float: left;
}

#droite_OLD {
	position:relative;
	width:154px;
	height:100%;

	float: left;
}

#droite {
	position:absolute;
	top:0px;
	left:733px;
	width:154px;
	height:100%;

	float: left;
}

#droite div{
	position: relative;
	width:154px;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	
	
	border-top-style: none;
	border-bottom-style:solid;
	border-left-style: none ;
	border-right-style: none ;
	border-width: 3px ;
	border-color:#FFFFFF;

}

#univers {

	background-image: url(../images/chefs/titreUnivers.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#lexique {

	background-image: url(../images/chefs/titreLexique.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor:hand;
}

#bibliographie {

	background-image: url(../images/chefs/titreBibliographie.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor:hand;
}

#complement {
	height:100%;
}


.listeUnivers{
	 	 	margin: 0px; padding:0px 0px 0px 17px;
  		list-style-type: disc;
  			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-align:left;
			color:black;
			font-size:12px;
  		text-decoration:none;
  		
  	}

.TitreListe{
			font-weight:normal;
			text-align:left;
			color:black;
			font-size:12px;
  		text-decoration:none;
}  	

a.TitreListe:link,a.TitreListe:hover, a.TitreListe:visited{
   font-weight:normal;
   text-align:left;
   color:black;
   font-size:12px;
    text-decoration:none;
}   

a.TitreListe:hover{
    text-decoration:underline;
}


  	

.sousListeUnivers {
	 	 	margin: 0px; padding: 0px 0px  0px 0px;
  		list-style: none;
  		text-decoration:none;
  		
  	}

.sousListeUnivers  li a:link, li a:visited{
	 	 	
  		font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-align:left;
			color:black;
			font-size:10px;
			text-decoration:none;
  		
  	}

.sousListeUnivers  li a:hover{
	 	 	
  		font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-align:left;
			color:black;
			font-size:10px;
			text-decoration:underline;
  		
  	}	
 
 
 
 
  	
#id_sav_plus{
	position:relative;
 	width:330px  !important ;
 	height:20px;
 	background-image: url(../images/chefs/btlienProd.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden;
	padding:3px 15px 0px 15px;
	margin: 10px 0px 0px 0px;
	cursor:hand;
	font-family:verdana;
	font-size:8pt;
	text-align:justify;
	color:#424649;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
 }