* {margin: 0;
   padding: 0;}

body {
	width: 710px;
	margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;  
    background-color: #072540;
    background-image: url("design/fond.jpg");
}

#main {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 710px;
	margin-bottom: 0px;
}

#menu {
	background-image: url(images/menu.jpg);
	height: 40px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 2px;
}

#menu ul {
	padding: 16px 2px;
	list-style-type: none;
	color: #202020;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 9px;
}

#menu li { 
    display: inline; 
}

#menu li a
{
text-decoration: none;
color: #000000;
}

#menu li a:hover {
background-color: #aad6ff;
color: #061d32;
}

#menu li
{
 padding-left: 5.7px;
}

li a {
text-decoration: none;
color: #760000;
}

li a:hover {
background-color: #e7e7e7;
color: #d22d2d;
}

#corps1 {
	background-image: url(images/corps1.jpg);
	background-repeat: repeat-xy;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 14px;
	font-size: 13px;
	margin-bottom:0px;
    margin-top:0px;
}

#corps2 {
	background-image: url(images/corps1.jpg);
	background-repeat: repeat-y;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	font-size: 11px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 50px;
	font-size: 9px;
	padding-left: 12px;
	padding-top: 10px;
	color: #022f58;
	cursor: default;
	text-align: center;
}

.element_footer a {
color: #022f58;
cursor: default;
}

img {
   border-style : none;
}

p {
padding-bottom: 6px;
padding-top: 6px;
}

a
{
	
	color: #081f33;
}

h1 {
	padding-top: 1px;
	color: #081f33;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 0px;
	padding-left: 0px;
	color: #081f33;
	font-size: 15px;
	font-family: Perpetua;
}
