
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*conteneur :*/

#conteneur {
	margin-top:0;
	width: 980px;
	height: 725px;
	position: absolute;
	margin-left: -490px;
	left: 50%;
	/*background-color:#FF0000;*/
	background-color:#0185D0;
}


/* menu :*/

#menu {
	margin-top:0;
	/*margin-left:0;*/
	width: 258px;
	height: 725px;
	position:absolute;
	left:0;
	/*float:left;*/
	background-color:#0185D0;
}


/* background :*/

#background {
	margin-left:0;
margin-top:0;
	width: 766px;
	height: 800px;
	position:absolute;
	left:258px;
	/*float:right;*/
background-image:url(../portrait/images/background.jpg);
	background-repeat:no-repeat;
	z-index:1;

}

/* contenus :*/

#contenu {
	width:630px;
	height:576px;
	position:relative;
	background-color:#FFFFFF;
	left:41px;
	float:left;
	top:0px;
}

#zonetexte {
left:40px;
top:71px;
overflow:auto;
width:630px;
height:476px;
}

#titre_contenu {
	width:630px;
	height:90px;
	clear:both;
	top:0px;
	left:0px;
}


/* Style texte contenu*/

.textecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	text-align: left;
	padding-right:10px;
	line-height:16px;
}

.soustitrecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight: bold;
	text-align: left;
	padding-right:10px;
	line-height:16px;
}

/* Style image contenu*/

.image {

	vertical-align: top;
	padding-left:30px;
	padding-top:22px;
	}

/* footer*/

#footer {
   width:980px;
   height:20px;
   position:absolute;
   left:0;
   top:725px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#999999;
   text-align:right;
   padding-top:5px;  
}

.footer{
	color:#FFFFFF;
	text-decoration:none;  
}

.footer:hover{
	text-decoration: underline;  
}

/*background index*/

#backgroundindex {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background-color:#FFFFFF;
	z-index:1;

}

#frise {
	width:722px;
	height:105px;
	position:relative;
	left:0px;
	float:left;
	top:0px;
}

#backgroundcarte {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background:url(../carte/images/carte.gif) no-repeat;
	background-color:#FFFFFF;
	z-index:1;

}

#backgroundedito {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background-color:#FFFFFF;
	background: url(../edito/images/Edito_19_bleu.jpg) no-repeat;
	z-index:1;
}

#backgroundintro {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background-color:#FFFFFF;
	background: url(../introduction/images/Intro_90_bleu.jpg) no-repeat;
	z-index:1;
}

#backgroundmemoire {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background-color:#FFFFFF;
	background: url(../memoire/images/Memoire_9_bleu.jpg) no-repeat;
	z-index:1;
}

#backgroundhistoire {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background-color:#FFFFFF;
	background: url(../histoire/images/Histoire_83_bleu.jpg) no-repeat;
	z-index:1;
}

#backgroundportrait {
	margin-left:0;
	margin-top:0;
	width: 722px;
	height: 725px;
	position:absolute;
	left:258px;
	background-color:#FFFFFF;
	background: url(../portrait/images/Portrait_FOND_bleu.jpg) no-repeat;
	z-index:1;
}