@charset "utf-8";
/* CSS Zone Admission 1
   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:#75473b url(../images/bg_admission1.jpg) repeat-x scroll center top;
}
body, .enveloppe_liens {
	background: transparent url(../images/entete_admission1.jpg) no-repeat top center;
}
/* Couleurs principales de la zone */
#bas_contenu, .titre_entete, .titre_entete_home {
	background-color: #b15400;
	border: 1px solid #da883f;
}
/* Boite de la zone */
.titre_entete {
	width: 220px;
	left: 10px;	
}
/* Boite pour la page d'accueil de la zone */
.titre_entete_home {
	width: 350px;
	left: 10px;		
}
.titre_zone, .titre_zone_home, .texte_bienvenue_cegep, .texte_bienvenue {
	float: left;
}
/* 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:#b15400;
}
/* Couleur Over */	
ul.menu li a:hover, ul.menu li.current_page_ancestor,  ul.menu li.current-cat{
	background-color:#ffead6;
}
/* Couleur Page courante */
.widget-content, ul.menu li.current_page_item,  ul.menu li.current-cat {
	background: #b15400;
}
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;
}

.encadre_lien{
	width:270px;
	height:170px;
	border:2px solid #ccc;
	float:left;
	margin:5px;
}
.encadre_lien h3{
	color:#FFFFFF;
	position:relative;
	top:105px;
	left:10px;
	font-size:14px;
}
.encadre_lien select{
	width:250px;
	position:relative;
	top:103px;
	left:10px;
	border:1px solid #000;
}
.admission_box{
	background:#000 url(../images/admission_admission.jpg) no-repeat;
}
.adulte_box{
	background:#000 url(../images/admission_adulte.jpg) no-repeat;
}
.hors-quebec_box{
	background:#000 url(../images/admission_hors-quebec.jpg) no-repeat;
}
.inscription_box{
	background:#000 url(../images/admission_inscription.jpg) no-repeat;
}
/* Colors */
.color-base, li.color-base .widget-content {background:#75473b;}
.color-une, li.color-une .widget-content {background:#ffdda2;}
.color-deux, li.color-deux .widget-content {background:#ffb56d;}
.color-trois, li.color-trois .widget-content {background:#d9bea7;}
.color-quatre, li.color-quatre .widget-content {background:#9bafed;}
.color-cinq, li.color-cinq .widget-content {background:#50D5F2;}
.color-six, li.color-six .widget-content {background:#44A850;}
/* End Colors */
