/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* DIDIER */
html {
	overflow-y:scroll;
}
body {
	background:url(../images/background.jpg) no-repeat center top #88868f;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
#site {
	width:980px;
	display:block;
	margin:20px auto;
}
.clear {
	clear:both;
	display:block;
}
h1 {
	font-size:20px;
	color:#3a3840;
	font-weight:700;
	padding-bottom:6px;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #a3a1ac;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a {
	color:#3a3840;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
h2 {
	color:#3a3840;
	font-weight:700;
	border-bottom:1px solid #b7b5c0;
	padding-bottom:6px;
	margin-bottom:3px;
	text-shadow: 1px 1px 1px #a3a1ac;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.space {
	height:20px;
	display:block;
	clear:both;
}

/* INDEX */

#logo {
	background:url(../images/logo_home.jpg) no-repeat 0 0;
	width:720px;
	height:186px;
	margin:20px auto 40px auto;
}
.column img {
	width:400px;
	display:block;
	margin:20px auto;
}
#languages {
	width:195px;
	height:33px;
	display:block;
	margin:20px auto;
	text-align:center;
}
#languages a {
	display:inline-block;
	width:47px;
	height:33px;
	float:left;
}
#languages .fr {
	background:url(../images/lang_fr.png);
	margin-right:25px;
}
#languages .nl {
	background:url(../images/lang_nl.png);
	margin-right:25px;
}
#languages .en {
	background:url(../images/lang_en.png);
}
#footer {
	clear:both;
	margin-top:40px;
	text-align:center;
	font-size:0.8em;
	clear:both;
	color:#d3d1d6;
	text-shadow:1px 1px 1px #83818a;
	padding-top:20px;
	border-top:1px solid #b5b4bc;
}
#footer a {
	color:#d3d1d6;
}

/* SITE */
#header {
	margin:70px 0 35px 0;
	height:120px;
	border-bottom:1px solid #c7c6cc;
    padding-bottom: 15px;
}
#logosite {
	width:391px;
	height:63px;
	float:left;
	display:block;
	background:url(../images/logo.png);
    margin-top: 10px;
}
ul#menu {
	float:right;
	font-size:1.5em;
	margin-top:-30px;
}
ul#menu li {
	text-align:right;
	line-height:28px;
}
ul#menu li a {
	color:#FFF;
	text-decoration:none;
}
ul#menu li.active {
	font-weight:bold;
}
#content {
	text-shadow:1px 1px 1px #787781;
}
.link a {
	color:#d3d1d6;
}
#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:25px;
	color:#FFF;
	line-height:20px;
	text-align:justify;
}
#content p strong {
	font-size:1.4em;
	letter-spacing:-0.05em;
	font-weight:700;
}
/* IMAGES */
.image {
	border: solid 1px #7c7a84;
	-moz-box-shadow: 1px 1px 7px #817e89;
	-webkit-box-shadow: 1px 1px 7px #817e89;
	box-shadow: 1px 1px 7px #817e89;
}
.image.left {
	float:left;
	margin-right:12px;
}
.image.right {
	float:right;
	margin-left:20px;
}
.image:hover, .gallery a:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #a3a1ac;
	-webkit-box-shadow: 1px 1px 5px #a3a1ac;
    box-shadow: 1px 1px 5px #a3a1ac;
}
.legend {
	font-size:0.8em;
	color:#d1cfda;
}

/* BIBLIO */
.biblio > div {
	width: 22%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.biblio > div > img {
	width: 100%;
	max-width: 100%;
	height: 330px;
}

/* GALERY */
.gallery a {
	border: solid 1px #84818d;
	-moz-box-shadow: 1px 1px 7px #817e89;
	-webkit-box-shadow: 1px 1px 7px #817e89;
	box-shadow: 1px 1px 7px #817e89;
	float:left;
	display:inline-block;
	width:311px;
	height:210px;
	position:relative;
	background:#FFF;
	margin:0 20px 20px 0;
	text-decoration:none;
	color:#3A3840;
	font-weight:700;
	font-size:14px;
	text-shadow:none;
}
.gallery a.nomargin {
	margin:0;
}
.gallery a div {
	display:block;
	position:absolute;
	bottom:0;
	height:30px;
	text-align:center;
	width:100%;
	padding:4px 0;
	background:#FFF;
	line-height:30px;
    opacity : 0.7; 
    -moz-opacity : 0.7; 
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */ 
    filter : alpha(opacity=70); /* IE < 8 */ 
}
#galleria{ width:990px; }