/* =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;
	margin-top:-117px;
	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;
}*/

#P_search_result #M_decryptage_entete {
	background-color: white;
	color: black;
	border-top: 7px solid #000633;
	width: 770px;
	padding: 1px 0 66px 0;
	margin:0 0 0 16px;
}

#P_search_result #M_decryptage_entete h2 {
	width: 248px;
	float: left;
}

#P_search_result #M_decryptage_outils {
	color: black;
	background: url(../img/P_decryptage_fond_outils.png) right top no-repeat;
	text-align: right;
	float: left;
	width: 510px;
	padding: 20px 12px 0 0;
}

#P_search_result #M_decryptage_outils p, #P_search_result #M_decryptage_outils p a {
	color: black;
	margin: 0.8em 0 0.8em 0;
	padding-right: 0;
}

#P_search_result #M_decryptage_outils p a:hover img {
	text-decoration: normal;
}

#P_search_result #M_decryptage_outils p#, M_decryptage_date {
	color: black;
	background-color: white;
	margin: 0.8em 0 0.8em 6px;
	float: left;
}

#P_search_result #M_decryptage_outils p strong {
	color: #F58220;
}

#P_search_result #M_decryptage_outils p img {
	vertical-align: -4px;
	margin-right: auto;
}

#P_search_result #M_statut_juridique_entete {
	background-color: white;
	color: black;
	border-top: 7px solid #000633;
	width: 770px;
	padding: 1px 0 66px 0;
	margin:0 0 0 16px;
}

#P_search_result #M_statut_juridique_entete h2 {
	width: 248px;
	float: left;
}

#P_search_result #M_statut_juridique_outils {
	color: black;
	background: url(../img/P_decryptage_fond_outils.png) right top no-repeat;
	text-align: right;
	float: left;
	width: 510px;
	padding: 20px 12px 0 0;
}

#P_search_result #M_statut_juridique_outils p, #P_search_result #M_statut_juridique_outils p a {
	color: black;
	margin: 0.8em 0 0.8em 0;
	padding-right: 0;
}

#P_search_result #M_statut_juridique_outils p a:hover img {
	text-decoration: normal;
}

#P_search_result #M_statut_juridique_outils p#, M_statut_juridique_date {
	color: black;
	background-color: white;
	margin: 0.8em 0 0.8em 6px;
	float: left;
}

#P_search_result #M_statut_juridique_outils p strong {
	color: #F58220;
}

#P_search_result #M_statut_juridique_outils p img {
	vertical-align: -4px;
	margin-right: auto;
}

