/**
 * CSS Rubrique Recherche
 *
 */

@import url("global.css");
@import url("rubrique.css");

/*--- | Surcharge pour l'image de fond du header | ---*/
#header {
	background: #DDCBB1 url(../mediasImg/bandeau/bandeauRub_4.jpg) no-repeat right top;	
}

/*--- | Zone de Contenu de la section EVENEMENTS PASSES | ---*/
#presentationEvenements {
	padding: 0 10px 0 40px;
	width: 485px;
}
#presentationEvenements li {
	list-style: square url(../mediasImg/carreImprime.gif);
}
#presentationEvenements a:link {color: #004789; text-decoration:underline}
#presentationEvenements a:visited {color: #004789; text-decoration:underline}
#presentationEvenements a:hover {color: #004789; text-decoration:none}
#presentationEvenements a:active {color: #004789; text-decoration:underline}

/*--- | Zone de Contenu de la section EVENEMENTS PASSES -> DETAIL | ---*/
#presentationEvtDetail {
	padding: 0 10px 0 40px;
	width: 485px;
}
#presentationEvtDetail p {
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #004789;
	font-weight: normal;
}
#presentationEvtDetail h2 {padding: 5px 0 0 0;}
/*
#presentationEvtDetail ul {
	margin: 0 auto; padding: 0 auto;
}
*/
#presentationEvtDetail li {/*margin: 0; padding: 0;*/
	list-style: square url(../mediasImg/carreImprime.gif);
}
#presentationEvtDetail a:link {color: #004789; text-decoration:underline}
#presentationEvtDetail a:visited {color: #004789; text-decoration:underline}
#presentationEvtDetail a:hover {color: #004789; text-decoration:none}
#presentationEvtDetail a:active {color: #004789; text-decoration:underline}
/*--- Titre telechargement ---*/
#presentationEvtDetail h6 {
	margin: 0; padding: 10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
}
