body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6e3da;
}

#container {
	width: 970px;
	height: 700px; /* Au moins égale à la hauteur du fichier "interface/V_de_fond.png" */
	margin: 0px auto 0px auto;
	padding-top: 30px;
	background-color: #e6e3da;
	background-image: url('interface/V_de_fond.png');
	background-repeat: no-repeat;
	background-position: 23px 0px;
}


/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Dimensions et positionnements
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

#cadre_menu {
	width: 750px;
	height: 16px;
}
#bande_intermenu {
	width: 750px;
	height: 17px;
	margin: 0px auto 0px auto;
}
#cadre_sousmenus {
	width: 750px;
	height: 15px;
}
#bande_haut{
	width: 750px;
	height: 47px;
	margin: 0px auto 0px auto;
}

/* Page */
#page {
	height: 420px;
}
#page_transparente,
#page_opaque {
	width: 750px;
	height: 420px;
	margin: 0px auto 0px auto;
}
#page_deco_haut {
	width: 750px;
	height: 15px;
}
#page_contenu,
#page_image {
	float: left;
	width: 225px;
	height: 390px;
}
/* /Page */


#bande_bas {
	height: 80px;
	width: 750px;
	margin: 0px auto 0px auto;
}

#piedpage {
	padding-top: 10px;
	width: 750px;
	height: 20px;
	margin: 0px auto 0px auto;
}

#infos_site {
	margin-top: 10px;
	height: 20px;
}
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/


#cadre_sousmenus {
	padding-top: 1px;
}

#bande_intermenu {
	background-color: #c0c0c0;
	background-repeat: no-repeat;
}

#bande_haut {
	background-color: transparent;
	background-image: url('interface/bande_haut.gif');
	background-repeat: no-repeat;
}

#bande_bas {
	text-align: center;
	background-color: #c0c0c0;
}



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Menu
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

#menu,
#sousmenus ul {
	margin: 0;
	padding: 0;
}

#menu,
#sousmenus {
	width: 970px; /* Egal à la largeur de #top_container (970px) */
	/*margin-left: -110px; /* Ramène au le bloc centre de l'écran : ((width de #top_container : 970px) - (width de #container : 750px)) / 2 */
	text-align: center; /* Pour centrer le <ul> */
	font-size: 10px;
}

#menu li,
#sousmenus ul li {
	margin: 0 10px 0 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	display: inline; /* Entrées de premier niveau côtes à côtes (comme un "float: left" mais permet l'utilisation de "text-align: center;") */
}

#menu li img,
#sousmenus ul li img {
	width: 3px;
	height: 15px;
	vertical-align: bottom;
}

#menu li span,
#sousmenus ul li span {
	/*float: left;*/
	padding: 2px 10px 0px 10px;
	background-color: #ac923c;
}

#menu li span,
#sousmenus ul li span {
	padding: 2px 10px 0px 10px;
	background-color: #ac923c;
}
#menu a,
#sousmenus a {
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover,
#sousmenu a:hover {
	color: #ffffff;
}
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Page
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

#page {
}
#page_transparente {
	background: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=70); /* Transparence pour IE */
}

#page_opaque {
	position: relative;
	margin-top: -420px;
}

#page_deco_haut {
	background-image: url('interface/ombre-bas.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#page_contenu {
	overflow: auto;
	font-size: 11px;
	color: #000000;
}

#page_contenu h1 {
	margin: 10px 0px 20px 25px;
	font-size: 19px;
	font-weight: normal;
	color: #ffffff;
}

#page_contenu h1 img {
	width: 5px;
	height: 29px;
	margin-top: 1px;
	vertical-align: middle;
}

#page_contenu h1 span {
	padding: 2px 20px 5px 20px;
	height: 29px;
	background-color: #ac923c;
}

#page_contenu p,
#page_contenu table {
	margin-left: 6px;
}


#page_contenu a,
#page_contenu a:visited {
	text-decoration: underline;
	color: #ac923c;
}
#page_contenu a:hover {
	color: #cc504a;
}

#page_contenu a img {
	border: none;
}

#page_image {
	text-align: center;

	/* Vertical-Align Fix : http://www.ibloomstudios.com/articles/applied_css_vertical-align/ */
	/*line-height: 390px; /* = height de #page_image */ /* TODO: Vérifier pourquoi cette ligne ne plait pas à SeaMonkey alors qu'elle ne dérange pas Firefox ? */
	font-size: 390px; /* = height de #page_image */ /* Pour IE */
	/* /Vertical-Align Fix */
}

/* Vertical-Align Fix : http://www.ibloomstudios.com/articles/applied_css_vertical-align/ */
#page_opaque>#page_image {
	font-size: 1px;
}
/* /Vertical-Align Fix */

#page_image img {
	/*border: 1px solid green;*/
	
}
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

#piedpage {
	background-image: url('interface/ombre-bas.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ac923c;
	border-bottom: 1px dashed 
}

#piedpage a {
	text-decoration: underline;
	color: #ac923c;
}

#piedpage a:hover {
	color: #ac9352;
}

#infos_site {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
}
#infos_site a {
	text-decoration: none;
	color: #ac923c;
}



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Spécifiques à certaines pages
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

#plan_site a {
	text-decoration: underline;
	color: #ac923c;
}

#galerie_texte {
	width: 170px;
	float: left;
/*border: 1px solid red;*/
	margin-top: 15px;
}

#galerie_images {
	width: 570px;
	float: left;
	text-align: center;
}
#galerie_images img {
	border: 1px dashed #ac923c;
	margin: 0px 0px;
	padding: 10px;
	vertical-align: middle;
}
#galerie_navigation {
	margin-top: 5px;
}
#galerie_navigation img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Formulaires
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #830000;
	margin: 3px 5px;
	background: #ffffff;
}


/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Tableaux
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

#page_contenu table {
	border-collapse: collapse;
	border: 0px dashed white;
	/* border-spacing: 5px 0px; */
}

#page_contenu table.bord td {
	border: 1px solid white;
	padding: 0px 3px;
}

#page_contenu table tr {
	border-top: 1px dashed white;
	border-right: none;
	border-bottom: 1px dashed white;
	border-left: none;
}
#page_contenu table td {
	border-top: 1px dashed white;
	border-right: none;
	border-bottom: 1px dashed white;
	border-left: none;
	padding: 0px 4px;
	color: #ffffff;
}

#page_contenu table td.first { /* Première cellule de la ligne */
	font-weight: bold;
	color: #ac9352;
}
#page_contenu table td.last { /* Dernière cellule de la ligne */
	background-image: url('interface/fond_cellule_tableau.png');
	background-repeat: repeat-y;
}


/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	Styles utilisateur
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

.user-couleurOr {
	color: #ac9352;
}

/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

