body,td,th {
	color:#ffffff;
   font-family : "Times New Roman";
	font-size: 16px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../img/fond.jpg);
	background-position:center;
	background-position: top;
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

A:LINK {
   font-family : "Times New Roman";
	font-size : 12px;
	color : #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
 A:HOVER {
   font-family : "Times New Roman";
	font-size : 12px;
	color : #DDDDDD;
	text-decoration: underline;
	font-weight: bold;
 }
 A {
   font-family : "Times New Roman";
	font-size : 12px;
	color : #CCCCCC;
	text-decoration : none;
	font-weight: bold;
}

INPUT.input {
	background-color : #272727;
	border: 1px #CCCCCC solid;
	height: 14px;
	font-weight: bold;
   font-family : "Times New Roman";
	font-size : 10px;
	color : #CCCCCC;
}

TEXTAREA.textarea {
	background-color : #272727;
	border: 1px #CCCCCC solid;
	font-weight: bold;
   font-family : "Times New Roman";
	font-size : 10px;
	color : #CCCCCC;
}

INPUT.bouton {
	background-color : #272727;
	border: 1px #CCCCCC solid;
	height: 18px;
	font-weight: bold;
   font-family : "Times New Roman";
	font-size : 10px;
	color : #CCCCCC;
}
TABLE.content {
	background-image: url(../img/bg-content.png);
	background-repeat: repeat-y;
}
TABLE.boxbas {
	background-image: url(../img/boxbas.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
