#entete {
height: 220px;
min-width: 120px;
position: relative;
width: auto;
}

h1 {
	color: #006600;
	font-size: 28px;
	font-weight: 900;
	margin: 0 0 15px;
	padding: 0;
	
	}
	
	
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height:14px;
	margin: 0 0 5px;
	padding: 0;
	
	}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height:20px;
	margin: 0 0 16px;
	padding: 0;
	
	}
	
	
	
.content {
	background-color: white;
	border: 1px solid black;
	margin: 0 210px 20px 170px;
	min-width: 120px;
	padding: 10px;
	position: relative;
	width: auto;
	z-index: 3;
	}
	
.content > p {
		margin: 0;
		}

.content > p + p  {
			text-indent: 30px;
			}
			
	
body {
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-stretch: normal;
	margin: 20px;
	padding: 0;
	
	}
	
a {
		color: #0099CC;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: 600;
		text-decoration: none;
		}
		
a:link {
		color: #0099CC;
		}
		
a:visited {
		color: #0077AA;
		}
		
a:hover {
		background-color: #EEEEEE;
		}
		
#links {
		border: 1px dashed black;
		left: 20px;
		padding: 10px;
		position: absolute;
		top: 245px;
		voice-family: inherit;
		width: 128px;
		z-index:  2;
		}
		
#links h2 {
	margin: 15px 0 5px;
	}
	
div#links a {
		background: #006600 none repeat scroll 0 0;
		border-width: 0;
		color: white;
		display: block;
		font-family: sans-serif;
		font-size: 1em;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		line-height: normal;
		margin: 0 0 1px;
		padding: 5px 10px;
		text-align: left;
		text-decoration: none;
		}
		
div#links a:hover {
		background: transparent url(carre.jpg) no-repeat scroll 0 0;
		color: #441111;
		}
		
div#links a:hover span {
		color: #99CC66;
		display: block;
		font-family: Verdana, sans-serif;
		font-size: 14px;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		left: 0;
		line-height: normal;
		margin: 10px;
		padding: 5px;
		position: absolute;
		text-align: left;
		top: -80px;
		width:500px;
		z-index: 100;
		
		}
		
		
.themeListSub li {
	border-width: 0;
	display: block;
	font-family: sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight:bold;
	line-height:normal;
	margin: 0 0 1px;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	}
	
.themeListMain, .themeListSub {
	list-style-type: none;
	}
	
#navBeta {
	background-color: #EEEEEE;
	border: 1px dashed blue;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 245px;
	voice-family: inherit;
	width: 128px;
	z-index: 1;
	}
	
body > #navBeta {
	width: 168px;
	}
