body { 
	font-family : Verdana,Arial, Helvetica, sans-serif; 
	color: #000068; 
	text-decoration: none; 
	font-size: 80%; 
	font-weight: normal; 
	background: #ffffff; 
	width:100%; 
	}
	
html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	}


h1 {
	border:0;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d10203;
	font-size: 25px;
	font-weight: normal;
	line-height: 24pt;
	}


h2 {
	border:0;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #595959;
	line-height: 15pt;
	}

blockquote {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 11pt;
	padding:20px; padding-left:20px;
	margin:0px;
	/*border:1px dotted #c57575;*/
	/*border-bottom:1px solid #eee1e4;*/
	background:url(../interface/colonne-centrale/blockquote.jpg) top left no-repeat;
	color:#883344;
	}

	
p {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 11pt;
	}
		
img {
	border:0;
	}



ul{
	list-style-image: url(../interface/puces/puce-grise-sm.gif);
	margin-left: 9px;
	padding-left:9px;
}



li{
	font-size: 12px;
	line-height: 11pt;
	color: #333333;
	padding-bottom:5px;
	margin-bottom:0px;
}	



hr{
	width: 100%;
	height: 1px;
	color: #c57575;
	margin-top: 0px;
	border:none;
	border-top:2px dotted #c57575;
	}	
	

input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:arial;
	border-width:1px;
	}


a{
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #0974FF;
	//font-weight: normal;	
	text-decoration:none;
	line-height: inherit;
}


a:link{
	color : #0974FF; 
}

a:visited{
	color: #0974FF;
}

a:hover{
	color: #d10203;
}

a:active{
	color: #0974FF;
}

/* TEXTE */

.Gras {
	font-weight: bold;
	}


.Italique {
	font-style:italic;
	}


.Gras-Italique {
	font-style:italic;
	font-weight: bold;
	}

/* texte normal */
	
.Texte-Rouge {
	color: #d10203;
	}
	
.Texte-Gris {
	color: #595959;
	}

.Texte-Rouge-Gras {
	color: #d10203;
	font-weight: bold;
	}
	
.Texte-Gris-Gras {
	color: #595959;
	font-weight: bold;
	}

/* texte large <-> h2 */
	
.Texte-L-Rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d10203;
	font-size: 15px;
	font-weight: normal;
	line-height: 13pt;
	}

.Texte-L-Gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 15px;
	font-weight: normal;
	line-height: 13pt;
	}

.Texte-L-Rouge-Gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d10203;
	font-size: 15px;
	font-weight: bold;
	line-height: 13pt;
	}

.Texte-L-Gris-Gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 15px;
	font-weight: bold;
	line-height: 13pt;
	}

/* texte extra-large <-> h1 */
	
.Texte-XL-Rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d10203;
	font-size: 25px;
	font-weight: normal;
	line-height: 27px;
	}

.Texte-XL-Gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 25px;
	font-weight: normal;
	line-height: 27px;
	}

