@charset "utf-8";
/* CSS Document */

.listLevelOne li{
		background:url(../Images/templates/bulletListLevel1.gif) no-repeat;
		background-position:left 2px;
		padding-left:17px;
		font:bold 1.1em Arial, Helvetica, sans-serif;
		color:#756c63;
}
.listLevelOne ul li{
		background:url(../Images/templates/bulletListLevel2.gif) no-repeat;
		background-position:left 2px;
		padding-left:17px;
		font:normal 1.1em Arial, Helvetica, sans-serif;
		color:#756c63;
		margin-left:10px;
}

/*------------------------------------------------------------------------*/
#contentArea{
			padding:0px;
			margin:0px;
			width:940px;
			margin-left:auto;margin-right:auto;
			/*background-color:#FFFFFF;*/
}
/* découpage sur 5 cols*/
.oneRow{
			clear: both;
			padding:0px;
			overflow: hidden;
			margin-bottom: 10px;
			width: 940px; /* Add DSC */
}
.oneCol{
			width: 180px;
			min-height: 10px;
			overflow: hidden;
			margin-right: 10px;
			float: left;
			/*background-color:#99CCFF;*/
}
.twoCols{
			padding:0px;
			width: 370px;
			min-height: 10px;
			overflow: hidden;
			margin-right: 10px;
			float: left;
			/*background-color:red;*/
}
.threeCols{
			padding:0px;
			width: 560px;
			min-height: 10px;
			overflow: hidden;
			margin-right: 10px;
			float: left;
			/*background-color:#FF9933;*/
}
.fourCols{
			padding:0px;
			width: 750px;
			min-height: 10px;
			overflow: hidden;
			margin-right: 10px;
			float: left;
			/*background-color:#33CC99;*/
}
.fiveCols{
			clear: both;
			overflow: hidden;
			margin-bottom: 5px;
			width: 940px;
			/*background-color:#CCCCCC;*/
}
.ColFin{
			margin:0px;
			float:left;
			/*background-color:green;*/
}
.Banniere{
			clear: both;
			padding:0px;
			overflow: hidden;
			width: 940px; 
			/*height:50px;*/
			margin-left:auto;margin-right:auto;
			/*background-color:#CCCCCC;*/
			margin-bottom:9px;
}
.Menu{
			clear: both;
			padding:0px;
			overflow: hidden;
			width: 940px; 			
			margin-left:auto;margin-right:auto;
			/*background-color:#9933FF;*/
			margin-bottom:9px;
}
.BreadCrumb{
			width:925px;
			margin-left:auto;margin-right:auto;
			font:bold 0.7em Arial, Helvetica, sans-serif;
			text-align:left;
			/*background-color:#ebf3ff;*/
			padding:2px 10px 2px 5px;
			color:#b1a396;
			margin-bottom:7px;
}
.TitleArea{
			float:left;
}
.SendFriend{
			width: 180px;
			overflow: hidden;
			float:right;
}
.threeCols .topGreyFrame{
			width:560px;
			font-size:1px;
			height:5px;
			background:url(../Images/topThreeColGreyFrame.jpg) no-repeat;
}		
.threeCols .centerGreyFrame{
			width:530px;
			background:url(../Images/backgroundThreeColGreyFrame.jpg) repeat-y;
			height:138px;
			padding:15px;
			padding-top:10px;
			padding-bottom:10px;
}
html .threeCols .centerGreyFrame{
			height:auto;
			min-height:138px;
}
.threeCols .centerGreyFrame .contentFrame{
			width:530px;
			overflow-x:hidden;
}
.threeCols .bottomGreyFrame{
			width:560px;
			height:5px;
			background:url(../Images/bottomThreeColGreyFrame.jpg) no-repeat;
}	
.twoCols .topGreyFrame{
			width:370px;
			font-size:1px;
			height:5px;
			background:url(../Images/topTwoColGreyFrame.jpg) no-repeat;
}
.twoCols .centerGreyFrame{
			width:370px;
			background:url(../Images/backgroundTwoColGreyFrame.jpg) repeat-y;
			height:138px;
			padding:15px;
			padding-top:10px;
			padding-bottom:10px;
}
html .twoCols .centerGreyFrame{
			height:auto;
			min-height:138px;
}
.twoCols .centerGreyFrame .contentFrame{
			width:340px;
			overflow-x:hidden;
}
.twoCols .bottomGreyFrame{
			width:370px;
			height:5px;
			background:url(../Images/bottomTwoColGreyFrame.jpg) no-repeat;
}
.partBottomTwo{
			clear:both;
			/*margin-bottom:15px;*/
}
.partBottomOne{
			clear:both;
			/*margin-bottom:15px;*/
}
.partTopOne{
			height:146px;
			margin-top:15px;
			margin-bottom:15px;
			overflow:hidden;
}
html .partTopOne{
			height:auto;
			min-height:146px;
}
.partTopTwo{
			height:146px;
			margin-top:15px;
			margin-bottom:15px;
			overflow:hidden;
}
html .partTopTwo{
			min-height:146px;
			height:auto;
}
.webPartZoneEdit{
			overflow:auto;
			padding-bottom:80px;
			width:100%;
}