body{
	background:url(theme/fond.jpg) no-repeat top center #656ab3;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.droite{
	text-align: right;	
}

a{
	text-decoration:none;
	color:#3cc9ce;
}

a:hover{
	color:#000000;
} 

.clear{
	clear:both;
	
}

/*/////////////// conteneur/////////////// */

#conteneur {
	width:955px;
	margin:0 auto;
}

#contmenu {
	width:734px;
	margin:0 auto;
}

#megaconteneur {
	width:960px;
	margin:0 auto;
}

/*/////////////// menu /////////////// */

#head-cont{
	background:url(theme/contenu_h.png) no-repeat bottom center;
	margin:-139px 0 0 0;
	height:128px;
}

#menu{
	margin:160px 0 0 0;
	height:128px;
}

#menu ul li{
	list-style:none;
	float:left;
	margin: 0 0 0 0;
	padding:0px;
		
}

#menu ul li a{
	height:68px;
	width:160px;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	display:block;
	background:no-repeat top center;
	line-height:100px;
	color:#FFFFFF;
}

#menu ul li a:hover {
	background-position:bottom center;
	line-height:65px;
}

#menu ul li a.bleu {
	background-image:url(theme/bouton1.png);
}

#menu ul li a.magenta {
	background-image:url(theme/bouton2.png);
}

#menu ul li a.jaune {
	background-image:url(theme/bouton3.png);
}

#menu ul li a.noir {
	background-image:url(theme/bouton4.png);
}

/*/////////////// contenu/////////////// */


#contenu {
	background:url(theme/contenu.png) repeat-y 104px;
	padding:0 180px;
}

#news{
	float:left;

}

#news h1{
	background: url(theme/h1.jpg);
	display: block;
	width:367px;
	height:28px;
	line-height: 32px;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 10px;
	color:#2da1e1;

}

#news p{
	padding:0 15px;
	color:#797979;
	width: 350px;
}

#navigation{
	float:right;
}
.bloc{
	width: 175px;
	margin: 8px 0 0 0;
	padding: 10px 0 0 10px;
	background:url(theme/nav-h.jpg) no-repeat top left;
}
.finbloc{
	background:url(theme/nav-b.png) no-repeat top left;
	width: 185px;
	margin:0;
	height:16px;
}

#navigation h1{
	background:url(theme/nav_h1.jpg) no-repeat top left;
	font-size: 1.3em;
	display:block;
	height: 26px;
	width: 137px;
	line-height:26px;
	color:#7d7d7d;
	padding: 0 0 0 10px
}

#navigation ul{
	list-style:none;
	margin:0 0 0 -18px;
}

#navigation ul li a{
	color:#000000;
}

#navigation ul li a:hover{
	color:#2da1e1;
	font-weight:bold;

}
/*/////////////// footer/////////////// */
#bas{
	background:url(theme/bas-2.png) no-repeat left;
	width:747px;
	height:80px;
	margin: 0 auto;
}

