html, body {
	background: url(FOND.jpg) 50% 50%;
	background-color: #00aed3;
}
.title {
	display: none;
}
.titre {
	color: #FFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(TRANSP3.png);
	border-radius: 3px;
	box-shadow: 0px 0px 3px #000;
	text-shadow: 0px 0px 3px #000;
	font-weight: bold;
}
.ulx {
	float: left;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 5px;
	color: #0D2325;
	font-size: 16px;
	text-shadow: 0px 0px 3px #ccc;
}
div#base {
	z-index:1;
	width:620px;
	height:115px;
	position:absolute;
	left:50%;
	top:10px;
	margin:0 0 0 -310px;
	//background: url(TRANSP.png);
	//border-radius:50px;
	//box-shadow:0px 0px 10px #000;
}
div#logo {
	z-index:2;
	width:600px;
	height:121px;
	position:absolute;
	left:50%;
	top:5px;
	margin:0 0 0 -300px;
}
div#menu {
	z-index:4;
	width:900px;
	height:400px;
	position:absolute;
	left:50%;
	top:178px;
	margin:0 0 0 -450px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #003535;
	text-shadow: 0px 0px 5px #b7e0e6;
}
div#item {
	z-index: 5;
	width: 170px;
	height: 30px;
	margin-left: 7px;
	margin-top: 5px;
	margin-right: 4px;
	background: url(TRANSP2.png);
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	float: left;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #CCC;
	text-shadow: 0px 0px 3px #000;
	font-size: 18px;
	padding-top: 2px;
}
div.tooltip {
	z-index:6;
	height:22px;
	position:absolute;
	left:50%;
	top:112px;
	background: url(TRANSP3.png);
	border-radius:10px;
	box-shadow:0px 0px 10px #000;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 0px 0px 3px #000;
	color:#FFF;
	display:none;
	font-size: 15px;
	overflow:hidden;
}
div#tooltip1 {
	width:500px;
	margin:0 0 0 -250px;
}
div#tooltip2 {
	width:350px;
	margin:0 0 0 -175px;
}
div#tooltip3 {
	width:150px;
	margin:0 0 0 -75px;
}
div#tooltip4 {
	width:200px;
	margin:0 0 0 -100px;
}
div#tooltip5 {
	width:150px;
	margin:0 0 0 -75px;
}
.IMG_X {
	margin-top: 20px;
	margin-bottom: 30px;
}
.IMG_Y1 {
	margin-left: 655px;
	margin-top: -135px;
	position: absolute;
}
.IMG_Y2 {
	margin-left: 650px;
	margin-top: 35px;
	position: absolute;
}
.IMG_Z1 {
	margin-left: 630px;
	margin-top: 0px;
	position: absolute;
}
.color {
	color: #0D2325;
	font-size: 16px;
	text-shadow: 0px 0px 3px #ccc;
}
h1 {
	color: #24333c;
	font-size: 35px;
	font-weight: normal;
	margin: 25px 0 5px;
	text-align: center;
}
#wrap {
	background: url("TRANSP.png");
	margin-left: 100px;
	width: 500px;
	box-shadow: 0px 0px 5px #000;
	border-radius: 10px;
}
form {
	padding: 0;
	margin: 0 0 0px;
}
table {
	margin: 0 auto;
}
tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
td {
	padding: 0 0 5px;
}
tr td:first-child {
	padding-right: 10px;
	padding-top: 11px;
	text-align: right;
	vertical-align: top;
}
.error[generated=true] {
	color: #dc0000;
	font-size: 16px;
	padding: 5px 0 2px 5px;
}
tr.error td {
	padding: 0;
}
input, textarea {
	background: url("TRANSP.png");
	border: 3px solid #7a91a1;
	font: inherit;
	font-size: 16px;
	line-height: 29px;
	min-height: 30px;
	padding: 5px 10px;
	width: 300px;
}
input:focus, textarea:focus {
	border-color: #b0c3d0;
	outline: none;
}
textarea {
	height: 240px;
	resize: vertical;
}
input[type=submit] {
	background: #24333d;
	color: #FFF;
	font: inherit;
	padding: 7px 20px;
	width: auto;
}
#response {
	margin-bottom: 10px;
	text-align: center;
}
#response .success {
	color: #08a300;
}
#response .failure {
	color: #dc0000;
}