body {
	font: vivaldi; 
	color: #555753; 
	background: #fff url(bando.jpg)  no-repeat top; 
	padding: 20px 20px 20px 20px; 
}

.menu_gauche {
 	position:absolute;
	top=200 px;
	left=0px; 
	border: 2px dashed #ff0000;
	background: #fff; 
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px; 
	width : 200 px;
 	z-index:2; 

}

.menu_droit {
	position:absolute;
	top=200 px;
	right=0px;
	border: 2px dashed #00FF00;
	background: #fff;
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px; 
	width: 200px;
	z-index:1;  
	
}

.contenu_tete {
	position:relative;
	border: 2px dashed #0000ff;
	margin: 220px 230px 20px 230px; 
	padding: 20px 20px 20px 20px; 
	background: #fff ;
	width:auto;
	z-index=3;
	 
}

.contenu {
	position:relative;
	border: 2px dashed #0000ff;
	margin: 20px 230px 20px 230px; 
	padding: 20px 20px 20px 20px; 
	background: #fff ;
	width:auto;
	z-index=3;
	 
}

p { 
	font: vivaldi; 
	text-align: justify;
}

.contenu_tete H1{
	font-variant:small-caps;
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none; 
	color: #0000ff;
}

.contenu H1{
	font-variant:small-caps;
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none; 
	color: #0000ff;
}

.menu_gauche H1{
	font-variant:small-caps;	
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none; 
	color: #FF0000;
}

.menu_droit H1{
	font-variant:small-caps;
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none; 
	color: #00FF00;
}



.menu_gauche a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC3300;
	}
.menu_gauche a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC33FF;
	}
.menu_gauche a:hover, a:active { 
	text-decoration: underline; 
	color: #FF6600;
	}

.menu_droit a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006666;
	}
.menu_droit a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006666;
	}
.menu_droit a:hover, a:active { 
	text-decoration: underline; 
	color: #00CC99;
	}