/* Apply the border to the right side */
/* Apply the border to the right side */
#contentLayer_Div.yui-panel {
	border:none;
	overflow:visible;
	background:transparent url(../images/layers/content-brdr-rt.png) repeat-y top right;
}

/* Style the close icon */
#contentLayer_Div.yui-panel .container-close {
	position:absolute;
	top:9px;
	right:13px;
	height:14px;
	width:15px;
	background:url(../images/layers/content-close.png) no-repeat;
}
/* span:hover not supported on IE6 */
#contentLayer_Div.yui-panel .container-close:hover {
	background:url(../images/layers/content-close-hover.png) no-repeat;
}

/* Style the header with its associated corners */
#contentLayer_Div.yui-panel .hd {
	padding:0;
	border:none;
	background:url(../images/layers/content-hd.png) repeat-x;
	color:#ffffff;
	height:30px;
	margin-left:8px;
	margin-right:8px;
	text-align:left;
	vertical-align:middle;
	overflow:visible;
}

/* Style the body with the left border */
#contentLayer_Div.yui-panel .bd {
	overflow:auto;
	padding:10px;
	border:none;
	background:#f2f2f2 url(../images/layers/content-brdr-lt.png) repeat-y; 
	margin:0 8px 0 0;
}

/* Style the footer with the bottom corner images */
#contentLayer_Div.yui-panel .ft {
	background:url(../images/layers/content-ft.png) repeat-x;
	font-size:11px;
	height:26px;
	padding:0px 10px;
	margin-left:8px;
	margin-right:8px;
	border:none;
}

/* Skin custom elements */
#contentLayer_Div.yui-panel .hd span {
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
}
#contentLayer_Div.yui-panel .hd .tl {
	width:8px;
	height:30px;
	top:0;
	left:0;
	background:url(../images/layers/content-tl.png) no-repeat;
	position:absolute;
}
#contentLayer_Div.yui-panel .hd .tr {
	width:8px;
	height:30px;
	top:0;
	right:0;
	background:url(../images/layers/content-tr.png) no-repeat;
	position:absolute;
}

#contentLayer_Div.yui-panel .ft span {
	line-height:22px;
	vertical-align:middle;
}
#contentLayer_Div.yui-panel .ft .bl {
	width:8px;
	height:26px;
	bottom:0;
	left:0;
	background:url(../images/layers/content-bl.png) no-repeat;
	position:absolute;
}
#contentLayer_Div.yui-panel .ft .br {
	width:8px;
	height:26px;
	bottom:0;
	right:0;
	background:url(../images/layers/content-br.png) no-repeat;
	position:absolute;
}
#contentLayer_Div .yui-resize-handle-br {
	right:9px;
	bottom:8px;
	height: 10px;
	width: 10px;
	position:absolute; 
	background-image: url(../images/layers/content_resize.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content_Div {
	text-align: justify;
}

#content_Div a:link {
	color:#000000;
	text-decoration: underline;
}

#content_Div a:hover {
	text-decoration: none;
}

#content_Div p {
	margin-bottom:10px;
	clear:both;
}

#content_Div ol
,#content_Div ul  {
	margin-bottom:10px;
}

#content_Div ol>li {
	list-style-type:decimal;
	list-style-position: inside;
	margin-left:20px
}

#content_Div ul>li {
	list-style-type:circle;
	list-style-position: inside;
	margin-left:20px
}

#content_Div .code {
	color: #003e5d;
	font-size: 24px;
	font-family:"Times New Roman",Georgia,Serif;
	font-style:italic;
	border: 1px solid #8f3422;
	background: #ffffff none;
	padding: 10px 10px 10px 10px;
}

#content_Div .referenceListe {
	color: #003e5d;
	font-size: 12px;
	font-family:Verdana,Arial,Sans-serif;
	border: 1px solid #8f3422;
	background: #ffffff none;
	padding: 10px 10px 10px 10px;
}
#content_Div .referenceListe a {
	color: #003e5d;
}

#content_Div .reference {
	font-family:Verdana,Arial,Sans-serif;
	font-size: 9px;
	color: #8f3422;
	display:block;
	font-style:normal;
}
#content_Div .reference a {
	color: #8f3422;
}

#content_Div .titre {
	color: #8f3422;
	font-weight:bold;
}

#content_Div .sousTitre {
	clear:both;
	color:#8f3422;
}

#content_Div .illustration {
	text-align:center;
}

#content_Div .illustration img {
	border: 1px solid #8f3422;
	background: #ffffff none;
	padding: 10px 10px 10px 10px;
}

#content_Div .sousIllustration {
	float:left;
	text-align:center;
	margin:10px;
}

#content_Div .sousIllustration ul {
	text-align:left;
}

#content_Div .sousTexte {
	text-align:justify;
	padding:10px 10px 10px 10px;
}

#content_Div .texteImportant {
	color: #003e5d;
	border: 1px solid #8f3422;
	background: #ffffff none;
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}
