body{
	background:#333333 url(images/fond.jpg) 50% 0;
	margin:0;
	padding:0;
	margin-bottom:30px;
	margin-top:30px;
	color:white;
	font-family:helvetica, arial;
}
a{
	color:#DFDFDF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#menu, #tete, #cou, #corp, #pied{
	text-align:center;
	width:100%;	
}
.site{
	width:960px;
	text-align:left;
	margin:0 auto;
}
#cou .site{
	position:relative;
	text-align:center;
	z-index:20;	
}
#menu{
	position:fixed;
	top:0;
	left:0;
	
	background:url(images/fondMenu.png) repeat-x;
	width:100%;
	text-align:right;

	z-index:10;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li{
	margin:0.3em 1em;
	float:right;
}

#tete{
	background:url(images/tete.jpg) repeat-x 50% 0;
	overflow:hidden;
}
#cou{
	background:url(images/cou.jpg) repeat-x 50% 0;
	text-align:center;
	height:70px;
}
#corp{
	background:url(images/corp.jpg) repeat-x 50% 0;
}
#corp .site{
	background:url(images/loopv.png);
	padding-top:1em;
}
.zoneLarge{
	background-repeat:no-repeat;
	float:left;
	width:580px;
	padding-left:50px;
	min-height:300px;
}
.zoneMince{
	background-repeat:no-repeat;
	float:left;
	width:270px;
	padding-left:50px;
	min-height:300px;
}
.zoneMince img{
	width:270px;
}
#pied{
	position:fixed;
	padding:15px 0 5px 0;
	color:white;
	bottom:0;
	left:0;
	width:100%;
	background:url(images/fondPied.png) repeat-x;
}

.nouvelle{
    line-height:1.3em;
}
.nouvelle h2{
    margin:0;
    margin-bottom:0.5em;
    padding:0;
}
.nouvelle + .nouvelle{
    border-top:1px solid white;
    margin-top:1.5em;
    padding-top:1.5em;
}

#bulle{
	position:absolute;
	top:250px;
	display:none;
	width:185px;
	height:40px;
	padding-top:10px;
	background:url(images/bulle1.png) no-repeat;
	font-weight:bold;
	text-align:center;
	color:black;
}
.clr{
	clear:both;
}
img{
	border:0;
}

/*Contact us*/
.rob{
	display:none;
	width:0;
	height:0;	
}
label{
	display:block;
	font-size:12px;
}
.text{
	width:350px;
}
.textarea{
	width:580px;
	height:280px;	
}
.boutonForm{
	margin:1em 0;
}