a img, img a
{
	border:none;
}

input
{
	color:teal;
	font-family: "Comic sans MS", Arial, "Arial black", serif;
	text-align: center
}

body
{
	background-image: url("fond.jpg");
	font-size:20px;
}

h1
{
	color: teal;
}

p, form, select, option, dt, dl, dd, th, td
{
	color: teal;
	font-style: normal;
	
}

h2
{
	color: yellow;
	font-style: italic;
	font-weight: bold;
}

p, h1, h2, h3, h4, form, select, option
{
	font-family: "Comic sans MS", Arial, "Arial black", serif;
	text-align: center;
	
}

h3
{
	color: red;
	font-style: italic;
	font-weight: normal;
}

.clignote
{
	text-decoration: blink;
}

.menu, menu a
{
	font-size:20px;
	float: left;
	width: 120px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	width: 10%;
	text-indent: 0px;
	text-align: left;
	color: teal;
	text-decoration: none;
}

a:hover
{
	color: aqua;
}

a
{
	text-decoration: none;

}

h4
{
	color:olive;
	text-decoration:underline;
	font-style:italic;
	font-size: 15px;
}

dl, dt, dd
{
	text-align:left;
	margin-left: 100px;
	margin-right: 0px;
	font-family: "Comic sans MS", Arial, "Arial black", serif;
}

dd
{
	margin-left:150px;
}

.cadre
{
	border: 3px ridge black;
} 

table
{
   border-collapse: collapse;
}

td, th
{
   border: 1px solid teal;
   padding: 5px;
   text-align: center;
}
