img a
{
	border:none;
}
/*Lien nornal */ 
  a:link { text-decoration:none; } 
/*Lien déja visité */ 
  a:visited{ text-decoration:none; } 
/*Lien actif (quand on clique sur le lien) */ 
  a:active{ text-decoration:none; } 
/*Lien survolé (quand la souris est sur le lien) */ 
  a:hover{ color: #de011f; } 

.TitrePage {
	font-family: "Arial";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #5699c9;
}
.TextePage {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.TextePageGras {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textepage12g {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textepage12gr {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #de011f;
}
.textepage14g {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textepage14gr {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #de011f;
}
.textepage16g {
	font-family: "Arial";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textepage16gr {
	font-family: "Arial";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #de011f;
}
.textepage14 {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textepage16 {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textepage16g {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textepagerouge18g {
	font-family: "Arial";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #de011f;
}
.textepage12 {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.lien {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #033DE9;
}
.souslien {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
.formuairegras {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.titretableau {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
.lienblanc {
	font-family: "Arial";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	
	
	
	
}


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}



#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: auto;
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color: #060;
	color:white;
	text-align:center;
}

#boxclose
{
	float:leftt;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(image/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}


