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

body {
	background-image:url(../img/fond.jpg);
	/*Tout d'abord, nous allons faire en sorte que le site occupe toute la hauteur de la fenêtre, 
	même si il n'y a pas assez de contenu pour remplir l'espace :*/
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}
div#bloc_text {
	width: 780px;
	padding:35px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
div#bloc_text span {
	background: #fff url(../img/titre2.png) left center no-repeat;
}
div#video {
	padding-top:10px;
	height:150px;
}
div#video_vignette {
	border:solid;
	border-width:1px;
	border-color:#2963B5;
	float:left;
	margin-left:25px;
}
.Style1 {
	color: #2963B5;
	font-weight: bold;
}
.Style2 {
	color: #bf215a
}
.style4 {
	color: #2963B5;
	font-size:18px;
	font-weight:900;
}
