/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.TransparentContainer {
	width: 100%;
	background-color: Transparent; 
}
.ContainerBFG_SLigne 
{
    height: 1px;
    background-image: url(dot-red.gif);
    background-position: left top;
    background-repeat: repeat-x;    
}
.ContainerBFG_HG
{
    height: 15px;
    width: 15px;
    background-image: url(puce_menu.gif);
    background-position: left center;
    background-repeat: no-repeat;    
}


