@charset "UTF-8";
/* CSS Document */

/*
-- Sujet : CSS Pages
-- Historique : Création le 16 juillet 2008
-- Author : Cynthia Roy
-- Praxis Stratégie Communication
*/

/* Couleurs */
/*
		Noir: #000000
		Rouge: #A50000
		Rouge flash: #BE202E
		Vert turquoise: #CCDEE1
		Gris foncé: #535353
		Gris moyen: #B5B5B5
		Gris pâle: #E6E6E6
*/

/******************** Nouvelles ********************/
UL.nouvelles {
	list-style-image: url(../images/li_fleche.gif);
	margin: 0 0 5px 0; padding: 0 0 0 15px;
}

UL.nouvelles LI {
	margin: 0 0 10px 0; padding: 0;
}

UL.nouvelles H2 {
	margin: 0 0 5px 0;
}

UL.nouvelles .date {
	color: #535353; font-weight: bold;
}
/***************************************************/

/******************* Événements ********************/
UL.events {
	list-style-image: url(../images/li_fleche.gif);
	margin: 0 0 10px 0; padding: 0 0 0 15px;
}

UL.events LI {
	margin: 0 0 25px 0; padding: 0;
}

UL.events H2 {
	margin: 0 0 5px 0;
}

UL.events H2 A { text-decoration: none; }

UL.events .date {
	color: #535353; font-weight: bold;
}
/***************************************************/

/********************* Équipe *********************/
#container.equipe #columnright H2 {
	font-size: 110%;
	margin: 3px 0 2px 0;
}

#container.equipe #columnright H3 {
	font-size: 100%;
	margin: 0;
}

#container.equipe #columnright DIV.directeur {
	margin-bottom: 25px; padding-right: 10px;
}
/***************************************************/

/******************** Carrières ********************/
#container.carrieres FORM {
	margin-bottom: 50px;
}

#container.carrieres TABLE.exigences { margin-left: 35px; }

#container.carrieres TABLE.exigences, #container.carrieres TABLE.exigences TD {
	border: none;
}

#container.carrieres TABLE.exigences TD.type {
	color: #535353; font-weight: bold; text-align: right;
	white-space: nowrap;
}

#container.carrieres DIV.box_carrieres UL {
	
}

#container.carrieres DIV.box_carrieres UL.application {
	border-top: 1px solid #B5B5B5;
	padding-top: 10px;
}
/***************************************************/

/********************* Contact *********************/
#container.contact #columnright H4 {
	margin-bottom: 10px;
}

#container.contact #columnright DIV.vcard {
	font-size: 90%;
	margin: 0 -8px 5px 0;
}
/***************************************************/
