@charset "utf-8";

/* CSS Document */


<!-- Définition des zones de la page

-->

body {
margin:0px;
padding:0px;
}

#zoneGlobale {
	align: center; 
	valign: top; 
	border: 1px; 
	padding: 0; 
	width: 760px; 
	height: 800px;
}

#zoneBandeau {
	border: 1px; 
	cellpadding: 0px; 
	cellspacing: 0px; 
	width: 760px; 
	height: 200px;  
	align:center;
	vertical-align:middle;
	background: #FFFFFF; 
	background-image: url(../Images/Zermatt_randonneurs_VM.jpg); 
	background-repeat: no-repeat; 
}

#zoneMenu {
	align: center; 
	valign: top; 
	border: 1px; 
	cellpadding: 0px; 
	cellspacing: 0px; 
	width: 200px; 
	height: 500px;  
	background: #FF55FF;  
	float: left; 
}

#zoneContenu {
	border: 1px; 
	cellpadding: 0px; 
	cellspacing: 0px; 
	margin-left: 210px; 
	width: 550px; 
	height: 500px;  
	background: #00cccc;
}
#zonePiedPage {
	align: center; 
	valign: top; 
	border: 1px; 
	cellpadding: 0px; 
	cellspacing: 0px; 
	width: 760px; 
	height: 100px;  
	background: #FFFFFF; 
}




<!-- Paramètres du texte

-->

h1 { 
	align: center;	
	valign: center;
}	

.texteBandeau { 
	font-size: 44px;
	color:#009900; 
	text-align: center; 
}

.texteMenu {
	font-size: 12px;
	line-height: 36px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	valign: center;
	font-variant: small-caps;
}

.texteMenu ul {
	margin-top:30px;
	margin-left:-10px;
}

.texteMenu ul li {
	list-style-type:none;
	text-align:left;
	margin-bottom:6px;
}


.texteContenu {
	color:#009900; 
	text-align: center; 
}

.texteContenu p {
	margin:0;
	padding:0;
	line-height:50px;
}

.texteContenu div p {
	margin:0;
	padding:0;
}

.textePiedPage {
	color:#009900; 
	text-align: center; 
}









