body {
    font-family: Verdana, Tahoma, Arial;
    font-size: 0.7em;
	color: #000;
    margin: 0px;
}

a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

#header {
	width: 100%;
	height: 50px;
	background-color: #64A5F5;
	border-bottom: 1px solid #589AD3;
	font-size: 0.8em;
}
	#header .site {
		background: transparent url(../img/onglet.png) repeat scroll 0% 50%;
		float: left;
		margin: 8px;
		padding: 4px 14px 3px;
	}
		#header .site a {
			color: #003C6F;
			text-decoration: none;
		}

#content {
	padding: 15px;
}
	#content #logo {
		text-align: center;
		display: block;
	}
	#content h3 {
		font-size: 1.5em;
		color: #777;
		text-transform: uppercase;
		padding: 5px;
		border-bottom: 1px dashed #777;
		width: 200px;
	}
	#content p {
		font-size: 1.3em;
	}
	#content form label {
		float: left;
		width: 180px;
		text-align: right;
		font-weight: bold;
		margin-right: 10px;
	}
	#content form input {
		border: 1px solid #589AD3;
	}
	#content form input.text {
		width: 180px;
	}
	#content form input.submit {
		margin-left: 180px;
	}
	#content form textarea {
		width: 250px;
		height: 80px;
		border: 1px solid #589AD3;
	}

#footer {
	background-color: #A7EA50;
	border-top: 1px solid #8ABE67;
	font-size: 0.9em;
	margin-top: 10px;
	padding: 10px;
}
	#footer #copyright {
		text-align: center;
		}
		#footer #copyright a {
			text-decoration: none;
		}

.container {
	width: 990px;
	margin: 0px auto;
}