body {
	background-color: #36100B;
	font-family: Verdana, sans-serif;
}

div,h1,h2,td,ul,li {
	color: #000;
	font-size: 10px;
	vertical-align: top;
}

h1 {
	font-size : 14px;
	font-weight : bolder;
	margin-top: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color : #9A301E;
}
h2 {
	font-size : 12px;
	color : #9A301E;
	font-weight: bolder;
	margin-top: 2px;
	margin-bottom: 4px;
	font-variant : small-caps;
}
a {
	color: #9A301E;
}

/*Menu*/
/* Gestion du décalage */
ul.level-1, ul.level0, ul.level1  {
	padding-left: 3px;
	margin-left: 0px;
	width: 135px;
	text-align: left;
}
ul.level-1 ul, ul.level0 ul, ul.level1 ul {
	padding-left: 2px;
	width: 135px;
	margin-left: 0px;
}
/* Couleur blanche et pas de soulignement */
ul.level-1 a, ul.level0 a, ul.level1 a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height:2.2em;
}
/* Gestion du gras */
ul.level2 a {
	font-weight: normal;
}
ul.level2 strong a{
	font-weight: bold;
}
/* Gestion des puces */
ul.level-1 li, ul.level0 li, ul.level1 li {
	list-style-image: url("../imgs/bullet.gif");
	list-style-position:inside;
}
ul.level2 li {
	list-style-image: url("../imgs/bullet.gif");
	list-style-position:inside;
}
/* Couleur de fond */
ul.level-1 .active, ul.level0 .active, ul.level1 .active {
	background-color: #F08904;
}
ul.level-1 .active ul,  ul.level0 .active ul, ul.level1 .active ul {
	background-color: #9A301E;
}
#mainTable {
	background-color: #FFFFFF;
	border: 20px solid #FBEFB9;
	text-align: center;
	margin: auto;
	width: 830px;
}

.rightColumnTitle {
	background-color: #F08904;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-left: -3px;
}

.rightcolumnCell {
	background-color: #EDC189;
	padding-left: 3px;
	text-align: justify;
}
.rightColumnTable {
	width: 200px;
}
.contentColumnCell{
	padding-left: 5px;
	padding-right:5px;
	text-align: justify;
}
#contentColumnTable {
	width: 456px;
}
.menuCell {
	background-color: #9A301E;
	overflow: hidden;
}

.contentColumnCell ul{
	margin-left:20px;
}

.contentImage_left {
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
}

.contentImage_right {
	float: right;
	padding-top: 2px;
	padding-left: 7px;
	padding-bottom: 2px;
}

.line {
	background-color: #aaa;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.footer{
	height: 25px;
	color: #fff;
	text-align: center;
	background-image: url("../imgs/footer.jpg");
	background-repeat: no-repeat;
	background-color: #FBEFB9;
}

.spacer1 {
    height: 10px;
}

.spacer2 {
    height: 20px;
}


