body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 38px;
	/* Resolution du problème d'impression de la marge de droite et du contenu coupé à droite */
	padding: 0;	
}
a:hover {
	text-decoration: none;
}

#main {
	width: 600px;
}
#logo {
	float: right;
}
img {
	border: none;
}
#head {
	margin: 0px 0px 90px;
}
#head h1 {
	font-size: 1.1em;
	margin: 0em 0em 2em;
	font-weight: normal;
}
#head p {
	font-size: 1.1em;
	line-height: 1.75em;
}
#head a:hover {
	text-decoration: underline;
}

#head a {
	color:#000000;
	text-decoration: none;
}
#actus, #liens  {
	font-size: 1.1em;
	margin: 0px 0px 0px 80px;
	width: 510px;
	line-height: 1.75em;
}
#actus h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}
#actus p {
	margin: 0em 0em 1.75em;
}
#actus a {
	color: #000000;
	text-transform: uppercase;
}


#liens h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}
#liens p {
	margin: 0em 0em 1.75em;
}
#liens a {
	color: #000000;
	font-weight:bold;
	/*text-transform: uppercase;*/
}
ul.no_bullet{
list-style-type: none;}

