/* CSS Document */

a.linktitre:link {
	color: #333333;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
}
a.linktitre:visited {
	color: #333333;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
}
a.linktitre:hover {
	color: #333333;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
}

a.linkmenu:link {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a.linkmenu:visited {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a.linkmenu:hover {
    color: #333333;
    text-decoration: none;
    background-color: #FFFF33;
    font-weight: normal;
    font-style: normal;
}

a.linkcontent:link {
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}
a.linkcontent:visited {
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}
a.linkcontent:hover {
    color: #333333;
    text-decoration: underline;
    background-color: #FFFF00;
    font-weight: normal;
    font-style: normal;
	
}.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: 1px;
	vertical-align: top;
	color: #333333;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #333333;
	letter-spacing: 1px;
	vertical-align: top;
}
