/* ======================================================
   	 © Copyright 2006 Idealsite - Tous droits réservés. 
	 
	 ---------------------------------------------------
	 Dernière modification : le 01 Février 2006
====================================================== */

.boitepub {
	margin:0px 5px;
	width:610px;
	background-color: #FFFFFF;
}
.boitecadre {
	margin:0px 10px;
      	width:auto; 
}
.cadre_haut {
	height: 20px;
	width: auto;
	font-weight: bold;
	background-image: url(/images/pub/hautcentre.gif);
	text-align: left;
}
.cadre_bas {
        height: 15px;
        width: auto;
        background-repeat: repeat-x;
        background-image: url(/images/pub/bascentre.gif);
}
.contenu_cadre {
	width: auto;
	padding: 15px;
	border-left: 1px solid #353535;
	background-image: url(/images/pub/droit.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
.cadre_haut_gauche {
        float:left;
        width: 10px; height: 26px; margin-right: -3px;
        background-image: url(/images/pub/hautgauche.gif);
}
.cadre_haut_droit {
        float:right; width: 10px; height: 26px; margin-left: -3px;
        background-image: url(/images/pub/hautdroit.gif);
}
.cadre_bas_gauche {
        float:left; width: 10px; height: 15px; margin-right: -3px; overflow: hidden;
        background-image: url(/images/pub/basgauche.gif);
}
.cadre_bas_droit {
        float:right; width: 10px; height: 15px; margin-left: -3px; overflow: hidden;
        background-image: url(/images/pub/basdroit.gif);
}

