BODY {
	margin: 0; padding: 0;
	background: #d4d4d4 url(../img/back.gif) repeat-y 50% 0;
}

A {
	color: #296e7f
}

.header {
	width: 960px; height: 181px;
	margin: 17px auto; position: relative;
	background: url(../img/header.jpg) no-repeat 0 0;
}
.header .logo {
	position: absolute; top: 18px; right: 9px;
}
.header .logo IMG {
	border: 0;
	filter: expression(fixPNG(this));
	width: 335px; height: 55px;
}
.header .address {
	position: absolute; top: 100px; right: 4px;
	width: 355px;
}
.header .address B {
	color: #b81570;
	float: left; clear: left;
	display: block; text-align: right;
	width: 125px;
	font: bold 12px/18px Times,serif;
	text-transform: uppercase;
}
.header .address ADDRESS {
	float: right; clear: right;
	display: block; width: 215px;
	font: 12px/18px Times,serif;
	text-transform: uppercase;
}

.content {
	width: 960px; margin: 34px auto;
	background: url(../img/border-right.gif) repeat-y 100% 0;
}

#error .content {
	background: none;
}
#error .header {
	background: url(../img/b-header.jpg) no-repeat 0 0;
}
#error H1 {
	margin-left: -3.1em;
}

.rblock {
	background: #f6f6f6 url(../img/rc-t.gif) no-repeat 100% 0;
}
.rblock .i {
	background: url(../img/rc-b.gif) no-repeat 100% 100%;
	padding: 7px 10px;
}
.rblock UL {
	margin: 0; padding: 0;
	font: 13px/18px Arial,sans-serif;
}
.rblock UL LI {
	list-style: none; margin: 0; clear: both;
}
.rblock UL LI A {
	padding: 7px 10px; display: inline-block;
}
.rblock UL LI A.active {
	background: #b71570; color: white;
}

.rblock UL UL {
	padding: 0 0 0 20px;
}

.searchform {
}
.searchform H2 {	
	font: bold 13px Arial,sans-serif;
	color: #2a6e71;
}
.searchform .textfield {
	width: 140px;
	float: left; margin-top: 4px;
}
.searchform .submit {
	width: 79px; height: 30px;
	background: url(../img/recherche.png) no-repeat;
	border: 0; float: right;
}


.content .left {
	width: 232px;
	float: left;
}
.content .middle {
	width: 495px;
	float: left;
}
.content .middle .i {
	padding: 0 17px;
}
.content .right {
	width: 230px;
	float: right;
}
.content .right .i {
	padding: 0 10px;
}
.content .right H1 {
	color: #296e7f;
}

.content .right UL {
	margin: 0 0 0 -7px; padding: 0;
	font: 11px/15px Arial,sans-serif;
}
.content .right UL LI {
	list-style: none; margin: 0; clear: both;
}
.content .right UL LI A {
	padding: 3px 10px; display: inline-block;
}
.content .right UL LI A.active {
	background: #b71570; color: white;
	margin-left: 5px; padding-left: 5px;
}

.content .right UL UL {
	margin: 0; 
	padding: 0 0 0 20px;
}

.clear {
	clear:both;
}

H1 {
	color: #b71570;
	font: 30px Times,serif;
	margin: 0 0 10px 0;
}
H2 {
	color: #296e7f; margin: 1em 0 0.3em 0;
	font: 20px Times,serif;
}

.content .middle {
	font: 13px/18px Arial,sans-serif;
}

P STRONG {
	color: #296e7f; display: block;
	font: 20px Times,serif;
}

.footer {
	width: 960px; height: 198px;
	background: url(../img/footer.jpg) no-repeat 0 0;
	margin: 17px auto 0 auto; position: relative;
}
.footer .address {
	position: absolute; top: 110px; left: 80px;
	width: 380px;
}
.footer .address B {
	color: #b81570;
	float: left; clear: left;
	display: block; text-align: right;
	width: 150px;
	font: bold 12px/18px Times,serif;
	text-transform: uppercase;
}
.footer .address ADDRESS {
	float: right; clear: right;
	display: block; width: 215px;
	font: 12px/18px Times,serif;
	text-transform: uppercase;
}
.footer .address ADDRESS BIG {
	font-size: 16px; font-weight: bold;
}