/* --------------------------------------------------------
   ----------- Entete -------------------------------------
   -------------------------------------------------------- */
#entete {
	background: #0b1d41 url(http://acpi.ca/referentiel/images/entete.gif) no-repeat 0% 0%;
	height: 119px;
	text-indent: -5000px;
	}


/* --------------------------------------------------------
   ----------- Contenu principal --------------------------
   -------------------------------------------------------- */

ol#bibliographie li { margin-bottom: 1.5em; }
ol#bibliographie li ul { 
	margin-top: 0;
	list-style: none; }
ol#bibliographie li ul li { 
	margin-bottom: 0.33em;
	font-size: 90%; }

/* -------- Tables -------------------------------------- */
table {
	background: #E9EBEF;
	width: 750px;
	border-collapse: collapse;
	border-top: 1px solid #3A4660;
	border-left: 1px solid #3A4660; 
	margin-top : 1.5em; }
th {
	background: #4d5d80;
	border-right: 1px solid #3A4660;
	border-bottom: 1px solid #3A4660;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px; }
tr.alt { background: #D3D7DF; }
td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #3A4660;
	border-bottom: 1px solid #3A4660;
	margin: 0;
	padding: 5px; }
table#clips_videos td { text-align: center; }
table#composantes_niveaux td li,
table#comparaison_tests td p {
	font-size: 90%;}


/* -------- Videos --------------------------------------- */
div#clip_video { text-align: center; }


/* -------- Hyperliens ----------------------------------- */
a.info {
	background: url(../images/info.gif) no-repeat 100% 50%;
	padding: 5px 20px 5px 0; }

table th a:link, 
table th a:visited, 
table th a:hover, 
table th a:active {
	 color: #fff; }

/* --------------------------------------------------------
   ----------- Menu principal -----------------------------
   -------------------------------------------------------- */

/* Mise en evidence des boutons de la section active */
body#accueil_referentiel #menu li#mAccueil a,
body#collaborateurs #menu li#mCollaborateurs a,
body#niveaux #menu li#mNiveaux a,
body#composantes #menu li#mComposantes a,
body#comparaison #menu li#mComparaison a,
body#videos #menu li#mVideos a,
body#questions #menu li#mQuestions a {
	background: #a6aebf;
	color: #fff;
	}

