/* CSS Document */

/* Proprietes de page*/
body{
  margin:0;
  padding:0;
  background: #999999 url(images/fond-1.jpg);
  color: #000000;
  font-size:12px;
  font-family:"Times New Roman", Times, serif;
  text-align:center;
}

a{
	text-decoration : none;
	color: #990000;
	font-weight: bold;
	border: 0;
}

a:hover{
	text-decoration:underline;
	color: #990000;
	font-weight: bold;
	border: 0;
}

a img{
  border:  none ;
}

/*image preload*/
#preload {
	position: relative;
    margin-top: -60000px;
	margin-left:-60000px;
}

/*Cadre*/
#frame {
	width: 1000px;
	height:580px;
	background: transparent url(images/frame.jpg) no-repeat top;
	position: absolute;
	left:50%; 
	top:50%;
    margin-top: -290px; /* moitié de la hauteur de l'image */
    margin-left: -500px; /* moitié de la largeur de l'image */
	text-align:left;
	padding:0;
	border: 0;
}

/*Header*/
#header {
	float:left;
	margin:0;
	padding-top:18px;
	padding-left:12px;
	width:986px;
	height:52px;
	text-align:center;
	line-height:2px;
	word-spacing:-5px;
}

#header ul {
    background: transparent no-repeat;
    text-align: center; 
}

#header ul,#header li {
    list-style: none;
    margin: 0; 
    padding: 0;
	display: inline;
}


/*Conteneurs gauche & droite*/
#conteneur{
	float:left;
	width: 95px;
	height:260px;
	margin-left:5px;
	padding-top:180px;
	text-align:center;
	border: 0;
}

/*Conteneur central*/
#page{
	float:left;
	width: 800px;
	height:440px;
	margin:0;
	padding:0;
	text-align:center;
	border: 0;
}
	
/*Sous Menu*/
#menu {
	float:right;
	margin: 80px 30px 0px 210px;
	padding:0;
	width:560px;
	height:60px;
	background: transparent no-repeat;
	text-align: center;
	line-height:18px;
	word-spacing:5px;
}

#menu p {
	font-size:14px;
	text-align: justify;
	margin:0;
	line-height:20px;
	}

#menu a{
	text-decoration : none;
	font-weight: bold;
	border: 0;
}

#menu a:hover{
	text-decoration:none;
	font-weight: bold;
	border: 0;
}

#menu img {
	margin:0;
	padding:0;
	border:  none ;
	}

#menu h1{
	padding:0;
	margin:0;
	text-align: justify;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

#menu h2{
	padding-left:20px;
	margin:0;
	text-align: justify;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

#menu h3{
	padding:0;
	margin:0;
	text-align: center;
}

#menu h4{
	padding-top:10px;
	margin:0;
	text-align: center;
	font-size:16px;
	font-weight:bold;
}

#menu h5{
	padding-top:10px;
	margin:0;
	text-align: center;
	font-size:14px;
	font-weight:bold;
}

#menu h6{
	margin:0;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	color:#990000;
}

/*Zone Texte*/
#text {
	float:right;
	width:560px;
	background: transparent no-repeat;
	height:270px;
	margin: 10px 30px 0 210px;
	padding:0;
	border:0;
	overflow:auto;
	text-align:justify;
}

#text p{
	padding:5px 5px 0 5px;
	text-align: justify;
	font-size:14px;
}

#text h1{
	padding-left: 5px;
	font-size:18px;
	font-weight:bold;
	color:#990000;
}

#text h2{
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

#text h3{
	padding-left: 5px;
	text-align: justify;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

#text h4{
	text-align: center;
	font-size:14px;
	font-weight:normal;
}

#text h5{
	text-align: right;
	padding-right:10px;
	font-size:12px;
	font-style:italic;
}

#text h6{
	padding:0 5px 0 5px;
	text-align: justify;
	font-size:12px;
	font-style:italic;
}

/*Photos*/
#photo {
  float:left;
  margin:0 15px 5px 5px;
}

#photo2 {
  float:right;
  margin:0 5px 5px 5px;
}

#photo3 {
  float:right;
  margin:0 40px 5px 5px;
}