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

html {
	height:100%;
}

body {
	height:100%;
	width:100%;
	margin:auto;
	font-size:100%;
	font-family:arial;
	color:#D5E1D6;
	background-image:url(images/degrad.png);
	background-size: 100% 100%;
}

.valign-top {
	display:table-cell;
	vertical-align:top;
	width:100%;
	margin:0;
	text-align:center;
}

.valign-bottom {
	display:table-cell;
	vertical-align:bottom;
	width:100%;
	margin:0;
	text-align:left;
}

.valign-middle {
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
	padding: 0px;
	text-align:center;
}


#global {
	float: center;
	text-align:center;
	height:100%;
	width:100%;
	background-image:url(images/logoG.png);
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size: 100% 100%;*/
	z-index: 1;
	display:table;
}

#gestion {
	position:absolute;
	text-align:center;
	height:10px;
	width:10px;
	/*background-color:#FF9900;*/
	z-index: 8;
}

#marquee {
	position:absolute;
	text-align:center;
	height:150px;
	width:100%;
	padding-top:10px;
	/*background-color:#FF9900;*/
	z-index: 5;
}

#contact {
	position:absolute;
	text-align:center;
	height:100%;
	width:100%;
	/*background-image:url(../images/intro3.jpg);
	background-repeat:no-repeat;
	background-position:center center;*/
	background-color:#660000;
	opacity:0.95;
	z-index: 9;
	display:table;
	visibility:hidden;
}

#bout-contact {
	position:absolute;
	text-align:center;
	display:table-cell;
	height:449px;
	width:286px;
	margin-top:-50px;
	margin-left:250px;
	cursor:pointer;
	z-index: 3;
}


#footer {
	position:absolute;
	text-align:center;
	display:table-cell;
	height:100px;
	width:800px;
	margin-top:280px;
	margin-left:-390px;
	border:solid 1px white;
	padding-top:15px;
	z-index: 3;
}

/*///////////////////////////////////// Formulaire ///////////////////////////////////*/

.body {
	width:576px;
	margin:0 auto;
	display:block;
}

#tete {
	text-align:center;
	height:100px;
	width:600px;
	color:#CCCCCC;
	padding:10px;
	font-size:36px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/tete.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

h1 {
	width:498px;
	height:64px;
	background:url(images/h1-bg.jpg);
	color:#fff;
	font-family:bebas;
	padding:17px 0px 0px 78px;
	letter-spacing:1px;
	font-size:2.2em;
	margin:0 auto;
}

form {
	width:459px;
	margin:0 auto;
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

textarea {
	height:213px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:url(images/submit.png);
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	}