/*	------------------------
    -                      -
	-  Valable pour toutes -
	- les pages du site    -
	-                      -
    ------------------------	*/

/* <-- Mentions légales */
div.droits
{
	margin-right: 10%;
	text-align: right;
	color: #667799;
	font-size: 70%;
}

a.droits
{
	color: #667799;
	text-decoration: none;
}
a.droits:hover
{
	text-decoration: underline;
}
/* Mentions légales --> */

/* <-- Liens internes */
a.base
{
	font-family: "Courier", monospace;
	font-weight: 600;
	font-size: 120%;
	color: #445577;
}
a.base:hover
{
	color: #8899BB;
}
/* Liens internes --> */

/* <-- Liens externes */
a.externe
{
	font-weight: 600;
	color: #445577;
	text-decoration: none;

}
a.externe:hover
{
	color: #7788AA;
	text-decoration: underline;
}
a.externe:visited
{
	color: #445577;
}
/* Liens externes --> */





.dedicace
{
	clear: both;
	float: right; 
	text-align: left;
	margin-right: 2%;
	color: #667799;
	font-weight: 500;
	font-size: 70%;
}


