/*
// 
// Brabel - Pieterjan Montens
//
*/


/* /////////////////////////////// corps en général */

html,body {
	height: 100%;
}

body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12pt;
    margin: 0px auto;
	margin-bottom:7px;
	background-color:#8c776d;	/*
	background-image: url(./images/oiseaux.jpg);
	background-repeat:repeat-y;
	*/
	z-index:0;
}

*body {
	background-color:#826c62;
	}

/* /////////////////////////////// mise en page graphique */


#shadow {
	margin:0;padding:0;
	background: url(./images/middle.png) repeat-Y;
	width:730px;
	margin-top:25px;
	overflow:visible;
	z-index:8;
	}
	
#top_shadow {
	margin:0;padding:0;
	position:relative;
	background:url(./images/top.png) no-repeat;
	width:731px;
	height:27px;
	z-index: 10;
	margin-top:-15px;
	margin-left:0px;
	}

#down_shadow {
	margin:0;padding:0;
	position:relative;
	background-image:url(./images/down.png);
	background-repeat:none;
	width:731px;
	height:26px;
	z-index: 10;
	margin-top:-11px;
	margin-left:0px;
	}

#wrapper {	
	width:700px;
	position:relative;
	/*
	left:50%;
	margin-left:-350px;*/
	background-color:#fff;
	text-align:left;
	z-index:5;
	margin-top:-11px;
	}


#title {
	width:700px;height:130px;
	z-index:10;
	}
	
#languages {
	position:absolute;
	top:20px;
	right:0;
	background-color:#D83A20;
	font-size:.6em;
	color:#fff;
	padding:0 1px 0 2px;
	font-family:verdana;
	z-index:20;
	}
	
#footer {
	position:relative;
	background-color:#ccc;
	font-size:.6em;
	color:#fafafa;
	padding:0 2px 1px 2px;
	font-weight:900;
	}


#texte {
	color:#888;
	font-size:.8em;
	height:1.4em;
	background:url(./images/menu_back.jpg) repeat-y;
	}

#ombre {
	width:700px;
	background: url(./images/shadow_top.jpg) repeat-x;
	margin-bottom:-8px;
	}

#ombre2 {
	width:700px;
	background: url(./images/shadow_bottom.jpg) repeat-x;
	margin-top:-8px;
	}
	
#bottom {
	height:132px;width:700px;
	margin-top:-1px;
	}

#contenu {
	padding: 5px 5px 0 5px ;
	}

li { 
	color:#555;
	font-size:.8em;
	height:1.4em;
	}
	
/* ////////////////////////////// mise en page textuelle */

#languages a {
	color:#fff;
	text-decoration:none;
	display:inline;
	z-index:30;
	}

#languages a:hover {
	text-decoration:overline;
	}
	
#texte a {
	color:#000;
	text-decoration:none;
	font-size:1em;
	font-weight:400;
	font-family:verdana;
	letter-spacing:1px;
	padding:1px 2px 0px 2px;
	height:1.5em;
	z-index:1;
	border-top:0px solid #fff;
	display:inline;
	}
	
#texte a:hover {
	border-top:5px solid #fff;
	}

*html #texte a:hover {
	border-bottom:2px solid #D83A20;
	}
	
h1 {
	margin-top:0;padding-top:0;
	color:#444;
	line-height:1.3em;
	font-family:verdana;
	font-size:1.1em;
	font-weight:400;
	}

h2 {
	color:#444;
	line-height:1em;
	font-family:verdana;
	font-size:1em;
	font-weight:400;
}
	
#contenu p, .indent {
	color:#333;
	font-family:georgia;
	text-align:justify;
	font-size:.8em;
	letter-spacing:.3px;
	line-height:1.3em;
	}