/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: Transparent;
	margin-bottom:5px;
}
.containerInscription
{
	width: 100%;
	background-color: Transparent;
	margin-bottom:5px;
}
.containerInscriptionHome
{
	margin-top:30px;
	width: 100%;
	background-color: Transparent;
	margin-bottom:5px;
}
.containerLasernews
{
	width: 100%;
	background-color: Transparent;
	margin-bottom:5px;
}
.containerRecherche
{
	width: 100%;
	background-color: Transparent;
	margin-bottom:5px;
}

.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow {
	background-color: #FFFFFF;
	
}
.Inscription-Haut
{
	width:139px;
	height:5px;
	background-image:url(media/Inscription-EncartHaut.gif);
	background-repeat:no-repeat;
}
.Inscription-Fonds
{
	width:139px;
	background-image:url(media/Inscription-EncartFonds.gif);
	background-repeat:repeat-y;
}
.Inscription-Bas
{
	width:139px;
	height:5px;
	background-image:url(media/Inscription-EncartBas.gif);
	background-repeat:no-repeat;
}

.Lasernews-Haut
{
	width:139px;
	height:5px;
	background-image:url(media/Lasernews-EncartHaut.gif);
	background-repeat:no-repeat;
}
.Lasernews-Fonds
{
	width:139px;
	background-image:url(media/Lasernews-EncartFonds.gif);
	background-repeat:repeat-y;
}
.Lasernews-Bas
{
	width:139px;
	height:5px;
	background-image:url(media/Lasernews-EncartBas.gif);
	background-repeat:no-repeat;
}


.Recherche-Haut
{
	width:139px;
	height:5px;
	background-image:url(media/Recherche-EncartHaut.gif);
	background-repeat:no-repeat;
}
.Recherche-Fonds
{
	width:139px;
	background-image:url(media/Recherche-EncartFonds.gif);
	background-repeat:repeat-y;
}
.Recherche-Bas
{
	width:139px;
	height:5px;
	background-image:url(media/Recherche-EncartBas.gif);
	background-repeat:no-repeat;
}
