/* @group clearfix */
a { outline:none; }
.clearfix {  
	display: inline-block;  
}

.clearfix:after {
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	height: 0;  
}  
html[xmlns] .clearfix {  
	display: block;  
}  
* html .clearfix {  
	height: 1%;  
}



/* @end */

/* @group Utility */

/* Remove borders on FFox images */

img {
	border-style: none;
}

/* Generic floating */

.left {
	float: left;
}

.right {
	float: right;
}



/* @end */

/* @group Global Text Styling */

p {
	margin-top: 0;
	margin-bottom: 5px;
}

a {
	color: #352D15;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
		color:#978F31;
}

hr {
	border-color: #b8b8b8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* @end */

/*/////////////////////////////////////
		    Le conteneur
/////////////////////////////////////*/
#conteneur{
	float: left;
	width:100%;
	margin:0px;
	}

body {
	background:#352d15;
	font: 0.8em 'Lucida Grande', Lucida, Verdana, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
}


/* textban*/
div.textbangalimg
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: Bold;
  text-align: center;
  margin: 0px;
  COLOR: #ffffff;
  font-size: 20px; 
}


div.textbangalimg a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	text-decoration:none;
	font-size: 19px;
	color: #6C5C2B;
}

div.textbangalimg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	text-decoration:none;
	font-size: 19px;
	color: #978F31;
}

/* FIN textban*/

/* textban2*/
.textban2
{ font-family: Times New Roman, Times, serif;
  width:100px;
  font-weight: Bold;
  text-align: center;
  margin-bottom: 5px;
  padding:3px;
  background-color:#748E17;
  border:solid 3px #6C5C2B;
  text-transform: uppercase;
  COLOR: #666666;
  font-size: 18px; 
}


.textban2 a{
	font-family: Times New Roman, Times, serif;
	font-weight: Bold;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
}

.textban2 a:hover {
	font-family: Times New Roman, Times, serif;
	font-weight: Bold;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 18px;
	color: #352D15;
}

/* FIN textban2*/




/* textbanhome*/
.textbanhome
{ font-family: Times New Roman, Times, serif;
  font-weight: Bold;
  text-align: center;
  margin: 0px;
  text-transform: uppercase;
  COLOR: #ffffff;
  font-size: 18px; 
}


.textbanhome a{
	font-family: Times New Roman, Times, serif;
	font-weight: Bold;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
}

.textbanhome a:hover {
	font-family: Times New Roman, Times, serif;
	font-weight: Bold;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 18px;
	color: #6C5C2B;
}

/* FIN textbanhome*/

