/* CSS Document */
body{
    padding : 0;
    margin : 0;
}
#logo{
	position : absolute;
	top : 5px;
	left : 5px;
	visibility: visible;
	z-index: 20;
}
#titre{
	position : absolute;
	top : 20px;
	left : 280px;
	height: 120px;
	visibility: visible;
	z-index: 10;
}
#navigation{
	position : absolute;
	top : 193px;
	left : 14px;
	width : 222px;
	z-index: 30;
}                     
#navigation a{
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00f;
       background-color: transparent;
}
#pub{
	position : absolute;
	top : 580px;
	left : 14px;
	width : 222px;
	z-index: 25;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
#content{
   padding-top : 160px;
   padding-bottom : 30px;
   padding-left : 280px;
   padding-right : 10%;
}
#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
	  font-style:italic;
      color : #0000FF;
      background-color : transparent;
}                     
#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
	  font-style:italic;
      color: #666666;
      background-color : transparent;
}
#content h3{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
	  font-style:italic;
      color: #000099;
      background-color : transparent;
}
#content h4{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : bold;
      color : #000000;
      background-color : transparent;
}
#content h5{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
	  font-style:italic;
      color: #000000;
      background-color : transparent;
}
#content h6{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #FF0000;
      background-color : transparent;
}
#content h7{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 120%;
      font-weight : normal;
      color: #666666;
      background-color : transparent;
}
#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
