@charset "utf-8";
/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E74E35;
}

#structure {
	position: relative;
	margin-left: -400px;
	left: 50%;
	width: 800px;
	min-height: 500px;
	_height: 500px;
}

#gauche {
	float: left;
	width: 181px;
	min-height: 500px;
	_height: 500px;
}

#droite {
	float: left;
	margin-left: 13px;
	width: 586px;
	min-height: 500px;
	_height: 500px;
}

#logo {
	position: relative;
	width: 181px;
	height: 196px;
}

#btns {
	position: relative;
	width: 181px;
	height: 357px;
}

.nav {
	float: left;
	height: 357px;
}

#footer {
	position: relative;
	margin-top: 20px;
	margin-left: -390px;
	left: 50%;
	width: 780px;
	height: 30px;
}

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}