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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	background-color: #000000;
}

body a {
	color: #FFFFFF;
	text-decoration: underline;	
}
body a:hover {
	text-decoration: none;
}
body img {
	border: 0;
}
.clear {
	clear: both;
}





h1{
	font-family: Verdana, Helvetica, sans-serif;
	color: #b2ad1b;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}
.jaune{
	color: #b2ad1b;
}


#container {
	width: 927px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran  pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: center; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-image: url(img/fond.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#menu {
	background-image: url(img/fond_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	padding-left: 50px;
	text-align: left;
}


/* ACCUEIL ---------- */

#accueil {
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(img/fond_accueil.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 550px;
	padding-top: 40px;
	padding-right: 100px;
	padding-left: 54px;
	text-align: left;
}
#flashcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	float: left;
	height: 200px;
	width: 300px;
	top: -25px;
}
#flashcontent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	float: right;
	height: 200px;
	width: 300px;
	top: -115px;
	left: -60px;
}
#flashcontent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	float: left;
	height: 100px;
	width: 150px;
	left: 130px;
	top: -405px;
}


/* REALISATIONS --------- */

#realisations {
	background-image: url(img/fond_realisations.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}
#real_img {
	float: left;
	position: relative;
	padding-top: 40px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 55px;
}
#flashrealisation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#real_texte {
	font-family: Verdana, Helvetica, sans-serif;
	clear: both;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 14px;
}
.vignettes {
	width:90px; 
	padding-right:10px; 
	float:left;
}


/* PACKS VIDEO --------- */

#packsvideo {
	background-image: url(img/fond_neutre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}
#bloc_pack {
	background-image: url(img/packs_fond.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 770px;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#bloc_pack #left {
	float: left;
	width: 375px;
	position: relative;
	height: 80px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
#bloc_pack #right {
	float: right;
	width: 375px;
	position: relative;
	height: 80px;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
}


/* CONTACT --------- */

#contact {
	background-image: url(img/fond_neutre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	padding-top: 40px;
	padding-right: 100px;
	padding-left: 110px;
	text-align: left;
}
#flashcontent_contact01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	float: right;
	width: 300px;
	height: 250px;
	right: -30px;
	top: 200px;
}


/* NEWSLETTER --------- */

#newsletter_conteneur {
	padding-bottom: 30px;
	clear: both;
	text-align: center;
	width: 800px;
	height: 350px;	
}
#flashnewsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	float: left;
	width: 800px;
	height: 330px;
}
#newsletter_texte {
	clear: both;
	text-align: center;
	width: 800px;
	padding-top: 20px;
}
#newsletter_texte a{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#newsletter_texte a:hover{
	text-decoration: underline;
}

