/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {	background-image: url(/Images/mur.png);}

.Logo {
	z-index: 1;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -118px;
	margin-left: -157px;
	}
	
.LogoBas {
	position:absolute;
	left: 100%;
	top: 0%;
	margin-top: 0px;
	margin-left: -200px;
	z-index: 2;
	}
	
.Compas {
	position:absolute;
	left: 0px;
	top: 100%;
	margin-top: -150px;
	margin-left: -0px;
	z-index: 2;
 	} 
 
.Equerre{
	position:Absolute;
	left: 100%;
	top: 0%;
	margin-top: -0px;
	margin-left: -150px;
	z-index: 3;
 } 

.BandeauHaut {
	z-index: 1;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	width: 780px;
	height: 152px;
	position:absolute;
	left: 50%;
	top: 0%;
	margin-top: 0px;
	margin-left: -390px;
	}

.Copyrignt {
	z-index: 1;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	width: 380px;
	height: 20px;
	position:Absolute;
	left: 50%;
	top: 100%;
	margin-top: -20px;
	margin-left: -190px;
	}
	
.Conteneur {
	z-index: 2;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	width: 780px;
	height: 680px;
	position:absolute;
	left: 50%;
	top: 0%;
	margin-top: 160px;
	margin-left: -390px;
	}

.BandeauBas {
	z-index: 1;
	width: 780px;
	height: 152px;
	position:absolute;
	left: 50%;
	top: 720px;
	margin-top: 0px;
	margin-left: -390px;
	}


