body {	color: #0000CC;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;


	/*width:800px;*/
	font-family: sans-serif; 
	font-style: normal ;
	font-variant: normal;	
	font-weight: normal;
	font-stretch: normal;
	font-size: 10pt;
	color:#446;}

/* liens */
/*
a:link { font-weight:bold; color:#000099; text-decoration:none; padding-left:0px; padding-right:1px;}
a:visited { font-weight:bold; color:#000099; text-decoration:none; padding-left:0px;  padding-right:1px;}
a:hover { font-weight:bold; color:#E00000; text-decoration:none; padding-left:1px;  padding-right:0px;}
a:active { font-weight:bold; color:#E00000; text-decoration:underline; padding-left:0px;  padding-right:1px;}
a:focus {font-weight:bold;  color:#00E000; text-decoration:underline; padding-left:0px;  padding-right:1px;}
*/
hr { border: 1px; width: 80%; align:center }

ul {	padding: 4px; }

ol {	list-style-type: decimal;
	/*font-style: normal;*/
	padding: 2px 2px 2px 20px;}

li {
	text-indent: 0px;
	padding: 0px 0px 5px 0px;	/* bottom */}

img { border: 0; }	/* pas de border quand image dans un lien */

p {
	/*text-indent: 10px;*/
	padding: 0px 10px 0px 10px; }
	
/*p:first-letter { font-weight: bolder; }*/

h1 {	font-size: 12pt;
	font-weight: bold;
	color: #00c;
	/*width:800px;*/
	padding: 4px;
	background-image:url('images/deg.jpg');
	background-repeat:repeat-y;
}

h2 {	font-size: 12pt;
	font-weight: bold;
	background-image:url('images/degsky.jpg');
	background-repeat:repeat-x;
	color: #CC3333;
	height: 39px;
	/*width:450px;*/
	padding: 2px 2px 2px 2px;}

table {	font-weight: normal;
	font-style: normal;
	/*background: transparent; */
	border-collapse: collapse;
	padding: 4px ;}

td {vertical-align:top;
/*	text-align: justify;	*/
	text-indent: 0px;
	text-decoration: none;
	padding: 2px;}

