/* CSS Document */

table {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin:0px;
   	padding:0px;
	/*color:#FFFFFF;*/
}
table td {
	border-left-color: #005278; 
	border-bottom-color: #005278; 
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width:2px;
	border-left-width:2px;
	padding:0px;
	width: 100px; 
	margin-right: 25%;
	margin-left: 25%;
	height: 100px; 
	vertical-align:bottom;
}

#lien {
	width:100%;
	height:650px;
	display:block;
}

#lien a {
	text-decoration:none;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
#lien a:hover{
	text-decoration:underline;
}
#lien p {
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.transp1 {
   width:98px;
   margin:0px;
   padding-bottom:0px;
   padding-left:2px;
   padding-right:0px;
   padding-top:0px;
   text-align:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
   /*
   color:white;
   top:100;
   left:400;
   /*height:100px;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;*/
}

.transp {
   background-color:#000000;
   width:98px;
   margin:0px;
   padding-bottom:0px;
   padding-left:2px;
   padding-right:0px;
   padding-top:0px;
   text-align:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
   /*height:100px;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
}
#table1 {
	position:absolute;
	top:45px;
	left:5px;
	display:block;
}
