body {
   margin: 0; /* pour éviter les marges */
   text-align: center; /* pour corriger le bug de centrage IE */
   font-family:"Garamond";
   background-image:url(fondindex.jpg);
   background-repeat: no-repeat;
   background-position:top left;
   
}


/* boites */

#page{
	position:absolute;
	width:50%;
   margin-left: 35px;
   margin-top:20px;
   text-align: left; 
    }

#content {
	margin-left: 0px;
	margin-top:50px;
}
#content p{
	text-align:justify;
	font-size:0.85em;
}
#center{
	text-align:center;
}

td {
padding-left:15px;
}

hr {
 background-color:#336699;
}


#header{
	text-align:left;
}
#header h1{

}
#menu {
	margin-top:-170px;
	text-align:right;
}

#menu h2 a {
	color:#330000;
	font-size:1em;
}

#menu h2 a:link {
	color:#330000;
	text-decoration: none;
}

#menu h2 a:visited {
	color:#330000;
	text-decoration: none;
}

#menu h2 a:hover {
	color:#C4C4C4;
	text-decoration:underline;
}

#footer {
	font-size:0.7em;
	text-align:center;
}

a {
	color: #330000;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #330000;
	text-decoration: none;
}

a:hover {
	color: #003333;
	text-decoration: underline;
}


h1 {
	color:#003333;
	font-size:1.5em;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
}
h2 {	
	color:#330000;
	font-size:1em;
}
h3 {
	color:#003333;
	font-size:1em;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	text-align:center;
}

li {
	color: #330000;
}
form {
	text-align:right;
}
.small{
	font-size:0.8em;
}
img{
	padding:15px;
}	

