/* CSS Document */
@font-face {
	font-family: 'ChantelliAntiquaRegular';
	src: url('Chantelli_Antiqua-webfont.eot');
	src: local('☺'),
		url('Chantelli_Antiqua-webfont.eot?#iefix') format('embedded-opentype'),	
		url('Chantelli_Antiqua-webfont.woff') format('woff'), 
		url('Chantelli_Antiqua-webfont.ttf') format('truetype'), 
		url('Chantelli_Antiqua-webfont.svg#webfontCNml2rJO') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url(../../photos/module_1sepia.jpg);
	font-family: 'ChantelliAntiquaRegular';
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 14px;
	color:#333333;
}

papier {
	background-image:url(photos_structure/fond_papier.jpg);
}
body {
	background-image: url(photos_structure/texte_grec.essai3lightbis.jpg);
}
h1      {
	font-family: 'ChantelliAntiquaRegular', "Times New Roman", Times, serif;
	color: #000000;
	font-size:32px;
	font-style:italic;
	font-weight:normal;
}
h2      {
	font-family: 'ChantelliAntiquaRegular';
	font-size:24px;
	font-weight:bold;
	color:#A60000;
	font-style:italic;
}
a:link {
	color: #A60000;
}
a:visited {
	color: #A60000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #A60000;
}
.Style1 {
	color: #A60000;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
}
.Style2 {font-size: larger;
	color: #CC0000;
}
.Style3 {
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.Style9 {
	color: #A60000;
	font-family: 'ChantelliAntiquaRegular', "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
}
.Style12 {
	color: #CC0000;
	font-style:italic;
	font-size:16px;
}
.Style15 {	
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #A60000;
}
.Style16 {
	color: #000000;
	font-size:32px;
	font-style:italic;
}
.Style17 {
	color:#A60000;
	font-size:38px;
	font-size:larger;
	font-style:italic;
}
.Style17 em {
	font-size: 36px;
}
.Style18 {
	color: #A60000;
	font-family: 'ChantelliAntiquaRegular', "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
}
.Style19 {
	font-size: 24px;
	color: #A60000;
}
.Style20 {	
	font-size: 14px;
	font-family: 'ChantelliAntiquaRegular', "Times New Roman", Times, serif;
	color: #A60000;
	font-weight: bold;
}
.Style21 {
	color: #000000;
	font-family: 'ChantelliAntiquaRegular', "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
.Style22 {
	font-size: 12px;
	font-weight: bold;
}
.Style27 {font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.Style105 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 14px;
	color:#333333;
}
.Style112 {
	font-size: x-large;
	font-style: italic;
	font-weight:bold;
	color: #A60000;
}
.Style113 {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
}
a.info{
position:relative;
z-index:24;
color:#A60000;
text-decoration:underline;
font-size:18px;
font-style:italic;
font-weight:bold;
}

a.info:hover{
z-index:25;
}

a.info span{
display: none
}

a.info:hover span{
display:block;
position:absolute;
top:2em; left:0em; width:10em;
border:1px solid #A60000;
background:url(photos_structure/fond_papier.jpg);
color:#000;
text-decoration:none;
text-align: left;
font-weight:bold;
font-size:16px;
padding:5px;
}
a.info:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
}  