.globalContainer{
	position:relative;
	margin:auto;
	min-height:600px;
	width:1000px;
	background-color:#F2F2F2;
	padding-top:40px;
	padding-bottom:40px;
	
}
.topContainer{
	padding-left: 125px;
	padding-right: 125px;
	position:relative;
	height:142px;
}
.logoContainer{
	background-image: url(../images/logo_webnapperon_jaune.gif);
	background-repeat: no-repeat;
	width:142px;
	height:142px;
	display:block;
	cursor:hand;
	cursor:pointer;
}
.menuContainer{
	position: absolute;
	left:295px;
	top:80px;

}
.contentContainer{
	position: relative;
	padding-left: 294px;
}

.accueil{
	background-image: url(../images/image_accueil.jpg);
	background-repeat: no-repeat;
	background-position-x: 294px;
	background-position: right;
	width:606px;
	height:344px;
	display:block;

}

.textContent{
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 180px;
	padding-left: 2px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	
}

.textAccueil{
	position: absolute;
	top: 85px;
}

.textParticipez{
	width: 280px;
}

a{
	border-width: 0px;
	color: #4B5356;
	text-decoration: underline;
}

a:hover{
	border-width: 0px;
	color:black;
	text-decoration: none;
}

body{
	background-color: #F2F2F2;
	color: #4B5356;
	overflow-y: scroll;
}

.footerContainer{
	top: 380px;
	padding-left: 1px;
	position: absolute;
}

.rssContainer{
	margin-top: 50px;
	width: 500px;
	position: absolute;
	left:295px;
}
 
.itemRssContainer{
}

.itemRssContainer a { text-decoration: none; }

.dateRss{
 	font-family: Helvetica, Verdana, Arial, sans-serif;
 	font-size: 13px;
	line-height: 14px;
 	color: #D90038;
 	width:121px;
 	padding-top:10px;
 	margin-top: 1px;
 	left:0px;
}

.textRss{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	border-top: 1px solid #4B5356;
 	width:387px;
 	padding-top:15px;
 	padding-bottom: 20px;
  	left:124px;
 	
}

