
/*
** HTML elements
*/
body
{
	margin: 0;
	padding: 0;
	color: #000000; 
	font: 13px "Century Gothic", "verdana", helvetica, sans-serif;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a
{
	text-decoration: none;
}

.liens
{
	color: #336699;
	font: 13px "Century Gothic", "verdana", helvetica, sans-serif;
}

.liens a
{
	font-weight: bold;
	color: #336699;
}

.liens a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.xtitre-menu {
	color: #336699;
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 1.1em;
}

.sstitre {
	color: #3399FF;
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
}


.liens2
{
	font: 14px "Century Gothic", "verdana", helvetica, sans-serif;
}

.liens2 a
{
	color: #3399ff;
}

.liens2 a:hover
{
	color: #ff8c00;
	text-decoration: underline;
}

.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}

.normal {
	visibility: visible;
	overflow: visible;
	height: 100%;
}