/* ==========================================
	Conférence des recteur et des principaux des universités du Québec
	Auteurs : 
		Bruno Génier
	Dernière mise à jour : novembre 2008

============================================*/
/* Définition du contenant */
#conteneur { 
	width: 100%; 
	margin: 0; 
	padding: 0;} 

/* EN-TETE
=====================================================*/

#entete {
	background: url(images/fond2.gif) repeat-x 0 0; 
	width: 100%; margin: 0; padding: 0;
	}

#entete h1 {
	background: url(images/entete.jpg) no-repeat; 
	width: 860px; height: 96px; margin: 0; padding: 0;
	}

#entete h1 span {display: none;}

#entete h2 {
	position:absolute;
	font-family: arial, sans-serif;
	color: white;
	background-color:#EEB448;
	font-weight: bold; 
	font-size: 15px;
	margin: -20px 0 0 209px;
	padding: 2px 6px 0 6px;
	white-space:nowrap;
}


/* CONTENANT 
=================================================== */

#cadre {
	background: url(images/fond-cadre.gif) no-repeat 340px 0px; 	
	margin: 0; padding: 0; 
    width: 990px; 
	}

/* COLONNE DU CENTRE 
====================================================*/

#contenu {
	padding: 12px; 
	margin-left: 210px; 
	width: 440px;
}

/* COLONNE DE GAUCHE
====================================================*/


#colGauche {
	float: left;
	width: 200px;
	margin: 0;
	}

/* code pour IE5-Mac seulement */
#colGauche form {
	background: #9AC7E4; width: 208px; height: 24px; margin: 0; padding: 0;
	}
#colGauche .spip_recherche {
	color: #666666; margin: 0 0 5px 3px; font-size: 10px; 
	width: 160px; 
	}
#colGauche .bouton {margin-left: 1px;}
/* fin du code reserve a IE5-MAC */

/* code que IE5-Mac ne voit pas \*/
#colGauche form {
	background: #9AC7E4; position: absolute; top: 96px; left: 0; 
	width: 209px; height: 24px; padding: 0;
	}
#colGauche .spip_recherche {
	color: #666666; margin: 0 0 0 2px; font-size: 10px; 
	position: absolute; top: 3px; width: 156px; padding: 1px 0 1px 3px;
	}
#colGauche .bouton {margin-left: 170px;}
/* fin du code exclu a IE5-MAC */


