/*Master*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.top_menu a:link, .top_menu a:visited {
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.top_menu a:hover {
	font-size: 9px;
	color: #565A47;
}
.top_menu {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu_en {
	font-weight: bold;  
	font-size: 11px;
	color: #9A1813;
	text-decoration: none;
	}
/*Pages*/
p {
	text-align: justify;
	margin: 0px 30px 5px 25px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 13px;
}
.superscript {
	font-size: 7px;
	vertical-align: super;
}
ul {
	/*list-style-position: outside;
	list-style-type: square;*/
	margin: 0px 30px 0px 25px;
	line-height: 13px;
	color: #000000;
	/*margin: 0;*/
	padding: 0;
	list-style: none;
}
li {
	/*font-size: 10px;
	line-height: 13px;*/
	padding-left: 10px; /*Espace entre le point et txt*/
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 4px;/*4 = espace en hauteur du point*/
	margin-left: 0px;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 13px;
	color: #000000;
	margin: 0px 30px 5px 25px;
}
H1 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px;
	/*font-variant: small-caps;*/
	font-style: normal;
	font-weight: bold;
}
H2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px;
	/*font-variant: small-caps;*/
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
H3 {
	font-size: 10px;
	margin: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a:link, a:hover, a:visited {
	text-decoration: underline;
}
.tableau p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 5px 5px 5px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 13px;
	text-align: left;
}
