div.titre {
height : 40px;
}
h1 {
float : left;
font-size:18px; 
font-weight: bold; 
color: #A521AD;
background : #ffffff;
padding : 4px 8px;
}
div.menu{
padding : 0;
width: 100%;
height : 400px;
background-image : url(/images/i_chapeauS01.gif); 
background-position : 0px 0px;
background-repeat : no-repeat;
}
	div.menu_gauche {
	position : relative;
	float : left ;
	width : 300px;
	margin-top : 200px;
	}
		div.menu_gauche p {
		position : absolute;
		top : 10px;
		left : 0px;
		width : 180px;
		border : 1px solid #ffffff;
		background : #EEC0F6;
		}
		div.menu_gauche p#n2{
		top : 40px;
		background : #FEC470;
	}
		div.menu_gauche a{
			display : block;
			padding : 4px;
			padding-left : 16px;
			text-align : left;
			font-size : 11px;
			color : #000000;
			background-image : url(/images/i_puceBL.gif); 
			background-repeat : no-repeat;
			background-position : 4px center; 
		}
		div.menu_gauche a:hover {
		color : #ffffff;
		}
	div.menu_corps {
	float : left;
	width : 700px;
	}	
		div.menu_corps a {
		display : block;
		float : left;
		position : relative;
		width : 346px;
		height : 40px;
		font-size : 13px;
		font-weight : bold;
		border : 1px solid #ffffff;
		padding : 0px;
		margin : 1px;
		}
		div.menu_corps a span.txt2 {
		display : block;
		font-size : 11px;
		font-weight : normal;
		}
		div.menu_corps a:hover {
		border-style : dashed;
		}
		div.menu_corps a span.visuel{
		display : block;
		position : absolute;
		left : 0px;
		top : center;
		}

