/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #fffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.titreRubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #910028;
	font-weight: bold;
	line-height: 20px;
	background-image: url(puceFleche.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	vertical-align: top;
	background-position: 3px 5px;
	border-bottom-color:#999999;
	border-bottom-style: dashed;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	width: 100%;
}

.TexteRubrique{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #910028;
	font-weight: bold;
}

/* Conteneur Newsletter */

.bluecontainer_master {
	width: 100%;	
	background-color: #ACD1EB;
	border-style:solid;
	border-width:1px;
	border-color :#0063AD;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.bluecontainerrow {
	background-color: #CFCFCF;
	border-bottom-style:solid;
	border-width:2px;
	border-color :white;

}

.bluecontainerrow_img {
	background-image: url(gradient_LtGray.jpg);
}

.bluecontainer_TexteRubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0063AD;
	font-weight: bold;
}

.bluecontainer_TitreRubrique {
	background-color: #CFCFCF;
	background-image: url(puceBleue.gif);
	background-repeat: no-repeat;
	text-indent: 11px;
	vertical-align: top;
	background-position: 3px 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	width: 100%;
}

