
.actus{
	display: inline;
	float: left;
	width:425px;
	/*height: 200px;*/
	margin: 5px;
	/*background-color: #FFFFFF;*/
}

.actus H3 {
	display:inline;
	float:left;
	font:bold 14px;
	color:#284B94;
	text-decoration:none;
	width:275px; 
	height: 20px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	overflow: hidden;
}

.actus H2 {
	display:inline;
	float:left;
	font-size:10px;
	font-weight: bold;
	color:#9C9C9C;
	text-decoration:none;
	width:150px; 
	height: 20px;
	margin: 0px 0px 5px 0px;
	text-align: right;
}

.cadre_pt {
	display: inline;
	float: left;
	width: 120px;
	height: 90px;
	margin: 0px 5px 5px 0px;
}

.cadre_gd{
	display: inline;
	float: left;
	width: 200px;
	height: 150px;
	margin: 0px 5px 5px 0px;
}

.actus .puce{
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
.actus .vignette{
	display: inline;
	float: left;
	width: 35px;
	height:26px;
	margin: 5px;
}
.actus .vignette img{
	width: 35px;
	height:26px;
	display: inline;
	float: left;
}


/*.actus span{
	display: inline;
	float: left;
	text-align: justify;
	margin: 0px 5px 2px 5px;
	/*width: 305px;
}*/

.actus .accroche{
	height:87px;
	overflow: hidden;
}

a.link {
	display:inline;
	float:right;
	text-align:right;
	font-size:12px;
	font-weight: bold;
	color:#284B94;
	text-decoration:none;
	margin-right:5px;
	width:400px;
}
a.link:hover {
	background-color:#FFFFCC;
}

.separateur{
	width:425px;
	height:25px;
	background: #ffffff url(../images/pointille.jpg) repeat-x; /* #ffffff */
	padding: 0px;
	padding-top:5px;
	
	/*display: inline !important; bug de dedboulement du a a l'interieur, pas de soluce pour l'instant by nL
	float: left !important;*/
}

.separateur a{
	color:#ED6500;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

.separateur a:hover{
	background-color:#FFFFCC;
}
#btn_comm{
	display: inline;
	float: left;
}
#btn_saisie{
	display: inline;
	float: right;
}



.commentaire{
	display: inline;
	float: left;
	width:425px;
}

.commentaire h3{
	font: bold 12px;
	color: #9C9C9C;
	text-decoration: none;
	text-align: left; /*outline: 1px dashed #ED6500;*/
	margin: 0px;
}

.commentaire h2{
	font: bold 9px;
	color: #9C9C9C;
	text-decoration: none;
	text-align: left; /*outline: 1px dashed #ED6500;*/
	margin: 0px;
}

.commentaire div{
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/pointille.jpg) repeat-y;
	margin: 5px 0px 10px 10px;
	padding: 10px;
}

#saisie {
	display:inline;
	float: left;
	width: 425px;
	
}
.bold {
	font-weight:bold;
}
.bleu {
	color:#284B94;
}
.orange {
	color:#ED6500;
}
