/* ================================ GENERAL ================================= */
* { 
	font-family:  Verdana, Helvetica, Arial, sans-serif; 
	font-size: small; }
body {
*	background: #FFFFFF;
        background-color: #FFFFFF;
/*	background-image: url(images/body_background___width__.png);
	background-position: center;
	background-repeat: repeat-y;*/
}

a {
	color: #006633;
	background-color: inherit;
}
a:hover {
	color: #668866;
	background-color: inherit;
}
a img {
	border: none;
}

/* ================================ HEADER ================================== */
#header {
/*	background-image: url(images/header_background___width__.png);*/
	background-position: center;
	background-repeat: repeat-y;
}
#header a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
#header a:hover {
	color: #ccc;
	background-color: inherit;
}
#header .fr a {
	background-image: url(images/fr.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
#header .en a {
	background-image: url(images/us.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}

/* ================================= MENU =================================== */
#menu {
/*	background-image: url(images/menu_background.png);*/
	/*background-repeat: repeat-x;
	background-position: center;*/
	position:absolute; top:180px;
	background-color: transparent;
}
#menu ul {
/*	border-left: solid 1px #000;
	border-right: solid 1px #666;*/
}
#menu ul li {
/*	border-left: solid 1px #666;
	border-right: solid 1px #000;*/
}
#menu ul li a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	background-color: #333;
}

/* ================================== BODY ================================== */

#body {
	position:relative; top:50px;
	background-color: #FFFFFF;
	color: #000;
}
#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a {
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	background-color: inherit;
}
#body h1 {
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
/*	background-color: transparent;
	background-image: url(images/h1_bg.png); 
	background-repeat: repeat-y;
	background-position: right; */
	border-bottom: solid 1px #dbdbc5;
}
#body h1 a {
	color: #000;
	background-color: transparent;
}
#body h2 {
	font-family: Verdana, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
/*	background-color: transparent;
	background-image: url(images/h2_bg.png);
	background-repeat: repeat-y;
	background-position: right; */
	border-bottom: solid 1px #dbdbc5;
}
#body h2 a {
	color: #000;
	background-color: transparent;
}
#body h3 {
	font-family: Verdana, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	color: #8c2121;
	background-color: inherit;
	border-bottom: solid 1px #dbdbc5;
}
#body h4, #body h5 {
	font-family: Verdana, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1em;
	color: #8c2121;
	background-color: inherit;
}


ol {
	line-height: 1.5em;
	margin: 0 0 .5em 1.5em;
	padding: 0;
}
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 .5em 1.5em;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

.code {
	border-top: solid 1px #acacbb;
	border-right: solid 1px #acacbb;
	border-bottom: solid 1px #acacbb;
	border-left: solid 3px #acacbb;
	background-color: #f7f9fa;
	color: inherit;
}
.code, .code * {
	font-size: 1em;
	font-family: "Courier New",Courier,monospace;
}

#body input {
	border: solid 1px #8cacbb;
}
#body input:hover {
	border: solid 1px #000;
}

/* ********* TABLES ********* */
#body table { border: none 1px #999; }
#body table th { border: none 1px #999; background-color: #FFFFFF; }
#body table td { border: none 1px #ccc; background-color: #FFFFFF; }
#body table tr:hover { background-color: #ffffe5; }


/* ================================= FOOTER ================================= */
#footer {
	background-color: #FFFFFF;
	color: #000;
}
#footer li a {
	border: solid 1px #8cacbb;
	background-color: #e7ebe7;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
#footer li a:hover {
	border: solid 1px #000;
	background-color: #efebe7;
	color: #000;
}
#footer input {
	border: solid 1px #8cacbb;
}
#footer input:hover {
	border: solid 1px #000;
}
