.fond {
	background-color: #000000;
	margin: auto;
	width: 950px;
}

.fondtxt {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 920px;

}
.fenetregauche {
	margin: 10px;
	width: 420px;
	padding-right: 10px;
	padding-left: 10px;
}
.fenetregauche2 {
	margin: 10px;
	width: 420px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.fenetreactu {
	margin: 10px;
	width: 420px;
	height: 550px;
	overflow: auto;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.baspage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
body {
	background-image: url(background.jpg);
	background-repeat: repeat;
}

