/* rgles CSS pour la Diligence */

body {
  margin:0;
  padding:0;
  background-color:#0175be;
  background-image: url(../images/ArrierePlanCuba.jpg);
  background-repeat:repeat-x;
}

html {
  padding:0;
  margin:auto;
  text-align:center;/*IE bug*/
  overflow:auto;
}

#conteneur {
  position:relative;/*je dois mettre la position relative pour sortir la div du flux. en absolute, elle capote*/
  height:600px;/*ici je laisse les dimenssin pour que firefox puisse avoir des repre dimenssionnels et centrer la div.*/
  width:900px;
  top:0px;
  margin:auto;
  text-align:left;/*si je ne met pas auto, le bloc n'est pas centré*/
  z-index:1;
} 
 
#voyage-Cuba{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
    height:600px;
	margin:0;
	border:0;
	padding:0;
	z-index:1;
}
#Invitation {
	position:absolute;
	left:25px;
	top:10px;
	width:376px;
	height:73px;
	z-index:2;
}
#Reglements {
	position:absolute;
	left:49px;
	top:115px;
	width:108px;
	height:17px;
	z-index:2;
}
#WEB {
	position:absolute;
	left:49px;
	top:184px;
	width:108px;
	height:17px;
	z-index:2;
}
.styleMenuCuba{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-size:bold;
}
.styleMenuCuba a{
text-decoration:none;
color:#FFFFFF;}
.styleMenuCuba a:hover{
text-decoration:underline;
color:#0175be;
}
.styleReglements{
font-family:Arial, Helvetica, sans-serif;
color:#fff45d;
font-size:17px;
text-align:left;
}
#texte {
	position:absolute;
	left:11px;
	top:223px;
	width:670px;
	height:321px;
	overflow:auto;
	z-index:2;
}
.styleTexteNormal{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:15px;
}
#RAPPEL {
	position:absolute;
	left:115px;
	top:551px;
	width:519px;
	height:46px;
	z-index:2;
}
.styleBasPage{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size:17px;
color:#FFFFFF;
}
#RAPPEL2 {
	position:absolute;
	left:42px;
	top:551px;
	width:519px;
	height:46px;
	z-index:2;
}
.styleBasPage2{
font-family:Arial, Helvetica, sans-serif;
text-align:right;
font-size:17px;
color:#FFFFFF;
}