/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY {
	background-color: #FFFFFF;
}

.pagemaster {
	width: 860px;
	/*height: 100%;*/
	background-color: #FFFFFF;
}
.skinmaster {
	width: 860px;
	/*height: 100%;*/
	background-color: #FFFFFF;
}
.skinheader {
	background-color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 860px;
	height: 164px;
	vertical-align: top;
	background: #FFFFFF url(bandeau-haut.jpg) no-repeat;
}
.fondleft {
	width: 188px;
	vertical-align: top;
	background: #FFFFFF url(fond-gauche.jpg) no-repeat;
}
.leftpane {
}
.rightpane {
}
.contentpane 
{
	width: 672px;
}
.bottompane {
	width: 860px;
	height: 20px;
	vertical-align: bottom;
}

.fondContenuAccueil {
	background: #FFFFFF url(fond-accueil.gif) no-repeat;
}



