body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TABLE.partenaires {
	margin:0px;
	width:500px;
	overflow:hidden;
	border:none;
}
TABLE.partenaires TH {
	font-weight:bold;
	font-size:24px;
	background-color:#201100;
	color:#FFFFFF;
}
TABLE.partenaires TD {
	text-align:center;
	overflow:hidden;
	vertical-align:top;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;	
	font-size : 20px;
	width:100%;
	text-align : left;
	color : #201100;
	border-bottom : 2px solid #201100;
	margin-top: 0px;
	padding-top : 5px;
}
h2{
	font-size : 16px;
	text-decoration : underline;
	margin-top: 0px;
	padding-top : 5px;
}
h3{
	font-size : 14px;
	margin-top: 0px;
	padding-top : 5px;
}
h4{
	text-align : center;
	width : 100%;
	border-top : dotted 1px #000000;
	border-bottom : dotted 1px #000000;
	padding-top : 5px;
	padding-bottom : 5px;
}
hr{
	border-top : #333333;
	border : dashed;
	border-width : 1px;
}
img{
	margin : 5px;
}
table {
	width : 99%;
	margin-bottom : 10px;
	border : solid 1px #000000;
	border-collapse : collapse;
	padding : 0px;
}
thead tr{
	background-color: #663300;
	color : #FFFFFF;
	text-align : center;
	font-weight : bold;
	border-bottom : dotted 2px #000000;
}
td{
	padding : 8px;
	padding-top : 5px;
	padding-bottom : 5px;
	border-left : 0px;
	border-right : 0px;
}
/*td table tbody tr td{
	border-left : solid 1px #000000;
	border-right : solid 1px #000000;
}*/
a{
	color : #663300;
}
a img{
	border : 0px;
}
/*input, textarea{
	 border:1px solid #602C00;
}*/
.partenaires{
	text-align : center;
	font-size : 14px;
	margin-bottom : 5px;
}
.contenu p{
	width : 100%;
	text-align : justify;
}
#information {
	background-color : #663300;
	color : #FFFFFF;
	text-align : center;
	padding : 5px;
	margin : 30px auto 0px auto;
	width : 500px;
}
#information a{
	color : #FFFFFF;
}
.boisbas p{
	text-align : center;
	font-size : 11px;
}
.boisbas p a{
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

/* Boutique */
.boutique table{
	border: 0px;
}
.boutique table.boutique_list{
	border: 1px solid #000000;
}

.boutique_titre{
	font-weight: bold;
	font-size: 13px;
}
.boutique_prix{
	font-weight: bold;
	font-size: 14px;
}

/* Barre de langue */
.lang{
	text-align: right;
}
.lang .barre{
	text-align: right;
	padding: 10px;
	background-color: #744B00;
	color: #FFFFFF;
}
.lang .barre a{
	text-decoration: none;
	color: #FFFFFF;
}
.lang .barre img{
	position: relative;
	top: 6px;
}