body {
font-size : 13px; 
font-family: verdana, arial, helvetica, sans-serif;
} 
h1 {
color : #123699; 
font-weight : bold; 
font-size : 18px; 
} 
h2 {
color : #ffcc00; 
font-weight : bold; 
font-size : 16px; 
} 
h3 {
color : #320296; 
font-weight : bold; 
font-size : 14px; 
} 
h4 {
color : #ffffff; 
font-weight : bold; 
font-size : 13px; 
} 
li {

} 
p {

} 
td , tr {
font-size : 16px; 
} 
ul {
} 
/*A , A:active , A:visited , A:link {
text-decoration : none; */
} 
a:link, a:hover, a:visited, a:active {
color : red;
text-decoration : none;
}
a:hover {
background-color : #7fff00;
}
/*a:hover {
color : #33ffff; 
text-decoration : underline; 
} */
.logo {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	border: 0px;
}		
.titre_actus {
 font-size : 18px;
 font-weight : bold;
 width : 100%;
 text-align : center;
 color : #c10000;
 background-color : #FFD700;
border-top: 1px solid #cecece;
border-bottom: 2px solid #4a4a4a;
border-left: 1px solid #cecece;
border-right: 2px solid #4a4a4a;
}
.boite_actus {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	color: #000066;
	width: 95%;
border-top: 1px solid #cecece;
border-bottom: 2px solid #4a4a4a;
border-left: 1px solid #cecece;
border-right: 2px solid #4a4a4a;
margin-bottom:5px;
}