/*
=======================================================================
Couleurs :
beige : 		#D4BD86		{ 212, 189, 134 }
vieux rouge : 	#9D4343		{ 157,  67,	 67 }
or vitrail :	#9F9659		{ 159, 150,  89 }
orange :		#FF9900     { 255, 153,   0 )  
=======================================================================
*/



/*______CORPS______*/

BODY {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;  
	background-color: black;
}



/*______LIENS______*/

a:link,
a:visited,
a:hover.btnImage {
	color: #9D4343;
	fonte-family: arial;
	text-decoration: none;
	background-color: transparent;
	}
	
a:hover {
	color: #FEFEFE;
	background-color: #D4BD86;
	}


a.linkMail	{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	}
	
a.linkFun {
	font-family: Times;
	font-size: 12pt;
	font-weight: bold;
	line-height: 20pt;
	}

p.signets,
a.signets,
a.sgBtn,
a:visited.signets,
a:visited.sgBtn {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	}

a.sgBtn,
a:visited.sgBtn {
	font-size: 9pt;
	background-color: #9D4343;
	}
	
a:hover.sgBtn {
	background-color: #D4BD86;
	}
		
a.signetPan {
	color: #9D4343;
	font-weight: bold;
	font-size: 8pt;
	}
	

/*______TEXTE______*/

p.paraNoms {
	color: #662222;
	font-family: Arial;
	font-size: 12pt;
	marging-top: 12;
	padding-bottom: 12;
	/*
	line-height:5pt;
	padding-top:15;
	*/
	}
	
.paraNomsSupp {
	color: #EE0000;
	font-family: Arial;
	font-size: 9pt;
	/* font-weight: bold; */
	}
	
p:first-letter.paraAvis {
	font-size: 24pt;
	font-weight: bold;
	}
p:first-line.paraAvis {
	line-height: 25pt;
	}


p.paraAvis,
p.paraAvisB {
	color: #662222;
	font-family: Times;
	font-size: 11pt;
	font-weight: demi-bold;
	text-align: justify;
	line-height: 15pt;
	marging-bottom: 0;
	}
	
p.paraDivFun {
	font-size: 10pt;
	line-height: 15pt;
	}
	
p.paraDivFunB {
	font-size: 10pt;
	}

p.paraSource {
	color: #662222;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	line-height: 12pt;
	/* padding-top: 30; */
	}


p.paraBasPage {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	marging-bottom: 15;
	}
	
p.paraMenu {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 10pt;
	}

p.paraMenuInfo {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	}


/*______DIV-LAYER______*/

.divFun{
	color: #662222;
	text-align: center;
	border-left: thin solid #662222;
	border-right: thin solid #662222;
	background-color: #FEFEFE;
	font-size: 10pt;
	}


.divMenuF {
	visibility: hidden;
	position: absolute;
	overflow:hidden;
	top: 250;
	left: 0;
	z-index: 10;
	}
	
.divInsider {
	position: absolute;
	z-index: 15;
	}
	

	
