/* CSS Document */

/*BEGIN BALISE*/
body,div,p,html,table,h1,h2,h3,li,ul,img {
	margin: 0;
	padding: 0;
	border:0;
}
/***********BODY********/
body{
	background:#F4C47D url(../pix/background1.gif) no-repeat top center;
	font-family:Verdana;
	color:#333;
	font-size:12px;
}
ul{ list-style-type:none;}

/*END BALISE*/

/* BEGIN CONTAINERS */
/***********GLOBAL********/
#global{
	width:618px;
	margin: 0px auto 0px auto;
}
/***********FRANCAIS********/
#francais{
	width: 290px;
	height: 350px;
	float: left;
}

#francais a{
	text-indent: -5000px;
	display: block;
	height: 350px;
	width: 290px;
	background: url(../pix/home-bis.jpg) top left no-repeat;
}

#francais a:hover{
	display: block;
	height: 350px;
	width: 290px;
	background: url(../pix/home_bis_hover.jpg) top left no-repeat;
}
/***********NEDERLANDS********/
#nederlands{
	width: 290px;
	height: 300px;
	float: right;
}

#nederlands a{
	text-indent: -5000px;
	display: block;
	height: 350px;
	width: 290px;
	background: url(../pix/affiche-home_nl_01.jpg) top left no-repeat;
}


#nederlands a:hover{
	display: block;
	height: 350px;
	width: 290px;
	background: url(../pix/affiche-home_nl.jpg) top left no-repeat;
}
/***********ALL DIVS*******/
#content{
	width:618px;
	background-color:#F4C47C;
	background-image:url(../pix/line-bg_content.gif);
	height: 420px;
}

#header{
	width:618px;
	height:91px;
	background-color:#E0DFE0;
	display: block;
	background-image: url(../pix/bannerBilingual.gif);
}

#allMenu{
	width:618px;
	height:17px;
	background:#F90 url(../pix/bg_allmenu_01.gif);
	font-size: 9px;
	color: #960;
}
	
.menu {
	float: right;
	padding-right: 125px;
}
.menu li {
	color:#960;
}

#middle{
	width: 600px;
	padding:0px;
	height: 356px;
	margin-left: 9px;
}
#middle img{
	padding:0px;
	margin:0px;
	padding-top: 10px;
}

#sponsors{
	height:60px;
	width: 350px;
	margin-left: 132px;
}

#sponsors{
display: block;
height: 60px;
width: 350px;
background-image: url(../pix/logos_hover.gif);
}
#footer{
	width:618px;
	height:41px;
	background: url(../pix/img-footer_01.gif) no-repeat;
	font-size:9px;
	text-align: center;
	padding-top: 5px;
}
#footer a{
	color:#999;
	text-decoration:none;
	font-size: 9px;
}
#footer a:hover{
	color:#930;
}
