
body {
   background-color: white;
   font-family: arial, Helvetica, sans-serif;
   font-size: 14px;
   color: black;
}


#principal{
	width: 850px;
	height: 690px;
	
	border: solid 3px #183152;
 	position:absolute;   
	left: 50%;    top: 50%;   
	margin-top: -350px; /* moitié de la hauteur */   
	margin-left: -450px; /* moitié de la largeur */

}


#enTete{
	width: 840px;
	height: 90px;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #FFF;
	
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 32 px;
   	color: #183152;
	background-image: url(photos/parcours_memorial.jpg);
	background-repeat: no-repeat;
	
}


#menu{
	width: 840px;
	height: 20px;
	position: absolute;
	top: 95px;
	left: 2px;
	font-size: 10px;
	background-color: #183152;
	padding:10px 0px 0px 0px;
	margin: 0;
	text-align: left;	
	
}


li{	list-style: none;
	display: inline;
}


#contenu{
	width: 600px;
	height: 350px;
	position: absolute;
	background-color: #FFF;
	top: 138px;
	left: 200px;
	margin: 7;
	

}

#partenaire{
	width: 750px;
	height: 450px;
	position: absolute;
	background-color: #FFF;
	top: 138px;
	left: 10px;
	margin: 7;
	

}






#photo{
	width: 180px;
	height: 350px;
	position: absolute;
	background-color: #183152;
	top: 138px;
	left: 0px;
	margin: 7;
	

}








#logos{
	width: 840px;
	height: 130px;
	position: absolute;
	background-color: #FFF;
	top: 500px;
	left: 0px;
	margin: 0;
	border-top: 1px solid #183152;
	
	

}



.titre {font size : 18px;
	font-weight: bold;}





a:link {font-size : 13px;
	color : white;
	text-decoration:none;
}

a:hover{font-size : 13px;
	color : #33FF00;
	text-decoration:none;
}

a:visited {font-size : 13px;
	color : #33FF00;
	text-decoration:none;
}

a:active {font-size :13px;
	color : #33FF00;
	text-decoration:none;
}



a:link.ex1 {color:black;
	font-size:14px;
}


a:visited.ex1 {color:black;
	font-size:14x;}
a:active.ex1 {color:black;
	font-size:14px;}













