
h1 {font-family: "Mistral"; font-size: 22pt; color: dimgray; text-align: center;}
h2{font-family: "Arial Narrow"; font-size: 14pt; color: black; text-align: center;}
h3{font-family: "Arial"; font-size: 11pt; color: red; text-align: center;}
br{font-family: "Arial Narrow"; font-size: 11pt; color: black;}
p{font-family: "Arial"; font-size: 11pt; color: black;}
a { font-family: "Arial","Comic Sans MS"; font-size: 11pt;  color:#993399; text-decoration: none;}
a:active { font-family: "Arial"; font-size: 11pt;  color:blue; text-decoration: none;}
a:visited { font-family: "Arial"; font-size: 11pt; color:midgray ;text-decoration: none;}
a:hover { font-family: "Arial"; font-size: 11pt; ; 
        //color:green; 
        text-decoration: none; 
        width:auto;
        height:auto;
        background-color:dimgray;
        font-family: "Arial";
        color:#ffffff;
        }
td{font-family: "Arial Narrow"; font-size: 11pt; color: black;}


.frame {
position: relative; 
    margin-left:auto;
    margin-right:auto;
    width:1020px;
    height: 1100px; 
    background-color: white;
    border: solid;
    border-width: thin;
    border-color: black;
    background-repeat: no-repeat;
    background-position: center;

}

.logo{
    position: absolute; 
    top:20px; 
    left:35px; 
    width:80px;
    height:91px; 
    background-color: white;
    border: solid;
    border-width: thin;
    border-color: white;
    background-image: url('images/logo_tour.jpg');
    background-repeat: no-repeat;
    background-position: center;

}
.titre {
    position: absolute; 
    top:10px; 
    left:170px; 
    width:700px;
    height:60px; 
    background-color: white;
    border: solid;
    border-width: thin;
    border-color: white;
    background-image: url('images/titre.jpg');
    background-repeat: no-repeat;
    background-position: center;
    }

.principal {
    position: absolute; 
    top:80px; 
    left:170px;
    max-width:700px; 
    width:700px;
    height: 1000px; 
    background-color: white;
    border: no //solid;
    border-width: thin;
    border-color: #993399;
    background-image: url('images/tour.jpg');
    background-repeat: no-repeat;
    background-position: top;
    margin: 10px;
   font-family: "Arial"; 
	font-size: 11pt; 
	color: black;
    }
    
.langues {
    position: absolute; 
    left: 830px; 
    top: 30px; 
    width: 150px;
    background-color: white; 
    border: no;
    border-width: thin;
    border-color: #993399;
    }

    
.actions {
    position: absolute; 
    left: 885px; 
    top: 130px; 
    width: 130px;
      }
  
.pub {
        font-family: "Arial"; 
        font-size: 10pt; 
        color: white; 
        text-align: center;}
        
.vbar{
 position: absolute; 
    top:80px; 
    left:150px; 
    width:16px; 
    height:700px;
    background-color: white;
    background-image: url('images/vert_bar.jpg');
    }
    
.menu{
    position: absolute; 
    top:130px; 
    left:10px; 
   width:130px;
    background-color: lightgrey;
    border: solid;
    border-width: thin;
    font-family: "Arial";
    font-size:13px;
}

.menu a{
        display:block; 
        height:20px;
        background-color: lightgrey;
        color:#993399;
        border-width:0px;   
        font-family: "Arial";
        font-size:13px;
        font-weight: bold;
        text-align:center;
        text-decoration:none;
        margin-top:0px;
        margin-bottom:0px;
    }
.menu a:hover{
        background-color:dimgray;
        font-family: "Arial";
        color:#ffffff;
  	border-color:#000000;
        border-width:0px;
        border-style:solid;  }
    
    
