@charset "UTF-8";
/* CSS Document */

div.actu{
//	border:2px #e20b19 solid;
	padding:0 10px 0px 10px;
	margin: 20px 20px 50px 20px;
	background-color:#EEE;
}
div.resultat{
	border:2px #CCFF33 solid;
	padding:0 10px 4px 10px;
	margin: 20px 20px 50px 20px;
}
div.actu h3.categorie_actu{
	color:white;
	background-color:#e20b19;
	background-image:url(../images/ure20b19.png);
}
div.resultat h3.categorie_actu{
	color:black;
	background-color:#CCFF33;
	background-image:url(../images/urccff33.png);
}
h3.categorie_actu{
	padding:4px 10px 2px 7px;
	margin:-22px -12px 0 -12px;
	background-position:top right;
	background-repeat:no-repeat;
	font-size:14px;
}
h4.titre_actu{
	background-color:black;
	color:white;
	background-image:url(../images/brblack.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:0 0 0 -10px;
	position:absolute;
	padding:2px 10px 2px 10px;
	width:250px;
	z-index:1;
}
h5.date_actu{
	background-color:#FF6633;
	color:white;
	margin:0px -10px 0px 260px;
	padding:1px 3px 1px 2px;
	font-weight:normal;
}
p.contenu_actu{
	padding:5px 15px 0px 15px;
}
h6.auteur_actu{
	margin-left:15px;
	padding-bottom:10px;
	font-size:10px;
}
img.pdf{
	position:absolute;
	margin-top: -33px;
}

div.pdf{
	border: #CCCCCC 1px solid;
	margin-top: 15px;
	margin-right: 250px;
	padding: 16px 10px 10px 10px;
}
table.recherche{
	background-image:url(../images/grey60.png);
}
table.recherche th{
	color: white;
	height:20px;
	text-transform:uppercase;
	background-image:url(../images/greyV20px.png);
	background-repeat:repeat-x;
	background-position:left;
}
p.pages{
	padding:7px;
	word-spacing:4px;
	text-align:center;
}
p.pages a{
	padding:4px;
}
p.pages a:hover{
	background-color:#DDD;
}
p.pages a.en_cours{
	background-color:black;
	color:white;
	font-weight:bold;
}

