/* CSS Document */

.logo { 
position:absolute; top:10px; left:10px; 
} 
.imagelogo {
width:116px;height:60px;}
.top {
position:absolute; top:10px; left:130px; 
}
.top_name {
position:absolute; top:70px; left:340px; 
color:ffffff; font:Times New Roman;
 font-style:italic; font-size:150%; font-weight : bold;
}
.menu {
position:absolute; top:150px; left:10px; 
}
.title_main {
position:absolute; top:170px; left:165px; 
 color:800000; font:Times New Roman;
 font-style:italic; font-size:200%; }
 
.main {
position:absolute; top:220px; left:165px; 
width: 50%;
}
.tableg{width: 60%;
}
.tabled{width: 40%;top:15%;	 position:absolute;left:60%;vertical-align:middle;text-align:center;
}
.soustitre{color:800000;font-weight : bold;
}

hr.hrstyle{width: 95%;
text-align: center;/*this will align it for IE*/
margin: 0 0 0 auto; /*this will align it right for Mozilla*/
color: grey;
background-color: 800000;
height: 2px;
} 
/*a{color:black;
font-weight : none;
font:arial;}*/
a:link {
	color: black;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:active {
	/*background-color: 800000;*/
	text-decoration:none;
	color: white;}
a:hover {
	color:800000;font-style:italic;
	
}
a:visited {
	color: none;
}

