@charset "iso-8859-1";
/*
**************************************
** Auteur: Roger Gascon             **
** Date de création: 16-03-2001     **
** Date de modification: 27-10-2002 **
**************************************
*/

body {
	background: white;
	color: black;
	font: 9pt "Verdana","Arial","Times New Roman";
	padding: 0;
	width: 750px;
}

a:link {color: white; font: normal; text-decoration: none}
a:active {color: white; font: normal; text-decoration: none}
a:visited {color: white; font: normal; text-decoration: none}
a:hover {color: red; font: normal; text-decoration: none}

/*
**********
** Division qui produit un banner avec des liens et qui gère les liens
**********************************************************************
*/
div.banner {
	padding-right: 0.3em;
	padding-left: 0.3em;
	font-weight: bold;
	padding-bottom: 0.1em;
	margin-left: 1px;
	border-top-style: none;
	margin-right: 1px;
	padding-top: 0.1em;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-style: none
}

div.banner {background: #ffcc99; color: #993333; text-decoration: none}
div.banner a:link {background: #ffcc99; color: #993333; text-decoration: none}
div.banner a:visited {background: #ffcc99; color: #993333; text-decoration: none}
div.banner a:active {background: #ffcc99; color: #993333; text-decoration: none}
div.banner a:hover {background: #ffcc99; color: #0000ff; text-decoration: none}

div.liens a:link {color: blue; text-decoration: none}
div.liens a:visited {color: blue; text-decoration: none}
div.liens a:active {color: blue; text-decoration: none}
div.liens a:hover {color: red; text-decoration: none}

/*
**********
** Division qui produit un texte à gauche et un texte à droite
**************************************************************
*/
div.nwsleft {
	width: 150px;
	font: 10pt "Verdana","Arial","Times New Roman";
	color: white;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	top: 150;
	right: 161;
	bottom: auto;
	left: 11;
	background: black; }

div.nwsright {
	width: 570px;
	font: 10pt "Verdana","Arial","Times New Roman";
	text-align: justify;
	padding-right: 5px;
	position: absolute;
	top: 150;
	right: 730;
	bottom: auto;
	left: 175 }

div.padded {
	margin-right: 0.5cm;
	margin-left: 0.5cm; }

/*
**********
** Les différents types de paragraphes utilisés
***********************************************
*/	
p.pull {
	font: 18pt Helvetica;
	color: navy;
	text-align: center;
	border-top: thin blue solid;
	border-bottom: thin blue solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0.25cm;
	margin-bottom: 0.25cm; }

p.cap:first-letter {
	font: bold 36pt;
	color: navy;
	float: left;}

p.news {
    color: navy;
	text-indent: .25in;
	margin-bottom: .125in;
	text-align: justify}

p.nws {
	color: black;
	margin-left: 1.75cm;
	text-indent: .75cm;
	text-align: left;
	margin-bottom: .5cm;}

p.sum {color: navy;
	font: 14pt Helvetica;
	margin-bottom: 0.25cm;
	text-align: justify;
	padding-left: 120px;
	padding-right: 40px;}
	
blockquote {
	border: 2pt solid red;
	background-color: #99CCFF;
	padding: .125in; }

img.iconr {
	padding: 0px;
	float: right; }

img.iconl {
	padding: 0px;
	float: left; }
	
/*
**********
** Les différents types d'objets pour le calendrier
****************************************************
*/	
div.cal {float: right; font-size: 14pt; font: bold; color: blue}
div.cal a:link {color: blue; text-decoration: none; font:bold}
div.cal a:visited {color: blue; text-decoration: none; font:bold}
div.cal a:active {color: blue; text-decoration: none; font:bold}
div.cal a:hover {color: red; text-decoration: none; font:bold}

div.eph {float: left; font-size: 14pt; font:bold; color: blue}
div.eph a:link {color: blue; text-decoration: none; font:bold}
div.eph a:visited {color: blue; text-decoration: none; font:bold}
div.eph a:active {color: blue; text-decoration: none; font:bold}
div.eph a:hover {color: red; text-decoration: none; font:bold}