body
{
	background-color: rgb(242,234,209);
	margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
	background-position: center;
	color: #000000;
}

#accueil
{
	text-align: center;
}

#liste-photos
{
	display: none;
}

#content
{
	width: 830px;
	margin: auto; /* Pour centrer notre page */
	font-family: Arial, sans-serif;
}

a img
{
	border: none;
}

a
{
/*	text-decoration: none; */
	color: #993400;
}
a:hover
{
	color: #9E0301;
}

#en_tete
{
	height: 241px;
	margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
	background-image: url("design/images/en_tete.jpg");
}

.ombre
{
	background-image: url("design/images/ombre.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

#reflec
{
	height: 134px;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 0px; 
	margin-bottom: 0px;
	background-image: url("design/images/en_tete_reflec.jpg");
}

#langue-fr
{
	margin-left: 695px;	
}
#langue-en
{
	margin-left: 695px;	
}
#onglet
{
	margin-left: 665px;	
	width: 90px;
	height: 134px;
}

#menu
{
	text-align: right;
	margin: 0px;
	padding-right: 0px;
	margin-right: 20px;
	padding-top: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: transparent;

}
#menu a
{
/*	font-size: 14px; */
	font-size: 0.875em;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #993400;
}
#menu a:hover
{
	color: #9E0301;
}

#corps
{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto; /* Pour centrer notre page */
	margin-top: -20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
}
#corps h1
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#corps #container
{
	text-align: center;	
}

img.droite
{
	padding: 5px;
	background-color: #F2EAD1;
	border-style: ridge; /* outset ou groove ou inset ou ridge*/
	float: right;
	margin: 10px;
	margin-right: 0px;	
}
img.gauche
{
	padding: 5px;
	background-color: #F2EAD1;
	border-style: ridge; /* ou groove ou inset ou ridge*/
	float: left;
	margin: 10px;
	margin-left: 0px;
}
img.centre
{
	clear: both;
	padding: 5px;
	background-color: #F2EAD1;
	border-style: ridge; /* outset ou groove ou inset ou ridge*/
	margin: 10px;
	text-align: center;
}

img.droite-clean
{
	float: right;
	margin: 10px;
	margin-right: 0px;	
}
img.gauche-clean
{
	float: left;
	margin: 10px;
	margin-left: 0px;
}
img.centre-clean
{
	clear: both;
	margin: 10px;
	text-align: center;
}

#pied_de_page 
{
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

#recherche
{
	width: 800px;
	padding-top: 20px;
	padding-left: 50px;;
}

#footer
{
	width: 830px;
	padding: 5px;
	text-align: center;
	margin: auto;
	
}
#footer h6
{
	width: 830px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
/*	font-size: 10px; */
	font-size: 0.625em;
	font-family: Arial, sans-serif;
}

#fin
{
	height: 1px;
	background-image: url("design/images/fin.jpg");
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.resultats a
{
	font-variant: small-caps;
	font-weight: bold;
/*	font-size: 18px; */
	font-size: 1.125em;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #993400;
}
.resultats a:hover
{
	color: #9E0301;
}

#agenda h2
{
	color: #9E0301;
	background-color: rgb(242,234,209);
}

#agenda h3
{
	
}

#agenda h4
{
	
}

.entree_agenda
{
	height: 220px;
	border-width: 2px; 
	border-style: solid; 
	border-color: #9E0301;
	border-top: none;
	border-left: none;
	border-right: none;
/*	background-image: url("design/images/page-corner.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}

#agenda img.gauche
{
	padding: 5px;
	background-color: #F2EAD1;
	border-style: ridge; /* ou groove ou inset ou ridge*/
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
}

#agenda a img
{
	border: none;
}