/* CSS Document */

.body {
	background-color:#5F8FBA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

.body_news {
	background-color:#5F8FBA;
	margin:0px;
}

a.rollopaque img {
  opacity: 1.0;
  filter:alpha(opacity=100);
  }

a.rollopaque:hover img {
  opacity: 0.5;
  filter:alpha(opacity=50);  
  }

a.rollopaque_inv img {
  opacity: 0.5;
  filter:alpha(opacity=50);
  border:0px;
  }

a.rollopaque_inv:hover img {
  opacity: 1.0;
  filter:alpha(opacity=100); 
   border:0px;  
  }
 
.activ_bloc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
	margin-bottom:15px;
}

.activ_bloc a:link, a:visited, a:active, a:hover {
	text-decoration:underline;
	color:#336699;
}

.activ_bloc .bloc_titre {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-bottom:14px;
}

.activ_bloc .bloc_stitre {
	font-weight:bold;
}

.activ_bloc p {
	margin:0px;
	padding:0px;
	text-align:justify;
}

.activ_bloc .spacer {
	clear:both;
}

.activ_bloc img {
	float:left;
	margin-right:20px;
	border:2px solid #CCC;
}

.activ_bloc table td {
	padding-top:5px;
	padding-left:5px;
}

.activ_bloc .first_line td{
	background-color:#336699;
	color:#FFF;
	font-weight:bold;
}

.activ_bloc .line_1 {
	background-color:#D0D8E8;
	color:#333;
}

.activ_bloc .line_2 {
	background-color:#EBEBF4;
	color:#333;
}
