﻿/* layout */

/* --- menu principal --- */

#menu_haut{
	width:594px;
}

#menu_haut .cellule_menu {
	vertical-align: middle;
	background-image:url('/img/menu_cell.gif');
}

#menu_haut .cellule_menu_on {
	vertical-align: middle;
	background-image:url('/img/menu_cell_ro.gif');
}

#mappemonde {
	text-align: center;
}
/* --- blocs de mise en forme des textes de description --- */
.div_normal{
	font-family: Arial, Helvetica, sans-serif;
	color: #5C665B;
	font-size:11px;
	margin: 8px 9px 18px 12px;
}
.div_etroit{
	font-family: Arial, Helvetica, sans-serif;
	color: #5C665B;
	font-size:11px;
	margin: 24px 18px 18px 18px;
}

/* tableau regroupant les deux cellules du centre */
td.td_groupe_ga{
	width: 391px;
	vertical-align: top;
	background-image: url('/img/fond_cellule_groupe_ga.jpg');
	background-repeat: repeat-y;
}
.tableau_groupe_ga{
	height: 100%;
}
/* tableau regroupant les deux cellules de droite */
td.td_groupe_dr{
	width: 393px;
	vertical-align: top;
	background-image: url('/img/fond_cellule_groupe_dr.jpg');
	background-repeat: repeat-y;
}
.tableau_groupe_dr{
	width: 393px;
	height: 100%;
}

/* cellule de fin de page */
td.bas_de_page{
	height: 50px;
	background-image: url('/img/fond_basv_test.jpg');
	background-repeat: no-repeat;
	background-position: top;
}


/* formulaire contact */
#contact_propositions input{
	width: 245px;
	height: 14px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #5C665B;
	border-left: none;
	background-color: #FFFFFF;
	line-height: 14px;
	font-size: 11px;
}
#contact_propositions input.envoyer{
	height: 18px;
	border: none;
	background-color: #5C665B;
	color: #FFF;
	line-height: 14px;
	font-size: 10px;
}
#contact_propositions textarea{
	width: 245px;
	border: 1px solid #5C665B;
	background-color: #FFFFFF;
	line-height: 14px;
	font-size: 11px;
}
#contact_propositions td{
	vertical-align: top;
	height: 18px;
}
