/* Digest
------------------------------
    1. Colors
    	1.1 couleur-01 (purple)
    2. Fiche
    	2.1 Header
    	2.2 Illustration
    3. Archives
    4. Blog date
*/

/* Colors
------------------------------
	# current text	:	#353535
	# Cyan			: 	#009EE0
*/

/* em Formula
------------------------------
	1em = 16px (default font) {where 1em = inherited font size}
	so 1px = 1 ÷ 16 = 0.0625em
	to conclude Xpx = X * 0.0625em 
*/

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 1. Colors <<<-----------*/
/* ----------------------------------------------------------*/

	  /* -------------------------------------------------------------------------------------------------->>> 1.1 Purple <<<-----------*/

		/* css in page for php work */

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 2. Fiche <<<-----------*/
/* ----------------------------------------------------------*/

#content #content-04 h2 {
	margin: 0 0 1.35em 0;
}

	  /* -------------------------------------------------------------------------------------------------->>> 2.1 Header <<<-----------*/

#content #content-04 #header-fiche {
	background-image: url(../images/elements/bg-emission.png);
	background-repeat:  no-repeat;
	background-position: bottom left;
	margin-bottom: 2em;
}
#IE7 #content #content-04 #header-fiche {
	height: 100px;
	overflow: hidden;
}
#content #content-04 #header-fiche img {
	float: left;
	margin-left: 10px;
}
#content #content-04 #header-fiche h1 {
	background: none;
	float: left;
	font-size: 2.5em;
	font-weight: 200;
	margin: 0 0 0 70px;
	padding: 10px 0 5px 0;
	width: 450px;
}
#content #content-04 #header-fiche h1 span {
	clear: none;
	display: inline;
	float: none;
	font-size: 1em;
	font-weight: 900;
	margin: 0;
	text-transform: none;
}
#content #content-04 #header-fiche span {
	background: none;
	display: block;
	float: left;
	font-size: 1.4em;
	margin-left: 70px;
	width: 450px;
	border: 0;
}
#content #content-04 #header-fiche abbr {
	border: 0;
}
#content #content-04 #header-fiche span.detail {
	padding: 20px 0 5px 0;
}

	  /* -------------------------------------------------------------------------------------------------->>> 2.2 Illustration <<<-----------*/

#content #content-04 .object-left img {
	border: 0;
	margin: 0 1em 0 0;
}

#content #content-04 .object-left object {
	border: 0;
	margin: 0 1em 0 0;
}




#content-04 .legend {
	margin: 0 1em 0 0;
	padding: 5px;
}
#content-04 .legend p {
	margin: 0;
	padding: 5px 0 0 0;
}

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 3. Archives <<<-----------*/
/* ----------------------------------------------------------*/

#content-04 #archives {
	background: #ebebeb url(../images/elements/bg-bottom-archives.gif) no-repeat bottom right;
	clear: both;
	padding: 0 0 10px 0;
	width: 100%;
}
#content-04 #archives h2 {
	background: transparent url(../images/elements/bg-top-archives.gif) no-repeat 0 0;
	color: black;
	margin: 0;
	padding: 10px;
	text-transform: none;
}
#content-04 #archives h2 span {
	text-transform: uppercase;
}
#content-04 #archives .item {
	padding: 4px;
	margin: 0 10px;
}
#content-04 #archives .item img {
	float: left;
	padding-right: 10px;
}
#content-04 #archives .item em {
	color: black;
}
#content-04 #archives .item h3, #content-04 #archives .item p {
	font-weight: 400;
	margin: 0;
}
#content-04 #archives .item.odd {
	background: #fafafa;
}


/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 4. Blog date <<<-----------*/
/* ----------------------------------------------------------*/

#content #content-03 #blog-rdv {
	margin-bottom: 10px;
}
#content #content-03 #blog-rdv h2 {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1em;
	padding: 5px 10px 5px 0;
	text-align: right;
	text-transform: uppercase;
}
#content #content-03 #blog-rdv h3 {
	font-size: 1.3em;
}
#content #content-03 #blog-rdv small {
	color: #888;
}
#content #content-03 #blog-rdv small abbr {
	border: none;
}
#content #content-03 #blog-rdv img {
	float: left;
}
#content #content-03 #blog-rdv ul {
	background: white;
	border-top: none;
	font-family: 'Trebuchet MS', FreeSans, arial, tahoma, sans-serif;
	font-size: .9em;
	margin: 0 1px 1px 1px;
	padding: 10px;
}
#content #content-03 #blog-rdv ul li {
	padding-bottom: 10px;
}
