body {
	padding : 0px;
	padding-top:20px;
	width: 700px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#global {
	width: 100%;
}

#head {
 	width: 100%;
	clear:both;
}

#logo {
	float: left;
	height:70px;
	width:280px;
	background: url('../img/logo.jpg') no-repeat;
}
#titre {
	float:right;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	margin-top:40px;
	margin-right:5px;
}

#header {
	clear:both;
  	float: left;
  	width: 100%;
	background: url('../img/header.jpg') no-repeat;
	height: 170px;
}

#page {
	width:100%;
	clear:both;
	float:left;
	font-family:tahoma;
	font-size:11px;
	background-color:#E9E9E9;
}
h3 {
	padding-left:20px;
	font-family:verdana;
	font-size:15px;
	font-weight:bold;
	
}
p {
	margin-left:20px;
}

#page li {
	list-style-type:none;
}
#sap{
	width:700px;:
	height:59px;
	text-align:center;
}

.block {
  background: url('../img/block.jpg') no-repeat;
  width: 244px;
  height: 100px;
  float: left;
  color: #E7F3F8;
  padding: 10px;
  padding-left: 18px;
  padding-right: 18px;
margin-right:18px;
margin-bottom:18px;
}

.formule {
  font-weight: bold;
  text-decoration: underline;
}

.tarif {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.conditions {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
#footer {
	width:100%;
	clear:both;
	height: 40px;
	font-family:tahoma;
	font-size:11px;
	background: url('../img/footer.jpg') no-repeat;
  	text-align: center;
 	color: #59564B;
}
 #footer p {
	padding-top:18px;
}
/*les liens sont noirs sans 'decoration', y compris les liens visités */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* liens sélectionnés : changement de couleur et fond blanc*/
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.tel {
	font-weight:bold;
	font-size:15px;
	color: #3674a4;
}