body {
	background-image: url(../Images/fond.jpg);
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#conteneur {
	width: 925px;
	margin: 0 auto;
}
#haut {
		background-image: url(../Images/fond_haut.png);
		position: relative;
}
#bas {
		background-image: url(../Images/fond_bas.png);
		background-repeat:repeat-y;
		padding-top: 10px;
}
#connexion {
	float:right;
	margin-top:40px;
	margin-right:15px;
}
#connexion input {
	display:block;
	float:right;
	clear:right;
	margin-bottom:7px;
	background-color:#7D4218;
	border:#330c05 thin solid;
	width:140px;
	color:#FFF;
}
#connexion a {
	display:block;
	float:right;
	clear:right;
	margin-bottom:7px;
	color:#FFF;	
	font-size:0.8em
}
#connexion fieldset {
	margin:0;
	padding:0;
	clear:right;
	float:right;
	border:none;
}
#connexion button {
	border:#ffe54b thin solid;
	background-color: #8c3c26;
	color:#ffe498;
}
#menu {
	clear:right;
	margin-right:15px;
	float:right;
	border:#906b44 thin solid;
	border-left:none;
	background: -moz-repeating-linear-gradient(#320d04, #651909 20px, #320d04 );
	background: -webkit-repeating-linear-gradient(#320d04, #651909 20px, #320d04 );
	background: repeating-linear-gradient(#320d04, #651909 20px, #320d04 );
	border-left:#f9c954 8px solid !important;
}
#haut #menu {
	position: absolute;
	bottom: -10px;
	right: 15px;
	clear:none;
	margin-right:inherit;
	float:inherit;
}
#menu li {
	display:inline-block;
	margin:5px 0;
	padding:0 15px;
	border-right:#906b44 thin solid;
        text-transform: uppercase;
        font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color:#ffe498;
}
#gauche {
	clear:both;
	float:left;
	width:190px;
	margin-left:50px;
	margin-right:20px;
	background-color:#440000;
	min-height:600px;
	margin-bottom:10px; 
}
#droite {
	float:right;
	margin-right:15px;
	background-color:#440000;
	width: 200px;
	min-height:600px;
	margin-bottom:10px;
}
#centre {
	float:left;
	width:430px;
	margin-right:20px;
	background-color:#440000;
	min-height:600px;
	margin-bottom:10px; 
}
#pied {
	clear:both;
	margin-right:15px;
	margin-left:50px;
	background-color:#440000;
	text-align:center;
}
#centrecomplet {
	margin-left:50px;
	float:left;
	width:90%;
	margin-right:50px;
	background-color:#440000;
	min-height: 500px;
}

#centrecomplet #menu {
	margin-right:auto;
	float:none;
	border-left:#906b44 thin solid;
}
#centrecomplet form {
	margin:auto;
	width:50%;
}
#centrecomplet label,#centrecomplet button {
	display:block;
	margin-left: 10px;
	margin-top: 10px;
}
#centrecomplet select,#centrecomplet input {
	display:inline-block;
	float:right;
	margin-right:80px;
	width: 150px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*#centrecomplet input[type=checkbox] {
	width:auto;
	margin-right:10px;
	margin-left: 10px;
} */
#menu li.actif a {
	color:red ;
	font-weight:bold ;
}
h2 {
	margin:0;
	color:#ffe498;
	font-size:1em;
	background: -moz-repeating-linear-gradient(#320d04, #651909 20px, #320d04 );
	background: -webkit-repeating-linear-gradient(#320d04, #651909 20px, #320d04 );
	background: repeating-linear-gradient(#320d04, #651909 20px, #320d04 );
	padding: 10px;
	border:#906b44 thin solid;
	font-weight:normal;
}
#centre h2, #gauche h2, #droite h2 {
    border-left:#f9c954 8px solid;
    text-transform: uppercase;
    font-weight: bold;	
	
}
#centre img {
	width:50px;
	float:left;
	margin-right:10px
}
#centre div.tete {
	width:178px;
	float:left;
	margin:10px;
	margin-left:20px;
	border:#310003 3px solid;
	background-image:url(../Images/fondcentre.jpg);
	height:100px;
	overflow:hidden; 
}
#centre div.compte {
	height:auto;
	overflow:auto;
}
.mr0 {
	margin-right:0 !important;
}
a, a:visited {
	text-decoration:none;
	color:inherit;
}
.mce-btn-small button {
	margin:0 !important;
}
.clair {
	background:#933;
}
.tronque {
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
}