/*******************************************************/
/* Projet : Jereweb.fr                                 */
/*******************************************************/


a:link {color: #FFFF00}     /* unvisited link */
a:visited {color: #FFFF00}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #FF0000}   /* 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: #FFFFFF;
}

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

#tableau{
	width: 975px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

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

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

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

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

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

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

.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; 
}
