/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY {
	background-color: #7F5700;
}

.pagemaster {
	width: 800px;
	height: 100%;	
	background-color: #EFE6BE;
}
.skinmaster {
	height: 100%;
	background-color: #EFE6BE;
}
.skinheader {
	background-color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}

.toppane {
	width: 800px;
	height: 100px;
	background: #EFE6BE url(gb-bandeau-haut.gif);
}

.leftpane {
	width: 131px;
	background: #EFE6BE url(fond.gif);
}

.fond {
	background: #EFE6BE url(fond.gif);
}

.bottompane {
	background: #FFFFFF;
	padding-left: 10px;
}

.contentpane {
	width: 669px;
	background: #EFE6BE url(fond.gif);
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 0px;
	vertical-align : top;
}
.contentpanedouble {
	width: 335px;
	background: #EFE6BE url(fond.gif);
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	vertical-align : top;
}
.rightpane {
	width: 334px;
	background: #EFE6BE url(fond.gif);
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 0px;
	vertical-align : top;
}
.contentpaneMentions {
	background: #EFE6BE url(fond.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align : top;
}



