
html,body {
color : #000000;
background-color : white;
}

p,ul,li,td {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	background-color: #FFCC00;
	color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin:5px 1% 10px 5px;
   padding:2px 1% 2px 1%;
	
	
}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #800080;
	padding-left: 15px;
	margin: 5px 0px 10px 10px;
	
}

h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000000;
	padding-left: 15px;
	margin: 5px 0px 10px 15px;
	text-decoration: underline;
}
h4 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	color: #000000;
	padding-left: 15px;
	margin: 5px 0px 10px 20px;
	text-decoration: underline;
}	
hr {
	color="#FFCC00";
	}

marquee{
	color: #008000;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link {
	color: blue; 
	text-decoration:underline;
	}
a:visited {
	color: Purple;
	text-decoration: underline;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}

.liste{
font-size: 16px;
font-family:Arial,Helvetica,sans-serif;
color:#111;
background-color:#eee;
border:1px dotted #444;
margin: 2em 2% 2em 2%;
padding:2em 2% 3em 2%;
}
.menupage{
font-size: 16px;
color:#444;
font-family:Arial,Helvetica,sans-serif;
color:#111;
background-color:#fff;
border:1px dotted #fff;
margin: 1em 2% 1em 2%;
padding:1em 2% 1em 2%;
border-collapse:collapse;
width : 100%;
}
#gauche {
width: 50%;
float: left;
text-align: left;
}
#droite {
text-align: left;
}
.texte{
color:#111;
background-color:#f0f0f0;
border:1px solid #888;
line-height:150%;
margin:2em 2% 2em 2%;
padding:1em 2% 1em 2%;
}
.texte .encart{
background-color:#fff;
background-image:none;
border:1px dotted #444;
color:#333;
margin:10px;
padding:1em 2% 1em 2%;
display:block;
}
.btnsearch{
	font-family: Verdana; 
	background-color: #FFCC00;
	color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	}
