body {
	margin : 0;
	padding : 0;

	background-color : #691423;
}

#page {
	position : relative;

	width : 944px;

	background-color : #fff;

	padding : 14px;

	margin : auto;
}

/*--------------------------------------------------------------------
/* ENTETE
/**/

#entete {
	width : 944px;
	height : 263px;

	background-image : url(../images/entete-fond.gif);

	position : relative;

	margin-bottom : 14px;
}

#entete #logo {
	position : absolute;

	top : 22px;
	left : 23px;
}

#entete a img {
	border : 0;
}

#entete #entete-photos {
	position : absolute;

	width : 672px;
	height : 218px;

	top : 22px;
	left : 249px;

	background-image : url(../images/entete-photos.jpg);
}

/*--------------------------------------------------------------------
/* PRINCIPAL
/**/

#principal {
	background-image : url(../images/principal-fond.gif);
	background-repeat : repeat-y;
}

#principal-haut {
	position : relative;

	height : 119px;
	background-image : url(../images/principal-haut.jpg);
}

#principal-bas {
	height : 34px;
	background-image : url(../images/principal-bas.gif);
}

/*--------------------------------------------------------------------
/* PRINCIPAL INTÉRIEUR
/**/

#principal-interieur {
	/*position : relative;*/

	margin-left : 50px;
}

/*--------------------------------------------------------------------
/* MENU
/**/

#menu {
	position : relative;

	width : 259px;

	background-image : url(../images/menu-haut.gif);
	background-repeat : no-repeat;

	padding-bottom : 130px;

	float : left;
}

#menu #menu_liste {
	margin : 0;
	padding : 0;

	margin-top : 50px;

	list-style-type : none;
}

#menu #menu_liste ul {
	margin : 0;
	padding : 0;

	list-style-type : none;

	margin-left : 26px;
	margin-right : 46px;
	color : #BAA073;

	margin-top : 5px;
}

#menu #menu_liste li {
	margin : 0;
	padding : 0;

	font-size : 10pt;
	font-weight : bold;

	padding-top : 8px;
	padding-bottom : 8px;

	border-top : 1px solid #BAA073;
}

* html #menu #menu_liste li li {
	display : inline;
}

#menu #menu_liste .premierLien {
	border-top : none;
}

#menu #menu_liste li li {
	/*font-weight : normal;*/
	font-size : 8pt;

	border-top : none;

	padding-top : 0;
	padding-bottom : 0;
}

#menu a {
	display : block;

	margin-left : 13px;
	padding-left : 13px;

	color : #BAA073;
	text-decoration : none;
}

#menu #menu_liste li li a {
	margin-left : 0px;
	padding-left : 0px;

	padding-top : 4px;
	padding-bottom : 4px;	
}

#menu a:hover {
	color : #D5C3A4;
}

#menu .sectionActive,
#menu .sectionActive:hover {
	color : #E2D4BC;
}



#menu-bas {
	position : absolute;
	bottom : 47px;
	left : 64px;

	width : 259px;
	height : 130px;

	background-image : url(../images/menu-bas.gif);
}

/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	width : 570px;
	margin-left : 280px;

	min-height : 450px;

	padding-top : 1em;
}

* html #contenu {
	height : 450px;
}


/*--------------------------------------------------------------------
/* COLONNE DROITE
/**/

#colonne_droite {
	width : 232px;

	border-left : 2px solid #DCCFB9;

	float : right;

	margin-left : 15px;

	padding-top : 1em;
	padding-bottom : 1em;
}


/*--------------------------------------------------------------------
/* ENCADRÉ
/**/

.encadre {
	width : 182px;

	background-image : url(../images/encadre-fond.gif);
	background-repeat : repeat-y;

	margin-left : 48px;

	position : relative;
}

.encadre-haut {
	height : 12px;
	background-image : url(../images/encadre-haut.gif);
	overflow : hidden;
}

.encadre-bas {
	height : 12px;
	background-image : url(../images/encadre-bas.gif);
	overflow : hidden;
}

.encadre h2 {
	margin : 0 !important;
	padding : 0 !important;

	width : 130px !important;
	height : 35px !important;

	padding-left : 40px !important;
	padding-top : 4px !important;

	background-image : url(../images/encadre-fond_titre.gif) !important;
	background-repeat : no-repeat !important;
	overflow : hidden !important;

	font-size : x-large !important;
	color : #fff !important;
	font-weight : normal !important;
	line-height : 1.25em !important;

	position : absolute !important;
	left : -23px !important;
	top : 24px !important;
}

.encadre #encadre-icone-agenda {
	position : absolute;
	left : -42px;
	top : 16px;

	width : 57px;
	height : 50px;

	background-image : url(../images/encadre-icone-agenda.gif);
}



.encadre .encadre-contenu {
	margin-top : 65px;
	margin-left : 14px;
	margin-right : 14px;
	margin-bottom : 10px;

	color : #691423;
	font-size : 8pt;
	line-height : 1.5em;
}

.encadre .titre {
	font-weight : bold;
	/*font-size : 8.5pt;
	line-height : 1.5em;*/
	text-transform : uppercase;
	margin-bottom : 0.25em;
	margin-top : 1em;
}


/*--------------------------------------------------------------------
/* PIED
/**/

#pied {
	width : 570px;
	margin-left : 280px;

	position : relative;

	color : #691423;
	border-top : 1px solid #691423;

	font-size : 7pt;

	padding-top : 0.5em;
	padding-bottom : 0.5em;

	margin-top : 30px;

	line-height : 1.5em;
}

* html #pied {
	margin-top : 15px;
}

#pied a {
	color : #691423;
	text-decoration : none;
}

#pied a:hover {
	text-decoration : underline;
}

#pied #pied-liens {
	position : absolute;
	right : 0px;
	top : -2em;
}

#pied #copyright {
	float : left;
	color : #691423;
}

#pied #copyright a {
	color : #691423;
}

#pied #conception {
	float : right;
}

/*--------------------------------------------------------------------
/* RECHERCHE
/**/

#frmRecherche {
	margin : 0;
	padding : 0;

	position : absolute;

	right : 50px;
	bottom : 48px;
}

#frmRecherche label {
	color : #E5D1AE;
	font-weight : bold;
}

#frmRecherche #q {
	font-family : tahoma,sans-serif;
	font-size : 8pt;
	width : 150px;
	border : none;
	padding : 4px;
}

#frmRecherche input {
	vertical-align : middle;
}

/*--------------------------------------------------------------------
/* ALBUM PHOTOS
/**/

.photo_album {
	width: 200px;
	height: 190px;
	float: left;
	padding-right: 7px;
	text-align: center;
	
}

.albumDroite {
	width: 200px;
	padding-left: 50px;
	padding-right: 50px;
	height : 235px;
	float: right;
	text-align: center;
}

.albumGauche {
	width: 200px;
	padding-left: 50px;
	padding-right: 50px;
	height : 235px;
	float: left;
	text-align: center;
}

.lesMiniatures {
	/*margin-left : 20px;*/
	margin: auto;
	margin-top : 1em;
	/*padding-left: 40px;*/
	
}

.uneMiniature {
	padding : 1px;
	border : 1px solid #999;
	background-color : #fafaff;

	margin-right : 15px;
	margin-bottom : 15px;

	float : left;

	text-align : center;
}

.uneMiniature img {
	/*margin-bottom : 4px;*/
}

.barreLiensPages {
	text-align : center;

	margin-top : 1em;
	margin-bottom : 1em;
}

.barreLiensPages .pageEnCours {
	font-weight : bold;
}
