@charset "UTF-8";
/* INTRO */
body{
	 margin:0;
  padding:0;
  background: url(../images/bg_intro.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
#top{
	width:100%;
	height:21px;
	background-image:url(../images/bg_top_intro.gif);
	background-repeat:repeat-x;
}
#contenu{
	position: absolute;
	left: 50%;
	top: 25%;
    margin-top: -156px; /* moitié de la hauteur de l'image */
    margin-left: -433px; /* moitié de la largeur de l'image */
}
#bottom{
	width:100%;
	height:10px;
	background-image:url(../images/bg_bottom_intro.gif);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
}
#signature{
	width:32px;
	height:37px;
	position:absolute;
	margin:0 0 0 auto;
	padding-bottom:10px;
}