/**
 * @copyright  Copyright(c) 2005-2008, IC Zones
 * @author     Michael Jolin
 * @since      2008,02,22
 * @package		CSS
**/

body {
	background-image:	url(/img/fond.jpg);
	margin:				0px;
	padding:				0px;
	font-family:		helvetica;
	font-size:			12px;
}

/* Ajouter par Jean B*/ 
#changeLangLink{
	/*display:none;*/
	position:absolute;
	top:30px;
	margin-left:723px;
	text-align: right
}

#mainTplBox {
	width:		772px;
	height:		807px;
	margin:		0px auto 0px auto;
	text-align:	left;
}


#mainTable {
	/*background:	url(../img/header.png) no-repeat;*/
	width:		772px;
	height:		314px;
}

.headerRow {
	background:url(/img/header.png) no-repeat;
	/*background-position:0px;*/
	width:772px;
	height:314px;
}
.mainTable_1 .headerRow {
	background:url(/img/header_en.png) no-repeat;
	width:772px;
	height:314px;

}

#leftBox {
	position:		absolute;
	color:			#FFFFFF;
	text-align:		left;
	margin-top:		115px;
	margin-left:	40px;
	font-size:		13px;
	font-weight: 	bolder;
}

#changeLang {
	position:		absolute;
	margin-top:		45px;
	text-align:		right;
	width:			760px;
	cursor:			pointer;
}

#mainContent {
	padding:			3px;
	min-height:		394px;
	width:			756px;
	text-align:		left;
	background:		url(/img/mainFond.png) repeat-y;
	padding-left:	20px;
}





#mainContent a{
	/*color:#4b4844;*/
	color:#00f;
}

#footerBox {
	background:		url(/img/bottom.png) no-repeat;
	padding-top:	20px;
	padding-left:	10px;
	font-size:		11px;
	text-align:		left;
	line-height: 	17px;
}

#footerBox .pointer {
	cursor:			pointer;
}

#footerBox .copyright {
	font-size:		10px;
}

#footerRight {
	position:		absolute;
	width:			183px;
	margin-left:	577px;
	font-size:		10px;
	background:		url(/img/phone.jpg) no-repeat 145px 0px;
	line-height: 	13px;
}

#footerRight #phoneBox {
	position:		absolute;
	margin-left:	65px;
}

#footerBox .pipe {
	background:		url(/img/pipe.jpg) no-repeat;
	margin-left:	10px;
	margin-right:	10px;
	margin-top:		5px;
}

#footerBox a {
	font-family:		helvetica;
	color:				#000000;
	text-decoration:	none;
}

#footerRight a {
	color:				#BC4C00;
	text-decoration:	underline;
}

#accHeadR, #accHeadL{
	background-image:url( /INCLUDE/img/accHead.jpg );
	background-repeat:repeat-x;
}

#table_photos_real img{
	border: 2px #965628 solid;
}

img.mceMakeZoom {
	display:		none;
}

img.mceMakeZoomOut {
	display:		inline;
	position: 	absolute;
	cursor:		pointer;
	z-index:		100;
}

/**
 * @copyright  Copyright(c) 2005-2008, IC Zones
 * @author     Michael Jolin
 * @since      2008,01,07
 * @package		CSS
**/

div#leftBox ul div.imgArrowVertical {
	position:	absolute;
}

div#leftBox ul {
	padding:			0px;
	list-style: 	none;
}

div#leftBox li {
	height:			25px;
	padding:			2px 5px;
	background: url(/img/arrow.png) no-repeat;
}
div#leftBox li a, div#leftBox li a {
	color:				#FFFFFF;
	text-decoration:	none;
	padding:				5px 10px;
}

div#leftBox label, div#leftBox li {
	cursor:			pointer;
	font-weight:	bolder;
}

div#leftBox li.selected, div#leftBox li.menuLiOver a {
	color:			#000000;
}
div#leftBox ul ul li.selected, div#leftBox ul ul li.menuLiOver a {
	color:			#FFFFFF;
}

div#leftBox ul ul {
	background-color:	#d7d7d7;
	display:				none;
	position:			absolute;
	margin:				0px 0px 0px 20px;
	width:				260px;
	padding:				3px;
	color:				#000000;
	border:				solid 1px #B0B0B0;
}

div#leftBox ul ul ul {
	margin:		0px 0px 0px 100px;
}
