@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ebe6c6;
	text-decoration: none;
	height: 100% !important;
}

#contact{
	background-image:url(images/contact.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left:770px;
	padding-top:15px;
	width:150px;
	height:90px;
}
.contact_vert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cbd303;
	word-spacing: normal;
}
.contact_blanc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
#conteneur {
	width:921px;
	height:262px;
	margin:5px auto;
	background-color:#FFF;
}
.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.georgia30 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
}
.georgia14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
.vert {
	color: #cbd303;
}



#header{
	width:921px;
	height:165px;
	margin:0 auto;

} 
#last_rea{
	margin-left:525px;
	padding-top:10px;
	width:390px;
}
#logo{
	position:absolute;
	margin:15px;
	width:303px;
	height:120px;
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo a{
	display:block;
	width:303px;
	height:120px;
}


#txt_droit{
	float:left;
	width:433px;
	padding-left:30px;
}
/*-----------MENU--------------*/
#menu{
	width:560px;
	margin-left:350px;
}

li span {
	display: none;
}

 
ul {
	position: relative;
	height: 60px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a  {
	position: absolute;
	width: 150px;
	height: 59px;
	bottom:0;
}
 
/* adjusted values for IE6 */
* html*li#bu1 a, * html*li#bu2 a, * html*li#bu3 a, * html*li#bu4 a{ bottom: -1px; }

/* bouton numero 1*/

/*li#bu1 a { left: 5px; background: url(images/bt1.png) 0 0 no-repeat; }*/

li#bu1 a {
	width: 150px;
	height: 59px;
	left: 5px;
	background-image: url(images/bouton1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li#bu1 a:hover {
	width: 150px;
	height: 59px;
	left: 5px;
	background-image:url(images/bouton1.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}
li#bu1_1 {
	position: absolute;
	width: 150px;
	height: 59px;
	left: 5px;
	background-image:url(images/bouton1.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}	

/* bouton numero 2*/

li#bu2 a {
	width: 150px;
	height: 59px;
	left: 127px;
	background-image: url(images/bouton2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li#bu2 a:hover {
	width: 150px;
	height: 59px;
	left: 127px;
	background-image:url(images/bouton2.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;}
	
li#bu2_1 {
	position: absolute;
	width: 150px;
	height: 59px;
	left: 127px;
	background-image:url(images/bouton2.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}	
	
	
/* bouton numero 3*/
li#bu3 a {
	width: 150px;
	height: 59px;
	left: 272px;
	background-image: url(images/bouton3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li#bu3 a:hover {
	width: 150px;
	height: 59px;
	left: 272px;
	background-image:url(images/bouton3.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;}
li#bu3_1 {
	position: absolute;
	width: 150px;
	height: 59px;
	left: 272px;
	background-image:url(images/bouton3.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}

/* bouton numero 4*/
li#bu4 a {
	width: 150px;
	height: 59px;
	left: 418px;
	background-image: url(images/bouton4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li#bu4 a:hover {
	width: 150px;
	height: 59px;
	left: 418px;
	background-image:url(images/bouton4.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;}
li#bu4_1 {
	position: absolute;
	width: 150px;
	height: 59px;
	left: 418px;
	background-image:url(images/bouton4.png);
	background-repeat: no-repeat;
	background-position: 0px -59px;}
