<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#8d8d8d; font-size:8pt}
a:hover{text-decoration:underline; color:#699a0a;}

body {
	width: 887px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#8d8d8d;
	background: #ededed; 
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background-image:url(../images/fondcontenu.png);
	background-color: #ededed;
	background-repeat: repeat-y;
	background-position: left top;
}

#global marquee {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #060;
	}
#global img{
	padding-right: 50px;
	padding-left: 50px;
	}
	
#global a {
	padding-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CA288D;
	font-weight: bold;
	}	
/*/////////////////////////////////// ENTETE  //////////////////////////*/
#entete {
	width:900px;
	height:301px;
	font-weight:bold;
	text-transform:uppercase;
	background-color: #ededed;
	background-image: url(../images/entete1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	float:left;
	display:inline;
	width:177px;
	text-align:left;
	margin:0 0 0 50px;
	background-color: #CCC;
}
#menu h2 {
	width:177px;
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #69F;	
}
#menu h3 {
	width:177px;
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #FF0;
}
#menu h4 {
	width:177px;
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #0C3;
}
#menu h5 {
	width:177px;
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #F9F;
}
#menu h6 {
	width:177px;
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #FC3;
}

#menu h7 {
	width:177px;
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #999;
}
#menu ul {
	width:177px;
	font-size:10pt;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	/*margin-bottom: 15px;*/
	margin-left: 0;
	/*padding-top: 50px;*/
	padding-right: 0px;
	/*padding-bottom: 200px;*/
	padding-left: 0px;
}

#menu ul li {
	width:177px;
	background-image: url(../images/rubrique.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 20px;
	width:177px;
	/*height:29px;*/
	/*line-height:29px;*/
	text-decoration:none;
	color:#842f1c;
	font-size: 14px;
	font-weight: bold;
	
	}
#menu ul li:hover {
	/*background: url(../images/lien.png);*/
	background-repeat:no-repeat;
	background-position:left top;
	background-color: #C9F;	
}
#menu ul li a:hover {
	text-decoration:underline;
	/*background: url(../images/lien.png);*/
	background-repeat:no-repeat;
	background-position:left top;
	
}

#corps {
	width: 600px;
	height:auto;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 200px;
	
}


#corps h1 {
	color:#5d3189;
	margin:0 10px 10px;
	padding:0 20px;
	font: bold 11pt Tahoma,Verdana,sans-serif, Arial;
	text-decoration: underline;
}

#corps h2 {
	
	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #69F;	
}
	
	#corps h3 {
	color:#e01679;
	margin:0 10px 10px;
	padding:0 20px;
	font: bold 12pt Tahoma,Verdana,sans-serif, Arial;
}
#corps h4 {

	font-size:12pt;
	margin:0;
	color:#903;
	background-color: #0C3;
}
#corps p {
	color:#0775ab;
	font-size: 12px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;

}


#corps ul li a{
	color: #663300;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
}

#corps p {
	color:#0775ab;
	font-size: 12px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;

}

#corps img{
	
	width: 40%;
	padding: 0px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
	border:0px;
}
			
/*///////////////////////////////////  FOOTER  //////////////////////////*/
#pieds {
	clear:both;
	width:900px;
	height:98px;
	padding-top:30px;
	font-size:12px;
	text-align:center;
	color:#842f1c;
	background-color: #ededed;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#pieds a{
	color:#c57f98;
	font-weight: bold;
	font-size:12px;
}
</pre></body></html>