/* @override http://www.slcd.be/assets/templates/slcd/slcd-2007.css */

* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #333;
    background: #eeddc1;
}
table {
	border-collapse: collapse;
}
td {
	padding: .8em;
	font-size: .9em;
}

/* styles importés du site statique */
a, a:visited {
	color: #5F4B38;
	text-decoration: underline;
}
a:hover {
	color: #C1232D;
	text-decoration: underline;
}
a:active {
	color: #C1232D;
	text-decoration: underline;
}
p {
	margin: 0 0 8px 0;
}
.important {
	font-weight: bold;
}
.italique {
	font-style: italic;
}
.littletitle {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}
.citation {
	margin: 0 20px 0 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.asterisque {
	vertical-align: 3px;
	font: normal 7px Verdana, Arial, Helvetica, sans-serif;
	color: #C1232D;
}
.legende {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;;
}
.description {
	margin-right: 9px;
	color: #EEDDC1;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;;
}
select, option, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-style: solid;
	border-color: #DADADA;
	border-width: 1px;
	background: #FAF8F3;
	color: #2F2F2F;
	margin-right: .3em;
	margin-bottom: 1em;
}
/* fin des styles importés du site statique */

#site {
	width: 760px;
	margin: 10px auto;
	padding-top: 1em;
	position: relative;
	background: #faf8f3 url(images/site-bg.gif) repeat center top;
}
#wrapper {
	padding: 4px 11px 1px 11px;
}
h1#sitetitle {
        /*padding-top: 3px;*/
        padding-left: 2px;
} 
h1#sitetitle a {
	display: block;
	width: 213px;
	height: 37px;
	background: transparent url(images/logo-slcd.png) no-repeat left bottom;
	float: left;
	/*margin-left: 10px;*/
}
h1#sitetitle a span {
	display: none;
}
#mainmenu ul {
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: 27px;
	font-size: 90%;
}
#mainmenu ul li {
	padding-right: 1.2em;
	background: transparent url(images/li-sep.gif) no-repeat right center;
	float: left;
	text-transform: uppercase;
}
#mainmenu ul li.last {
	background: none;
}
#mainmenu ul li a {
	color: #616160;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu ul li.active a {
        color: #be1722;
}
#mainmenu ul li a:hover { 
        border-bottom: #be1722 2px solid;
}
#quicklinks {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/top-bg.gif) repeat-x center top;
	width: 100%;
	height: 10px;
}
#quicklinks ul {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline;
	list-style-type: none;
	width: 382px;
	min-height: 20px;
	margin-top: 4px;
	background: #7f654c url(images/topmenu-bg.gif) no-repeat left bottom;
}
* html #quicklinks ul { /* IE 6 */
	top: 1px;
	right: -19px;
}
#quicklinks ul li {
	float: right;
        margin-right: 13px;
}
#quicklinks ul li a {
	color: #fff;
	background: transparent url(images/li-white-square.gif) no-repeat left center;
	padding-left: 12px;
	text-decoration: none;
}
#quicklinks ul li a:hover {
	background: transparent url(images/li-brown-square.gif) no-repeat left center;
	text-decoration: underline;
}
#section {
	clear: both;
}
#section #sectionTop {
	height: 1px;
	border-bottom: #ede9dc 5px solid;
	margin: 0 3px 10px 3px;
}
#section h2#pagetitle {
	color: #fff;
	text-transform: uppercase;
	border-bottom: #fff 1px solid;
	/*margin-left: 8px;*/
	/*padding-top: 10px;*/
	font-size: 1em;
}
#section #sectionLeft {
	width: 220px;
	height: 19.3em; /* 232px */
	float: left;
	/*margin-left: 15px;*/
	background: transparent url(images/sm-redbox.gif) repeat-y right top;
	text-align: right;
}
* html #section #sectionLeft { /* IE 6 */
	/*margin-left: 8px;*/
}
#section #sectionLeft h2,
.contentblock .blockLeft h3 {
	font-weight: normal;
	margin: 1.4em 0 .7em 1em;
	padding-bottom: 3px;
	border-bottom: #fff 1px solid;
}
#section #sectionLeft ul {
	list-style-type: none;
}
#section #sectionLeft h2,
#section #sectionLeft ul {
	padding-right: 1em;
}
#section #sectionLeft li {
	margin-bottom: .4em;
}
#section #sectionLeft a {
	font-size: 1.2em;
	font-weight: bold;
}
#section #sectionLeft a,
#contentblock #blockLeft a {
	color: #fff;
	text-decoration: none;
}
#section #sectionRight {
	text-align; left;
	float: right;
	margin-right: 3px;
}
div.contentblock-top {
	background: transparent url(images/bloc-contenu-top.gif) no-repeat center bottom;
	height: 5px;
	clear: both;
}
div.contentblock-bottom {
	background: transparent url(images/bloc-contenu-bottom.gif) no-repeat center top;
	height: 6px;
	clear: both;
	margin-bottom: 1em;
}
.contentblock {
	position: relative;
	background: transparent url(images/bloc-contenu-bg.gif) repeat-y center top;
	border-right: #fff 1px solid; /* without this border, no background on IE 6 */
	margin-top: 0;
	margin-left: 1px;
}
* html .contentblock { /* IE 6 */
	margin-left: 0;
}
.contentblock h3.blocktitle {
	padding-right: 1em;
	margin-top: .7em;
}
.contentblock ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	padding-left: 1.5em;
}
.contentblock p {
	margin-bottom: 1em;
}
.contentblock .blockLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	text-align: right;
	/*padding: 0 7px;*/
	margin-right: 1em;
	color: #fff;
}
* html .contentblock .blockLeft { /* IE 6 */
	left: -473px;
}
.contentblock .blockLeft div.block-column {
	padding: 0 1em;
	color: #fff;
}
.contentblock .blockLeft div.block-column img {
	margin-bottom: .5em;
}
.contentblock .blockRight {
	/*padding: 10px 30px 10px 240px;*/
	text-align: justify;
	margin-left: 215px;
	min-height: 24em;
	padding: .7em 2.5em .5em 1em;
}
* html .contentblock .blockRight { /* IE 6 */
	height: 24em;
}
.contentblock .blockRight p {
	/*margin: 1em;*/
}
p#footer {
	clear: both;
	background: transparent url(images/bottombarfooter-bg.gif) no-repeat left bottom;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 1.7em;
	font-size: .9em;
}

