@charset "UTF-8";
/* CSS Document */
/***************************************/
/************ LAYOUT COMMUN ******************/
/***************************************/
/*
rouge : 			color:#d30e0c;
rouge moyen :		color:#6c1212;
rouge fonce :		color:#360303;

 */



#container
{
	width:963px;
	margin:20px  auto;
	clear:both;
}
/***************************************/
/***********outils******************/
/***************************************/

#outils
{
	margin-bottom:3px;

}
#outils UL
{
	float:right;
}
#outils UL,#outils LI
{
	margin:0;
	padding:0;
}
#outils LI
{
	list-style-type:none;
	color:#d30e0c;
	float:left;
}
#outils LI A
{
	display:block;
	float:left;
	color:#d30e0c;
	font-size:11px;
	padding:0 10px;

}
#outils LI A:hover
{
	color:white;
	text-decoration:none;

}

#outils LI#contact
{
	background:url(../img/p-enveloppe.gif) no-repeat left;
	padding-left:12px;
}
 
/***************************************/
/************ Bandeau ******************/
/***************************************/
#haut
{
	width:963px;
}
#bandeau
{
	position:absolute;
	margin-top:16px;
	margin-left:25px;
	width:923px;
	height:97px;
	z-index:1000;
}
#hnav
{
	position:absolute;
	margin-top:75px;
	margin-left:400px;
	z-index:1001;
}


/***************************************/
/***********navigation globale ******************/
/***************************************/

#hnav UL,#hnav LI
{
	margin:0;
	padding:0;
}
#hnav LI
{
	list-style-type:none;
	float:left;
}
#hnav LI A
{
	display:block;
	float:left;
	padding: 0 8px;
}
UL#navigation
{
	float:left;

}
UL#navigation LI A
{
	font-weight:bold;
	color:white;
	font-size:12px;
	letter-spacing:0.1em;
	background:url(../img/puce-bandeau.gif) no-repeat left;
	padding-left:12px;
	

}
UL#navigation LI A:hover
{
	background:url(../img/puce-bandeau2.gif) no-repeat left;
	
}
UL#navigation LI.current A,UL#navigation LI.current A:hover
{
	background:url(../img/puce-bandeau2.gif) no-repeat left;
	cursor:text;
	text-decoration:none;
	color:#f00;
}
UL#langues
{
	float:left;
	margin-left:40px;

}
UL#langues SPAN
{
	display:none;

}
UL#langues LI A
{
	width:18px;
	height:13px;
	padding:0 5px;

}
UL#langues LI#en A
{
	background:url(../img/flag-en.gif) no-repeat;
}
UL#langues LI#en A:hover
{
	background:url(../img/flag-en-on.gif) no-repeat;
}
UL#langues LI#nl A
{
	background:url(../img/flag-nl.gif) no-repeat;
}
UL#langues LI#nl A:hover
{
	background:url(../img/flag-nl-on.gif) no-repeat;
}
UL#langues LI#fr A
{
	background:url(../img/flag-fr.gif) no-repeat;
}
UL#langues LI#fr A:hover
{
	background:url(../img/flag-fr-on.gif) no-repeat;
}


/***************************************/
/************ centre ******************/
/***************************************/
#bas
{
	width:963px;
}

#pagecontent
{
	padding:0 20px;
}
/***************************************/
/************ footer ******************/
/***************************************/

#baseline
{
	float:left;
	width:920px;
	color:#d30e0c;
	letter-spacing:0.3em;
	font-size:10px;
	text-align:center;
}
#baseline A,#baseline A:hover
{
	color:#d30e0c;
}
#credits
{
	width:323px;
	position: absolute;
	margin-top:3px;
	margin-left: 625px;
}
#credits UL
{
	float:right;
}

#credits UL,#credits LI
{
	margin:0;
	padding:0;
}
#credits LI
{
	list-style-type:none;
	float:left;
}
#credits LI A
{
	display:block;
	float:left;
	font-size:10px;
	color:#360303;
	padding:0 5px;

}
#credits LI A:hover
{
	color:#360303;
}
#credits LI#diftong A
{
	margin-top:5px;

}
#credits IMG
{
	border:0;

}

