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

#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: #000000;
	background-image: url('interface/V_de_fond.png');
	background-repeat: no-repeat;
	background-position: 23px 0px;
/*border: 1px solid yellow;*/
}


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

#cadre_menu {
	width: 750px;
	height: 12px;
}
#bande_rouge_intermenu {
	width: 750px;
	height: 17px;
	margin: 0px auto 0px auto;
}
#cadre_sousmenus {
	width: 750px;
	height: 14px;
}
#bande_rouge_haut{
	width: 750px;
	height: 25px;
	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_rouge_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 {
}

#bande_rouge_intermenu {
	background-image: url('interface/bande_rouge_intermenu.png');
	background-repeat: no-repeat;
}

#bande_rouge_haut {
	background-color: #830000;
	background-image: url('interface/bandes_rouges_deco.gif');
	background-repeat: repeat-x;
	background-position: 0px 18px; /* Décalage sur l'axe Y = (height de #bande_rouge_haut : 25px) - (Distance désirée entre le bord bas et l'image : 7px) */
}

#bande_rouge_bas {
	clear: left;
	text-align: center;
	background-color: #830000;
	background-image: url('interface/bandes_rouges_deco.gif');
	background-repeat: repeat-x;
	background-position: 0px 75px; /* Décalage sur l'axe Y = (height de #bande_rouge_bas : 80px) - (Distance désirée entre le bord bas et l'image : 5px) */
}



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	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: 9px;
}

#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 a,
#sousmenus a {
	text-decoration: none;
	color: #ffffff;
}

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



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

#page {
}
#page_transparente {
	background: #cc0000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* Transparence pour IE */
}

#page_opaque {
	position: relative;
	margin-top: -420px;
	background-image: url('interface/ombre-haut.png');
	background-repeat: no-repeat;
	background-position: 0px 405px; /* Décalage sur l'axe Y = (height de #page : 420px) - (hauteur du fichier "interface/V_de_fond_de_site.png" : 15px) */ /* Revient au même qu'un "left bottom" mais ce dernier est incompatible avec le IE5.5+ PNG Alpha Fix v1.0RC5 */
}

#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: #ffffff;
}

#page_contenu h1 {
	width: 325px; /** Longueur désirée : 355px. A cause du padding horizontal de 30px on mets une valeur de 355-30=325px **/
	height: 25px; /** Hauteur désirée : 27px. A cause du padding vertical de 2px on mets une valeur de 27-2=25px **/
	margin: 0;
	padding: 2px 5px 0px 25px;
	font-size: 19px;
	font-weight: normal;
	color: #9f8b4e;
	text-transform: uppercase;
	background-color: #cc0000;
	background-image: url('interface/fond_titre_page.png');
	background-repeat: repeat-y;
}

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


#page_contenu a,
#page_contenu a:visited {
	text-decoration: underline;
	color: #ffffff;
}
#page_contenu a:hover {
	color: #ac9352;
}

#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 */
	/*border: 1px solid blue;*/
}

/* 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-color: #cc0000;
	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: #ffffff;
}

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

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

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



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

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

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



/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
	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_blanc.png');
	background-repeat: repeat-y;
}


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



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

.user-couleurOr {
	color: #ac9352;
}

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

