/* CSS Document */
body {

	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	background-color: #000000;
	
	text-align:center;
	margin: 0;
}

/* Mise en page */

.global { /*bloc général*/
	width: 762px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

.blocheader { /*titre*/
	width:770px;
	border: 1px solid #FFFFFF;
}
	
.blocmenu { /*tout le menu gauche y compris le titre*/
	background-image: url('../images/fond_menu.gif');
	border: 1px solid #FFFFFF;
	margin-top:5px;
	width: 150px;
	float:left;
}
	
.bloccontenu {
	border: 1px solid #FFFFFF;
	margin-top:5px;
	width: 600px;
	float:right;
}
	
.bloctitremenu {
	border-bottom: 1px solid #000000;
	background-image: url('../images/fond_titremenu.gif');
	height: 15px;
	font-weight:bold;
	text-align:center;
}

/*Fin mise en page*/

.titre {
	color:#FF9900;
	font-weight:bold;
}

a {
	color:#FF9900;
	text-decoration:none;
}

.lienmain {
	color:#990000;

}

a:visited {
	color:#FFFFCC;
}

a:hover {
	color:#FFFFCC;
}

table {
	font-size:12px
}
