/*
Designer: Jeff Hipfner - Outcrop Communicatons Ltd.
Developer(s): Jeff Hipfner & Chris Barrett - Outcrop Communicatons Ltd.
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 101%
}
body {
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
/* --------- LAYOUT ---------- */
#header{
	display:none;
}
#header-print{
	display:block;
}
#wrapper {
	width: 744px;
	margin: 0 auto;
}

#navigation {
	display:none;
}
#contentwrapper {	
	background: transparent url(../i/bg-contenu-print.jpg) top repeat-y !important;
	margin: 28px 0 0 0px !important;
	*:margin: 0 0 0 1px !important;
	margin: 0 0 0 1px;
	height: auto !important;
	height: 200px;
	min-height: 400px /* So that the background flows to bottom in FF */
}
#contentwrapper img e{display:none;}
#contentwrapper #contentImg {
	position: absolute;
	margin: 0 0 0 7px !important;
	*:margin: 0 0 0 7px !important;
	margin: 0 0 0 7px;
	width: auto !important;
	*:width: 729px !important;
	width: 730px;
}
#contentImg, #gaucheImg{display:none;}
#contentwrapper #gaucheImg{
	margin: 0 0 0 1px !important;
	*:margin: 0 0 0 1px !important;
	margin: 0 0 0 0px;
}
#contentleft {
	display:none;
}
#content {
	padding: 0px 30px 10px 0;
	margin: 0 0 0 10px;
	width:500 !important;
	*:width:700px !important;
	width:480;
}
#content ul, #content ol {
	padding: 0 0 0 30px;
	margin-bottom:8px;
}
#content li {
	font-size: 11pt;
	line-height:18px;
	padding:0 0 8px 0;
	/*padding: 0 !important;
	padding: 1px 0px;*/
}
#content a{
	color: #760327;
	font-weight:bold;
}
#annonces {
	float: right;
	width: 170px;
	margin: 0 0 0 10px !Important;
	padding:0px !important;
	*:padding:0px !important;
	padding:0px 50px 0 0;
	
}
#annonces-middle {	
	margin: -3px 0 0 0 !important;
	margin: 0;
	padding: 10px 0;
}

#annonces-middle ul {	
	margin: 0 0 0 -10px;
	width: 130px;
	list-style: none;
}
#annonces-middle li {
	font-size: 10pt;
	font-weight:normal;
	line-height: 14px;
	margin: 0 0 1px 0;
}
#annonces-middle li a {
	color: #746719;
}
#annonces-middle li a:hover {
	color: #760327;
}
#annonces-bottom img {display:none;}
#footer {
	display:none;
	margin: 0 0 20px -1px !important;
	*:margin: 0 0 20px 0px !important;
	margin: 0 0 20px 0;
}
#footer img {
	width: auto !important;
	*:width: 745px !important;
	width: 745px;
}
#footer p {
	float: right;
	font-size: 10px;
	color: #493334;
	padding: 0 30px 0 0;
}

/* -------- TYPOGRAPHY ------------- */

h1, h2 {
	color: #760327;
	font-size: 14pt;
	margin: 0 0 10px 0;
	padding:0 0 20px 0;
}
h1.home {
	float: left;
	width: 100%;
	margin: 0 60px 10px 0 !important;
	margin: 0;

}
h2 {
	font-size: 12pt;
}
h3, h4, h5 {
	font-size: 12px;
	color: #000;
	margin: 0 0 6px 0;
}
h6 {
	font-size: 10pt;
	color: #0055a5;
}
p {
	margin: 0 0 8px 0;
	line-height: 18px;
}


