BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	background-color: transparent;
	background : url(nuagesnoirs.jpg);
	background-attachment : fixed;
}

A:link {
	color: #FEEB01;
}

A:visited {
	color: silver;
}

A:hover {
	/*font-weight: Bold; */
	color: #FF6633;
	font-style: italic;
}

P {text-align: justify;
font color:white}

INPUT {
	font: 11px "arial";
	background: yellow;
	color: Black;
	height: 23px;
	border-width: small;
}

SELECT {
	font: 11px "arial";
	background: yellow;
	color: Black;
	border-width: small;
	border-style: ridge;
}

TEXTAREA {
	font: 11px "arial";
	background: yellow;
	color: Black;
	border-width: small;
	border-style: ridge;
}

DIV {text-align: justify ;
font-size:11px;}

TABLE {
	background-repeat: repeat;
	background-position: center ;
}