@CHARSET "ISO-8859-1";

./*notice{
	overflow: auto;
	width: 600px;
	height: 530px;
	max-height: 530px;
	background-color: white;
	text-align: justify;
	padding: 5px;
}

.notice .title{
	font-size: 16px;
	font-weight: bold;
	}
	
.notice h3{
	font-size: 14px;
	font-weight: bold;
	}
*/
	
#span_charte, #span_notice{
	font-size: 12px;
	cursor:help;
	text-decoration: underline;
}

#span_charte a, #span_notice a{
	color: gray
}

body{
	font-family: arial, sans-serif;
	text-align: justify;
	font-size: 12px;

