/* Copyright S.A.R.L. Novacréa. All Rights Reserved. */

/* ********* Basic elements ********** */

html, body {
	text-align: center;
	background-color: #58585a;
}

html, body, h2, h3, h4, div, ul, ol, input {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	font-family: Tahoma, Sans, sans-serif;
}


/* Setting all paddings and margins to null as default */
* {
	margin: 0;
	padding:  0;
}

img {border: 0}
h1 a {
	display: block;
	width: 550px;
	height: 180px;
	text-decoration: none;
}
h1 span {display: none}
h2 {
    display: block;
    font-size: 18px;
    line-height: 57px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    width: 818px;
    background: transparent url("../images/backgrounds2/backgroundPages.png") 0 0 no-repeat;
}
h3 {
	font-size: 18px;
    line-height: 26px;
    color: #97be0d;
    text-align: center;
}
h4 {
    margin-left: 10px;
	font-size: 18px;
    line-height: 60px;
    height: 47px;
    color: #97be0d;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 24px;
}
hr {
    margin: 10px 0;
    line-height: 1px;
}

/* Setting unsorted lists and defined lists styles to none */
ul, dl {list-style: none}
ol {padding-left: 20px;}

/* Setting tables borders to collapse */
table {border-collapse: collapse}
th {text-align: center}
th.border, td.border {border: 1px solid #CCC}

button, input[type=submit]{
    border: 0;
    width: 99px;
    height: 24px;
    cursor: pointer;
    background: transparent url("../images/backgrounds2/backgroundButton.png") 0 0 no-repeat;
}
button:hover, input[type=submit]:hover {background: transparent url("../images/backgrounds2/backgroundButton2.png") 0 0 no-repeat}

a {
    color: #000;
	outline: none;
}

a:visited {color:  #58585a}

acronym {border: 0}

/* Setting all text alignments */
.left {text-align: left}
.center {text-align: center}
.right {text-align: right}
.justify {text-align: justify}
/* Setting all text styles */
.bold {font-weight: bold}
.italic {font-style: italic}

.important {color: #A52A2A}
.green {color: #336600}
.green_bg {
	padding: 2px 5px;
	color: #FFF;
	background-color: #336600;
}
.smaller {font-size: 10px}
.floatleft {float: left}
.floatright {float: right}
.nowrap { white-space: nowrap;}
.lettrine {
	margin: 0 2px 0 15px;
	font-size: 20px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}

.row1 {background-color: #F3F3F3;}
.row2 {background-color: #FCFCFC;}

div.pages {
	margin: 0 auto;
	width: 818px;
	height: 57px;
	line-height: 57px;
	background: transparent url("../images/backgrounds2/backgroundPages.png") 0 0 no-repeat;
	position: relative;
	text-align: center;
}

div.nbresults,
div.pages_droite,
div.pages_gauche{
	position: absolute;
    top: 0;
	height: 57px;
	line-height: 57px;
}
div.nbresults,
div.pages_gauche{left: 20px}
div.pages_droite{right: 20px}

div.pages a {text-decoration: none}
div.pages a:hover {text-decoration: underline}

div.pages img {
	margin-top: -3px;
	border: 0;
}

button.save {font-size: 12px}
button.save:before {content:url(../images/disk.png)" Enregistrer";}

div#errors {
	display: block;
	margin: 10px;
	padding: 10px;
	border: 2px solid #CCC;
	color: #A52A2A;
	background-color: #F8F5EE;
}

a.close {
	border: 1px solid #999;
	position: absolute;
	top: 54px;
	right: 20px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-decoration: none;
	color: #000;
}

img.thumbnail {
	margin: 4px 0 0 0;
	border: 2px solid #999;
	height: 120px;
	width: 160px;
}

div.clear {
	height: 0;
	clear: both;
}

/* ** Paragraph Styles ** */

div.paragraph {width: 660px}

div.paragraph h3,
div.paragraph h4,
div.paragraph li,
div.paragraph img,
div.paragraph p {padding: 0 10px}

div.headerParagraph1,
div.headerParagraph2,
div.headerParagraph3,
div.headerParagraph4,
div.contentParagraph1,
div.contentParagraph2,
div.contentParagraph3,
div.contentParagraph4,
div.footerParagraph1,
div.footerParagraph2,
div.footerParagraph3,
div.footerParagraph4 {
    position: relative;
    padding: 0 10px;
}
div.thumbParagraph {padding: 0 15px}

div.headerParagraph1 {background: #000 url("../images/backgrounds2/backgroundHeaderParagraph1.png") 0 top no-repeat}
div.headerParagraph2 {background: #000 url("../images/backgrounds2/backgroundHeaderParagraph2.png") 0 top no-repeat}
div.headerParagraph3 {background: #000 url("../images/backgrounds2/backgroundHeaderParagraph3.png") 0 top no-repeat}
div.headerParagraph4 {background: #000 url("../images/backgrounds2/backgroundHeaderParagraph4.png") 0 top no-repeat}
div.contentParagraph1 {background: #000 url("../images/backgrounds2/backgroundContentParagraph1.png") 0 top repeat-y}
div.contentParagraph2 {background: #000 url("../images/backgrounds2/backgroundContentParagraph2.png") 0 top repeat-y}
div.contentParagraph3 {background: #000 url("../images/backgrounds2/backgroundContentParagraph3.png") 0 top repeat-y}
div.contentParagraph4 {background: #000 url("../images/backgrounds2/backgroundContentParagraph4.png") 0 top repeat-y}
div.thumbParagraph {
    height: 128px;
    background: #000 url("../images/backgrounds2/backgroundContentParagraph2.png") 0 top repeat-y;
}
div.headerParagraph1, 
div.headerParagraph2,
div.headerParagraph3,
div.headerParagraph4 {margin-top: 10px}
div.footerParagraph1 {background: #000 url("../images/backgrounds2/backgroundFooterParagraph1.png") 0 bottom no-repeat}
div.footerParagraph2 {background: #000 url("../images/backgrounds2/backgroundFooterParagraph2.png") 0 bottom no-repeat}
div.footerParagraph3 {background: #000 url("../images/backgrounds2/backgroundFooterParagraph3.png") 0 bottom no-repeat}
div.footerParagraph4 {background: #000 url("../images/backgrounds2/backgroundFooterParagraph4.png") 0 bottom no-repeat}

span.leftHeaderParagraph,
span.rightHeaderParagraph {
    display: block;
    position: absolute;
    top: 10px;
}
span.leftHeaderParagraph {left: 20px}
span.rightHeaderParagraph {right: 20px}

div.thumbParagraph img {
	margin: 0 4px;
	padding: 8px;
	border: 0;
	width: 133px;
	height: 112px;
	float: left;
	background-color: #CCCCCC;
}

/* ** Dialog Box Styles ** */

table.dialogBox {
	margin: 0 auto;
	width: 430px;
}
table.dialogBox thead {
	height: 55px;
	line-height: 55px;
    text-align: center;
	background: transparent url("../images/backgrounds/headerBackgroundBox.png") 0 0 no-repeat;
}
table.dialogBox tr.tbody {background: transparent url("../images/backgrounds/contentBackgroundBox.png") 0 0 repeat-y}
table.dialogBox tr.tfoot {
	line-height: 65px;
	height: 65px;
	z-index: 1000;
	text-align: center;
	background: transparent url("../images/backgrounds/footerBackgroundBox.png") 0 0 no-repeat;
}
table.dialogBox tr.tfoot  button {line-height: 22px}
table.dialogBox td {padding: 3px 3px 0 3px;}

/* ** Table & Block Styles ** */

div.headerBlock,
div.contentBlock,
div.footerBlock {
    padding: 0 30px;
	width: 800px;
}
div.table table {width: 860px}
div.table thead,
div.headerBlock {
	height: 55px;
	line-height: 55px;
	text-align: center;
    background: #FFF url("../images/backgrounds/headerBackgroundBlock.jpg") 0 top no-repeat;
}

div.contentBlock,
div.table tr.tbody1,
div.table tr.tbody2,
div.table tr.nontraite,
div.table tr.suspendu,
div.table tr.traite {
    padding: 20px 30px;
    text-align: left;
}
div.contentBlock,
div.table tr.suspendu, div.table tr.tbody1 {background: #FFF url("../images/backgrounds/contentBackgroundBlock.jpg") 0 0 repeat-y}
div.table tr.traite, div.table tr.tbody2 {background: #FFF url("../images/backgrounds/contentBackgroundBlock2.jpg") 0 0 repeat-y}
div.table tr.nontraite {background: #FFF url("../images/backgrounds/contentBackgroundBlock3.jpg") 0 0 repeat-y}

div.table tr.tfoot,
div.footerBlock {
	height: 65px;
	line-height: 65px;
	text-align: center;
    background: #FFF url("../images/backgrounds/footerBackgroundBlock.jpg") 0 bottom no-repeat;
}

div.headerBlock h4 {
	height: 55px;
	line-height: 55px;
}
div.contentBlock li {
    list-style: disc inside;
    padding-left: 10px;
}
div.contentBlock table {width: 100%}
div.table td,
div.contentBlock td {padding: 0 3px}
div.footerBlock button {margin-top: 15px}

/*  */
div.imageBox {
    position: relative;
    float: left;
    margin-left: 60px;
	width: 160px;
    height: 160px;
    overflow: hidden;
	background: transparent url(/images/backgrounds/backgroundSlide.png) 0 0 no-repeat;
}

div.imageBox img {
	margin: 28px 0 0 9px;
	border: 1px solid #DDD;
	width: 140px;
	height: 105px;
}

div.imageBox span {
	position: absolute;
    z-index: 15;
	padding: 0 5px;
	bottom : 6px;
    left: 6px;
    right: 6px;
	height: 16px;
	line-height: 16px;
    text-align: center;
}

/* *** biens.tpl Styles *** */
/*
div#displayBien {
	margin: 0 auto;
	width: 816px;
	background: #FFF url("../images/bckgrdPhotos.jpg") 0 0 repeat-y;
	text-align: center;
}

div#displayBien table#theader {
	width: 816px;
	height: 260px;
	background: #FFF url("../images/bckgrdHeaderPhotos.jpg") 0 0 no-repeat;
}

div#displayBien p {
	padding: 0 30px;
	font-size: 12px;
}

div#displayBien fieldset {
	margin: 0 38px 8px 38px;
	border: 1px solid #CCC;
	font-size: 12px;
}
div#displayBien legend {
	margin: 0 8px;
	padding: 0 8px;
	border: 1px solid #CCC;
	white-space : normal; 
}
div#displayBien fieldset p {padding: 0 8px}

div#displayBien img {
	padding: 8px;
	border: 0;
	background-color: #CCCCCC;
}

div#footerPhotos {
	width: 816px;
	height: 40px;
	background: #FFF url("../images/bckgrdFooterPhotos.jpg") 0 0 no-repeat;
}





ul.headerRecap,
ul.headerPrgneuf {
	width: 820px;
	height: 55px;
	padding : 0 20px;
	background-image:url("../images/topPrgneuf.jpg");
	font-weight: bold;
}
ul.bodyRecap,
ul.bodyPrgneuf1,
ul.bodyPrgneuf2 {
	width: 820px;
	padding: 0 20px;
}
ul.bodyRecap,
ul.bodyPrgneuf1 {background-image:url("../images/contentPrgneuf.jpg")}
ul.bodyPrgneuf2 {background-image:url("../images/contentPrgneuf2.jpg")}
ul.footerRecap,
ul.footerPrgneuf {
	width: 860px;
	height: 65px;
	background-image:url("../images/bottomPrgneuf.jpg");
}

ul.headerRecap li,
ul.headerPrgneuf li {
	text-align: center;
	float: left;
}
ul.headerPrgneuf li {
	padding: 5px 10px;
	width:  62px;
	line-height: 45px;
}
ul.headerRecap li {
	line-height: 55px;
	width: 820px;
}
ul.bodyRecap li,
ul.bodyPrgneuf1 li,
ul.bodyPrgneuf2 li {
	padding: 10px 10px;
	float: left;
	text-align: center;
}
ul.bodyRecap li {width: 253px}
ul.bodyPrgneuf1 li,
ul.bodyPrgneuf2 li {width: 62px}
ul.footerRecap li,
ul.footerPrgneuf li {
	line-height: 65px;
	text-align: center;
}
ul.headerPrgneuf li.clear2 {line-height: 22px}

#prgneuf table {
	width: 860px;
}

#prgneuf thead tr {
	width: 860px;
	height: 55px;
	background-image:url("../images/topPrgneuf.jpg");
	font-weight: bold;
}

#prgneuf tbody tr {
	width: 860px;
	background-image:url("../images/contentPrgneuf.jpg");
}

#prgneuf tbody .row2 {
	background-image:url("../images/contentPrgneuf2.jpg");
}

#prgneuf tfoot tr {
	height: 65px;
	background-image:url("../images/bottomPrgneuf.jpg");
}

#prgneuf td {
	padding: 5px;
	text-align: center;
}

#prgneuf tbody td {
	border-top: solid 1px #999;
}

#prgneuf a {
	color: #A52A2A;
	text-decoration: none;
}

#prgneuf a:hover {
	text-decoration: underline;
}
*/