/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY {
	background-color: #FFFFFF;
}

.pagemaster {
	width: 1000px;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	width: 1000px;
	height: 100%;
	background-color: #FFFFFF;
}
.skinheader {
	background-color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 801px;
	height: 114px;
	background: #EE593B url(fond-haut.jpg) no-repeat;
}
.bottompane {
	width: 801px;
	height: 17px;
	background: #EE593B url(fond-bas.jpg) no-repeat;
}
.outleftpane {
	width: 110px;
	background: #FFFFFF url(fond-gauche.jpg) no-repeat;
}
.outrightpane {
	width: 89px;
	background: #FFFFFF url(fond-droite.jpg) no-repeat;
}

.leftpane {
	width : 60px;
}
.rightpane {
	width : 134px;
}

.surcontenu {
	background: #F3F9F7 url(fond-contenu.jpg) no-repeat;
}

.contentpane 
{
	width: 607px;
	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;
}


