* {
     padding: 0px;
     margin: 0px;
}

#global {
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 540px;
     margin-top: -270px;
     margin-left: -450px;
     background: url(../img/frise.gif) no-repeat;
}

#logo {
     float: left;
     border: 0px;
}
#titre_g {
     float: right;
}

#contacts {
		 position: absolute;
		 left: 37px;
		 top: 550px;
		 width: 93px;
		 height: 18px;
}
a#contacts_img {
		 float: left;
		 width: 93px;
		 height: 18px;
		 background: url(../img/contacts.gif) left top no-repeat;
}

#credits {
		 position: absolute;
		 left: 786px;
		 top: 550px;
		 width: 74px;
		 height: 18px;
}
a#credits_img {
		 float: left;
		 width: 74px;
		 height: 18px;
		 background: url(../img/credits.gif) left top no-repeat;
}

/* ***** En travaux ***** */
#travaux {
		 position: absolute;
		 left: 37px;
		 top: 179px;
		 width: 104px;
		 height: 95px;
		 display: none;
}

/* ***** Warning fermeture annuelle en page 0 ***** */
#warning {
		 position: absolute;
     left: 50%; 
     top: 50%;
     width: 460px;
     height: 150px;
     margin-top: -75px;
     margin-left: -230px;
		 border: 1px solid #566daa;
}