/* CSS Document */
* {
	margin: 0;
	padding: 0;
}


body {
	
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #DDB775;
	/* background-color: #FEE8A6; */

}

a img {
	border: none;
}
h1 {
	position: absolute;
	top: 91px;
	left: 305px;

}
html>body h1 {
	position: absolute;
	top: 94px;
	left: 305px;

}
h1 img.spip_logos {
	border: none;

}

h2.titrepage {
	position: absolute;
	top: 230px;
	left: 48px;
	width: 150px;
	height: 30px;
	
	text-align: right;
	margin: 0.9em 0em 0em 0em;
	font-size:100%;
	
	z-index: 100;
	
	border: none;
}

/*------------------------------------------------------------*/
/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
	
	background-image: url(images/page_arriere_plan.jpg);

}

/*------------------------------------------------------------*/
/* HEADER */
#bandeau {
	position: relative;
	width: 1003px;
	height: 115px;
	
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;

}
#logo {
	position: absolute;
	top: 7px;
	left: 9px;
	
	z-index: 100;
}
#titre {
	position: absolute;
	top: 0px;
	left: 367px;
}

#sous_menu {
	position: absolute;
	top: 44px;
	left: 117px;
	width: 193px;
	height: 71px;
	
	z-index: 50;

}

#recherche {
	position: absolute;
	top: 0px;
	left: 782px;
	
}
#recherche input {
	width: 100px;
	
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}
#recherche img {
	margin-top: 3px;
	vertical-align: -30%;		
}

/*------------------------------------------------------------*/
/* MENU */
#menu {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 295px;
	height: 123px;
	
	z-index: 50;

}
/*------------------------------------------------------------*/
/* CONTENU */
#block_contenu {
	position: relative;
}

#contenu {
	
	
	height: 430px;
	
	background-image: url(images/page_fond_contenu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #contenu {
	height: auto;
	min-height: 430px;
}

#block_menu {
	float: left;
	
	width: 217px;
	
	margin-top: 123px;
	padding-top: 44px;
	
	background-image: url(images/page_fond_blockmenu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	height: 124px;
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #block_menu {
	height: auto;
	min-height: 124px;
}

/* Sous menu */
#fond_sousmenu {
	background-image: url(images/page_fond_ssmenu.jpg);
}
#sousmenu {
	width: 217px;
	height: 67px; /* Moduler avec padding top */
	padding-top: 13px;
	padding-bottom: 10px;
	
	background-image: url(images/page_haut_ssmenu.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body #sousmenu {
	height: auto;
	min-height: 67px;
}
#block_texte {
	float: left;
		
	margin-top: 32px;
		
	width: 605px;
	margin-left: 77px;
	margin-bottom: 40px;
		
	padding: 0px 0px 0px 23px;
}
#block_chemin {
	z-index: 100;
	
	margin-left: 0em;

}
/*------------------------------------------------------------*/
/* FOOTER */
#footer {
	position: relative;
	
	width: 1003px;
	height: 30px;
	
	background-image: url(images/page_fond_footer.jpg);
	
	text-align: center;

}
#footer p {
	padding-top: 9px;
}

/* Navigation diaporama */
#navigation {
	position: absolute;
	top: 15px;
	left: 60px;
	
	z-index: 100;

}
#photo_avantapres {
	position: relative;
	
	z-index: 10;

}
