body { 
	color: #000;
	background: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 11pt;
}

/*                                                                     L'Entete                                                                      */
/*                                                                     L'Entete                                                                      */
#header {
	display: none;
}

#leftcol {
		display: none;
	}
	
#rightcol {
		display: none;
	}
	
#footer {
		display: none;
	}
/*                                                                     Les Liens                                                                    */
a {text-decoration: none; font-weight: bold; color: #000;}
a:link{font-weight: bold; color: #000;}
a:visited {color: #000;}
a:hover {color: #666; 	text-decoration: underline;}
a:active {color: #000;}
/*                                                              Les Paragraphes                                                               */
p {
	/* font-size: 12px; */
		text-align: justify;
		line-height: 22px;
		margin-top: 10px;
		margin-bottom: 5px;
		padding-left: 8px;
	}
/*         Premier Paragraphe - Indenté          */
.P1 {
		text-align: justify;
		line-height: 22px;
		margin-top: .75em;
		margin-bottom: 0.5em;
	}
/*                 Premier Paragraphe                   */
.P2 { 
		text-align: justify;
		line-height: 22px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
/*                 Dernier Paragraphe                    */
.P3 {
		text-align: justify;
		line-height: 22px;
		margin-top: 0.5em;
		margin-bottom: 1.75em;
	}
/*                     Enumération                           */
.P4 {
		margin-top: 0.0em;
		margin-bottom: 0.0em;
}
/*                         Citation                                 */
.citation {
		text-align: justify;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-right: 3em;
		margin-left: 3em;
	}
/*                        Signature                               */
.signature {
		text-align: right;
		font-variant: small-caps;
	}
/*                         Invisible                                 */
.ahem {
		display: none;
	}
/*                  Formats Caractères                     */
strong {
		font-weight: bold;
		color:  #000;
	}
/* 
abbr, acronym, .help {
		border-bottom: 1px dotted #333;
		cursor: help;
	}
*/
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.centre {
	text-align: center;
	}
.ten {
	color: #888;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
/*          Illustration Habillée Bloc du centre       */
	
/*                                                                    Les Titres                                                                     */
h1 {
		text-align: center;
		font-size: 160%;
		margin-top: 0px;
		padding-bottom: 0.5em;
		margin-bottom: 1em;
		font-weight: bolder;
		vertical-align: middle;
		white-space: normal;
		word-spacing: 0.1em;
		letter-spacing: .1em;
		text-transform: uppercase;
		text-indent: 0em;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		color: #000;
		border-bottom: 1px solid #000;
	}
h2 {
		text-align: center;
		font-size: 130%;
		margin-top: 0px;
		margin-bottom: 5px;
		font-weight: bolder;
		vertical-align: middle;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		color: #000;
	}
h3 {
		font-size: 110%;
		margin-top: 0px;
		margin-bottom: 0px;
		vertical-align: middle;
		text-align: left;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		color: #000;
	}
h4 {
		font-size: 110%;
		margin-top: 0px;
		margin-bottom: 0px;
		vertical-align: middle;
		text-align: left;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		color: #000;
	}
h5 {
		font-size: 105%;
		margin-top: 0px;
		margin-bottom: 0px;
		vertical-align: middle;
		text-align: left;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		color: #000;
	}
h6 {
		font-size: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		vertical-align: middle;
		text-align: left;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height: normal;
		color: #000;
	}

	/*                                                             Le Bloc du centre -Large -                                                */
#content {
		margin: 1.5em 0.5em 0 0.5em;
		background: #FFF;
	}
/*                                                              Le Bloc du centre -Etroit-                                                 */
#content-02 {
		margin: 0 0 0 0;
		background: #FFF;
	}
