body 
{
	background-color:#2A2217;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image:url(../images/bkgPage3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

html {
	overflow-y: scroll;
}

.overFlashServices{
	visibility:hidden;
	position:absolute;
	width:980px;
	height:420px;
	top:123px;
}


.header3, .header2
{
	height: 280px;
	width: 800px;
	background-position:1px 0px;
	background-image: none;
	background-repeat: no-repeat;
}

.header2
{
	background-image: none;
	background-repeat: no-repeat;
}

#pageMiddle
{
	width:800px;
}


#pageBottom
{
	width:800px;
	height:83px;
	background: url(../images/pageBottom.jpg);
	background-repeat:no-repeat;
	clear:both;
}



/*---------------------- POPUP ------------------------*/
#containerPopup 
{
	background-position: center 0px;
	width:900px;
	height:590px;
	text-align:left;
	position:relative;
	background-image: url(../images/bkgPopup.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/bkg_head_Popup.jpg);
	height: 123px;
}
#logo {
	float: left;
	height: 123px;
	width: 203px;
	background-image: url(../images/volta_logo.jpg);
}




#popupTitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e2bc50;
	float: left;
	padding-top: 76px;
	padding-left: 100px;

}

#popupReturnButton
{
	padding-right:61px;
	float:right;
	font-size:10px;
	height: 27px;
	padding-top: 76px;

}

#popupReturnButton a
{
	color:#c0d8dc;
	text-decoration: underline;
	font-size:14px;
	font-weight:bold;
}

#popupReturnButton a:hover
{
	color:#ffffff;
	text-decoration: underline;
}

#popupContentScroller 
{
	height:474px;
	width:830px;
	text-align:left;
	overflow-y:scroll;
	overflow-x:hidden;
scrollbar-base-color: #FF0000;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #69170f;
scrollbar-darkshadow-color: #69170f;
scrollbar-face-color: #c9661b;
scrollbar-highlight-color: #e9a269;
scrollbar-shadow-color: #9e5215;
scrollbar-track-color: #410c0f;
	margin: auto;
	clear: both;
}

#popupContent {
	z-index:1;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}


/*---------------------- HOME PAGE --------------------------*/

.homePage, .pageContent 
{
	width:601px;
	
}

.rowImageHomePage 
{
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

.imgHomePage 
{
	border:0px;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}


/*---------------------- CONTENT PAGE ------------------------*/


.pageContent
{
	text-align:left; 
}

.content
{

}

#hierarchie
{
	text-align:left;
	font-size:9px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
}


#footer 
{
	margin-top:10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	width: 830px;
	font-size:10px;
	color:white;
}

#footer a{
	color:white;
}

a {
	text-decoration: none;
	color: white;
	font-family:verdana;
}
a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #D7D7D7;
	width: 100%;
	height: 1px;
} 


/*----------------------header and menu ------------------------*/


#menu 
{
	clear:both;
	width:188px;
}

#menuAdmin
{
	background: #295286;
	color:White;
	border:1px solid white;	
	width:100%;
	margin-right: auto;
	margin-left: auto;
	height:30px;
}

.menu 
{
	text-align: left;
	font-size: 13px;
	list-style: none;
}

#menu ul {
	padding: 0px 0px 0px 1px;
	list-style: none;
	margin: 0px;
}

#menuAdmin ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0px;
}

#menu li {
	padding: 8px 0px 0px 20px;
	list-style: none;
	background-image: url(../images/menuLevel1.gif);
	background-repeat:no-repeat;
	height:24px;	
}

#menu .subItem 
{
	background-image: url(../images/menuLevel2.gif);
	height:17px;
	padding:3px 0px 0px 30px;
	font-size:10px;
} 

#menu .hidden 
{
	visibility:hidden;
}


#menuAdmin li
{
	padding: 8px 12px;
	float:left;	
	color:White;
}

.menu li 
{
	margin-bottom:0px;
	margin-left: 0px;
}

.menu li a 
{
	color:#022C56;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: none;
	font-weight:bold;
}

#menuAdmin li a 
{
	color: White;
	font-size:13px;
}

.menuSelected a,
.menuSelected a:visited
{
	font-weight:bold;
}

/*----------------------- LISTS ---------------------------*/

.formattedList ul
{
	padding: 0px 0px 0px 18px;
	margin-left:0px;
}

.formattedList li
{
	margin-bottom:0px;
	margin-left: 0px;
	padding-bottom:5px;
	padding-top:3px;
	background-image: url(../images/listBottom.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.formattedList li a
{
	font-size:10px;
	font-weight:bold; 
}



/*----------------------- boxes ---------------------------*/
.column, .columnRight {
	float: left;
	width:auto;
	margin-right: 0px;
	display: inline;
	text-align: center;
}

.columnRight {
	margin-right:0px;
}


.box
{
	text-align:center;
}

.boxHeader {
	text-align: left;
	height: 23px;
	padding-top: 10px;
	padding-left: 49px;
}


.box30Header
{
}

#mangecrotte
{
	background-image:url(../images/newbox50_header.gif);
	width:361px;
	height:41px;

}

.box70Header
{
}

.box100Header
{
}

.box70, .box100
{
	text-align:left;
	background-repeat: no-repeat;
	background-position:top left;
}

.box30
{
	width:248px;
	padding-left: 30px;
}

.box40
{
	width:340px;
}

.box50
{
	width:361px;
	padding-left: 30px;
}

.box70
{
	width:550px;
	padding-left: 30px;
}

.box100
{
	width:800px;
	padding-left: 30px;
}

.boxContent 
{
	text-align:left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(../images/bkg_box.jpg);
}
.boxContentscroll
{
	height: 373px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	scrollbar-base-color: #FF0000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #69170f;
	scrollbar-darkshadow-color: #69170f;
	scrollbar-face-color: #c9661b;
	scrollbar-highlight-color: #e9a269;
	scrollbar-shadow-color: #9e5215;
	scrollbar-track-color: #410c0f;
	background-color: #FFFFFF;
}
.boxcontent30
{
	background-image: url(../images/bkg_box.jpg);

}

.boxcontent100
{
	background-color: #FFFFFF;
}
.boxcontent50
{
	background-image: url(../images/bkg_box.jpg);

}
.boxcontent70
{
	background-image: url(../images/bkg_box.jpg);

}
.box30bottom {
	background-image: url(../images/box30bottom.jpg);
	height: 8px;
}
.box100bottom {
	height: 20px;
}
.box50bottom {
	height: 8px;
	background-image: url(../images/box50bottom.jpg);
	width: 405px;
}
.box70bottom {
	background-image: url(../images/box70bottom.gif);
	height: 20px;
}

.forceBottomBackground
{
	clear:both;
	height:8px;
	width:20px;
}



/*----------------------- forms ---------------------------*/

.form 
{
	height:100%;
}
.formRow {
	clear:left;
	height:20px;
	text-align:left;
}

.formCol1 {
	width:100px;
	float:left;	
	padding-top:5px;
}

.formCol1XL {
	width:220px;
	float:left;	
	padding-top:5px;
}


.formCol2 {
	float:left;
	padding-top:2px;
	text-align:left;
	width:360px;
}

.formCol3 {
	float:left;
	padding-top:5px;
	margin-left:5px;
}

/*----------------------- tables ---------------------------*/

.gridStyle 
{
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
}

.gridHeader {
	font-weight: bold;
	padding-bottom: 2px;    
	text-transform:uppercase;
	text-align:left;
}

.tableRowStyle,
.tableRowAltStyle { 

	border-width:0px;
	height:18px;
}

.tableRowStyle {
	background-color: #fbe9b2;
}

/*------------------------------------------------------*/
#hebdoquilles ul 
{
	margin-left:-35px;
	padding-left:35px;	
}

#hebdoquilles li
{
	list-style-type:none;
	margin-bottom:5px;

}

/*----------------------- admin ---------------------------*/

.adminControlBar
{
	clear:both;
	border-top:1px dotted gray;
	text-align:right;
	margin-top:4px;
}
