* {
	font-family: Verdana;
	font-size: 11px;
}
body {
	background-color: #E5E5E5;
}

#outerPopup {
	position: absolute;
	width: 598px;
	left: 50%;
	top: 10px;
	margin-left: -299px;
	padding:0px;
}
#mainContentPopup {
	position: absolute;
	width: 552px;
	top: 10px;
	padding: 0px;
	overflow: auto;
}
#lightwindow_title_bar {
	background: url(../images/popup/fond-titre-popup.jpg);
	padding-right:8px;
	padding-left:8px;
}
span#lightwindow_title_bar_title,
a#lightwindow_title_bar_close_link {
	color:#FFFFFF;
	font-weight:bold;
}
#contenuPopup {
	position: absolute;
	background-color: #FFFFFF;
	width: 571px;
	left: 13px;
	top: 0px;
}

a.bouton:link, a.bouton:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.bouton:active, a.bouton:hover {
	text-decoration: underline;
}
fieldset {
	width: 96%;
	text-align: right;
	border: 1px solid #D9D9D9;
}
legend {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D9D9D9;
}
input {
	width: 200px;
	border: 1px solid #D9D9D9;
}
textarea {
	width: 400px;
	border: 1px solid #D9D9D9;
}
button {
	width: 96%;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D9D9D9;
}
#reference_visuel {
	position: absolute;
	width: 120px;
	height: 240px;
	top: 10px;
}
#reference_texte {
	position: absolute;
	width: 360px;
	height: 240px;
	top: 10px;
	left: 180px;
}
p {
	text-align: justify;
	line-height: 16px;
}
li {
	padding-top: 4px;
	line-height:16px;
}
h3 {
	margin-top:32px;
}
h3.h3top {
	margin-top:4px;
}
div#mainContentPopup li {
	list-style-type:square;
	list-style-position:inside;
	list-style-image:url(../images/popup/li-fleche.jpg);
}
