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


.content{
	color:#366426;
}
.content h1 {
	color:#333;
}
.content h2 {
	color:#333;
	font-size:20px;
}

.content ul li{
	margin:10px 0px;
}
.content a.youtube{
	display:block;
	width:300px;
	margin:auto;
	padding:130px 0px 20px 0px;
	background:url(../img/boutonvideo.jpg) no-repeat center center;
	text-align:center;
	color:white;
	font-size:20px;
	text-decoration:none;
}
.content a.youtube:hover{
	background:url(../img/boutonvideohover.jpg) no-repeat center center;
}
.content .gauche{
	float:left;
	padding:5px;
	background:#fcc200;
	color:#366426;
	text-decoration:none;
}
.content .gauche .img{
	margin-bottom: -20px;
}
.content .droite{
	float:right;
	padding:5px;
	background:#fcc200;
	color:#366426;
	text-decoration:none;
}
.content .droite .img{
	margin-bottom: -20px;
}
.content .droite:hover, .content .gauche:hover{
	background:#739c1c;
	color:white;
}
.center{
	text-align:center;
}
.center1{
	background:#fcc200;
	text-align:center;
}

/*------------------FORMULAIRE--------------------*/

fieldset.form{
	border:none;
	width:300px;
	margin:auto;
}
fieldset.form p{
	text-align:right;
}
input#submit{
	background:#fcc200;
	color:#366426;
	border:none;
	margin-top:5px;
}
input#submit:hover{
	background:#739c1c;
	color:white;
}