/* Start of CMSMS style sheet 'HomeSiteCss' */
/* CSS Document */
body{
	margin: 10px;
	padding: 0px;
	background-image:  url(images/cms/grille.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:gray;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
}
#container{
	width:1200px;
	height:550px;
}	
.fiche{
	width:498px;
	height: 680px;
	margin: 0;
	padding: 0;
	float:left;
	background-image: url(uploads/images/cms/feuille-noire.gif);
	border-right: 25px solid #000000;
	margin: 0 -4px 0 0;
}
.vide{
	height: 550px;
	margin: 0;
	padding: 0;
	float:left;
}
.noire{
	width:495px;
	height: 680px;
	float:left;
	background-image: url(uploads/images/cms/feuille-titre.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	margin-right: -4px;
	background-position: 0 center;
}
.txtfiche{
	display: inline;
	height: 676px;
	padding: 0px;
	width: 479px;
	color: #000;
	overflow: auto;
	margin: 2px 2px 2px 40px;
	float: left;
	line-height: 12px;
	background-color: #FFFFFF;
}
.txtfichenoire{
	display: inline;
	height: 605px;
	width: 340px;
	color: #fff;
	overflow: auto;
	margin: 2px 2px 2px 40px;
	float: left;
}
.flash{
	float:left;
	text-align:left;
	width: 80px;
}
.whitefooter{
	display: inline;
	height: 40px;
	width: 397px;
	padding: 10px;
	margin: 0px 0px 0px 40px;
	text-align:center;
	color: #fff;
	float: left;
	border-top: #fff solid 1px;
}
.titre {
	font-family: "Courier New", Courier, mono;
	vertical-align:top;
	font-size: 50px;
	font-weight: bolder;
	color: #99FF99;
}
/*
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #99FF99;
}
*/
#basic-accordian{
	width:479px;
	height: 679px;
	position:absolute;
	z-index:2;
	overflow: hidden;
}

.accordion_headings{

	background:#FFFFFF;
	color: #00000;
	border-bottom:1px solid #000;
	cursor:pointer;
	padding:2px;
	padding-left:15px;
}

.accordion_headings:hover{
	background:#000000;
	color: #FFFFFF;
}

.accordion_child{
	padding:15px;
	background:#FFFFFF;
}

.header_highlight{
	background: #000000;
	color:#ffffff;
}
#menu{
        width: 700px;
        color:#FFFFFF;
        display: none;
}
#menu a{
        color:#FFFFFF
}
#menu a:hover{
        color:#FFFFFF;
        background-color: #ffffff;
}


#container > div.noire > div.txtfichenoire > ul { padding : 0; margin : 0; list-style-type : none;
    margin-top: 390px;
    margin-left: 55px; }
#container > div.noire > div.txtfichenoire > ul > li > a {
        color : #000;
        display : inline-block;
        background : #99FF99!important;
        padding : 0 3px;
font-size: 14px;
 margin-bottom: 15px;
text-decoration : none;
}

#container > div.noire > div.txtfichenoire > ul > li > a:hover { background: #fff!important; }

#container > div.noire > div.txtfichenoire.estate > ul > li:nth-child(4) > a  { background: #fff!important; text-decoration: none;  }
#container > div.noire > div.txtfichenoire.archives > ul > li:nth-child(3) > a  { background: #fff!important;  }
#container > div.noire > div.txtfichenoire.present > ul > li:nth-child(2) > a { background: #fff!important;  }
#container > div.noire > div.txtfichenoire.home > ul > li:nth-child(1) > a { background: #fff!important;  }

/* End of 'HomeSiteCss' */

