/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 178;
	background-color: #D7D7D5;
}
.FirstActu {
	background-image: url(First-Actu.gif);
	background-repeat: no-repeat;
}
.MiddleActu {
	background-image: url(Middle-Actu.gif);
	background-repeat: no-repeat;
}
.BottomActu {
	background-image: url(Bottom-Actu.gif);
	background-repeat: no-repeat;
	padding:0px 0px 5px 0px;
}
.FirstActu .head {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#B2B179;
}
.MiddleActu .head {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#B2B179;
}
.BottomActu .head {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#B2B179;
}
.ActuBorders {
	BORDER-Right: #838383 1px solid;
	BORDER-Left: #838383 1px solid;
	padding:3px 3px 0px 3px; /* Haut, Droite, Bas Gauche */
}
.ActuBordersBack {
	BORDER-Right: #838383 1px solid;
	BORDER-Left: #838383 1px solid;
	background-image: url(Bottom-Back.gif);
}
.ActuBordersBackBottom {
	background-image: url(Bottom-End.gif);
}
.containerrow2_blue {
	background-color: #D7D7D5;
}

/* Container Support */
.ContainerSupport {
	width: 342;
	background-color: #D1CE9B;
}
.TtlSupport {
	background-image: url(TopSupport.gif);
}
.BgSupport {
	background-image: url(BgSupport.gif);
	/* Haut Droite Bas Gauche */
	padding:0px 15px 0px 15px;
}
.BotSupport {
	background-image: url(BotSupport.gif);
	background-repeat: no-repeat;
}
.BgSupport .head {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#515837;
}
/* Container Top News */
.TopNews {
	width: 442;
	background-color: #FFFFFF;
}
.BgTopNews {
	background-image: url(TopNews.gif);
	/* Haut Droite Bas Gauche */
	padding:0px 0px 0px 14px;
}
.BgTopNews .head {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#ABAF74;
}
/* Container text content */
.Containertext {
	width: 590;
	/* background-color: #D1CE9B; */
}
.Ttltext {
	background-image: url(TopText.gif);
}
.Bgtext {
	background-image: url(BgText.gif);
	/* Haut Droite Bas Gauche */
	padding:5px 15px 8px 15px;
}
.Bottext {
	background-image: url(BotText.gif);
	background-repeat: no-repeat;
}
.Bgtext .head {
	color: #800000;
	font-family: Arial;
	font-size: 18px;
}
.SepText {
	background-image: url(SepText.gif);
	background-repeat: no-repeat;
	BORDER-Right: #FF0000 1px solid;
	BORDER-Left: #838383 1px solid;
}
.Bgtextempty .head {
	color: #800000;
	font-family: Arial;
	font-size: 18px;
}