body {
	font-family: sans-serif;
	font-size: 10pt;
	color:#555;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/* 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;}

p {margin: 0px 0px 4px 0px;}

/*table menu simple */
.tam {margin-top:8px;
	padding:0px 10px 0px 10px; 
	border:0px solid #eeeeee; 
	background-image:url(images/ddn.jpg); 
	background-repeat:repeat-x;
}
/*TD menu*/
.tdm {
	padding:2px 0px 0px 4px; 
/*	border-top:0px solid #eeeeee;
	border-bottom:0px solid #eeeeee;
	border-left:1px solid #cccccc;*/
	border-right:1px solid #cccccc;
	/*background-color:#fffefe;*/
	width:90px;
	height:40px;
	vertical-align:middle;
}


/* zone data */
div.util {
	/*width: 800px;*/
	padding: 2px;
}

.fr {font-style:italic;
	color:#000;
	padding-left: 60px;
}

.en {font-style:normal;
	color:#009;
	padding-left: 60px;
}

img { border: 0; }

h1 {font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	/*text-align: center;*/
	/*position:absolute;
	left: 20px;
	top: 4px;*/
	width: 800px;
	/*height: 70px;*/
	padding: 5px 0px 5px 20px;
	background-color: #efffef;
	background: transparent;
	color: #33c;
	/*background-image:  url(images/bg.jpg);
	background-repeat: repeat-xy;*/
}

h2 {font-size:11pt;
	font-weight: bold;
	text-align: left;
	/*background-color: #ffffcc;*/
 	/*background:transparent;*/
	color: #00d;
	padding: 5px 10px 5px 20px;
}

h3 {font-weight: bold;
	text-align: left;
 	/*background:transparent;*/
	color: #336;
	padding: 5px 10px 5px 20px;
	font-size:10pt;
}

h4 {font-weight: bold;
	font-style:italic;
	text-align: left;
 	/*background:transparent;*/
	color: #336;
	padding: 4px;
}

.expanded {
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

