
body {
	margin: 10px 0px 0px 0px;
	text-align: left;
	color: white;
	background-color:black;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

#content {
	width: 780px;
	margin: auto;
	padding: 10px 20px;
/*	background-color: #52798c;*/
	background-image: url(images/bgcontent.png);
	background-repeat: repeat-y;
}

#title {
	height: 90px;
	width: 800px;
	padding: 0 10px;
	margin: auto;
/*	background-color: yellow;*/
	background-image: url(images/titre.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

h1 {
	font-size: 20px;
	vertical-align: center;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	-webkit-border-top-right-radius: 15px 15px;
	-webkit-border-bottom-right-radius: 15px 15px;
	
}


#questions h1 {
	font-size: 20px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	background-color: #52798c;
	-webkit-border-top-right-radius: 15px 15px;
	-webkit-border-bottom-right-radius: 15px 15px;
	border: 1px solid black;
	
}

#questions #menu a   {
	font-size: 15px;
	color: white;
	text-decoration: underline;	
}

#questions #menu h1   {
	font-size: 15px;
	color: white;
	background: black;
	-webkit-border-top-right-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;

}


h2 {
	font-size: 17px;
	margin-top: 20px;
/*	margin-bottom: 5px;*/
}

#menu {
	text-align: center;
	margin-left: 20px;
}


.toplink {
	font-size: 12px;
}

#contenu .toplink a {
	padding: 5px 5px 5px 20px;
	display: block;
	width: 35px;
	-webkit-border-top-right-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
	background-image: url("images/haut.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: black;
	
}

#questions {
/*	border-bottom: 2px solid black;*/
	padding: 10px;
	width: 760px;
	background-image: url(images/bgquestions.png);
	background-repeat: repeat-y;
}

#questionstop {
	height: 10px;
	background-image: url(images/bgquestionstop.png);
}

#questionsbottom {
	height: 10px;
	background-image: url(images/bgquestionsbottom.png);
}

#questions a {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: white;
}

#questions a:visited {
	color: #dedede;
}

#questions li {
	list-style-type: decimal;
	padding-bottom: 10px;

}

#contenu {
	padding-left: 10px;
	padding-right: 10px;

}

#contenu a {
	color: #dedede;
		
}

#nbp {
	padding: 10px;
	font-style: italic;
	font-size: 80%;
}

.nbplink {
	font-size: 80%;
}

.DL {
	padding: 10px 0;
}

