@charset "utf-8";
/* CSS Zone À propos
   Marc-Olivier Ouellet, cégep de Saint-laurent
   Avril 2010
 */

#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */  

/* Fond de page */
html {
	background: #527392 url(../images/bg_a-propos.gif) repeat-x top center;
}
body, .enveloppe_liens {
	background: transparent url(../images/entete_a-propos.jpg) no-repeat top center;
}
/* Couleurs principales de la zone */
#bas_contenu, .titre_entete, .titre_entete_home {
	background-color: #496988;
	border: 1px solid #95afc7;
}
/* Boite de la zone */
.titre_entete {
	width: 200px;	
}
/* Boite pour la page d'accueil de la zone */
.titre_entete_home {
	width: 350px;
}

/* Couleur des bordure*/
ul.menu ul ul li a, ul.menu ul li.page_item a:hover, ul.menu ul ul ul li.page_item a:hover, ul.menu ul ul ul li a{
 	border-color:#527392;
}
/* Couleur Over */	
ul.menu li a:hover, ul.menu li.current_page_ancestor,  ul.menu li.current-cat{
	background-color:#c7d9e5;
}
/* Couleur Page courante */
.widget-content, ul.menu li.current_page_item,  ul.menu li.current-cat {
	background: #527392;
}
div.entry_news {
	background-color:#eee;
	border:2px solid #CCC;
	padding: 0 8px 5px;
}
div.entry_news div.postmetadata a{
	font-size:110%;
	font-weight:bold;
}
dl.v_show_hide { 
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px; 
}

dl.formation dt:hover { 
	background-color: #EEE;
}
/* Colors */
.color-base, li.color-base .widget-content {background:#527392;}
.color-une, li.color-une .widget-content {background:#a3bcd2;}
.color-deux, li.color-deux .widget-content {background:#cfeaff;}
.color-trois, li.color-trois .widget-content {background:#9C9F6C;}
.color-quatre, li.color-quatre .widget-content {background:#96744f;}
.color-cinq, li.color-cinq .widget-content {background:#dfb78b;}
.color-six, li.color-six .widget-content {background:#c6a09f;}
/* End Colors */
