/* REDEFINITION DES FORMATS STANDARDS */
html,body {
background-color : white;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	margin-top: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight: normal;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	font-weight: normal;
	margin-top: 0px;
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	font-weight: bold;
	margin-bottom: 0px;
	}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}


/* DEFINITION DE CLASSES */


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float : left;
	background-color: white;
	position:relative;
	width:132px;
	height:65px;
	text-align: center;
	}

.barreMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	top: 144px;
	left:50%;
	background-color: #000000;
	position:absolute;
	width:100px;
	height:20px;
	z-index:3;
		}
		
/* CAS PARTICULIERS DES LIENS */
a.lienMenu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.lienMenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

a.lienMenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.lienMenu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

/* DEFINITION D'OBJETS */	
#ombredroit {
	position:absolute;
	width:99%;
	right: 0px;
	top: 164px;
	height: 4px;
	background-image: url(images/ombredroit.bmp);
	}

#ombregauche {
	position:absolute;
	width:250px;
	left: 0px;
	top: 164px;
	height: 4px;
	background-image: url(images/ombregauche.bmp);

	}
#divhome {
	position:absolute;
	left: 25px;
	width: 200px;
	height: 112px;
	background-color: B3CEFD;
	top: 14px;
}
#corps {
	position:absolute;
	width:400px;
	height:auto;
	left: 300px;
	top: 190px;
	margin-bottom: auto;
}

#divbando {
	position:absolute;
	width:100%;
	height:140px;
	top: 0px;
	background-image: url(images/bando.jpg);
	right: 0px;
}
#divBarreBlack {
	top: 140px;
	right:0px;
	background-color: #000000;
	position:absolute;
	width:100%;
	height:24px;
}

#divproj {
		margin-left: -200px;}
#divstat {
		margin-left: -100px;;
}
#divlocation {
	margin-left: 0px;}
#divhowto {
	margin-left: 100px;}
#menuGauche {
	position:absolute;
	width:200px;
	height:682px;
	left: 0px;
	top: 168px;
	background-color: #B3CEFD;
	padding-bottom: 75px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	}		
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	margin-top: 20px;
	text-align: center;
}

#bottom{
	
	position:absolute;
	width:660px;
	height:195px;
	left: 50%;
	margin-left: -330px;
	top: 950px;
}