/******************** COLONNES ********************/

#colonneGauche {
	float: left;
	width: 145px;
}

#colonneCentre {
	width: 450px;
	border-left: solid 1px #000000;
	margin: -4px 0px 0px 148px;
	padding: 15px 0px 20px 25px;
}

*html #colonneCentre { /* Hack */
	margin: 0px 0px 0px 140px;
}

#colonneDroite {
	float: right;
	width: 137px;
	padding: 50px 0px 0px 0px;
}

/******************** MENU ********************/
ul#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67%;
	font-weight: bold;
	list-style-type: none;
	margin: 40px 0px 0px 0px;
	padding: 0px 9px 0px 0px;
	letter-spacing: 0px;
	text-align: right;
}

*html ul#menu { /* Hack */
	margin: 45px 0px 0px 0px;
}

ul#menu li {	
	display: block;
}

* html body ul#menu li { /* Hack IE6*/
	line-height: 15px;
}

*:first-child+html ul#menu li { /* Hack IE7*/
	line-height: 15px;
}

ul#menu li a {
	color: #626262;
	text-decoration: none;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding-left: 5px;
}

ul#menu li a:hover {
	color: #999999;
}

/******************** MENU INACTIF ********************/

ul#menu li.inactif {
	color: #cb674e;
	background-image: url(../images/puce_menu.gif);
	background-repeat: repeat-x;
	background-position: left 8px;
}

/******************** FIL D'ARIANE ********************/
/* Suite de la feuille de style sur http://www.unites.uqam.ca/wn/atous/css_div_hautbas.css*/
div#chemin div span.inactif {
	color: #000000;
	font-weight: normal;	
}

/******************** TITRE ********************/
#titre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #171717;
	/*margin: 0px 0px 6px 0px;*/
}

*html #titre { /* Hack */
	margin: 0px 0px -7px 0px;
}

div.titre1, div.titre1_1, div.titre1_1_1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	color: #171717;
	margin: 6px 0px 0px 0px;
}

div.titre1_1 {
	padding: 0px 0px 0px 20px;
}

div.titre1_1_1 {
	padding: 0px 0px 0px 30px;
}

div#espace {
	margin-top: 4px;
}

*html div#espace { /* Hack */
	margin-top: 10px;
}

/******************** GÉNÉRAL ********************/
a {
	color: #f03b4b;
	text-decoration: none;
}

a:hover {
	/*color: #bb3bf0;	*/
	color: #a7b029;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #323232;
	text-align: justify;
}

div#haut {	
	background-image: url(../images/haut.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 21px;
}

hr{
	/*border: solid 1px #c0c0c0;*/
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #c0c0c0; /* for ie */
	background-color: #c0c0c0; /* for everyone else */
	height: 1px;
	border: none;
}

img {
	border: none;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #323232;
	text-align: justify;
}

/******************** LISTE ********************/

ol.alpha, ol.upperAlpha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #323232;
}
ol.alpha li {
	list-style: lower-alpha;
}
ol.upperAlpha li {
	list-style: upper-alpha;
}
ol.num {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 70%;*/
	font-weight: normal;
	color: #323232;
}
ol.num li {
	list-style: decimal;
}
ol ul {
	font-size: 100%;
}
ol p {
	font-size: 100%;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #323232;
}


/******************** TABLE ********************/
table {
	width: 100%;
	border: solid 1px #858585;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #323232;
	text-align: center;
}

table tr td {
	border: solid 1px #858585;
	padding: 4px 0px 4px 0px;
}

table tr th {
	font-weight: bold;
	border: solid 1px #858585;
	color: #505050;
	padding: 4px 0px 4px 0px;
}

table#coor tr td, table#coor tr th {
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 4px 8px;
} 

table#accueil {
	border: none;	
} 

table#accueil tr td {
	border: none;
	text-align: center;
}

table#accueil tr td p {	
	font-size: 100%;
	text-align: justify;
}

