html, body { margin: 0px; padding: 0; }

body {
	background-color: #E9EBF4;
	font: normal 9pt arial, helvetica, sans-serif;
	color: #414243;
	width: 500px;
}

/* styles */
.bold { font-weight: bold; }
.small { font-size: .9em; }
.italic { font-style: italic; }
.red { color: #AC3537 !important; }
.black { color: #000 !important; }
.alignleft { text-align: left !important; }
.alignright { text-align: right !important; }
.aligncenter { text-align: center !important; }

/* éléments */
#wrapper {
	margin: 15px 0 0 0;
	width: auto;
	height: 100%;
}

a { 
	text-decoration: none; 
	color: #F1590C;
}
a:hover {
	text-decoration: underline;
}


p { 
	margin: 0; 
	padding: 0; 
	text-align: justify;
}

p.close {
	display: block;
	width: 100%;
	height: 24px;
}
span.close {
	display: block;
	float: right;
	width: 70px;
	height: 24px;
	background: url("../img/btn_close_over.gif") top left no-repeat;
}
a.closelink {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn_close.gif") top left no-repeat;
}
a.closelink:hover {
	background: none;
}
a.closelink em {
	display: none;
}

.line {
	width: 500px;
	height: 7px;
	background: url("../img/bgd_ligne.gif") top left no-repeat;
}

.main-text {
	margin-top: 37px;
	margin-left: 34px;
	margin-bottom: 40px;
	margin-right: 50px;
	line-height: 1.1em;
}

.main-text-terms {
	margin-top: 37px;
	margin-left: 34px;
	margin-bottom: 40px;
	margin-right: 50px;
	line-height: 1.1em;
}
.main-text-terms p {
	padding: 0 0 5px 0;
}

#disclaimer {
	width: 225px;
	height: 40px;
	background: url("../img/title_disclaimer.gif") top left no-repeat;
}
#disclaimer em {
	display: none;
}


