/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY {
	background-color: #FFFFFF;
}

.pagemaster {
	width: 902px;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	width: 902px;
	height: 100%;
	background-color: #FFFFFF;
}
.skinheader {
	background-color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 802px;
	height: 144px;
	background: #ED008C url(fond-haut.jpg) no-repeat;
}
.bottompane {
	width: 802px;
	height: 23px;
	background: #FFFFFF url(fond-bas.jpg) no-repeat;
}
.outleftpane {
	width: 50px;
	background: #FFFFFF url(fond-gauche.jpg) no-repeat;
}
.outrightpane {
	width: 50px;
	background: #FFFFFF url(fond-droite.jpg) no-repeat;
}

.leftpane {
	width : 5px;
}
.rightpane {
	width : 140px;
}

.surcontenu {
	background-image: url(fond-contenu.jpg);
	background-repeat: no-repeat;
}
.sousContenu {
	background-image: url(fond-contenu-2.jpg);
	background-repeat:repeat-y;
}

.contentpane 
{
	width: 657px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	vertical-align: top;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #FFFFFF;
   visibility:hidden;
}

