body {
	background: #3b3e43 url(../img/body.jpg) repeat top center;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 21px;
	font-weight: normal;
	color: #be1e1f;
}
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 21px;
	font-weight: normal;
	color: #be1e1f;
}

a img {
	border: none;
}

a {
	color: #dd3434;
	text-decoration: none;
}

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

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.picture {
	border: 3px solid #e5e5e5;
}

#container {
	width: 780px;
	margin: 0 auto;
	background: transparent url(../img/container.jpg) repeat-y top left;
}


#content {
	padding-top: 230px;
	background: transparent url(../img/content.jpg) no-repeat top left;
}

#left {
	float: left;
	width: 200px;
	padding-left: 20px;
}

#menu {
	margin: 0;
	padding: 15px 0 18px 0;
	list-style: none;
	color: #3b3e43;
}

#menu li {
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	color: #3b3e43;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background: #c13131 none;
}

#right {
	float: right;
	width: 508px;
	padding: 45px 36px 0 0;
}

#content-box {
	position: relative;
	margin-top: 11px;
	background: transparent url(../img/content-box.png) repeat top left;
	font-size: 8pt;
}

#bottom {
	background: transparent url(../img/bottom.jpg) no-repeat top left;
	height: 220px;
	padding: 12px 55px 0 276px;
	font-size: 10px;
}

#bottom h2 {
	font-size: 15px;
	font-weight: bold;
}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom li {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	color: #3f4248;
}

#bottom li span {
	float: right;
	color: #b71919;
}

#footer {
	background: transparent url(../img/footer.jpg) no-repeat top left;
	height: 32px;
	padding-top: 11px;
	font-size: 10px;
	color: #858585;
	text-align: center;
}

#footer a {
	color: #858585;
	text-decoration: none;
}

#footer a b {
	color: #e30000;
	font-size:11px; background:url(../img/picto-tow.png) right 1px no-repeat; padding:0 13px 0 0; color:#e30000;
}


