/* 
 * base 2 column layout
 */
body {
	background-color : #231f20;
	padding: 0;
	min-width : 982px;
	margin : 3em auto;
}
div {
	margin : 0; padding : 0;
}
#iAmCentered {
	width : 982px;
	margin : 0 auto;
	background : url(pics/menubande.gif) repeat-y white 793px;
}
#leftColumn {
	width : 790px;
	margin : 0 189px 0 0;
	padding : 0;
	background : url(pics/menubande.gif) repeat-y white 793px;
}
#rightColumn {
	width : 189px;
	float : right;
	margin :0; padding :0;
	background : url(pics/titlebar.gif) repeat-x 0px 131px;
}
#bottomLine {
	clear : both;
	width : inherit;
	height : 3px;
	background : url(pics/menubande.gif) repeat-y white 793px;
}

/*
 * leftColunm parts
 */
#titleBar {
	position : absolute;
	top : 179px;
	width : 793px;
	height : 31px;
	z-index:100;
	background : url(pics/titlebar.gif) no-repeat 24px;
}
#entete{
	position : relative;
	z-index : 110;
	height : 286px;
}
#SiteLogo {
	position : relative;
	top : 42px;
	left : 15px;
	border : none;
}
.siteHeader {
	width : inherit;
	margin :0; padding :0;
}
.hBlock {
	width:750px;
	margin : 0 12px 7px 28px;
	clear : left;
}
.pageHeader, .chapterHeader {
	height : 29px;
	margin : 0 12px 13px 28px;
	border-bottom : 6px solid #919683;
	text-align : right;
}
.pageHeader {
	border-top : 2px solid #919683;
}
.chapterHeader {
	border-top : 1px solid #919683;
}
.pageHeader h1, .chapterHeader H1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #E7798A;
	margin : 0; padding : 0 5px;
	font-weight : 500;
}

/*
 * rightColunm parts
 */
#rightColumn .hBlock {
	margin :0; padding :0;
}
#links {
	position : absolute;
	background : url(pics/blackblock.gif) repeat-y white;
	margin : 0 0 0 5px;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	line-height : 19px;
	width : 161px;
	z-index : 30;
}
#linksListLabel {
	color : white;
	padding : 0 5px;
	font-size : 15px;
	width : 151px;
	height : 23px;
	z-index : 0;
}
#linkList {
	position : relative;
	margin : 0;
	padding : 0;
}
#linkList li {
	padding : 3px 0 1px 0;
	opacity : 0.6;
	font-size : 15px;
	line-height : 19px;
}
#linkList li:hover {
	background : #E0E0E0;
}
#linkList a {
	padding : 0 0 0 46px;
	text-decoration : none;
	color : #b45745;
}
#linksMouseMoveCatcher {
	position : absolute;
	width : 189px;
	height : 300px;
}
#pageList, #linkList {
	list-style-type : none;
}
#pageList {
	position : relative;
	padding : 0;
	margin : 168px 0 0 0;
	text-align : right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 1.22em;
	z-index : 20;
}
#pageList li {
	width : 151px;
	margin: 0 38px 0 0;
}
#pageList a:hover {
	color : #B95032;
}
#pageList a {
	display : block;
	padding : 12px 0;
	text-decoration : none;
	color : white;
	padding-right : 30px;
}
#pageList li div {
	padding : 12px 0;
	text-decoration : none;
	color : white;
	padding-right : 30px;
	background : url(pics/herespot.png) no-repeat 101px;
}
h1 sup{
	font-size : 9px;
}
/*
 * content styles
 */
.miniAmp {
	font-size : 9px;
	font-style : italic;
}
#tagCloud a, #rightColumn .hBlock a {
	font-weight :300;
	display : block;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	line-height : 33px;
}
.hBlock a:hover, .hBlock a:hover span{
	color : #B95032;
}
a.red:hover{
	color:#888888;
}
.textBlock h2{
	font-size : 9px;
	line-height : 10px;
	margin : 0;
	padding : 4px 0 9px 0;
	color : #E7798A;
}
.textBlock h2 span{
	font-size : 1.3em;
}
.textBlock p{
	font-size : 12px;
	line-height : 14px;
	margin : 0;
	padding : 6px 0 0 0;
	color : black;
}
.textBlock p.purple{
	font-size : 8px;
	padding : 15px 0 0 0;
	color : #E7798A;
}
.textBlock p.apart{
	font-size : 10px;
	padding : 9px 0 0 0;
}
.textBlock p.apart a{
	color : white;
	text-decoration : none;
}
.textBlock p a{
	color : black;
	text-decoration : none;
}
.textBlock p.white a{
	color : #DDD;
	text-decoration : none;
}
.textBlock p a:hover{
	color : #B95032;
}
.grey {
	color : #888888;
}
.greyBgd {
	background-color : #888888;
}
.olive {
	color : #919683 !important;
}
.oliveBgd {
	background-color : #919683;
}
.lightgrey {
	color : #E2E3E4;
}
.red {
	color : #B95032;
}
.oliveBlock{
	background-color: #919683;
}
.oliveBlock h2{
	font-size : 10px;
	line-height : 12px;
	margin : 0;
	padding : 5px 0;
	color : white;
}
.oliveBlock p{
	font-size : 12px;
	line-height : 13px;
	margin : 0;
	padding : 5px 0 0 0;
	color : black;
}
.oliveBlock p.apart{
	font-size : 10px;
	padding : 9px 0 0 0;
}
.oliveBlock p.apart a{
	color : white;
	text-decoration : none;
}
.oliveBlock p.apart a:hover{
	color : #B95032;
}
.oliveBlock, .whiteBlock, .headerBlock, .whiteBlock div{
	float:left;
}
/*  */
.leftBorder{
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}
/*  */
.headerBlock {
	height : 17px;
	width : inherit;
	border-top : 1px solid #919683;
	border-bottom : 6px solid #919683;
	text-align : right;
}
.headerBlock h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #E7798A;
	margin : 0; padding : 0 3px;
	font-weight : 500;
}
#contactBlock a {
	color:#DDD;
}
#contactBlock a:hover {
	color:#B95032;
}
