/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding-left: 12px;
	padding-right: 12px;
    margin-top: 12px;
}
.containermaster2 {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	border-left: 1px solid #CCCCCC;
	padding:5px;
}
.containermaster_grey {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 6px;
	padding-top: 8px;
}
.containermaster_in_header {
	width: 350px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top:8px;
}
.Head_verd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #69A71F;
	background-color:transparent;
	padding-left: 10px;
	line-height:25px;
}
.Head_vermell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #ED2E38;
	background-color:transparent;
}
.Head_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #888888;
	background-color:transparent;
}

.Head_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:transparent;
}
.neutre 
{
	padding:12px;
	padding-left: 24px;
}
.neutre img 
{
	border: solid 15px #e5ece4;
}
.content {
	padding:12px;
	padding-left: 24px;
}
.content2 {
	padding:7px;
	padding-right:10px;
}
.pane { width:100%; padding-left:10px;}




