#Enjoy {
	margin:0 auto;
	width:1080px;
}
#Haut {
	position:relative;
	height:140px;
	background-image: url(../images/fond-haut.gif);
	background-repeat: repeat-x;

}

.Colonne1 {
	width: 180px;
	position: relative;
	float: left;

}
.Colonne1 p {
	margin:0 0 4px 0;
	padding:0;
}

.Modele1 {
	z-index:1;
}

.Colonne2 {
	float: right;
	width: 180px;
	text-align:left;
}

.Spacer {
	clear:both;
	line-height:0;
}
body {
	background-color: #DCDBC1;
	font-family: Arial, Helvetica, sans-serif;
}


.Logo {
	display: block;
	width:165px;
	height:140px;
	position:absolute;
	top:0;
	left:0;
}

.Haut2 {
	display: block;
	width:207px;
	height:140px;
	position:absolute;
	top:0;
	left:165px;
}

.Haut3 {
	display: block;
	width:207px;
	height:156px;
	position:absolute;
	top:0;
	right:0;
}

.MenuHaut {
	display:block;
	position:absolute;
	left:195px;
	top:113px;
	padding:2px;
}
.Contenu {
	zoom:1;
	margin:0 190px 0 190px;
}

.Contenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #44C8C9;
	vertical-align: bottom;
	margin: 0 0 4px 0;
	padding: 0px 8px 0px 0;
	/*height: 40px;*/
	text-align: center;
}

.Contenu h1:first-letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FDB50D;
}

.Contenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	background-image: url(images/fond-titre.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 4px solid #FFB10C;
	font-weight: bold;
	font-variant: small-caps;
	color: #44C8C9;
}

.Contenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
	font-weight: bold;
	color: #330000;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 4px solid #4DABCF;
	margin-top: 30px;
}


#Menu dl, #Menu dt, #Menu dd, #Menu ul, #Menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Menu {
	position: relative;
	top: 0;
	left: 0;
	right:0;
	z-index:100;
}
#Menu dl {
	float: left;
	width:110px;
}
#Menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
}
#Menu dd {
	display: none;
	border: 1px solid gray;
	background:#ffffff;
}
#Menu li {
	text-align: left;
	background: #fff;
}
#Menu li a, #Menu dt a {
	font-size:12px;
	color: #6D7347;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 100%;
	border: 0 none;
	padding: 0px 5px 0px 5px;
}
#Menu li a:hover, #Menu dt a:hover {
	background:#F5F5F5;
	color: #8F4640;
}

.MenuHaut2 a {
	font-size:12px;
	color: #6D7347;
	text-decoration: none;
	font-weight: bold;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background:#E2DFCF;
	border: 1px solid #6D7347;
}

.MenuHaut2 a:hover {
	background:#F5F5F5;
	color: #8F4640;
}


.Contenu p {
	font-size:12px;
}

#Centre {
	min-width:900px;
	/*width:expression(document.body.clientWidth < 900 ? "900px" : "auto" );*/
	background:#ffffff;
	border:1px solid #9E9D8A;
	margin:10px;
	padding:10px;
}

.AdresseEnjoy {
	color: #008080;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}

.AdresseEnjoy a {
	color: #FF6600;
	text-decoration: none;
}

.AdresseEnjoy a:hover {
	color: #FDB50D;
	text-decoration: none;
}

.Majuscules {
	color: #FF6600;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	clear: both;
}
.Copyright a {
	color: #008080;
	text-decoration: none;
}

a.tooltip {
	text-decoration: none;
	color: gray;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
}


a.tooltip em {
    display:none;    
}

a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}

a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 3px solid white;
    background: #c3d9ff ;
    width:170px;
}

a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(../design/images/infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}

.intro{color:gray; background: #fff; padding: 4px; border: solid 2px #44C8C9; margin-bottom: 8px;}

