/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(images/bande.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	}

h1 {
font-size: 12px;
font-weight:normal;
margin-bottom:8px;
}	

h2 {
font-size: 12px;
font-weight:normal;
margin-bottom:8px;
margin-top:0px;
text-align: left;
}	

h3 {
text-decoration: underline;
}
	
img {
border: 0px;
float: left;
}

a {
color: #666;
text-decoration: none;
}

a:hover {
color: #0066CC;
}

#global {
margin: 0;
padding: 0;
position:absolute;
left: 50%;
width: 770px;
margin-left: -385px; /* moitié de la largeur */
background-color: #FFFFFF;
}

#fond {
	background-image:  url(images/index1.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 800px;
	position: absolute;
}

#fond_mentions {
	background-image:  url(images/mentions.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 800px;
	position: absolute;
}



#intro {
margin-top: 170px;
margin-left: 12px;
width: 390px;
text-align:justify;
}

#assistance {
position: absolute;
top: 440px;
left: 12px;
width: 205px;
text-align:justify;
}
#assistance img {
padding-right: 7px
}

#internet {
position: absolute;
top: 440px;
left: 283px;
width: 205px;
text-align:justify;
}
#internet img {
padding-right: 7px
}

#referencement {
position: absolute;
top: 440px;
left: 552px;
width: 205px;
text-align:justify;
}
#referencement img {
padding-right: 7px
}

#mentions {
color: #000;
position: absolute;
top: 350px;
left: 12px;
text-align:justify;
}

#credits {
color: #000;
position: absolute;
top: 350px;
left: 428px;
text-align:justify;
}

#slide {
	position: absolute;
	top: 146px;
	left: 428px;
	width: 346px;
	height: 182px;
}

#accueil {
position: absolute;
left: 10px; top: 18px; width: 140 px; height: 95px;
}
#accueil a {
display: block;
width: 140px;
height: 95px;
}

#bouton_contact {position: absolute;left: 25px; top: 291px; width: 176px; height: 36px;}
#bouton_contact a {display: block;height: 36px;}
#bouton_contact a:hover {background: url(images/contact_select.jpg) no-repeat;}

#bouton_info1 {position: absolute;left: 25px; top: 613px; width: 176px; height: 37px;}
#bouton_info1 a {display: block;height: 37px;}
#bouton_info1 a:hover {background: url(images/info_select.jpg) no-repeat;}

#bouton_info2 {position: absolute;left: 296px; top: 613px; width: 176px; height: 37px;}
#bouton_info2 a {display: block;height: 37px;}
#bouton_info2 a:hover {background: url(images/info_select.jpg) no-repeat;}

#bouton_info3 {position: absolute;left: 568px; top: 613px; width: 176px; height: 37px;}
#bouton_info3 a {display: block;height: 37px;}
#bouton_info3 a:hover {background: url(images/info_select.jpg) no-repeat;}

#pied_page {
	position: absolute;
	width: 770px;
	height: 55px;
	color: #000;
	background-image:  url(images/pied_page.jpg);
	background-repeat: no-repeat;
	top: 720px;
	text-align:center;
	padding-top: 32px;
	}