/*	----------------------------
    -                          -
	-  Valable pour toutes les -
	- présentations de section -
	-                          -
    ----------------------------	*/

/* <-- Liste des extraits */
.gauche
{
	margin-left: 15%; 
	margin-top: 15px;
}

.milieu
{
	text-align: center;
	margin-top: 15px;
}

.droite
{
	text-align: right;
	margin-right: 15%;
	margin-top: 15px;
}

a.titre
{
	font-weight: 600;
	font-variant: small-caps;
	color: #447755;
	text-decoration: none;
}
a.titre:hover
{
	color: #669977;
	text-decoration: underline;
}
a.titre:visited
{
	color: #7788AA;
}
/* Liste des extraits --> */

.paragraphe 
{
	margin-left: 8%;
	margin-right: 15%; 
	line-height: 130%;
}
