@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #9C9;
	color: #333;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #336;
	text-decoration:overline;
	text-decoration:underline;
}
h2 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	margin-left:13px;
	color: #336;
	text-decoration:underline;
}

h3{
	font-size:12px;
	padding-left:10px;
	margin-left:13px;
	color: #336;
	text-decoration:underline;
}

#apDiv1 {
	position:absolute;
	width:900px;
	height:1500px;
	z-index:1;
	left: 11px;
	top: 133px;
}

#italique {
	font-style:italic;
	font-weight:bold;
	padding-left: 16px;
}
	
#choix li {
	font-style:normal;
	color: #333;
	font-weight:bold;
	text-align:left;
}

#souschoix li{
	font-style:normal;
	color: #333;
	font-weight: normal;
	text-align:left;
}

.deco {
	text-align:justify;
	padding-left: 32px;
	padding-right:16px;
	text-indent:2em;
}

.content{
	
}
#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	list-style:none;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

#menu a{
	text-decoration:none;
	color:green;
	line-height:25px;
	width: 1500px;
	height:120px;
	border: 1px solid #000;
	background: #FC0;
	text-align:left;
	border-color:#cecece #4a4a4a  #4a4a4a #cecece;
	border-width:2px 1px 1px 2px;
	border-style:solid;
	
}

#menu li{
	display:inline;
}

#menu a:hover, #menu a:focus{
	color:#F60;
	border-color: #4a4a4a #cecece #cecece #4a4a4a;
	border-width:1px 2px 2px 1px;
}
	
