/* CSS Document */

body {
width: 90%;
margin-left:auto;
margin-right:auto;
margin-top: 1%;
}

#head {
text-align:center;}

h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#666666;
}




#corps {
text-align: center;
margin-top: 3em;
border-bottom: #e0dffb solid 1px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#corps2 {

margin-top: 3em;
border-bottom: #e0dffb solid 1px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

h2 {
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
color:#003366;
}

h3 {
text-align: center;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin-top: 3em;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #663399;
}
a:active {
	text-decoration: none;
	color: #666666;
}