/*******************************************************/
/* Projet : Jereweb                                    */
/*******************************************************/


a:link {color: #FF0000; font-weight: bold; text-decoration: none}     /* unvisited link */
a:visited {color: #FF0000; font-weight: bold; text-decoration: none}  /* visited link */
a:hover {color: #FF0000; font-weight: bold; text-decoration: underline}   /* mouse over link */
a:active {color: #FF0000; font-weight: bold; text-decoration: none}   /* selected link */

body {
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
	margin-top: 0px;

	
	font-family: verdana; 
	font-size: 10px; 
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/background.gif);
}

#header{
	width: 900px;
	height: 115px;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#tableau{
	width: 900px;
}

/*Font*/

.txt-noir-1 { 
	font-family: verdana;
	font-size: 1px;
	color: #000000; 
}

.txt-blanc-1 { 
	font-family: verdana;
	font-size: 1px;
	color: #FFFFFF; 
}

.txt-noir-10 { 
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000; 
}

.txt-blanc-10 { 
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF; 
}

.txt-noir-10g { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000; 
}

.txt-blanc-10g { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; 
}

.txt-noir-12 { 
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
}

.txt-blanc-12 { 
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF; 
}

.txt-blanc-12g { 
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; 
}

.titre-noir-14 { 
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
}

.txt-blanc-14 { 
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF; 
}

.txt-grd-noir { 
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000; 
}

.txt-moyen-blanc { 
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF; 
}

.txt-g { 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000; 
}

.txt-pt { 
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	color: #000000; 
}
