/* CSS reset
-------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {white-space: normal;font-size: 1em;font: inherit;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
ol, ul {list-style: none;}
em {font-style: italic;}
strong {font-weight: bold;}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	padding-bottom: 10px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f37421;
	line-height: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 14px;
	padding-bottom: 10px;
	font-style: italic;
}
.uneliste {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	margin-bottom: 20px;
}
.uneliste ul {

}
.uneliste li {
	list-style: none;
	padding-bottom: 2px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 12px;
}
.bouton_envoyer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F37421;
	text-decoration: none;
	background-color: #FFF;
	line-height: 12px;
	width: 105px;
	padding-top: 3px;
	border: 1px solid #78A22E;
}
#corps {
	width: 580px;
	margin-bottom: 10px;
	padding: 10px;
}
#corps #titre {
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78A22F;
	margin-bottom: 20px;
	height: 100px;
}
#corps #titre h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 14px;
}
#corps #titre img {
	float: left;
	padding-right: 5px;
}
#corps #contenupopup{

}

