@charset "utf-8";
a:active, a:focus {
      outline:0;
      }
html, body {
	background-image:url(images/jaune.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ffd800;
	margin:0;
	padding:0;
	height:100%;
	}
#global {
	width: 999px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	z-index:10;
	border: 0px red solid;
}
object {
	outline:none;
	}
#slogan {
	text-transform:uppercase;
	font-weight:bold;
	font-size:32px;
	letter-spacing:-1px;
	line-height:35px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
#header {
	background-image:url(images/header.png);
	background-position: 0 -10px;;
	background-repeat:repeat-x;
	height:100px;
	position:relative;
	z-index:20;
}
#div-formulaire {
	float:right;
	margin-top:5px;
	margin-right:10px;
	font-size:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align:middle;
	display:inline;
	
}
#facebook {
	position:absolute;
	right:0;
	z-index:30;
	margin-right:10px;
	margin-top:-52px;
	}
input[type=text] {
	margin-top:3px;
	margin-right:0px;
	font-size:10px;
	height:13px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}
.newsletter-txt {
	font-size:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.bouton { margin-left:10px;}
.bouton a {
display:block;
width:66px;
line-height:80px;
text-align:center;
vertical-align:middle;
color:transparent;
float:left;
margin:2px;
}
.bouton a.cdj  {
background:url(images/cdj.png) no-repeat;
}
.bouton a.cdj:hover {
background:url(images/cdj_on.png) no-repeat;
}
.bouton a.ping  {
background:url(images/pingpong.png) no-repeat;
}
.bouton a.ping:hover {
background:url(images/pingpong_on.png) no-repeat;
}
.bouton a.harmonie  {
background:url(images/harmonie.png) no-repeat;
}
.bouton a.harmonie:hover {
background:url(images/harmonie_on.png) no-repeat;
}
.bouton a.donkey  {
background:url(images/donkey.png) no-repeat;
}
.bouton a.donkey:hover {
background:url(images/donkey_on.png) no-repeat;
}
