body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background: center top repeat-y url("../images/interface/body_bg.png");
	background-color: #111;
	padding: 20px;
	color: #FFFFFF;
	font-size: 16px;
	}

#wrap {
	width: 900px;
	margin: auto;
	background: transparent;
	color: #000000;
	clear: both;
}

/* Bannière */
#banniere {
	width: 100%;
	height: 190px;
	/*background: url("../images/interface/banniere.png") no-repeat ;*/
	position:relative; 
}
#logo {
	top: 10px;
	left: 30px;
	position: absolute;
	z-index: 2;
}
#logo a {
	display: block;
	height: 150px;
	width: 200px;
	background: url("../images/interface/logo.png") no-repeat;
}
#logo a:hover {
	background-position: 0% -150px;
}

/* Path */
div#path {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 155px;
}
div#path ul {
	height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
	line-height: normal;
}
div#path li {
	display: inline;
}
div#path a {
	float: left;
	/*background: url("../images/interface/path_separator.png") no-repeat;*/
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
div#path a span {
	float: left;
	display: block;
	height: 20px;
	/*background: url("../images/interface/path_droit.png") no-repeat right top;*/
	padding: 10px 10px 10px 0; 
}
div#path a:hover {
	background-position: 0% -25px;
	color: #FF6600;
	text-decoration: underline;
}
div#path a:hover span {
	background-position: 100% -25px;
}

/* Menu horizontal */
div#menu_h {
	top: 100px;
	position: absolute;
	width: 900px;
	height: 50px;
}
div#menu_h ul {
	height: 50px;
	padding-left: 180px;
	margin: 0;
	list-style: none;
	font-size: 1.1em;
	line-height: normal;
}
div#menu_h li {
	display: inline;
}
div#menu_h a {
	float: left;
	/*background: url("../images/interface/menu_h_separator.png") no-repeat;*/
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
div#menu_h a span {
	float: left;
	display: block;
	height: 50px;
	/*background: url("../images/interface/menu_h_droit.png") no-repeat right top;*/
	padding: 10px 10px 10px 0; 
}
div#menu_h a:hover, #menu_h .actif {
	background-position: 0% -25px;
	color: #FF6600;
}
div#menu_h a:hover span, #menu_h .actif span {
	background-position: 100% -25px;
}

/* Menu vertical */
div#menu_v {
	float: left;
	width: 170px;
	padding: 10px;
}

div#menu_v ul {
	list-style: none;
	padding: 0;
	margin:0;
	opacity : 0.9;
	margin-bottom: 20px;
	font-size: 0.9em;
}
div#menu_v li {
	border: solid #000 1px;
}
div#menu_v li li {
	margin-bottom: 0px;
	border: none;
	border-top: #FFF solid 1px;
}
div#menu_v ul span {
	background: #333;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	background: #444;
}
div#menu_v ul ul {
	margin-bottom: 0;
}
div#menu_v ul a {
	display: block;
	text-decoration: none;
	background: #333;
	padding: 0;
}
div#menu_v ul ul a {
	background: #444;
}
div#menu_v ul ul span {
	text-indent: 20px;
}
div#menu_v ul ul ul span {
	text-indent: 40px;
}
div#menu_v ul ul ul ul span {
	text-indent: 60px;
}
div#menu_v ul a:hover, div#menu_v ul .actif {
	background: #F63;
}
div#menu_v ul a:hover span, div#menu_v ul .actif span {
	background: #F63;
}

/* RSS */
div#rss ul {
	list-style: none;
	padding: 0;
	margin:0;
	opacity : 0.9;
	background: #333;
	font-size: 0.8em;
}
div#rss li {
	border: solid #000 1px;
}
div#rss li{
	margin-bottom: 0px;
	border: none;
	border-top: #FFF solid 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#rss ul span {
	
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	background: #444;
}
div#rss ul a {
	display: block;
	text-decoration: none;
	background: #333;
	padding: 0;
}
div#rss ul a:hover, div#rss ul .actif {
	background: #F63;
}
div#rss ul a:hover span, div#rss ul .actif span {
	background: #F63;
}

/* Infos */
#infos {
	float: right;
	width: 140px;
	padding: 10px;
}
#infos h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	margin: 10px;
}
#infos .groupe_infos {
	background-color: #E9E9E9;
	border: 1px solid black;
	vertical-align: middle;
	margin-bottom: 30px;
	opacity : 0.9;
}
#infos .groupe_infos img {
	border: none;
	vertical-align: middle;
	margin: auto;
	/*display: block;*/
}
	
/* Contenu */
#contenu {
	margin-left: 190px;
	margin-right: 170px;
	padding: 10px 0 10px 0;
	font-size: 1em;
}
#contenu .texte, #update, #plan_site {
	background-color: #333;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid black;
	-moz-border-radius: 10px;
	opacity : 0.9;
	color: #FFFFFF;
	text-align: justify;
	font-size: 0.8em;
}
#contenu h1 {
	font-size: 1.4em;
	color: #FFFFFF;
}
#contenu .texte a {
	color: #FF6633;
}
#contenu .texte a:hover {
	color: #999999;
}
#contenu .texte a:focus, #contenu .texte a:active {
	color: #999999;
}
#contenu .texte h2 {
	font-size: 1.4em;
	color: #FF6633;
	font-weight: bold;
}
#contenu .texte h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6633;
	font-style: italic;
	text-decoration: underline;
}
#contenu .texte h4 {
	color: #FF6633;
	font-weight: bold;
	font-style: italic;
}
#contenu  ul  {
	/*list-style-image: url("../images/interface/puce.png");*/
	list-style: square;
}
#contenu .logo {
	/*list-style-image: url("../images/interface/puce_t.png");*/
	list-style: decimal;
}
#contenu .texte .couleur {
	color: #FF6633;
	font-weight: bold;
}
#update {
	clear: both;
	font-size: 1em;
	color: #FFFFFF;
	display: none;
}

/* Update */
#update label {
	font-weight: bold;
}
#update textarea {
	width: 870px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #999;
	color: #000;
}
/* Plan du site */ 
#plan_site {
	background-color: #333;
	padding: 10px;
	border: 1px solid black;
	-moz-border-radius: 10px;
	opacity : 0.9;
}

#plan_site ul ul{
	margin-left: 10px;
}
#plan_site ul a {
	color: #FFF;
	text-decoration: none;
}
#plan_site ul a:hover {
	color: #FF6633;
	text-decoration: underline;
}
#plan_site ul a:focus, #plan_site ul a:active {
	color: #FFFFFF;
}
#plan_site ul .actif {
	color: #FF6633;
	text-decoration: underline;
}

/* Background des barres*/
.background {
	position: absolute;
	height: 50px;
	width:100%;
	z-index: -1;
}
.background b{
	position: absolute;
	height: 50px;
	width: 20px;
	background: url("../images/interface/menu_50_gauche.png") repeat-x;
	display: block;
	left: 0px;
}
.background span{
	position: absolute;
	height: 50px;
	width: 100%;
	background: url("../images/interface/menu_50_bg.png") repeat-x;
	display: block;
	left: 50px;
}

/* Cadre 1 */
div.cadre_haut, div.cadre_bas {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
	text-align: center;
	margin: 0 20px 0 20px;
	padding-top: 5px;
}
div.cadre_haut_gauche, div.cadre_haut_droit, div.cadre_bas_gauche, div.cadre_bas_droit {
	width: 20px;
	height: 35px;
}
div.cadre_haut {
	background: url("../images/interface/menu_30_bg.png") repeat-x;
}
div.cadre_haut_gauche{
	background: url("../images/interface/menu_30_gauche.png") no-repeat;
	float: left;
}
div.cadre_haut_droit {
	background: url("../images/interface/menu_30_droit.png") no-repeat;
	float: right;
}
div.cadre_bas {
	background: url("../images/interface/menu_30_bg.png") repeat-x;
}
div.cadre_bas_gauche {
	background: url("../images/interface/menu_30_gauche.png") no-repeat;
	float: left;
}
div.cadre_bas_droit {
	background: url("../images/interface/menu_30_droit.png") no-repeat;
	float: right;
}

/* Cadre 2 */
div.cadre_haut2, div.cadre_bas2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
	text-align: center;
	margin: 0 20px 0 20px;
	padding-top: 5px;
}
div.cadre_haut_gauche2, div.cadre_haut_droit2, div.cadre_bas_gauche2, div.cadre_bas_droit2 {
	width: 20px;
	height: 50px;
}
div.cadre_haut2 {
	background: url("../images/interface/menu_50_bg.png") repeat-x;
}
div.cadre_haut_gauche2{
	background: url("../images/interface/menu_50_gauche.png") no-repeat;
	float: left;
}
div.cadre_haut_droit2 {
	background: url("../images/interface/menu_50_droit.png") no-repeat;
	float: right;
}
div.cadre_bas2 {
	background: url("../images/interface/menu_50_bg.png") repeat-x;
}
div.cadre_bas_gauche2 {
	background: url("../images/interface/menu_50_gauche.png") no-repeat;
	float: left;
}
div.cadre_bas_droit2 {
	background: url("../images/interface/menu_50_droit.png") no-repeat;
	float: right;
}

/*
.cadre_haut, .cadre_bas {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
	text-align: center;
	margin: 0 20px 0 20px;
	padding-top: 5px;
}
.cadre_haut_gauche, .cadre_haut_droit, .cadre_bas_gauche, .cadre_bas_droit {
	width: 20px;
	height: 35px;
}
.cadre_haut {
	background: url("../images/interface/menu_30_bg.png") repeat-x;
}
.cadre_haut_gauche{
	background: url("../images/interface/menu_30_gauche.png") no-repeat;
	float: left;
}
.cadre_haut_droit {
	background: url("../images/interface/menu_30_droit.png") no-repeat;
	float: right;
}
.cadre_bas {
	background: url("../images/interface/menu_30_bg.png") repeat-x;
}
.cadre_bas_gauche {
	background: url("../images/interface/menu_30_gauche.png") no-repeat;
	float: left;
}
.cadre_bas_droit {
	background: url("../images/interface/menu_30_droit.png") no-repeat;
	float: right;
}*/

/* Bas de page */
#bas_page {
	clear: both;
	padding-top: 5px;
	font-size: 0.9em;
	text-align: center;
	font-style: italic;
	background: url("../images/interface/menu_h_bg.png") repeat-x;
}
#copyright {
	padding: 8px 10px 10px 10px;
	font-size: 0.9em;
	text-align: center;
	color: #999;
	background-color: #333;
	border: 1px solid black;
	-moz-border-radius: 10px;
	opacity : 0.9;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #F63;
	text-decoration: underline;
}

