/**
 * 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_3.jpg) no-repeat right top;	
}
/*--- | Zone de Contenu de la section | ---*/
#presentationRecherche {
	padding: 10px 10px 0 40px;
	width: 485px;
}
#presentationRecherche h2 {margin: 0; padding: 0; color: #004789; font-weight: bold;}
#presentationRecherche h3 {margin: 0; padding: 3px 0; color: #2B1B87; font-size: 10px; font-weight: normal;}
#presentationRecherche p {margin: 0; padding: 0;}

#presentationRecherche a:link {color: #004789; text-decoration:underline}
#presentationRecherche a:visited {color: #004789; text-decoration:underline}
#presentationRecherche a:hover {color: #004789; text-decoration:none}
#presentationRecherche a:active {color: #004789; text-decoration:underline}

/*--- | Zone de Contenu de la section ATTRIBUTION DE BOURSES | ---*/
#presentationBourses {
	padding: 0 10px 0 40px;
	width: 485px;
}
#presentationBourses h1 {margin: 0; padding: 0;}
#presentationBourses h2 {margin: 30px 0 5px 0; padding: 0; font-size: 11px; font-weight: bold;}

/*--- | Zone de Contenu de la section SUJETS PROPOSES | ---*/
#presentationSujets {
	padding: 0 10px 0 40px;
	width: 485px;
	/*background: url(bgTrameSujet.jpg) no-repeat right bottom;*/
}
#presentationSujets ol {margin: 0; padding: 0 10px 0 40px;}
#presentationSujets ol li {
	margin: 0; padding: 10px 0 5px 0;
	font-weight: bold;
	list-style: upper-alpha;
}
#presentationSujets ul {margin: 0; padding: 0;}
#presentationSujets ul li {
	margin: 0; padding: 3px 0 0 0;
	font-weight: normal;
	list-style: disc;
}
#presentationBourses a:link {color: #004789; text-decoration:underline}
#presentationBourses a:visited {color: #004789; text-decoration:underline}
#presentationBourses a:hover {color: #004789; text-decoration:none}
#presentationBourses a:active {color: #004789; text-decoration:underline}
/* sommaire en téléchargement */
.sommaireDownload {float:right; text-align:right; width:140px;}
.sommaireDownload img{width: 8px; height: 8px; padding-top: 3px;}
.sommaireDownload a:link {color: #004789; text-decoration:underline}
.sommaireDownload a:visited {color: #004789; text-decoration:underline}
.sommaireDownload a:hover {color: #004789; text-decoration:none}
.sommaireDownload a:active {color: #004789; text-decoration:underline}

.introAnnee { width:90%; }

#presentationBourses li {
	list-style: square url(../mediasImg/carreImprime.gif);
}

