#global {
	width:752px;
	height: 509px;
	margin: 0 auto;
	margin-top: 100px;	
}

/* En-tête de la page */
#header {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 752px;
	position: relative;
}

h1{
	background-image: url(../img/logo9.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 158px;
	position: relative;
	left: 71px;
	
}

 #logo2{
	
	background-repeat: no-repeat;
	height: 109px;
	width: 212px;
	position: absolute;
	left: 473px;
	top: 0px;
}


/* Contenu de la page */


#content{
	background-image: url(../img/corps.jpg);
	background-repeat: no-repeat;
	height: 283px;
	width: 752px;
	position: relative;
}

.phrase1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	top: 45px;
	left:49px;
	background-position: center center;
	position: absolute;
	text-align: center;
}

* html .phrase1 {	
	top: 60px;
	

}

.phrase2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	top: 126px;
	left:89px;
	background-position: center center;
	position: absolute;
	text-align: center;
}

* html .phrase2 {
	top: 142px; }
	
*:first-child+html .phrase2 {
	top: 142px; }

*:first-child+html .phrase1 {
	top: 60px; }

/* Footer */


#footer{
	background-image: url(../img/foot.jpg);
	background-repeat: no-repeat;
	height: 117px;
	width: 752px;
	position: absolute;	
	
}

#bouton {
	
	background-repeat: no-repeat;
	height: 79px;
	width: 244px;
	float: right;
	left: -90px;
	position: relative;
}
