@import url(./menu.css);

body
{
	border: 0px;
	margin: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
	h1
{
	color: #66CCFF;
	font-weight: bold;
}
	h2
{
	color: #FF00FF;
	font-weight: bold;
}
	h3
{
	color: #FFCC00;
	font-weight: bold;
}
	h4
{
	color: #009900;
	font-weight: bold;
}
		
#imageAbsolue{
	width:1000px;
	height:345px;
	border:0px;
	margin-left:0px;
	margin-top:20px;
	position:absolute;
	top: 10px;
	}
#container
{
	padding-top:10px;
	width: 1000px;
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: auto;
	position: relative;
}
#topSection{
	width:1000px;
	height:345px;/*169px*/
	border:0px;
	margin:0px;
	padding:0px;
	position:relative;
	background-image: url(../images/top_block.png);
	background-repeat:no-repeat;
	}
#mainSection{
	width:1000px;
	border:0px;
	margin:0px;
	padding:0px;
	position:relative;
	background-color:#fff;
	}
#mainSection_leftMenu{
	width:243px;
	height:433px;
	border:0px;
	position:relative;
	float:left;
	background-repeat:repeat-y;
	}
#mainSection_rightMenu{
	width:757px;
	border:0px;
	position:relative;
	float:left;
	background-color:white;
	display: block;
	}
#_logo{
	width:114px;
	height:165px;
	margin-left:45px;
	margin-top:4px;
	border:0px;
	position:relative;
	background-image:url(../images/logo.jpg);
	position:relative;
	float:left;
	}
#logo{
	width:349px;
	height:165px;
	margin-left:45px;
	margin-top:4px;
	border:0px;
	position:relative;
	background-image:url(../images/logo2.jpg);
	position:relative;
	float:left;
	}
#topMenuContainer{
	width:841px;
	height:65px;
	position:relative;
	top:-70px;
	left:40px;
	float:left;
	margin-top:0px;
	}
#_slogan{
	width:319px;
	height:37px;
	position:relative;
	float:left;
	margin-top:5px;
	margin-left:15px;
	background-image:url(../images/slogan.jpg);
	}
#leftmenu_deco{
	width:243px;
	height:44px;
	position:relative;
	float:left;
	margin-top:10px;
	background-image:url(../images/leftMenu_deco.jpg);
	background-repeat:no-repeat;
	}
#leftmenu_text{
	width:120px;
	height:44px;
	position:relative;
	float:left;
	margin-left:70px;
	}
#barre_deco{
	width:757px;
	height:44px;
	position:relative;
	float:left;
	margin-top:10px;
	background-image:url(../images/barre_deco.jpg);
	background-repeat:no-repeat;
	}
#leContenu{
	width:707px;
	min-height: 600px;
	position:relative;
	margin-left:40px;
	padding-bottom: 100px;
	background-color:#fff;
	}
#KModThumbnailsContainer {
	height: 500px;
	}

