@charset "utf-8";
/* CSS Document */

a:visited {
	color: #dddddd;
	font-family:"Century Schoolbook";
	
}
a {
	text-decoration: none;
	color:#dddddd;
	font-family: "Century Schoolbook";
		
}
a:hover {
	text-decoration:none;
	color:#dddddd;
	font-family:"Century Schoolbook";
	
}




body {background-color:#000; color:#999999;}

.fond { background-color:#666666; }
.fond1 { background-color:#999999; color:#000; }
.col_intro {
	float: left;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 100px;
	height:150px;
	background-color: #333;
	border: 0px;
	color:#000;
	margin:1px;
}
.img_intro { width:100px; height:100px; background-color:333;display: table-cell;
vertical-align: middle;}
.milieu { vertical-align:middle; }
.raz {
	clear: both;
	text-align: center;
}
