html, body {

margin: 0;

padding: 0;

height: 100%

}



body {

	margin: 0;

	padding: 0;

	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	color : #000;

	background-image: url(img/motif-fd-page.gif);

	background-repeat: repeat-x;

}



/* structure generale*/

.struct {

	width:800px;

	height:600px;

	margin-top: 10px;

	margin-left: 100px;

}



/* style pour les liens*/

a {color : #fff; font-weight: bold; text-decoration : none;}

a:hover  {

	color : #fff;

	text-decoration : underline;

}





/* style paragraphe et caractères*/



p {padding-bottom: 2px;}

.txt10px { font-size: 10px; color : #000000;}

