body 
{
	background-position: center 0px;
	background-color: #ff6600;
	background-image: url(../images/bkgHtml.gif) ;
	background-repeat:repeat-x;

	margin:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}

html {
     overflow: -moz-scrollbars-vertical;
}

.overFlashServices{
	visibility:hidden;
	position:absolute;
	width:900px;
	height:420px;
	top:0px;
}

#popupContent {
	z-index:1;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


.container3, .container2
{
	width: 811px;
	margin: 0px auto;
	padding-left:11px;
	background-position:center 0px;
	background: url(../images/background3.gif) repeat-y;
	text-align:left;	
}

.container2
{
	background: url(../images/background2.gif) repeat-y;
}

.header3, .header2
{
	height: 280px;
	width: 800px;
	background: url(../images/bkgHeader.png) no-repeat;
	background-position:1px 0px;
}

.header2
{
	background: url(../images/bkgHeader2.png) no-repeat;
}

#pageMiddle
{
	width:800px;
}


#pageBottom
{
	width:800px;
	height:83px;
	background: url(../images/pageBottom.jpg);
	background-repeat:no-repeat;
	clear:both;
}



/*---------------------- POPUP ------------------------*/
#containerPopup 
{
	margin: 0px auto;
	background: url(../images/bkgPopup.gif) no-repeat;
	background-position: center 0px;
	width:840px;
	height:590px;
	text-align:left;
	position:relative;
	padding:0px 0px 0px 45px;

}

#popupTitle 
{
	padding-top:55px;
	padding-left:5px;
}

#popupReturnButton
{
	padding-top:28px;
	padding-right:40px;
	float:right;
	font-size:10px;

}

#popupReturnButton a
{
	color:#196624;
	font-size:14px;
	font-weight:bold;
}

#popupContentScroller 
{
	margin-top:10px;
	height:459px;	
	width:838px;
	text-align:left;  
	overflow-y:auto;	
	overflow-x:hidden;
	
	scrollbar-base-color: #4bbe40;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #196624;
	scrollbar-darkshadow-color: #196624;
	scrollbar-face-color: #4bbe40;
	scrollbar-highlight-color: #4bbe40;
	scrollbar-shadow-color: #4bbe40;
	scrollbar-track-color: #196624;
	
}



/*---------------------- 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;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	width: 880px;
	font-size:10px;
}

#footer a
{
	color:white;
}

a {
	text-decoration: none;
	color: black;
	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;	
	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: 18px;
	display: inline;
	text-align: center;
}

.columnRight {
	margin-right:0px;
}

.box
{
	border-bottom:6px #196624 solid;
	margin-bottom:15px;
	text-align:center;
}

.boxHeader {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	height:21px;
}

.boxContent 
{
	text-align:left;
	padding: 10px 10px 15px 10px;
	background-color:Transparent !important;
	background-color:#D3EEC7;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bkgBoxContent.png');*/
}

.boxContent[class]
{
	background-image: url(../images/bkgBoxContent.png);	
}

.boxContentColoredBackground 
{
	background-color:White;
	margin: 20px 30px 15px 30px;
	padding:35px 0px 15px 30px;	
}


.boxContentTextZone
{
	width:300px;
	float:left;
}

.boxContentImageZone
{
	width:379px;
	margin-left:10px;
	float:left;
}

.box30Header
{
	background: url(../images/box30Header.gif) no-repeat;
}

.box50Header
{
	background: url(../images/box50Header.gif) no-repeat;
}

.box70Header
{
	background: url(../images/box70Header.gif) no-repeat;
}

.box100Header
{
	background: url(../images/box100Header.gif) no-repeat;
}

.box100HeaderLine
{
	height:7px;
	background: url(../images/box100HeaderLine.gif) no-repeat;
	background-position:bottom;
}

.box70, .box100
{
	text-align:left;
	background-repeat: no-repeat;
	background-position:top left;
}

.box30
{
	width:253px;
}

.box40
{
	width:340px;
}

.box50
{
	width:391px;
}

.box70
{	
	width:530px;	
}

.box100
{
	width:803px;
}

.forceBottomBackground
{
	clear:both;
	height:8px;
	width:20px;
}



/*----------------------- forms ---------------------------*/

.form 
{
	height:100%;
}
.formRow {
	clear:left;

	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;
}

.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;
	height:20px;	
	text-transform:uppercase;
	text-align:left;
}

.tableRowStyle,
.tableRowAltStyle { 

	border-width:0px;
	height:18px;
}

.tableRowStyle {
	background-color: #FFFFFF;
}

/*------------------------------------------------------*/
#hebdoquilles ul 
{
	margin-left:0px;	
}

#hebdoquilles li
{
	margin-left:0px;	
	list-style-type:none;
	margin-bottom:5px;

}

/*----------------------- admin ---------------------------*/

.adminControlBar
{
	clear:both;
	border-top:1px dotted gray;
	text-align:right;
	margin-top:4px;
}


