html {
	height: 100%;
	background-color: black;
}

#leftColumn,#centerColumn,#rightColumn {
	height: 550px;
	margin: 10px !IMPORTANT;
	padding: 10px !IMPORTANT;
	float: left;
	background-color: transparent;
	background-repeat: repeat-y;
	color: white;
}

#centerColumn {
	
	margin-top: 3px !IMPORTANT;
}
/*------------------------/DON T MOVE/---------------------------*/
img {
	border: none;
}

header {
	height: 137px;
	width: 1000px;
	margin: 0 auto;
}

#leftContent {
	margin-top: -20px !IMPORTANT;
	width: 400px;
	margin-left: 35px !IMPORTANT;
}

#mdp {
	margin-left: 20px;
	float: left;
}

#mdp a {
	font-size: 12px;
	color: white;
}

#h1 {
	font-size: 20px;
	text-decoration: underline;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

a {
	text-decoration: none;
}

#Connexion {
	text-align: right;
	font-size: 12px;
	margin-left: 160px;
	color: white;
}

#Connexion input {
	border: none;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contenerRight {
	padding: 40px;
	height: 100%;
	width: 360px;
	background-image: url("../Images/DT_espace.png");
}

#Footer {
	width: 1002px;
	margin: 0 auto;
	clear: both;
}

#login , #inscription{
	clear: both;
	text-align: center;
}

#descriptif {
	border: 1px solid #36A9F9;
	border-top: none;
	position: relative;
	z-index: 0;
	margin-top: -5px;
	background-color: rgba(66, 92, 89, 0.43);
	width: 365px;
	padding: 10px;
}

h3 {
	z-index: 5;
	position: relative;
	background-image: url("../Images/testTitre.png");
	width: 450px;
	height: 50px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 40px;
	font-weight: bold;
	text-align: left;
	padding-left: 100px;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 50px;
}

nav ul li {
	float: left;
}

.button {
	text-align: center;
	width: 182px;
	display: block;
	border: 1px solid #36A9F9;
	background-image: url("../Images/button.jpg");
	height: 30px;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 0 15px 2px;
}

.button2 {
	background-image: url("../Images/FormButton.png");
	width: 128px;
	font-size: 105%;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
}

.button:HOVER {
	text-shadow: 0px 0px 9px white;
	opacity: 0.8;
	color: black;
	font-weight: bold
}

#Page {
	clear: both;
	margin: 0 auto;
	padding-top: 50px;
	height: 599px;
	padding-left: 30px;
	width: 1079px;
	position: relative;
	background-image: url("../Images/pageFont2.png");
}

@font-face {
	font-family: myFirstFont;
	src: url('Sansation_Light.ttf'), url('Sansation_Light.eot'); /* IE9 */
}

body {
	background-image: url("../Images/bg_infinity.jpg");
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 100%;
	font-family: myFirstFont;
	background-attachment: fixed;
}