/**
* --------------------------------------
*              ACTUALITES
* --------------------------------------
*/
/*** TITRES ***/
img.h2_fnvr {
	float:			left;
	margin-left:	10px;
	margin-top:		-10px;
}
h2.h2_fnvr {
	position:			static;
	padding-left:		100px;
	padding-right:		10px;
	padding-top:		15px;
	padding-bottom:		15px;
	background-color:	#eee;
	font-weight:		bold;
	text-align:			center;
	color:				#920c0c;
	font-size:			12px;
}
img.h2_secu {
	float:			left;
	margin-left:	10px;
	margin-top:		-10px;
}
h2.h2_secu {
	position:			static;
	padding-left:		100px;
	padding-right:		10px;
	padding-top:		15px;
	padding-bottom:		15px;
	background-color:	#eee;
	font-weight:		bold;
	text-align:			center;
	color:				#920c0c;
	font-size:			12px;
}

/*** SOURCE ***/
a.source,
a.source:link,
a.source:visited{
	float:				right;
	font-style:			italic;
	padding-left:		66px;
	text-decoration: 	none;
	color:				#000;
}
a.source:hover,
a.source:focus,
a.source:active{
	text-decoration: 	underline;
	color:				#000;
}
a.source.securite_routiere{
	background: 			url(/img/469fede9a376525ec23afa655591f14bdb30fc4f.png) no-repeat;
	background-position: 	0px 1px;
}

#sommaire_actu{
	margin-left:	10px;
}
#sommaire_actu a img{
	margin-right:	10px;
}

/*** LIENS NAVIGATION ***/
#actu_nav{
	min-height:	100px;
	height:		auto !important;
	height:		100px;
}
#actu_nav .global{
	float:	right;
}
a.actu_sommaire{
	display:			block;
	background-color:	#de2100;
	background-image:	url(/img/aea251abd4c0ee69836c4567c2fe7580afbad109.png);
	height:				27px;
	padding:			8px 10px 0px 0px;
	width:				284px;
	color:				#fff;
	font-weight:		bold;
	text-align:			right;
}
a.actu_sommaire:link,
a.actu_sommaire:visited{
	text-decoration:	none;
	color:				#fff;
}
a.actu_sommaire:hover,
a.actu_sommaire:active{
	text-decoration:	underline;
	color:				#fff;
}

a.actu_precedente{
	display:				block;
	background-image:		url(/img/0c8445ae68a137d4581c6beaba92c11868dec4d8.png);
	background-repeat:		no-repeat;
	background-position:	top left;
	width:					254px;
	min-height:				22px;
	height:					auto !important;
	height:					22px;
	padding-left:			20px;
	padding-right:			20px;
	margin-top:				10px;
	text-align:				left;
	vertical-align:			middle; 
	overflow:				hidden;
}
a.actu_precedente:link,
a.actu_precedente:visited{
	color:				#222;
	text-decoration:	none;
}
a.actu_precedente:hover,
a.actu_precedente:active{
	color:	#222;
}

a.actu_suivante{
	display:				block;
	background-image:		url(/img/72961f788273b4f3244e26484acf6701383ff449.png);
	background-repeat:		no-repeat;
	background-position:	top right;
	width:					254px;
	min-height:				22px;
	height:					auto !important;
	height:					22px;
	padding-right:			20px;
	padding-left:			20px;
	margin-top:				10px;
	text-align:				right;
	vertical-align:			middle; 
	overflow:				hidden;
}
a.actu_suivante:link,
a.actu_suivante:visited{
	color:				#222;
	text-decoration:	none;
}
a.actu_suivante:hover,
a.actu_suivante:active{
	color:	#222;
}

a.actu_suivante b,
a.actu_precedente b{
	font-weight:	bold;
	color:			#222;
}
a.actu_suivante:hover b,
a.actu_precedente:hover b{
	color:	#9c0000;
}

/*** SOMMAIRE ***/
#sommaire{
	background: 	#ff0000 url(/img/368446460bd47641b5fac66652ca3a5ae32cdbed.png) no-repeat top left;
	height:			18px;
	padding:		8px 8px 8px 50px;
	font-weight: 	bold;
	color:			white;
}

/*** FILTRE ACTUALITES ***/
#filtre{
	font-size:			11px;
	padding:			5px;
	background-color:	#ecd1d1;
	margin-bottom:		30px;
	border-bottom:		solid 1px #de2100;
 }
#filtre table,
#filtre table tr,
#filtre table td{
	padding:	0;
	margin:		0;
 }

select,
option{
	font-size:	12px;
}
option{
	padding-right:	7px;
}
