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

@import url("reset.css");

#wrapper {
	position: relative;
	width: 1000px;
	
	margin: 0 auto;
	background-color: #FFF;
}

#nav {
	background: red;
}

#nav li {
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	background: #3a3a3a;
}

#nav a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;

}

#nav a:hover {
	color: #f18e00;
	font-size: 1.2em;
	font-weight: bold;
}

#ariane {
	clear: both;
	width: 1000px;
	height: 30px;
	line-height: 30px;
}

#main {
	background: #fff;
	width: 1000px;
	
}

#main div#bienvenue {
	width: 600px;
	height: 390px;
	margin: 60px auto;
	background: #3a3a3a;
	color: #fff;
}

.next, #formation {
	font-weight:
	bold;
}
	
.next {
	color: #f18e00;
}
	


#bienvenue h1 {
	text-align: center;
	padding: 5px 0;
}

#bienvenue p {
	text-align: center;
	padding: 0 20px;
}

#bienvenue form {
	width: 400px;
	margin: 0 auto;
	padding: 10px 50px;
}

#bienvenue form label {
	float: left;
	width: 150px;
	text-align: right;
	padding: 5px 10px;
	
}

#bienvenue form input {
	margin: 5px 0;
}

#bienvenue form input.saisie {
	width: 200px;
	padding: 5px 0;
}



#bienvenue form input#boutonOK {
	margin-left: 170px;
	
}

#bienvenue form label.erreur {
	width: 400px;
	color: #f18e00;
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
}

#bienvenue h1.propos {
	height: 100px;
	line-height: 100px;
	text-align: center;
}
	
p#footer {
	clear: both;
	height: 30px;
	background-color: #3a3a3a;
	color: white;
	line-height: 30px;
	text-align: right;
}

p#footer a {
	color: #fff;
	padding: 0 20px 0 0;
}

p#footer a:hover {
	color: #f18e00;
}

p.propos {
	margin: 50px 150px;
}