/* mise en page globale */

body {
margin: 0;
padding: 0;
background: white;
color: #18283E;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, serif;
}

#accueil {
width: 61.5em;
background-image: url('images/BgAccueil2.jpg');
background-repeat: no-repeat;
background-position: 50% 80%
}

#bg {
position: relative;
background: #ffffff url('images/BgAccueil3.jpg') no-repeat top left;
width: 630px;
height: 600px
}

/* contenu global */

#global {
position: absolute;
top: 0;
left: 10;
width: 47em;
margin-top: 3em;
margin-left: 0;
}
#global h1 {
	/*font-weight: bold;*/
	font-size: 1.1em;
	line-height: 25px ;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ECAC2A;
	padding-left: 25px ;
	color: #800000;
	background:url('images/titre.gif') no-repeat left top ;

}
#global h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	/*font-weight: bold;*/
	color: #800000;
}
#global p {
 /*font-weight: bold;*/
 text-align: justify;
 margin: 1em 0 0 1em;
}


#global a {
color: #225500;
}
#global a:visited {
border-bottom: 1px dotted #225500;
text-decoration: none;
}
#global a:hover {
text-decoration: none;
}

/*photos page services*/
#photo {
	float: right;
	width: 215px;
        height: 215px;
background-image: url('images/sentier.gif');
background-repeat: no-repeat;
background-position: 0 80%
}

/* encart */
#encart {
	float: right;
	width: 205px;	
	padding-top: 30px;
	background: url('images/posthaut.gif') no-repeat left top;; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:0
}
#encart h3 {
	font-size: 1em;
        color: #ffffff;
	margin: 0 0 0 40px;
}
#bloccadre {
	background: url('images/postbas.gif') no-repeat left bottom;
	padding-left:30px; padding-right:0; padding-top:0; padding-bottom:55px;	font-size: 0.8em
}

#bloccadre ul {
	margin: 1em 10px 0 0;
	padding:0;
}
#bloccadre li {
	margin: 0;
	list-style-image: url('images/puce.gif');
	padding-left:0px;
	padding-right:0; 
	padding-top:0; 
	padding-bottom:8px;
	color: white;
}
#bloccadre li a {
	color: white;
	text-decoration: none;
}
#bloccadre li a:hover {
	text-decoration: underline;
}