#conteneurBoxes{
    float:left;
    width:832px;
}
/* La box Rss, actiongroup ou static */
.dragableBox{
    background-color:white;
    margin:5px;
    /*border-right:2px solid #AAA;*/ /* Effet ombre */
    /*border-bottom:2px solid #AAA;*/ /* Effet ombre */
}
/* Div a l'interieur de la box Rss, actiongroup ou static - avec le bord vert 
.dragableBoxInner{
	border:1px solid #3d731b;
}*/
/* Header a l'interieur de la box Rss, actiongroup ou static */
.dragableBoxHeader{
	background-color:#88FE3F;
	height:25px;
	font-weight:bold;
	color:white;
	line-height:23px;
	padding:0 0 0 5px;
}
/* liens sur le titre de la box */
.dragableBoxHeader a{ color:white; }
.dragableBoxHeader a:hover{ color:blue; }
/* Texte dans le Header a l'interieur de la box Rss, actiongroup ou static */
.dragableBoxHeader span{
	float:left;
}
/* Image dans le Header a l'interieur de la box Rss, actiongroup ou static */
.dragableBoxHeader img{
    float:right;
    cursor:pointer;
    /*border:1px solid white;*/
    margin:4px 2px;
}
/* Dotted rectangle qui indique ou sera positionné l'objet que l'on déplace */
#rectangleDiv{
	border:2px dotted #60b22a;
	margin:5px;
}
/* Bouton de fermeture de la box */
.closeButton{
	border:1px solid white;
	line-height:6px;
	height:9px; width:9px;
	text-align:center;
	margin:2px; padding:2px;
	color:white;
	font-weight:bold;
}
/* Bouton de fermeture de la box : hover */
.closeButton_over{
	border:1px solid #3d731b;
	line-height:6px;
	height:9px; width:9px;
	text-align:center;
	margin:2px; padding:2px;
	color:#3d731b;
	font-weight:bold;
}
/* Status bar at the bottom of rss boxes */
.dragableBoxStatusBar{
	border-top:3px double #3d731b;
	height:14px;
	background-color:#E2EBED;
	padding:2px;
}
/* DIV holding data inside dragable boxes */
.dragableBoxContent{
	padding:7px;
	clear:both;
	text-align:left;
	border:#88FE3F solid 1px;
}
/* titre des items dans la boxe rss */
.boxItemHeader{
	font-weight:bold;
	margin:0px;
	color:blue;
	text-decoration:underline;
	overflow:hidden;
}
/* titre des items dans la boxe rss : hover */
.boxItemHeader:hover{
	font-weight:bold;
	margin:0px;
	text-decoration:underline;
}
/* Texte si on un a pb au moment du chargement du flux rss */
.pbChargementFluxRSS{
    color:red;
}
/* Conteneur de la partie droite de la page. Contient pubs adsense, tags et moteur de recherche */
#conteneurPubEtTag{
    width:148px;
    /*float:left;*/
    position:absolute;
    top:0;
    right:10px;
    /*margin:15px 0 0 0;*/
}
#conteneurActionsSurBoxes{
    margin:15px 0;
}
#conteneurActionsSurBoxes a{
    display:block;
    text-decoration:none;
    font:normal normal 12px arial;
    color:blue;
}
#explicationFonctionnementBoites{
    text-align:center;
    height:30px;
    background-color:#88fe3f;
    margin-left:200px;
    width:500px;
    font:normal bold 12px arial;
    color:white;
}

