/*
style.css
---------

Site : www.eptil.fr 
Manuel GAULTHIER
*/

*
{
	font-family: gulim;
    color: grey;
	text-decoration: none;
}

.description
{
	font-size: xx-large;
}

.description p
{
	text-align: center;
}

.pages
{
	font-family: arial;
    color: grey;
}

/* Pour ne pas souligner le lien */
.pages a 
{
	text-decoration: none;
	font-size: xx-large;
	font-weight: bold;
}

.mention
{
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.mention a
{
	text-decoration: none;
}

.titreh2
{
	text-align: center;
}
