/*
 * Style des pages
 */

#blocContenu h1{
	font-size: 1.6em;
	border-bottom: white solid 1px;
	margin-bottom: 1%;
	margin-top: 0.5%;	
}

#blocContenu h1 a{
	text-decoration: none;
}

#blocContenu h2{
	margin: 20px 0 15px 0 !important;
	font-size: 1.4em;
}

.unCom{
	margin: 10px 0 20px 0;
}

form{
	margin-top: 20px;
}

input, textarea{
	border: solid 1px white;
	background-color: black;
	color: white;
}

input:hover, textarea:hover{
	border: solid 1px #FFAB35;
	color: #FFAB35;
}

textarea{
	width: 50%;
	height: 150px;
}

label{
	width: 200px;
	float:left;
}

#submit{
	margin-left: 200px;
}

#erreurPost{
	color: red;
	margin-top: 10px;
	margin-bottom: 20px;
}

#successPost{
	margin-top: 10px;
	margin-bottom: 20px;
}
