/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_beige
{
	width: 100%;
	border-right: tan 1px solid;
	border-top: tan 1px solid;
	border-left: tan 1px solid;
	border-bottom: tan 1px solid;
	background-color: cornsilk;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
hr.containermaster_beige 
{
	color: Tan
}

.containerrow1_beige {
	BACKGROUND-IMAGE: url(gradient_MidTangerine.jpg);
}
.blanc {
	background-color: white
}
.transparence {
	background-color: transparent
}

