body{
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
}

img{
	padding: 0;
	margin: 0;
}
#header{
	background-image: url(img/bggalclou.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 265px;
	margin:0% auto;
	margin-top: 1%;
	border-bottom-width: thin;
}

#nav {
	padding-top: 5%;
	padding-left: 7%;
	
}


#nav li{
  	list-style:none;
  	white-space:nowrap;
	background-color:#c68e72;
	width: 120px;
	margin-top:5px;
	line-height:20px;
  	}

#nav a {
	color: #6dcff6;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	padding:0 3px 0 3px;
	display: block;	
	
}

#nav a:hover{
	text-decoration: underline;
	color: #cfcec8;
}
#main {
	width: 800px;
	margin:0% auto;
	background-color: #6dcff6;
	padding-bottom: 10px;
	background-image: url(img/surete.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.deco{float:right; margin-top:20%;}
.content {
	text-align: left;
	padding-left: 100px;
}

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

a {color: #000000;}
a:hover{
	background-color: #cfcec8;
}