/*******************************************************/
/* Projet : BlackDiamant.fr                            */
/*******************************************************/


a:link {color: #0D4BFF}     /* unvisited link */
a:visited {color: #0D4BFF}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #0D4BFF}   /* selected link */

body {
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: verdana; 
	font-size: 10px; 
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#site{
	background-color: #000000;
	border-width:1px; 
	border-style:solid; 
	border-color: FFFFFF;
}

#header{
	width: 955px;
	height: 250px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 20px;
	bordercolor: #FFFFFF;
}

#espace{
	width: 955px;
	height: 1px;
	background-color: #FFFFFF;
}

#menu{
	width: 955px;
	height: 30px;
	background-image: url(../images/bt/fd_menu.jpg);
	background-repeat: repeat-x;
}

.txt-rouge {
	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; 
}

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

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

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

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

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

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

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

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

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

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