/** CSS Content Page **/

#content #page
{
	border: none;
}

/** CSS Content Page Concept **/

#content #page .zone#historique
{
	width: 100%;
	height: 100%;
	position: relative;
}

/** CSS Content Page Concept Text **/

#content #page .zone#historique .data#text
{
	float: left;
	width: 354px;
	height: 453px;
	border: 1px solid #BDBEC0;
	padding: 15px 0px 0px 19px;
}

#content #page .zone#historique .data#text h1
{
	color: #95c14a;
	font-size: 16px;
	font-weight: bold;
}

/** CSS Content Page Overflow **/

#content #page .zone#historique .data#text .overflow
{
	width: 335px;
	height: 421px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 19px 10px 0px;
}

#content #page .zone#historique .data#text h2
{
	color: #0096a9;
	font-size: 13px;
	margin-top: 6px;
	font-weight: bold;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left 8.5px;
	background-image: url('img/list-style-puce.gif');
}

#content #page .zone#historique .data#text .txt
{
	color: #686867;
	margin-top: 10px;
	font-weight: bold;
	text-align: justify;
}

#content #page .zone#historique .data#text .txt a, #content #page .zone#historique .data#text .txt a:link, #content #page .zone#historique .data#text .txt a:visited, #content #page .zone#historique .data#text .txt a:active
{
	color: #0096a9;
	text-decoration: underline;
}

#content #page .zone#historique .data#text .txt a:hover
{
	text-decoration: none;
}

/** CSS Content Page Concept Illus **/

#content #page .zone#historique .data#illus
{
	float: right;
	width: 373px;
	height: 468px;
	border: 1px solid #88bc4c;
	background-repeat: no-repeat;
	background-position: top left;
}