/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                              FEUILLE DE STYLE                             |
|---------------------------------------------------------------------------|
|                                                                           |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                         Benjamin COIFFARD - novembre 2007 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*------------------------------------------------------------------
	Titre des paragraphes
------------------------------------------------------------------*/
h2 {
	font-size: 1em;
	border-bottom: 1px #030 solid;
	margin-top: 20px;
}
h5 {
	float: left;
	width: 540px;
	font-size: 1.3em;
	border: none;
	color: #900;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

/*------------------------------------------------------------------
	Paragraphes
------------------------------------------------------------------*/
#principal div {
	float: left;
	width: 420px;
}
#principal p {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
	font-size: 0.9em;
}
#principal img{
	float: left;
	width: 109px;
	height: 249px;
}

/*------------------------------------------------------------------
	Listes (des unités)
------------------------------------------------------------------*/
#principal ul {
	font-size: 0.9em;
	margin-left: 60px;
	margin-bottom: 10px;
}
#principal ul em{
	font-size: 0.8em;
	color: #666666;
}
