@charset "utf-8";
/* CSS Zone Ressources technologiques
   Marc-Olivier Ouellet, cégep de Saint-laurent
   Août 2009
 */

 #dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */  

/* Fond de page */
html {
	background-color: #000;
}
body, .enveloppe_liens {
	background: transparent url(../images/entete_ressources-technologiques.jpg) no-repeat top center;
	
}
/* Couleurs principales de la zone */
#bas_contenu, .titre_entete, .titre_entete_home {
	background-color:#3875ac;
	border:1px solid #b2d6f6;
}
/* Boite de la zone */
.titre_entete {
	width: 220px;
}
/* Boite pour la page d'accueil de la zone */
.titre_entete_home {
	width: 360px;
}
/* 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:#3875ac;
}
/* Couleur Over */	
ul.menu li a:hover, ul.menu li.current_page_ancestor,  ul.menu li.current-cat{
	background-color:#b2d6f6;
}
/* Couleur Page courrante */
.widget-content, ul.menu li.current_page_item,  ul.menu li.current-cat {
	background: #3875ac;
}
/* Ajustement pour le titre sur deux lignes */
/* Boite pour la page d'accueil de la zone */
.head-home {
	height:137px;
}
h1.entete_zone span.titre_zone{
	font-size:120%;
	padding-top:5px;
}
h1.entete_zone_home span.titre_zone_rt {
	float:right;
	clear: both;
}
.head-home {
	height:138px;
}
/* Page du choix de messagerie */
.restech_choix {
	float: left;
	padding:5px 10px 10px 20px;
	width:240px;
}
.first {
	border-right: 1px solid #CCCCCC;
}

.restech_choix h4 {
	font-weight: bold;
	padding-top: 0;
	font-size: 14px;
}
/* Bouton vert */
.buttonPad {
	position:relative;
	top:6px;
}
.light {
	color:#FFFFFF;
}
a.gradient-button {
	background-image: url(/images/btn-vert.gif);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #8E8F8F;
	color:#000000;
	cursor:pointer;
	font-size:14px;
	height:25px;
	line-height:1em;
	margin:0 0 15px;
	padding:0 15px 12px;
	width:auto;
	text-decoration:none;
}
a.gradient-button:hover {
	background-position:0 -31px;
	text-decoration:none;
}
.left {
	float:left;
}
.textcenter {
	margin-top:30px;
	text-align: center;
}
#contenu li {
	margin-bottom:8px;
	margin-left:30px;
}

#contenu fieldset li {
	margin-bottom:0px;
	margin-left:0px;
}
/* Colors */
.color-base, li.color-base .widget-content {background:#000;}
.color-une, li.color-une .widget-content {background:#b2d6f6;}
.color-deux, li.color-deux .widget-content {background:#96A9DF;}
.color-trois, li.color-trois .widget-content {background:#A7F7F1;}
.color-quatre, li.color-quatre .widget-content {background:#b69560;}
.color-cinq, li.color-cinq .widget-content {background:#e5d099;}
.color-six, li.color-six .widget-content {background:#F7CECC;}
/* End Colors */
