<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,html {
	height: 100%;
	width: 100%;

}
body {
	background-color: #000;

}
p {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: capitalize;
}
form{
	position: relative;
	left: 30%;
	top: -20px;
}
table {
	height: 300px;
	width: 400px;
	top: 20%;
	left: 30%;
}


#conteneur {
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	bottom: 0px;
}
#logo {
	z-index: 11;
	left: 5%;
	top: 5%;
	position: absolute;
	width: 122px;
	height: 137px;
}
#menu {
	height: 50px;
	width: 50%;
	position: absolute;
	left: 30%;
	top: 50px;
	z-index: 9;
}
#menu li {
	float: left;
	margin-left: 7%;
}
#menu li a {
	width: 86px;
	height: 24px;
	display: block;
}
#pied {
	position: relative;
	bottom: 0px;
	left: 0%;
	width: 100%;
	padding-top: 50px;
}

#gd_image {
	position: relative;
	height: 203px;
	width: 84px;
	left: 5%;
	top: 200px;
	background-image: url(../design/vignette.jpg);
	background-repeat: no-repeat;
}
#gd_image h2 {
	color: #FFFFFF;
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
}
#nettoyer {
	position: relative;
	left: 34%;
}
#envoyer {
	position: relative;
	left: 40%;
}
.input_degrade {
	background-image: url(../design/degrade_input.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: -10px;
}
textarea {
	background-image: url(../design/degrade_textarea.jpg);
	background-repeat: repeat-x;
	background-position: 5px;
	width: 300px;
	height: 150px;
}

.degrade_btn {
	background-image: url(../design/degrade_btn.jpg);
	background-repeat: repeat-x;
	background-position: 5px;
}
#contenu {
	position: relative;
	left: 32%;
	top: -20px;
	width: 500px;
}
#contenu img {

}
#contenu p{
	font-size: 24px;
	color: #FFFFFF;
	text-transform: capitalize;
}
</pre></body></html>