/* CSS Document */
html {
	margin: 0px;
	}
	
body {
	margin-top: 7px;
	background-image: url(mesimages/fond.jpg);	
	scrollbar-face-color: #FFAA00;
	scrollbar-highlight-color: #FFDDAD;
	scrollbar-shadow-color: #FF6633; 
	scrollbar-3dlight-color: #FFDDAD; 
	scrollbar-arrow-color: #FF0000; 
	scrollbar-track-color: #F1EEE2; 
	scrollbar-darkshadow-color: #FF6600;
	}

h2 {
	font-size: 16px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
h3 {
	font-size : 18px; 
	font-family: Lithograph, "Showcard Gothic", Stencil;
	color: #0000CC;
	background-color: #FF9933;
	}

h4 {
	font-family: "Comic Sans MS", "Trebuchet MS", "Myriad Condensed Web";
	font-size: 15px;
	color: #0000CC;
	padding-left: 15px;
	text-decoration: underline;
	}
	
h5 {
	font-family: "Comic Sans MS", "Trebuchet MS", "Myriad Condensed Web";
	font-size: 14px;
	color: #223;
	padding-left: 15px;
	text-decoration: underline;
	font-weight: bolder;
	}

a:link { 
	color: #0000FF;
	text-decoration: underline;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
	}
a:visited {
	color: #666666;
	text-decoration: underline;
	}	
	
.fond {
	background-color: #F1EEE2;
	}
	
#conteneur {
	background-color: #FF9933;
	}	
	
#date {
	font-family: Tahoma, "Comic Sans MS", "Arial Narrow";
	font-size: 15px;
	font-weight: 600;
	color: #666666;
	}
	
#adresse {
	font-family: "Trebuchet MS", "Arial Narrow", "Myriad Condensed Web";
	font-size: 13px;
	text-align: center;
	background-color: #F1EEE2;
	}
	
/*#boite {
	width: 110px;
	height: 180px;
	background-color: #F1EEE2;
	font-family: "Myriad Condensed Web", "Arial Narrow", Helvetica;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #CC0000;
	overflow: hidden;
	}*/

#animsite {
	background-color: #F1EEE2;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS";
	font-size: 14px;
	font-weight: 600;
	color: #000066;
	}	

#frame {
	width: 626px;
	height: 355px;
	overflow: auto;	
	font-family: Tahoma, Arial, Verdana;
	font-size: 15px;
	font-weight: 500;	
	}
		
#lien {
	list-style-image: url(mesimages/li.gif);
	line-height: 30px;
	}
	
a.lien img {
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	}

a.lien:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	}