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

/**** 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;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** END OF RESET ****/

h1 {
	font:italic 40px Georgia, "Times New Roman", Times, serif;
	color:#805555;
	border-bottom:1px dotted #000;
	margin:0 0 15px 0;
	}

p{
	font:13px Arial, Helvetica, sans-serif;
	text-align:justify;
	margin:0 0 7px 0;
	color:#333;
	}

a {
	color:#805555;
	}

#header {
	background:#000;
	color:#fff;
	}
#headercontainer {
	width:960px;
	height:65px;
	margin:0 auto 0 auto;
	}

#logo {
	float:left;
	padding:0 5px 0 0;
	}

#denomination {
	float:left;
	}

#menu {
	float:right;
	}

#menu div {
	font:italic 20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	float:left;
	}

#menu div a {
	display:block;
	background:#000;
	padding:21px 0 20px 30px;
	color:#fff;
	text-decoration:none;
	}

#contentbox {
	width:960px;
	margin:75px auto 0 auto;
	}
#leftbox {
	float:left;
	width:465px;
	}
#rightbox {
	float:right;
	width:465px;
	}

#bottom {
	margin:30px 0 30px 0;
	padding:15px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	border-top:1px dotted #000;
	}

.twitterRow {
	margin:0 0 15px 0;
	font:13px Arial, Helvetica, sans-serif;
	}
/* LES CLASSES */
.clearer {
	clear:both;
	}