/* Jeu flash */

#Jeu{
	width:814px;
	height:212px;
	background: url(images/jeu.png) #3D3B3D no-repeat; 
	overflow:hidden;
	line-height: 1.5em;
	position:relative;
	top:0px;
	left: 90px;
	float:left;
}

p#boutonJeu{
	width:88px;
	height: 30px;
	background: url(images/btn-jeu_fr.png) no-repeat; 
	position:relative;
	top:145px;
	left:245px;
}

p#boutonJeu a{
	width:88px; 
	height:30px;
	display: block;	
	text-decoration: none;
}

p#boutonJeu span{
	font-size:10px;
	visibility: hidden;


}

#JeuFlash{
	display: none;
	z-index: 1000;
}



/* CONTENUS */

#principalMilieuAccueil{ 
	background: url(images/fond-principalMilieu.png) no-repeat; 
	width: 997px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	
}

/* COLONNE DE GAUCHE */

#Contenu{
	float: left;
	width: 560px;
	padding-left:90px; 
}

#Contenu p{
	width: 525px;
	padding-bottom: 15px;
}

#Contenu p.intro{
	font-weight: bold;
}

/* COLONNE DE DROITE */

#AccesDirect{
	float: left;
	width: 200px;
	margin-left:30px;
}

h3#Nouveautes{
	background: url(images/titre-nouveautes-fr.png); 
	text-indent: -5000px;
	width:172px;
	height:62px;	
}

h3#Portfolio{
	background: url(images/titre-portfolio-fr.png); 
	text-indent: -5000px;
	width:172px;
	height:62px;	
	margin-top: 12px;
}

h3#Blog{
	background: url(images/titre-blog-fr.png); 
	text-indent: -5000px;
	width:172px;
	height:62px;	
	margin-top: 12px;		
}

h3#Network{
	background: url(images/titre-social-network-fr.png); 
	text-indent: -5000px;
	width:172px;
	height:62px;	
	margin-top: 12px;		
}



.news, p.folio, p.fils, p.network{
	width:195px;
	padding-left: 5px;	
	padding-bottom: 5px;
}



.news a, p.news a:visited{
	color: #70a61d;
}
p.folio a, p.folio a:visited{
	color: #985025;
}
p.fils a, p.fils a:visited{
	color: #474747;
}
p.network a, p.network a:visited{
	color: #324d80;
}



.news a:hover{
	color: #85c522;
}
p.folio a:hover{
	color: #bf652f;
}
p.fils a:hover{
	color: #6f6f6f;
}
p.network a:hover{
	color: #507bcd;
}

ul.contenu{
	margin-left:20px;
	margin-top:10px;
}

ul.contenu li{
	list-style-type:none;
	list-style-image:url(images/puce.png);
	margin-bottom:5px;
}

.date{
	font-variant: small-caps;
}

#accesdirect{
	width:812px;
	margin-left:auto;
	margin-right:auto;
}
