/* Jérôme MICUCCI pour la CRES --- 2006-09-16 */

body { 
	font-family:verdana, helvetica, sans-serif;
	color: #A91111;
	font-size : 8pt;

	height: 100%;
}

/* ---------------- class génériques ---------------- */
img{
       border: 0;
}
a {
	font-family:verdana, helvetica, sans-serif;
	color:#a91111;
}
a:link {
	text-decoration: none;
	
}

a:visited {
	text-decoration: none;
	background-color:#F5EDA1;
	
}

a:hover {
	text-decoration: underline;
}
a img{
       border: 0;
}

acronym {
	text-decoration: none;
}

div.information {
	border:1px solid #A91111;
	color:#A91111;
	text-align:center;
	font-size:14pt;
	margin:30px;
	width:400px;
	padding:10px;
}
