/**
 * CSS Rubrique Recherche Impression
 *
 */

/*------------------------------------------- GLOBAL.CSS */
body {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-weight: normal;
	font-size: 1em;
	color: #000;
	text-align: center;
	font-size:12px;
}
img {border: none;}
/*------------------------------------ Container global */
#container {
	margin : 0 auto;
	padding: 0;
	text-align: left;
}
/*------------------------------------ Lien de bas de page pour l'impression */
#imprime {
	display: none;
}
/*------------------------------------------- Header */
#header {
	display: none;
}
#header span {display: none;}
#header img {display: none;}
/*------------------------------------------- Zone Recherche */
#recherche {
	display: none;
}
/*------------------------------------------- Container Nav + Contenu */
#page {
	margin: 0;
	padding: 0;
}
/*------------------------------------------- Navigation */
#navigation {
	display: none;
}
/*------------------------------------------- Page Contenu */
#contenu {
	float: left;
	margin: 0;
	padding: 0;
}
#contenu img {display: none;}
#contenu .intro {
	margin: 0; padding: 0 0 0 40px;
}
#contenu .intro a:link {color: #004789; text-decoration: underline;}
#contenu .intro a:visited {color: #004789; text-decoration: underline;}
#contenu .intro a:hover {color: #004789; text-decoration: none;}
#contenu .intro a:active {color: #004789; text-decoration: underline;}
#contenu h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #2B1B87;
	font-size: 1.2em;
}
#contenu h2 {margin: 0;
	padding: 0 0 0 0;
	font-weight: normal;
	color: #2B1B87;
	font-size: 1em;
}
#contenu p {margin: 0; padding: 2px 0 2px 0;}
/*------------------------------------------- Footer */
#footer {
	clear: both;
	display: none;
}

/*--- | Zone de Contenu de la section | ---*/
#presentationRecherche {
	padding: 10px 10px 0 40px;
}
#presentationRecherche h2 {margin: 0; padding: 0; color: #004789; font-weight: bold;}
#presentationRecherche h3 {margin: 0; padding: 3px 0; color: #2B1B87; font-size: 1em; 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;
}
#presentationBourses h1 {margin: 0; padding: 0;}
#presentationBourses h2 {margin: 30px 0 5px 0; padding: 0; font-size: 1em; font-weight: bold;}

/*--- | Zone de Contenu de la section SUJETS PROPOSES | ---*/
#presentationSujets {
	padding: 0 10px 0 40px;
	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;
}
#contenuRole img {display: none;}
#contenuComite img {display: none;}

