/* =Gabarit à 2 colonnes */
/* (16)	780	179 */
/* 4+12	770+10 179 reste 11+4 */

/* = Deux colonnes principales */
#portal {
	width: 780px;
	float: left;
	margin-left: 16px; /* à corriger pour IE6 (doubled margin bug) */
}

#right {
	width: 179px;
	float: left;
}


/* = largeur des colonnes correspondant à des .portal-column .wide */
#center, #bottom {
	width: 780px;
}

#bottom, #M_footer {
	clear: both;
}


/* 
	SUITE A ADAPTER


entête du gabarit: le titre "Résultats de recherche" 
#P_resultat_recherche_titre {
	border-top: 7px solid #F58220;
	background-color: white;
	width: 328px;
	float: left;
	padding-bottom: 15px;
	padding-top: 1px;
}


#P_resultat_recherche_outils {
	border-top: 7px solid #F58220;
	background: white url(../img/P_resultat_recherche_fond_outils.png) right 1px no-repeat;
	float: right;
	width: 428px;
	margin-right: 10px;
	padding: 1px 0 15px 14px;
}

#P_resultat_recherche_outils p {
	color: black;
	margin: 2.7em 0 0 0;
}*/

