/* BIO.CSS */
/* Copyright ASI Média 2005 */
body { 
	margin:0px; 
	height:100%;
	background-color:#000000;
}

#conteneur {
	width:575px;
	height:100%;
	background-image:  url("../images/accueil/fond.jpg");
}
/*------------------------------------*/

/*------------------------------------*/
/* TITRE DE PAGE */
#titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	background-color:#000000;
	text-align:right;
	border-bottom:2px solid #FFFFFF;
}
/*------------------------------------*/

/*------------------------------------*/
/* TABLEAU */
#tab {
	width:570px;
	height:300px;
}
/*------------------------------------*/

/*------------------------------------*/
/* NAVIGATION */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

.txt { vertical-align:middle; }

.td {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:underline;
}
