a:hover {
	color : red;
}

p:first-letter {
	font-size : 40px;
	font-family : 'Helvetica';
	font-style : italic;
}

p {
	text-indent : 50px;
}

h1 {
	text-indent : 30px;
	font-family : 'Helvetica';
	color : blue;
}

h1:before {
	content : url(puce.gif);
}

.pleft {
	width: 49%;
	color: white;
	background-color: black;
	border: 3px dashed #005599;
}

.pright {
	position: relative;
	left: 50%;
	width: 49%;
	color: black;
	background-color: white;
	border: 3px dashed #005599;
}


#menu {
	z-index: 42;
	background-color: green;
	position: fixed;
	left: 19%;
	width: 60%;
	border : 5px solid red;
}

.eltmenu {
	display: inline-block;
	width: 19.5%;
	text-align: center;
	background-color: #FF9900;
}
