/* CSS Document */

/** Titres */
#tableNous_haut {
	height:15px;
	background:url('../images/titres/haut_quiSommesNous.png') no-repeat bottom;
}

#tableLegales_haut {
	height:15px;
	background:url('../images/titres/haut_informationsLegales.png') no-repeat bottom;
}

#tableSociete_haut {
	height:15px;
	background:url('../images/titres/haut_societe.png');
}

/** Structure */
#tableGeneral {
	width: 100%;
	text-align:center;
}

#tableGeneral_gauche {
	vertical-align:top;
}

#tableGeneral_droite {
	vertical-align:top;
}

#tableNous {
	width:550px;
	margin:auto;
}

#tableNous_centre {
	padding-top: 10px;
	text-align:justify;
}

#tableLegales {
	width:550px;
	margin:auto;
}


#tableLegales_centre {
	padding-top: 10px;
	text-align:justify;
}

#tableInformations {
	width:100%;
}


