/* CSS Document */
body {
	background-image: url(../../photos/module_1sepia.jpg);
}
h1      {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#A60000;
}
h2      {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#A60000;
	font-style:italic;
}
a:link {
	color: #A60000;
	text-decoration: underline;
}
a:visited {
	color: #A60000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #A60000;
	text-decoration: underline;
}
.Style1 {
	color: #A60000;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
}
.Style3 {
	font-size: small;
	font-weight: bold;
}
.Style4 {font-size: small;
}
.Style2 {	
	font-weight: bold;
	font-style: italic;
}
.Style6 {
	color: #A60000;
	font-weight: bold;
	font-size: 18px;
}
.Style7 {
	color: #A60000;
	font-weight: bold;
	font-size: 24px;
}
.Style20 {	
	font-size: 12px;
	color: #A60000;
	font-weight: bold;
}
.Style86 {
	font-size: 16px;
	font-weight: bold;
}
.Style103 {
	font-weight: bold;
	font-size:18px;
}
.Style105 {
	font-weight: bold; 
	font-size: 14px;
	color:#333333;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
.Style113 {
	font-size: x-large; 
	font-style: italic; 
	color: #A60000; 
	font-weight: bold;
}
.Style120 {
	font-size: 18px;
	color: #A60000;
	font-weight: bold;
}
.Style121 {
	font-size: 18px;
	color: #A60000;
	font-weight: bold;
	font-style:italic;
}
.Style122 {
	font-weight: bold
}
a.info{
position:relative;
z-index:24;
color:#A60000;
text-decoration:none;
}

a.info:hover{
z-index:25;
}

a.info span{
display: none
}

a.info:hover span{
display:block;
position:absolute;
top:0em; left:9em; width:35em;
border:1px solid #A60000;
background:url(../../photos/fond_papier.jpg);
color:#000;
text-decoration:none;
text-align: left;
font-weight:bold;
font-size:14px;
padding:5px;
}
a.info:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}