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


body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	height:100%;
	
}
#principal {
	position:relative;
	width:950px;
	height:600px;	
	margin-right:auto;
	margin-left:auto;

}

#lienMenu{
position:absolute;
top:0px;
left:0px;
width:100px;
height:30px;

z-index:100;
}

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

#navigation {
	display:none;
}

#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:940px;
	text-align:center;
	
	
	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/lexique/fond.gif);
	background-repeat: repeat-y ;
	background-position: top right;
	float: left;
}



#gauche {

	position:relative;
	
	width:130px !important;
	height:100%;
	margin-left:1px;
	margin-top:-26px;
	float: left;
	
}

#gauche div{
	width: 130px !important;
	height: 400px !important;
}



#centre{
	position:relative;
	text-align:justify;
	width:600px;
	height:100%;
	
	
	abackground-color:red;
	float: left;
}

#listeBibli{
	width:560px;
	height:100%;
	padding-left:20px;
	
}

.titreOuvrage{
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	color:#424649;
	font-size:12pt;
	text-decoration:none;


}
.texte{
	font-family:verdana;
	font-size:8pt;
	color:#424649;
	font-weight:normal;

}

.alphabet{
	font-family:arial;
	font-size:13pt;
	color:#424649;
	font-weight:bold;
	text-transform:uppercase; 
	text-decoration:none;
	word-spacing:0px;
}

#id_titre_lexique{
	position:relative;
	height:20px;
	float:left;
	
	background-color:#FFFFFF;
}
#titre{
	position:relative;
	height:20px;
	width:590px;
	float:left;
	background-color:#616123;
	margin: 0px 0px 10px 0px;
}

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

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


.alphaBig{
	font-family:verdana;
	font-size:72pt;
	color:#424649;
	font-weight:bold;
	text-transform:uppercase;
	line-height:116px;
	
	font-stretch: ultra-condensed;

}


#droite {
	position:relative;
	
	width:157px;
	height:100%;
	abackground-color:red;
	float: left;
}