/* CSS Document */

* {
margin : 0;
padding: 0;
}

.construction {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #173C97;
	font-size:24px;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #173C97;
	font-size:14px;
}

.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size:14px;
}

a:link {
	text-decoration: none;
	color: #173C97;
}
a:visited {
	text-decoration: none;
	color: #173C97;
}
a:hover {
	text-decoration: none;
	color: #000000;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


body {
	background-image: url(img/fond.jpg);
	background-attachment:fixed;
}

#marge {
	margin-top:10px;
	margin-bottom:15px;
}

#forme {
	margin-left:5px;
	margin-bottom:10px;
}

#tableau {
	margin-left:8px;
	margin-right:8px;
	margin-bottom:3px;
	margin-top:3px;
}


.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:normal;
}

.classement {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #173C97;
	font-weight:bold;
}

.titre_classement {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
}

#table {
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
	margin-top:3px;
}

.compteur {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #173C97;
	font-weight:bold;
}


