/*
encyclopedie.css
--------------		Par Dark Angel

Créé le 27 Décembre 2006

*/

h2
{
	font-size: 129%;
	border-bottom: 1px dotted #B37A00;	
	margin-top: 2px;

}

ul#onglets
{
	list-style-type: none;
	width: 525px;
	height: 22px;
	padding:0;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	border-bottom:1px solid #B37A00;
}

ul#onglets li.normal
{
	float: left;
	background: #F3DC80;
	width: 95px;
	text-align :center;
	margin-left: 1px;	
	height: 18px;
	padding-top: 1px;
	
}

ul#onglets li.en_cours
{
	float: left;
	background: #B37A00;	
	width: 95px;
	text-align :center;
	margin-left: 1px;	
	height: 18px;
	padding-top: 1px;
	
	
}

ul#onglets li.en_cours a
{
	color:#F3DC80;	
}

ul#onglets li.normal:hover
{
	float: left;
	background: #B37A00;
	width: 95px;
	margin-left: 1px;
	height: 18px;	
	padding-top: 1px;
}

ul#onglets li.normal:hover a
{
	color:#F3DC80;
}

ul#onglets li.normal a:hover
{
	color:#F3DC80;

}
ul#onglets li{
	border-left:1px solid #B37A00;
	border-top:1px solid #B37A00;
	border-right:1px solid #B37A00;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	margin-bottom:0px;
}

#fiche
{	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: justify;

}
