/* @override https://macstrat.hpnv.net/skin/macstrat/macstratdb-2010.css */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
Macstrat 2010
*/

/* général */

* {
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #333;
}

body {
	background-color: #008855;
}

#site {	
	width: 800px;
	margin: 16px auto 0;
	padding: 0px;
	padding-bottom: 10px;
	position: relative;
	background-color: white;
	border: 3px solid black;
}

/* header */

h1#siteTitle {
	width: 800px;
	height: 100px;
	margin-bottom: 0;
	overflow: hidden;
	background: #fff;
}

h1#siteTitle.en {
}
h1#siteTitle.fr {
}

h1#siteTitle a {
	display: block;
	width: 213px;
	height: 20px;
}
h1#siteTitle span {
	display: none;
}

/* titres */

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
}

h1, h2, h3 {
	color: #031e97;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 22px;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: 0.8em;
}
h4,
.emphase {
	color: #333;
	line-height: 18px;
	font-size: 12px;
}
h5 {
	color: gray;
}

.emphase {
	font-weight: bold;
}

/* liens */
a, a:active, a:hover a:visited {
	color: #031e97;	
	text-decoration: underline;
}

/* texte et listes */

p {
	margin-bottom: 1em;
	text-align: justify;
}

ul,
ol {

}
ul li {
	list-style-type: square;
	padding-left: 2px;
	list-style-position: inside;
}
ol li {
	list-style-type: decimal;
	padding-left: 0.5em;
	margin-left: 2em;
	list-style-position: outside;
}
li, li a {
	margin-bottom: 0.5em;
}

em {
	font-weight: bold;
	text-align: left;
}

/* classes */

/*.navigation1,
.box {
	font-weight: bold;
	font-size: 12px;
}
.navigation2 {
	font-weight: normal;
}*/
.breadcrumbs a,
.breadcrumbs,
.exergue {
	color: #cc6600;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
.exergue {
	font-weight: bold;
}

/* colonne de gauche */

#leftColumn {
	float: left;
	position: absolute;
	top: 110px;
	margin-left: 4px;
}
#leftColumn h2 {	
	background: #008855;		
	letter-spacing: .8px;
	margin: 1ex 0 1.3ex 0;
}
#leftColumn h2,
#rightColumn h2 {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#leftColumn h2,
#leftColumn h2 a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#leftColumn h2.toggler,
#leftColumn h2 a {
	padding: 1ex 0 1ex 16px;
}
#leftColumn h2 a {
	display: block;
	width: 100%;
	height: 100%;	
}
div.element ul {
	margin: 0;
	padding: 0;
	top: -8px;
	position: relative;
}
div.element ul li {
	list-style-type: none;
	padding: 0;
	min-height: 22px;
	margin-bottom: 2px;
}
* html div.element ul li { /* IE6 */
	height: 22px;
}
div.element ul li a {
	font-weight: normal;
	color: #00660e;
	margin-bottom: 0;
}
#leftColumn li {
	background-image: none;
	background-color: #bfebdb;
}
#leftColumn li a {
	text-decoration: none;
	display: block;
	width: 156px; /* pour retour à la ligne */
	height: 100%;
	padding: 2px 6px 2px 17px;
}
#leftColumn li a:hover,
#leftColumn li.active a {
	background: #ceffed;
	text-decoration: underline;
}
#leftColumn,
#rightColumn {
	width: 180px;
	overflow: hidden;
}
#leftColumn #newsletterColonne {
	margin-top: 400px;
	width: 125px;
}
#leftColumn #newsletterColonne p {
	color: #2aa243;
	text-align: right;
}

/* colonne de droite */

#rightColumn {
	position: absolute;
	top: 123px; /* 106 - h2 margin-top */
	right: 0;
}
#rightColumn.withoutBlocks {
	display: none;
}
#rightColumn h2 {
	font-size: 12px;
	letter-spacing: .4px;
	background: #dcdcdf no-repeat right center;		
	padding: 1px 0 3px 12px;
	margin-top: 17px;
	margin-bottom: 0;
}
#rightColumn h2 a {
	font-size: 12px;
	font-weight: bold;	
}
#rightColumn .block {
	margin-top: 4px;
	background-color: #efeff3;
	padding: 9px 0 7px 12px;	
}

#rightColumn .block p img.totalfill {
	position: relative;
	left: -12px;
	top: -9px;
	bottom: -7px;
	overflow: hidden;
}

#rightColumn .block,
#rightColumn .block a {
	font-size: 11px;
	font-weight: normal;
}
#rightColumn h2,
#rightColumn .block {
	border: #c3c7ce 1px solid;
}
#rightColumn .block p,
#rightColumn .block ul {
	margin: 0;
}
#rightColumn .block p {
	margin-bottom: 5px;
}
#rightColumn .block ul a {
	font-size: 10px;
}
#rightColumn a {
	text-decoration: none;
}
#rightColumn a:hover {
	text-decoration: underline;
}
#rightColumn li {
	width: 140px;
}
#rightColumn h2,
#rightColumn h2 a,
#rightColumn h2 a:hover,
#rightColumn h2 a:visited {
	text-decoration: none;
	color: #008855;
}

.FSF_input {
	width: 105px;
	margin-right: 3px;
}

/* breadcrumbs */

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span,
p.breadcrumbs {	
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
}

p.breadcrumbs {	
	padding-top: 1em;
	padding-right: 2em;
}

/* contenu */

#contentWrapper,
#contentWrapperNewsletter {
	margin: 0 206px 0 212px;	
	width: 487px;
	position: relative;
}

#contentWrapper.withoutBlocks {
	width: 588px;
	margin-right: 0;
}
#content {	
	padding-bottom: 30px;
	padding-right: 20px;
	min-height: 380px;
}

.eventContact	{
	text-align: left;
}


.fondbleuclair {
	background: #d8e0f0;
	padding: 1em;
	border-left: 1px solid #2655a2;
}

blockquote {
	background: #d8e0f0;
	border-left: 1px solid #2655a2;
	margin-bottom: 1em;
	padding-right: 1em;
	padding-top: 1px;
	padding-left: 1em;
}

.FSF_resultDescription {
}

div.contentBorderTop {
	background: transparentrepeat-x right top;	
	width: inherit;
	height: 1px;
}
div.contentCornerTop {
	background: transparent no-repeat right top;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	right: -1px;
}
* html div.contentCornerTop { /* IE6 */
	right: -2px;
}
div.contentBottom {
	background: transparent repeat-x left bottom;
	width: inherit;
	height: 9px;
	position: relative;
}
div.contentCornerBottom {
	background: transparent no-repeat left bottom;
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* footer */

#footer {
	margin-left: 212px;	
	margin-right: 212px;
	margin-top: 1em;
}


/* icones automatiques */
a[href^="http:"] {
padding-right:16px;
background: transparent url(http://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png) no-repeat right center;
}

a[href*="macstrat.be"] {
padding-right: 0px;
background-image: none;
}

a[href$='.pdf'] {
padding-right:20px;
background:transparent url(http://www.adobe.com/images/pdficon_small.gif) no-repeat right center;
	display: inline-block;
}