

/* -- Classes pour la zone principale -- */


#mainPart
{
	float:right;
	width:550px;
    overflow:hidden;
	min-height:400px;
	border-color:#000000;
	border:1px solid;
	text-align:left;
	margin-bottom:50px;
    z-index: 20;   
}

#mainPartLarge
{
	width:760px;
    overflow:hidden;
	min-height:300px;
	background-color:#FFFFFF;
	border-color:#000000;
	border:1px solid;
	z-index:20;
	text-align:left;
	margin-bottom:50px;
}

#mainBody
{
	padding:15px;
}

.mainBodyZone
{
	width:530px;
}

.mainTitle
{
	color:#000000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.mainCell
{
    color:#000000;
    font-weight:bold;       
}

.mainSubBar
{
	background-image:url(../images/pixel-grey.gif);
	background-position:center center;
	background-repeat:repeat-x;
	margin-top:15px;
	margin-bottom:5px;
	height:15px;
}

.mainSubTitle
{
	background-color:#FFFFFF;
	font-weight:bold;
}

.mainIconRow
{
	width:85px;
	text-align:center;
	vertical-align:top;
}

.mainIconRowLarge
{
	width:170px;
	text-align:center;
	vertical-align:top;
}

.mainIconRowHandCursor
{
	width:85px;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	cursor:hand;
}

.mainIconZone
{
	margin:10px;
}

.mainIcon
{
	text-align:center;
	width:75px;
}
