@charset "utf-8";
/* CSS Document */

body {
	background-color:#efefef;
	margin:0 auto;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align:justify;
	}

#container {
	margin:0 auto;
	width: 900px;
	height: 675px;
	margin-top: 50px;
	border: 1px solid #000;
	background-color:#ffffff;
	padding:0;
	}
img {
    border:0 none;
}

/* head */

#home {
	margin:0 auto;
	width:900px;
	height:675px;
	background-color:#FFFFFF;
	background-image:url(../pictures/screen_home.gif);
	background-repeat:no-repeat;
	margin-top: 50px;
	border: 1px solid #000;
	position:relative;
	}
#powered {
	position:absolute;
	bottom:7em;
	right:0;
	}
		
#header {
	width:900px;
	height:183px;
	
	background-color:#ffffff;
	}

#langbox {
	float:left;
	width:250px;
	text-align:left;
	margin-top:10px;
	padding-left:10px;
	}
#contactbox {
	float:right;
	width:250px;
	text-align:right;
	margin-top:10px;
	padding-right:10px;
	}

a.lang {
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color:#999999;

	}
	
a.lang:hover {
	text-decoration:underline;
	color:#333333;
	}

hr.space {
line-height: 10px;
}
/* nav */
#nav_bar {
	width:610px;
	height:20px;
	background-color:#cccccc;
	float:right;

	margin-left:60px;
		}

ul.menu {
padding:0;
margin:0;
list-style-type:none;
	padding-left:0px;

}
li.menu
{
margin-left:2px;
float:left; /*pour IE*/
}
ul li a.projet
{
display:block;
float:left;   
width:90px;
height: 20px;
background-color:#CCCC00;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:0px;


}

ul li a.partenaire
{
display:block;
float:left;   
width:90px;
height: 20px;
background-color:#faa635;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:0px;


}

ul li a.info
{
display:block;
float:left;   
width:110px;
height: 20px;
background-color:#c4122f;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:0px;


}

ul li a.docs
{
display:block;
float:left;   
width:110px;
height: 20px;
background-color:#89aa05;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:0px;


}
ul li a.liens
{
display:block;
float:left;   
width:90px;
height: 20px;
background-color:#f65b25;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:0px;


}


ul li a.contact
{
display:block;
float:left;   
width:90px;
height: 20px;
background-color:#4b5a51;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:0px;


}
ul li a.projet:hover
{
background-color:#dfe680;
color:black;
} 

ul li a.partenaire:hover
{
background-color:#f6be74;
color:black;
}

ul li a.info:hover
{
background-color:#fea7b5;
color:black;
}

ul li a.docs:hover
{
background-color:#c4e053;
color:black;
}

ul li a.liens:hover
{
background-color:#f69c7c;
color:black;
}

ul li a.contact:hover
{
background-color:#afb8b3;
color:black;
}

a.contact {
text-align:right;
}

a.contact:hover {
text-decoration: none;
}


/*home */

#nav_home {
	width:250px;
	height:19px;
	margin-top:502px;
	float:left;
	padding-left:470px;/**/
	color:#FFFFFF;
	}	 


.lang_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:left;
	}
	
a.lang_links {
	text-decoration:none;
	font-weight:bold;
	}

a.lang_links:hover {
	text-decoration:underline
		}


/* center */	
#middle {
	width:900px;
	height:402px;
	background-color:#FFFFFF;
	}

#content {
	width:590px;
	height:352px;
	margin-top:40px;
	margin-bottom:10px;
	padding-right:15px;
	background-color:#ffffff;
	float:left;
	overflow: auto;
	}
a.section_content {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#4b5a51;
	}
a.section_content:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#4b5a51;
	}

.section_content2 {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#4b5a51;
	}
	
a.question {

	font-weight:bold;
	color:#4b5a51;
	text-decoration:none;
	text-align:left;
	

	}
a.question:hover {
	text-decoration:underline;
	}

.description {
	padding-left:60px;
	}
.text_content {
display:block;
background-color:#F4F4F4;
margin-top:0px;
	text-decoration:none;
	padding-left:5px;
	color:#000000;

	}

.text_faq{
display:block;
background-color:#F4F4F4;
margin-top:0px;
	text-decoration:none;
	padding-left:0px;
	margin-left:40px;
	color:#000000;

	}

#infotheekpad {
float:left;

width:540px;
margin-left:20px;
}
	
#vragen_content {
padding-left:20px;
}

ol.faq {
	list-style-type:decimal;
	list-style-type:decimal;
	list-style-position:outside;
	}
li.faq {
	line-height:18px;
		text-indent:0px;
	}

ol.quest {
	list-style-type:decimal;
	list-style-type:decimal;
	list-style-position:outside;
	}
li.quest {
	line-height:14px;
	font-family:verdana;
		font-size:10px;
		color:#000000;
		text-indent:0px;
		padding-top:5px;
	}
.pucegreen {
	padding-left:10px;
	}
a.top {
font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	}
a.top:hover {
	text-decoration:underline;
	}
#news {
	width:560px;
	float:left;
	margin-bottom:60px;
	overflow:auto;
	}
	
#blocNews {
	width:560px;
	float:left;
	margin-top:10px;
	padding-top:0px;
	}

img.photo_news {
	float:left;
	padding-right:10px;
	}

img.rss_icon {
	float:right;
	padding-right:10px;
	}
a.lien_news {
	font-weight:bold;
	color:#FF3300;
	text-decoration:none;
	}
a.lien_news:hover {
	text-decoration:underline;
	}
#contentIE7 {
	width:590px;
	height:352px;
	
	}
a.out {
	font-size:9px;
	text-decoration:none;
	font-weight:normal;
	color:black;
	}
a.out:hover {
	text-decoration:underline;
	}	
a.links_content {
	text-decoration:none;
	color:#c4122f;
	}
a.links_content:hover {
	text-decoration:underline;
	}
p {
		line-height:13px;
		padding-right:10px;
		}	
	
h3 {
	margin-top:0px;
	font-size:18px;
	}

h5 {
	line-height:16px;
	margin-bottom:6px;
	font-size:14px;
}

.homeTitre {
color:#4b5a51;
}
.newsTitre {
padding-top:5px;
color:#FF3300;
}
.projetTitre {
	color:#CCCC00;
	}
.partenaireTitre {
	color:#faa635;
	}
.infoTitre {
color:#c4122f;
	}
.lienTitre {
	color:#f65b25;
	}
.contactTitre {
color:#4b5a51;

	}
.docTitre {
	color:#89aa05;
	text-align:left;}

	
.docTitrenew {
	color:#000000;
	font-size:14px;
	text-align:left;}

.titleInfotheque {
font-size:12px;
	padding-left:20px;
	color:#ec8000;
}

.titleNewsInfotheque {
	margin-left:30px;
	padding-left:25px;
	color:#666666;
	background-image:url(../pictures/v_green.jpg);
	background-repeat:no-repeat;
}
.contentInfotheque {
padding-left:30px;
}

.top {
text-align:right;
}

a.linkTop {
color:#666666;
text-decoration:underline;
}
	
.faqTitre {
	color:#89aa05;
	text-align:left;}

.dhtmlgoodies_question{color:#000000;font-size:1em;font-weight:bold;margin-left:0px;margin-top:2px;padding-left:0px;overflow:hidden;cursor:pointer;}
.dhtmlgoodies_answer{visibility:hidden;	height:0px;	overflow:hidden;}
.dhtmlgoodies_answer_content{padding:1px;font-size:0.9em;}
	
ul#Section {font-weight:bold;  margin-left:25px;padding-left:10px;list-style-type:none; margin-top:5px; }
ul#Section li a {font-weight:normal;font-size: 12px;text-decoration:none;color:#2878d1; padding-left:15px;}
ul#Section li a:hover {text-decoration:underline;}



#wrap {
      
      margin-top:0px;
      margin-left:0px;
      padding-left:0px;
      background-color: #fff; 
	  position:relative;}
	  
  

   /* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
	  margin-left:0px;
	  margin-top:0px;
	  padding-top:0px;
      border-bottom: 1px solid #89AA05;
      }
	
   a.showLink, a.hideLink {
   
		font-family:verdana;
		font-size:12px;
		text-decoration: none;
		font-weight:bold;
		text-align:left;
      color: #333333;
      padding-bottom:0px; margin-bottom:0px;
	  
     }
   a.hideLink {
   padding-left:16px;
      background: transparent url(../pictures/icone/ico_moins.gif) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      text-decoration:underline;}






























	
#blocHome {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_home.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}

#blocProjet {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_accueil.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}
#bannerFlash {
	width:200px;
	height:200px;
	margin-top:10px;
	float:right;
	}
#bannerFlashSmall {
	width:160px;
	height:160px;
	margin-top:20px;
	float:right;
	margin-right:20px;
	}
#blocPartenaire {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_partenaire.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}

#blocInfo {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_info.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}

#link_info {
	width:180px;
	height:60px;
	margin-top:40px;
	text-align: left;
	padding-left:80px;
	}
a.link_info {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
a.link_info:hover {
	text-decoration:underline;
	}
#blocDocs {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_docs.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}
#blocFaq {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_docs.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}
#blocLiens {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_liens.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}

#blocContact {
	width:280px;
	height:352px;
	margin-right:10px;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../pictures/bloc_contact.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
	}

#infoCarte {
	width:570px;
	height:40px;
	margin-top:5px;
	}

a.back {
	padding-top:20px;
	padding-left:120px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
a.back:hover {
	text-decoration:underline;
	}

/* special info */

#wanneer {
	width:570px;
	height:280px;
	margin-left:20px;
	}

#wanneerCol1 {
	float: left;
    width: 75px;
	}
	
#wanneerCol2 {
	float: left;

	}
	
#wanneerCol3 {
	float: right;
    width: 50px;
	margin-left:15px;
	
	}

#progCol1 {
	width: 80px;
	float:left;
	}

#progCol2 {
	float:left;
	}




/* applet graphique */

.col_gauche{
float:left;
width:45%;
}
.col_droite {
margin-left:50%
}

.col_tiers1{
float:left;
width:120px;
}

.col_tiers2{
margin-left:130px
}


.col_tiers3{
margin-left:260px
}






/* footer */

#adresse_footer {
	width:820px;
	height:70px;
	margin-left:80px;
	}
.adresse {
	padding-top:20px;
	line-height:32px;
	}
	
#footerFR {
	width:900px;
	height:70px;background-image:url(../pictures/footer_FR.jpg);
	background-repeat:no-repeat;
	background-color:#e6e6e6;
	clear:both;
	}

#footerDE {
	width:900px;
	height:70px;
	background-image:url(../pictures/footer_DE.jpg);
	background-repeat:no-repeat;
	background-color:#e6e6e6;
	clear:both;
	}

#footerNL {
	width:900px;
	height:70px;
	background-image:url(../pictures/footer_NL.jpg);
	background-repeat:no-repeat;
	background-color:#e6e6e6;
	clear:both;
	}

li.docs {
padding-left:5px;
display: list-item;
list-style-image: url(../pictures/puce.gif);
}

li.docs2 {
padding-left:15px;
display: list-item;
list-style-image: url(../pictures/puce_space.gif);
padding-bottom:10px;
}
