html, body {
	background-color:#3a3b3c;
	background:url(../img/bg.jpg) repeat-x #3a3b3c;
	margin: 0;
	padding: 0;
	color: #3a3b3c;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
}
h1{
	font-size:1.3em;
	text-align: center;
}
h2{
	font-size:1.2em;
	color: #009933;
}
a{
	color: #f9300d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.global{
	height: auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.logo{
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 300px;

}
.conteneur{
	margin-bottom: 30px;
	padding-left: 50px;
	padding-right: 20px;
}
.droite{
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
.video{
	color: #FFFFFF;
	font-size: 0.9em;
}
a.video{
	color: #FFFFFF;
	text-decoration: underline;
}
.video a:hover {
	text-decoration: none;
}
hr {
clear: both;
visibility: hidden;
}
