/* CSS Document */


/**/
/* Global */
/**/


body {
	background-attachment: scroll;
	background-image: url('../graphics/background.gif');
	background-repeat: repeat-x;
	background-color: #2b83cd;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	text-align: right;
	padding-bottom: 40px;
	letter-spacing: 3px;
}

h2 {
	font-size: 12px;
}

a:link, a:visited {
	color: #ffff00;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

a:hover, a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

a img {
	border: none;
}




/**/
/* Content */
/**/


.content {
	text-align: center;
}

.lelogo {
	margin-left: 100px;
}

.letableau {
	border-right: 1px solid #6699FF;
	margin-left: 100px;
}




/**/
/* Footer */
/**/


.footer {
	margin-top: 50px;
}

.copyright {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
}

.copyright a, .copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}

.copyright a:hover, .copyright a:active {
	color: #aaaaaa;
}

.top_chronos {
	font-size: 9px;
	text-align: center;
	color: #ffffff;
}





