/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

h1 {
	visibility: hidden;
	font-size: 0em;
	height: 0px;
	line-height: 0px;
}




h2 {
	font-size: 1.3em;
	margin-top: 25px;
	margin-left: 22px;
	margin-right: 15px;
	color: #3882B2;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 0.85em;
	color: #533524;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
	margin-right: 15px;
}

#slogan p {
	font-size: 0.9em;
	color: #bcce2a;
	font-weight: bold;

}

#contener {
	
    position: absolute;

    width: 1021px;        /* selon la largeur voulue */
    margin-left: -510px;  /* moitie de width */
    left: 50%;          /* constant, toujours 50% */
	
	height: 400px;       /* selon la quantite de texte */
    margin-top: -200px;   /* moitie de height */
    top: 50%;           /* constant, toujours 50% */
    
   
  }
	

#haut {
	
	padding-bottom: 10px;
	padding-left: 10px;
}

#slogan {
	
	padding-bottom: 10px;
	padding-left: 313px;
	padding-top: 405px;
}


#gauche {
	float: left;
	width: 203px;
	position: relative;
	background-image: url(images/gauche.gif);
	background-repeat: no-repeat;
	height: 400px;
}

#centre {
	float: left;
	width: 520px;
	position: relative;
	height: 400px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
}

#droite {
	float: left;
	width: 298px;
	position: relative;
	background-image: url(images/droite.gif);
	background-repeat: no-repeat;
	height: 400px;
}
