/*

	Author: Perrick PENET & Jetro WILS

*/





body { 

	background-color : #ffffff;

	color : #000000;

	margin : 0; 

	font-family : Arial, Verdana, Helvetica;

}



td

{

	font-family : Arial, Verdana, Helvetica;

	font-size : 11pt;

	text-align:justify

}



a:link

{

	color : #000000; 

	Text-decoration : underline;

}

a:hover

{

	color : #000000; 

	font-weight : 700;

}

a:visited

{

	color : #555555;  

}



.title

{

	color : #FFFFFF; 

	font-size : 18pt;

	font-weight : 700;

}


.title2

{

	color : #CC0000; 

	font-size : 18pt;

	font-weight : 700;

	text-decoration : underline;

}

.soustitle

{

	color : #00275F; 

	font-size : 15pt;

	font-weight : 700;

	text-decoration : underline;

}

/*
Utitliser pour la partie Legal Requirements  : cadre
*/

#rectangle{
	width:100%;
}
#rectangle .rectangle
{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	padding:5px;
	
}
#rectangle #rouge {
	
	background-color:#F66;
	text-align:center;
}
#rectangle #orange {
	
	background-color:#FC6;
	text-align:center;
}
#rectangle #jaune {
	
	background-color:#FF9;
	text-align:center;
}
#rectangle #gris {
	
	background-color:silver;
	text-align:center;
}
#rectangle #rose {
	
	background-color:#FCF;
	text-align:center;
}
#rectangle #bleu {
	
	background-color:#9FF;
	text-align:center;
}
#rectangle .fleche
{
	background-image:url(/en/img/fleche.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:16px;
}

#rectangle 	.gauche{
width:40%;
	float:left;
}
#rectangle .droite{
	width:40%;
	float:right;
}
