
@import url(../../../css/fck_ic.css.php);

/* ########################################################################### */
/* ################################### NAVI.PHP ############################## */

#tt_ic {
display:block;
position:relative;
  color:#B19D67;
  margin: 10px 0 20px 0;
  font-size:18px;
  font-weight:bold;
  width:100%;
  border-bottom:1px solid #59513C; 
}

#TitreCat {
	display:block;
    position:absolute;
    left:-11px;
    width:220px;
    min-height:25px;
    height:auto important!;
    height:25px;
	margin: 0;
	color:#000;
	background-image:url(../../../images/fd_cat.gif);
    background-repeat: repeat-y;
	font-size:15px;
	font-variant: small-caps;
	text-transform: capitalize;
	color:#1f1f1f;
	padding:0px;
text-indent:40px;
    z-index:100;
    top:5px;
}

/* ##################################### TITRE ############################### */
/* ########################################################################### */



/* ########################################################################### */
/* ################################### NAVI.PHP ############################## */


/* UL PRINCIPAL ET SECONDAIRE */
ul#ic_navCat, ul.ic_navArt {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 450px 0;
	font-size:11px;
}

ul#ic_navCat {
	margin-top:10px;
}

/* CATEGORIE */
ul#ic_navCat li.categorie {
	display: block;
	text-align: left;
	padding: 3px 5px 3px 15px;
    text-indent:-15px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color:#201f1f;
}
/* LIEN CATEGORIE */
ul#ic_navCat li.categorie a {
	text-decoration: none;
	color:#201f1f;
}
/* LIEN CATEGORIE HOVER */
ul#ic_navCat li.categorie a:hover {
	text-decoration: underline;
}
/* CATEGORIE SELECTIONNEE */
ul#ic_navCat li.categorie.select {
	text-decoration: none;
	margin-bottom: 0;
	padding-bottom: 2px;
	color:#66563d;
}
ul#ic_navCat li.categorie.select2, ul#ic_navCat li.categorie.select2 a {
	color:#66563d;
}
ul#ic_navCat li.categorie span { text-decoration:underline; }

/* UL SECONDAIRE */
ul.ic_navArt {
	display: block;
	text-align: left;
	padding: 2px 5px 7px 5px;
  margin-top: 0;
	margin-bottom: 5px;
	margin-left:10px;
}


/* ARTICLE */
ul#ic_navCat li.article {
	text-decoration: none;
	font-weight: normal;
	padding-left:0;
	color:#67583d;
}
/* LIEN ARTICLE */
ul#ic_navCat li.article a {
	text-decoration: none;
	color:#67583d;
}
/* LIEN ARTICLE HOVER */
#ic_navCat li.article a:hover {
	text-decoration: underline;
}
/* ARTICLE SELECTIONNEE */
#ic_navCat li.article.select {
	font-weight: bold !important;
	color:#67583d;
}
/* SPAN ARTICLE SELECTIONNE (juste le texte) */
#ic_navCat li.article.select span {
	text-decoration: underline;
}

/* ################################### NAVI.PHP ############################## */
/* ########################################################################### */
#menu2 {
	background:#bcb6b6;
	color:#202020;
	border-bottom:2px solid #67573d;
	width:960px;
	margin:0 auto;
	text-align:left;
	font-variant:small-caps;
	text-transform: capitalize;
	font-size:12px;
	padding: 5px 0;
}
#menu2 a { color:#202020; text-decoration:none; }
#menu2 strong {
	padding:2px 7px;
	font-weight:normal;
	border-right:2px solid #202020;
}
#menu2 strong.select a {
	text-decoration:underline;
	font-weight:bold;
}
#menu2 a:hover { text-decoration:underline; }


/* ############################################################################ */
/* ################################### INDEX.PHP ############################## */


/* TEXTE */
#blocktxtic {
  overflow:hidden;
	display: block;
	text-align: left;
}
#blocktxtic, #photos_ic2 { margin: 0; }


#blocktxtic p { padding:0; margin: 0 0 7px; }
#blocktxtic, #blocktxtic td, #blocktxtic tr { font-size:12px !important; color:#bcb6b7 !important; }



/* PHOTOS */
#photos_ic img, #photos_ic2 img, #photos_ic .alt, #photos_ic2 .alt {
  border:2px solid #b09b65;
}

#photos_ic {
	position: relative;
	float: right;
	margin: 5px;
	text-align: center;
}
#photos_ic img, #photos_ic2 img { margin-bottom: 0; }
#photos_ic .alt, #photos_ic2 .alt {
  position:relative;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 10px;
  border-top: none;
  background: #bbb4b5;
  color: #202020;
  padding: 0 3px;
}
#photos_ic .alt span, #photos_ic2 .alt span {
  display: block;
  padding: 4px 25px 4px 4px;
}
#photos_ic .alt a, #photos_ic2 .alt a {
  position:absolute;
  right:3px;
  top: 3px;
}
#photos_ic .alt img, #photos_ic2 .alt img {
  display: block;
  border: 0;
}


/* PHOTOS 2 */
#photos_ic2 {
	position: relative;
	margin-top: 5px;
	text-align: center;
	_height:10px;
}
#photos_ic2 img { margin: 0; }
#photos_ic2 .photo {
  position: relative;
  float: left;
}


/* ################################### INDEX.PHP ############################## */
/* ############################################################################ */


.clear { clear:both; }
