@charset "utf-8";
/* CSS Document */

#contenant{
	text-align:center;
}

.contenu{
	width: 1000px;
	text-align: center;
	margin:0px auto;
	border-width : 1px;
	border-style : solid;
	border-color:#000000;
	background-color:#FFFFFF;
}


#insideContenu{
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
	margin-bottom:20px;
}

.background{
background :url(../img/principal/background.png);
background-repeat:repeat;
font:Arial, Helvetica, sans-serif;

}

.contactBas{
font:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}


.contact{
margin-left:200px;
padding-right:280px;
}


.menu{
	position:relative;
	width: 150px;

}

.tableau{
position:relative;

}

#bandeau{
	background:url(../flash/bandeau.swf);
	background-repeat: no-repeat;
	margin: auto;
	width: 1000px;
	height: 140px;
}

.menuGauche{
	background:url(../img/principal/menuGauche.png);
	width: 205px ;
	height: 400px;
	background-repeat: no-repeat;
}

.table{
	width: 1002px;
	height:auto;
	margin-bottom:30px;
	margin-top:20px;
	text-align:center;
	float:center;
	
}

.arrayContenu{
	width:715px;
	vertical-align:top;
	margin-top: 50px;
}

.arrayGraphic{
	background:url(../img/principal/tete.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}

.arrayGraphicInverse{
	background:url(../img/principal/tete_inverse.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
}


.arrayTitle{
color:#FFFFFF;
margin-left: 80px;
font-style:bold;
font-size:18px;
}

.insideAray{
width:370px;

}

.arrayTitle2{
	color:#FFFFFF;
	font-style:normal;
	font-size:18px;
	font-weight: bold;
}

.photo{
	text-align:center;
}



#footer{
	background:url(../img/principal/footer.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 99px;	
}

.divBottom{
	padding-top:65px;
}
.arrayBottom{
	text-align:center;	
	color:#FFFFFF;
	}
	
.a{
	color:#FFFFFF;
	text-decoration: none;
	font-size:15px;
	font-style:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.sousTitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
}
.corpsTexte {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #000000;
}

.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006699;
}
.inter {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.titre_voyages {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	color: #3366FF;
	background-color: #FDBA06;
	font-weight: bolder;
}
.date_voyage {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	color: #3366FF;
	margin-left:5px;
}

#ligne_verticale {
	width: 100%;  /* la moitié du <div="corps" */
	height: 100%;
	float: left;  /* Flotera à gauche */
	margin-top: 3%; /* ou 15% */
	border-right: 2px solid #FDBA06;


