body {
    margin: auto;
    padding: 0;
    background: #CDCDCD url(img/fond.png) repeat;
    font-family: 'Ropa Sans', Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    color: #333;
}

img{
	opacity:1;
	filter:alpha(opacity=100);
	moz-opacity: 1;
	khtml-opacity: 1;
	border:0;
}

img:hover{
	opacity:0.5;
	filter:alpha(opacity=40);
	moz-opacity: 0.5;
	khtml-opacity: 0.5;
	border:0;
}


#content {
	text-align:center;
	overflow:hidden;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

#encart {
    width: 794px;
    height: 381px;
    margin: 0 auto 0 auto;
    background: url(img/ruban.png) no-repeat;
    overflow: hidden;
    position: relative;
	top:50px;	
}

#encart h1 {
    text-align: center;
	color:#555;
    font-size: 26px;
    width: 465px;
    margin: 194px auto 0 auto;
	font-weight:normal;		
	text-shadow: 1px 1px 1.5px #bfbfbf;
}

#ZoneBoutons {
    width: 679px;
    height: 69px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;	
}

#BoutonSite {	
    width: 154px;
    height: 69px;
    margin: 0 20px 0 auto;
	float:left;
}

#BoutonCom {	
    width: 154px;
    height: 69px;
    margin: 0 20px 0 auto;
	float:left;
}

#BoutonBlog {	
    width: 154px;
    height: 69px;
    margin: 0 20px 0 auto;
	float:left;
}

#BoutonFacebook {	
    width: 154px;
    height: 69px;
    margin: 0 auto 0 auto;
	float:left;
}