/* Document CSS */
html, body {
	width:100%;
	font-family:"Comic Sans MS", cursive;	
	font-size: 14px;
	color:#FFF;
    background-image: url(./images/bg/fond.gif);
    background-position: center;
	background-attachment:fixed;
    background-repeat:repeat;
	text-align:center;
	margin:0 0 0 0;
}

div#global {
	width:1000px;
	margin:0 auto 0 auto;
	text-align:center;
}

div#haut{
	height:20px;
	background-image:url(./images/bg/haut.jpg);
	background-repeat:no-repeat;	
}

div#bas{
	height:20px;
	background-image:url(./images/bg/bas.jpg);
	background-repeat:no-repeat;
}

div#cont{
	height:auto;
	padding-top:2px;
	padding-bottom:15px;
	padding-left:22px;
	padding-right:22px;
	background-color:#0066FF;
	background-image:url(./images/bg/bg_fond.gif);
	background-repeat:repeat-y;
}

div#header{
	height:200px;
}

div#banniere{
	float:left; 
	width: 955px;
}

.banniere_img{
	float: left;
	width:700px;
	height:200px;
	background-image:url(../images/banniere_img.png);
}

div#banniere_droite{
	float: right; 
	width:255px
}

.banniere_contact{
	height:100px;
	background-image:url(../images/banniere_contact.png);
}

.banniere_contact:hover{
	background-image:url(../images/banniere_contact_hover.png);
}

.banniere_fb {
	height:100px;
	background-image:url(../images/banniere_fb.png);
}
.banniere_fb:hover {
	background-image:url(../images/banniere_fb_hover.png);
}

div#menucss{
	background-color:#FF6;
	clear:both;
}

div#copy{
	height:170px;
	background-image:url(./images/bg/copy.png);
	background-repeat:no-repeat;
}

div#copy a:hover{
	font-weight:bold;
	color:#06F;
}

a:link{
	color:#000;
	text-decoration:none;
	border:none;
}
a:visited{
	color:#000;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
	border:none;
}

img{
	border:0;
}

