/* Eléments standards */
body { background: #EFEFEF;	}
a:link { font-weight: normal; text-decoration: underline; color: #4F8CC3;}
a:visited { font-weight: normal; text-decoration: underline; color: #1D3F64;}
a:hover, a:active { text-decoration:none ; color: #346293;}
acronym {font-weight:bold;}

/* Zones spécifiques */
#container {
	position:absolute;
	left: 50%;
	top: 0px;
	width: 760px;
	margin-left: -380px;
	background-color:#FFFFFF;
}
#mainImage {
	position:relative;
	top:0px;
	height:280px;
	width:758px;
	left:1px;
	background-image:url(image-1.jpg);
	background-repeat:no-repeat;
}
#mainMenu {
	position:relative;
	top:0px;
	height:30px;
	width:760px;
	background-image:url(bndemenu.jpg);
	background-repeat:no-repeat;
}
#mainText1, #mainText2 {
	position:relative;
	top:20px;
	width:700px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-align: justify;
	line-height:20px;
	margin-left:30px;
	margin-right:30px;
}
#mainTitle1, #mainTitle2 {
	position:relative;
	top:20px;
	width:700px;
	font-style:oblique;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	margin-left:30px;
	margin-right:30px;
}
#mainSubTitle1, #mainSubTitle2 {
	position:relative;
	top:20px;
	width:700px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CC9900;
	letter-spacing:1px;
	margin-left:30px;
	margin-right:30px;
}
#paragraphWithImage {
	margin-left:30px;
	margin-right:30px;
	position:relative;
	top:20px;
	height:auto;
	width:auto;
}
#image {
	position:relative;
	height:280px;
	width:250px;
}
#texte1 {
	position:absolute;
	top:0px;
	left:280px;
	height:250px;
	width:420px;
}
#texte1 h1 {
	font-style:oblique;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
#texte1 h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CC9900;
	letter-spacing:1px;
}
#texte1 h3 {
	font-weight:normal;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-align: justify;
	line-height:20px;
}


#separator1, #separator2 {
	position:relative;
	top:20px;
	height:30px;
}
#endPage {
	position:relative;
	top:20px;
	height:100px;
	width:760px;
	background-image:url(bas2.jpg);
	background-repeat:no-repeat;
}
#footer {
	position:relative;
	background-color:#EFEFEF;
	top:20px;
	height:30px;
	width:760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
#pageHeader {display: none;}
#pageHeader h1 {}
#pageHeader h1 span {display:none;}
#pageHeader h2 {}
#pageHeader h2 span {display:none;}
