
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #513314 url(/images/design/homepage01.gif) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #5F482F;
}

h1, h2 {
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: normal;
}

h1 {
}

h2 {
	font-size: 24px;
}

h3 {
	margin-bottom: 8px;
	font-size: 11px;
	color: #39686B;
	line-height : 15px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4336;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 150%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	padding: 13px 0px;
	background: url(/images/design/homepage12.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 .date {
	float: left;
	width: 40px;
	height: 44px;
	padding: 3px 0px 0px 0px;
	background: url(/images/design/homepage11.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.list1 .date span {
	display: block;
	padding: 4px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
}

.list1 h3 {
	margin: 0px 0px 0px 0px;
	color: #4F4336;
}

.list1 p {
	margin: 5px 0px 0px 0px;
	line-height: normal;
}

.list1 .more {
	display: block;
	padding-top: 5px;
	background-position: 0px 10px;
}

.monannonce{
	font-size : 15px;
	font-weight : bold;
	color : #7CA669;
}
.monannonce a{
	color : #A90714;
}

/** LINKS */

a {
	color: #39686B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.more {
	padding-left: 11px;
	background: url(/images/design/homepage08.gif) no-repeat 0px 5px;
	font-size: 10px;
}
/* infobulle */
a.info{
    position:relative; 
    z-index:24;
    color:#E5EFE0;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'�tat a:hover */
 display:block; 
 position:absolute;
    
    
    top:2em; left:2em; width:120px;
    border:1px solid #B23328;
    background-color:#C0422B; color:#fff;
    text-align: justify;
    font-weight:none;
    padding:3px;
    
    }

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form li {
	margin-bottom: 15px;
}

form label {
	float: left;
	width: 100px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	color: #1C1C1C;
}

form .input-submit {
	width: 75px;
	height: 18px;
	line-height : 18px;
	padding: -2px 0 0 0;
	text-align : center;
	background: url(/images/design/homepage09_vert.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	text-decoration : none;
}
.error{
	width : 87%;
	padding : 10px;
	margin : 0 auto 10px auto;
	background-color:#FFEBE8;
	border: solid 1px #CC0000;
}
.error ul{
	margin : 0px;
	padding : 0px;
}
.error ul li{
	list-style-type : none;
}
.succes{
	width : 97%;
	padding : 10px;
	margin : 0 auto 10px auto;
	background-color:#E9FFDF;
	border: solid 1px #7E9F6D;
}
.succes ul{
	margin : 0px;
	padding : 0px;
}
.succes ul li{
	list-style-type : none;
}
/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

clear{
	clear : both;
}

/** HEADER */

#header {
	height: 79px;
	margin: 0px auto;
}

/** WRAPPER */

#wrapper {
	background: #efe0d1 url(/images/design/homepage02.gif);
	background-repeat : repeat-x;
}

/** HEADER */

#header {
	width: 990px;
	height: 117px;
}

/** LOGO */

#logo {
	width: 366px;
	height: 69px;
	background: url(/images/design/homepage04.png) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** MENU */

#menu ul {
	margin: 0px;
	padding: 44px  0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	height: 25px;
	padding: 10px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size : 14px;
	color: #FFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #DFCBB5;
	color: #513314;
}

#menu .active a:hover {
	text-decoration: none;
}

/** HEADER2 */

#header2 {
	width: 990px;
	height: 240px;
	margin: 0px auto;
}

/** BANNER */

#banner {
	float: left;
}

/** SEARCH */

#search {
	float: right;
	width: 290px;
	margin-top: 4px;
}

#search .title {
	margin-bottom: 15px;
	font-size: 18px;
}

#search .content {
	height: 138px;
}

#search .input-submit {
	float: right;
}

#search ul {
	margin: 0px;
}

#search a {
	float: right;
	padding-right: 20px;
}

/** PAGE */

#page {
	width: 990px;
	margin: 0px auto;
	padding-bottom: 10px;
}

/** CONTENT */

#content {
	float: right;
	width: 660px;
}

#content2 {
	width: 990px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 297px;
}

/** FOOTER */

#footer {
	background: #513314 url(/images/design/homepage03.gif) repeat-x;
}

#footer .intfooter p {
	margin: 0px 0 3px 0;
	font-weight : bold;
	font-size: 10px;
	color: #FFC490;
}
#footer .intfooter p a{
	font-weight : bold;
	font-size: 10px;
	color: #FFD5AF;
}

#footer .intfooter p.liens a {
	font-weight : 100;
	font-size: 9px;
	color: #FFC490;
}

#footer .intfooter{
	width : 990px;
	margin : 0 auto;
	padding : 8px  0 8px 0;
}

/** BOX STYLE A */

.boxA {
	padding: 5px;
	background: #FFFFFF;
	border: 3px solid #CBBDB0;
}

.boxA .title {
	padding: 15px 20px 0px 20px;
}

.boxA h2.title2 {
	padding: 15px 0px 0px 0px;
	width : 379px;
}

h2 .reference{
	font-size : 10px;
	color : #5F5F5F;
}

.boxA .content .title {
	padding: 15px 0px 0px 0px;
}

.boxA .content {
	padding: 0px 20px 15px 20px;
	background: url(/images/design/homepage07.jpg) repeat-x left bottom;
}

/** BOX STYLE B */

.boxB {
	padding: 15px 15px 3px 15px;
	background: #af9983 url(/images/design/homepage13.gif) repeat-x left top;
	border: 1px solid #BFA78F;
}

.boxB h2{
	color : #EFD9C2;
}

/** ITEM BOX */

.item {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #E4E2E2;
}

.item .bg {
	padding: 6px;
	background: #F8F8F8 url(/images/design/homepage18.gif) repeat-x left bottom;
}

.item .image {
	float: left;
}

.item .imagehome{
	padding : 2px;
	background : #fff;
	border : solid 1px #DFDFDF;
}

.item .info {
	margin: 0px 0px 0px 130px;
	padding: 0px;
	list-style: none;
}

.item .info li {
	height: 23px;
}

.item li b {
	float: left;
}

.item li span {
	float: right;
}

.item .more {
	height: 18px;
	padding: 2px 0px 0px 14px;
	background: url(/images/design/homepage09_rouge.gif) no-repeat left center;
}

.item .more a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/** BOX1 */

#box1 {
	padding-bottom: 0px;
}

#box1 .item {
	float: left;
	width: 294px;
	height: 121px;
}

#box1 .bg {
	height: 110px;
}

#box1 .alt {
	margin: 0px 0px 19px 19px;
}

#box1 .title {
	position: relative;
}

/** BOX2 */

#box2 {
}

#box2 h2{
	font-size : 20px;
}

#box2 .item {
	height: 121px;
	margin-top: 20px;
}

#box2 .item .bg {
	height: 110px;
}

#box2 .item h3 {
	margin-left:130px;
	color : #BF422B;
	font-size : 13px;
	margin-bottom : 5px;
}

#box2 .item h3 a{
	color : #BF422B;
}

#box2 .info li {
	float: left;
	width: 200px;
	padding-right: 30px;
}

#box2 .info .desc {
	width : 750px;
	height : 35px;
	overflow : hidden;
}

#box2 .info .rens {
	font-size : 11px;
}


#box2 .info .more {
	padding-left: 8px;
	padding-top : 4px;
	background: url(/images/design/homepage09_vertp.gif) no-repeat left center;
	
}

#rechercheList{
	margin: 5px 20px 10px 20px;
}
#rechercheList ul li{
	display : block;
	width : 224px;
	float : left;
	color : #FFFFFF;
}
#rechercheList ul li.button a{
	display : block;
	background:transparent url(/images/design/homepage09_rougep.gif) no-repeat scroll left top;
}

#descAnnonce{
	float : left;
	width : 380px;
}
#descAnnonce .infos p{
	margin-bottom : 8px;
}
#descAnnonce .infos p label{
	width : 160px;
	float : left;
	font-weight : bold;
}

#descAnnonce p label{
	width : 240px;
	float : left;
}
#descAnnonce p.contact{
	margin-bottom : 8px;
}
#descAnnonce .administration{
	text-align : right;
}
#descAnnonce .administration a{
	color : #BFBFBF;
}
#descAnnonce .administration a:hover{
	color : #BFBFBF;
	text-decoration : none;
}
#descAnnonce .annoncetxt{
	margin : 8px 0 8px 0;
	line-height : 170%;
	color : #5F5F5F;
}

#formulaireAjout .ligneform{
	margin : 0 0 15px 0;
	color : #6F5E4C;
}
#formulaireAjout .ligneform .input-submit{
	display : block;
	width : 75px;
	height : 22px;
	background:transparent url(/images/design/homepage09_rougep2.gif) no-repeat scroll left top;
	margin-left : 310px;
	text-decoration : none;
}
#formulaireAjout .ligneform .input-submit.loin{
	margin-left : 525px;
}
#formulaireAjout .ligneform label{
	padding : 2px 20px 0 0;
	float : left;
	color : #6F5E4C;
	fot-weight : bold;
	text-align : right;
	width : 170px;
}

#formulaireAjout .obligatoire{
	font-size : 8px;
	color : #4F4336;
}

#formulaireAjout input{
	background : #fff;
	border : 1px solid #BFA78F;
	padding : 3px;
	width : 400px;
}

#formulaireAjout .ligneform select{
	background : #fff;
	border : 1px solid #BFA78F;
	padding : 3px;
	width : 200px;
}

#formulaireAjout .ligneform textarea{
	background : #fff;
	border : 1px solid #BFA78F;
	padding : 3px;
	width : 400px;
	height : 120px;
}

/* pagination */
div.navigation {
	height: 2em;
	padding: 0px;
	vertical-align: text-top;
	margin: 8px 0;
}

.navigation .button-secondary {
	padding: 2px 4px;
}

.page-numbers {
	padding: 2px 4px;
	margin-right: 3px;
	border : 1px solid #DFDFDF;
	background : #F9F9F9;
}

.page-numbers.current {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}

p.pagenav {
	margin: 0;
	display: inline;
}
.pagenav span {
	font-weight: bold;
	margin: 0 6px;
}

.tablenav-pages a.next, .tablenav-pages a.prev {
	color : #697F5F;
	text-decoration : none;
}

.tablenav-pages {
	margin : 0 auto;
	height: 18px;
	padding-top: 6px;
	font-size: 11px;
}

.tablenav .tablenav-pages a {
	text-decoration: none;
}
/* galerie photo */
div#galerie
{
	width: 500px ;
	padding: 10px ;
	margin: 15px  0px 0px 30px;
	text-align: center ;
	font: 0.9em Georgia, serif ;
	float : right;
}

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

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	width : 88px;
	height : 67px;
	margin: 2px 2px ;
	padding : 3px;
	background : #EDDDCC;
	border: 1px solid #8F7D6B ;
}

ul#galerie_mini li a:hover img
{
	width : 88px;
	height : 67px;
	margin: 2px 2px ;
	padding : 3px;
	background : #8F7D6B;
	border: 1px solid #6F6153 ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	width : 497px;
	border: 1px solid #8F7D6B ;
	margin-bottom : 5px;
}

