html {background-color:white;
				}

body   { font-family: Helvetica;
		font-size:16px;
		color: black;
	border:0px dotted white;
	width:960px;
	margin:30px auto ;
	padding:1px;
	background-color:white;
	background-repeat:repeat;
	background-attachment:fixed;

		}

div#header {
			width: 960px;
			height: 300px;	
				}
div#icon img {margin: 10px auto;
				}

div {text-align: center;
				}		


p {font-family: Helvetica;
	font-size: 14px;
	line-height: 1.25em;
	color:darkgrey;
	margin:2px;
		}
h1 {font-size: 46px;
	color:#858AB2;
	font-weight: lighter;
	padding: 10px 25px 25px 25px;
	text-align: center;
		}

div#contenu h5 {font-family: Gill Sans;
	font-weight: lighter;
	font-size: 14px;
	color:#948C75;
	text-transform: uppercase;
	margin : 50px 0px 35px 0px;
			}




h2, h3 {font-size: 18px;
		font-weight: lighter;
		margin-top: 0px;
		padding: 0px 25px 25px 25px;

		}

h3 {font-family: Gill Sans;
	font-weight: lighter;
	font-size: 20px;
	font-variant: small-caps;
			}

h4 {font-weight: lighter;
	color: #8C8484;
	font-size: 16px;
	line-height: 1.25em;
	margin: 0px;
		}

table {background-color: #EBE4DE;
		
			}

td {background-color: #EBE4DE;
	margin: 0px;
	padding: 30px;
	width: 960px;
		}




div#nav ul li ul {	display: none;
					margin-left: -61px;
					margin-top: 5px;
					}

div#nav ul ul a {text-transform: uppercase;
				font-size: 10px;
				text-align: center;
					}

div#nav ul li:hover ul {	display: block;
							float: none;
								}

div#nav li {color: black;
	border: 1px solid grey;
	display:inline-block;
	padding: 4px 8px;
	margin: 0px 12px;
	border-radius: 1px;
	box-shadow:1px 1px 2px 0px tan;
	position: relative;
	}
div#nav li li {background-color: rgba(133,138,178,0.1);
				float: left;
				width: 95px;
				color: grey;
				
					}


div#nav ul {position: absolute;}
div#nav a {text-decoration: none;
		text-align: center;
		font-family: Helvetica;
		font-weight: lighter;
		text-transform: uppercase;
		font-size: 12px;
		margin: 6px 4px;
		color:black;
			display: block;	
					}
						
div#nav {margin-top: -80px;
		margin-left: auto;
		margin-left: 180px;
				}

div#nav a:hover {color:black;
				font-weight:normal;}
div#nav ul ul {	display: none;}

.flotte {float: auto;
		margin: 80px auto;
		margin-left: -180px;
		padding: 10px 0px;
		
			}
.img {margin-left: auto;
	margin-right: auto}


div#footer pre {font-size: 12px;
				color:#948C75;
			padding: 5px 15px;
			text-align: right;
			font-family: Gill Sans;
				}

