body {	color: #9999CC;
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	font-family: Georgia,Trebuchet,Verdana,Helvetica,sans-serif; 
	font-style: normal ;
	font-variant: normal;	
	font-weight: normal;
	font-size: 11pt;
	color: #669;
	
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
div.main {margin:0px auto; padding:0px; width:800px;}

/* 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%; text-align:center }

ul { 	font-style: normal;	padding: 4px 4px 4px 4px; margin:0px;}

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

li {
	font-size:10pt;
	/*text-indent: 20px;*/
	padding: 0px 0px 5px 0px;	/* bottom */}

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

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

h1 {	font-size: 12pt;
	font-weight: bold;
	color: #009;
	padding: 4px;
}

h2 {	font-size: 11pt;
	font-weight: bold;
	font-style:italic;
	color: #669;
	padding: 4px;}

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

td.banner{font-size:12pt;
	padding:10px 0px 10px 0px;
	width:500px;
	text-align:center;
	vertical-align:middle;
}

td {vertical-align:top;
	font-size:10pt;
	text-indent: 0px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	}
	
.decal {margin-left:20px;}

