@charset "UTF-8";
/* CSS Document */
#resultat_recherche {
	width: 100%;
}
form#triRecherche {
	height: 75px;
	width: 100%;
	padding-left: 10px;
}
form#triRecherche label {
	font-size: 12px;
	letter-spacing: 0em;
	display: block;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	float: left;
	font-weight: bold;
	line-height: 14px;
}
input#trier {
	display: block;
	width: 60px;
	margin: 35px 0px 0px 40px;
	padding: 0px;
	float: left;
}
h1#titreRecherche {
	margin: 0px;
	background: url(../images/bandeau_recherche.png) no-repeat;
	display: block;
	height: 85px;
	width: 100%;
}
h2#sousTitreRecherche {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #4C4C4C;
	margin: 0px 0px 20px;
	padding-left: 200px;
}
.rouge {
	color: #E1001A;
}
.resultat {
	overflow: hidden;
	width: 680px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.vignette {
	height: 100px;
	width: 150px;
	float: left;
}
.vignette p {
	display: block;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
.vignette a {
	display: block;
	height: 100%;
	width: 100%;
}
a.video { background: url(../images/bouton_typeVideo.png) no-repeat center top }
a.video:hover { background: url(../images/bouton_typeVideo.png) no-repeat center bottom }
a.audio { background: url(../images/bouton_typeAudio.png) no-repeat center top }
a.audio:hover { background: url(../images/bouton_typeAudio.png) no-repeat center bottom }
a.photo { background: url(../images/bouton_typePhoto.png) no-repeat center top }
a.photo:hover { background: url(../images/bouton_typePhoto.png) no-repeat center bottom }
a.texte { background: url(../images/bouton_typeTexte.png) no-repeat center top }
a.texte:hover { background: url(../images/bouton_typeTexte.png) no-repeat center bottom }
.descriptif {
	width: 510px;
	margin-left: 20px;
	float: left;
	border-top: 1px solid #999999;
}
p.entete {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.titreArticle {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	letter-spacing: 0em;
}
p.chapeauArticle {
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.lienArticle {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #821015;
	text-decoration: none;
}
a.lienArticle:hover {
	color: #FF0000;
	text-decoration: underline;
}
p#pageswitch {
	color: #4c4c4c;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
	display: block;
	height: 20px;
	position: relative;
	left: 200px;
	width: 680px;
	padding-bottom: 30px;
}
p#pageswitch a {
	color: #4c4c4c;
	text-decoration: none;
}
p#pageswitch a:hover, p#pageswitch a.active {
	color: #E1001A;
}

