@charset "UTF-8";


/* !CONTENT inside pages */

#toptoolbar {
	height:30px;
	width:960px;
	border-bottom:1px solid #e1e1e1;
	background:#fff;
}
#breadcrumb {
	width:800px;
	float: left;
	line-height: 30px;
	padding:0 20px;
	color:#535353;
	font-size: 11px;
	margin-left:-6px;
}

#breadcrumb a {
	margin: 0 6px;
}
#sharetools {
	width:120px;
	float: right;
	line-height: 30px;
	text-align: right;
}
#sharetools p {
	float:right;
	font-size: 11px;
	color:#535353;
	margin-right: 10px;
}
/* !LEFT MENU */
#left-nav {
	width:190px;
	float: left;
	display: block;
}

#left-nav>ul>li {
	border-bottom:1px solid #fff;
}


#left-nav ul li a {
	background: #f4f1ea;
	padding:12px 10px;
	color:#000;
	font-size: 12px;
	display: block;
}
#left-nav ul li a:hover{
	background: #c2d895;
	text-decoration:none;
}

#left-nav ul li a.selected,
#left-nav ul li.active>a {
	color:#fff;
	background: #85b12c;
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-shadow: rgba(0,0,0,.4) 1px 1px 1px;
}
#left-nav ul li ul li a {
	background: #85b12c;
	padding-left: 30px;
	color:#fff;
	padding-top:0px;
	padding-bottom:11px;
}
#left-nav ul li.active a:hover,
#left-nav ul li ul li a:hover{
	background-color: #85b12c;
	color:#dcdcdc;
}
#left-nav ul li ul li ul li a {
	background: #85b12c;
	padding-left: 50px;
	color:#fff;
	padding-top:0px;
	padding-bottom:11px;
}
#left-nav ul li ul li.selected>a,
#left-nav ul li ul li ul li.selected>a,
#left-nav ul li ul li.active>a,
#left-nav ul li ul li ul li.active>a {
	font-weight: bold;
	padding-top:0px;
	padding-bottom:11x;
	background: #85b12c url(/templates/reachingcriticalwill/_i/layout/bg-leftnav-subnav-selected.png) no-repeat;
	
}
#left-nav ul li ul li.selected>a,
#left-nav ul li ul li.active>a {
	background-position:20px 2px;
}

#left-nav ul li ul li ul li.selected>a,
#left-nav ul li ul li ul li.active>a {
	background-position:40px 2px;
}
#left-nav ul li a.roundedtop {
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
#left-nav ul li a.roundedbottom {
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom:none;
}


/* !TEXT CONTENT */
#content {
	margin-left:30px;
	float: left;
	color:#313131;
}
#content.three-cols {
	padding-right: 20px;
	width:510px;
}
#content.two-cols {
	width:700px;
}
#content p {
	font-size: 15px;
	line-height: 22px;
	color:#313131;
	margin-bottom: 20px;
}
#content p.intro {
	font-size:18px;
	color:#313131;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
#content h1 {
	font-size: 32px;
	line-height: normal;
}
#content h2 {
	font-size: 22px;
	line-height: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
}
#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	color:#000;
}
#content p a {
	border-bottom: 1px solid #919191;
	text-decoration:none;
}

#content p a:hover {
	border-bottom: none;
}

#content ul {
	margin-bottom: 20px;
}
#content ul li {
	line-height: 22px;
	list-style-type: disc;
	list-style-position: inside;
}
#content table {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width:510px;
	margin-bottom: 20px;
}
#content table tr.labels td {
	font-weight: bold;
}
#content table tr.header td {
	font-size: 11px;
	text-transform: uppercase;
	background: #f4f1ea;
	font-weight: bold;
}
#content table td {
	padding:6px 8px;
	text-align: left;
	font-size: 13px;
}
#content>p>img {
	margin-top:4px;
}
#content img {
	margin-bottom: 20px;
}
#content table a {
	text-decoration: none;
	border-bottom: none;
}

/* !NEWS */

#frm-filter {
	background: #f4f1ea;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:20px;
	margin-bottom: 20px;
}
#content #frm-filter form {
	margin-bottom: 10px;
}
#content #frm-filter h3 {
	color:#61569d;
	text-transform: uppercase;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
#content #frm-filter label {
	font-size: 12px;
	font-weight: bold;
	color:#313131;
	min-width:65px;
	display: block;
	float: left;
	padding:5px 10px 0 0;
}
#content #frm-filter select {
	width:230px;
	float: left;
}
#content #frm-filter .frm-col {
	width:314px;
	float: left;
}
#content #frm-filter .frm-line {
	margin-bottom: 6px;
}
#content #frm-filter .frm-separator {
	float: left;
	background: url(/templates/reachingcriticalwill/_i/layout/bg-form-separator.gif) top center repeat-y;
	width:30px;
	height:100%;
}

a.greenandshadow {
	display: inline;
	padding:6px 10px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #86b22d;
	background: -moz-linear-gradient(top,  #99cc33 0%, #86b22d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc33), color-stop(100%,#86b22d));
	background: -webkit-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: -o-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: -ms-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc33', endColorstr='#86b22d',GradientType=0 );
	font-weight: normal;
	font-size: 11px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
	margin-top:15px;
}

a.greenandshadow:hover{
	background: #99cc33;
	background: -moz-linear-gradient(top,  #86b22d 0%, #99cc33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86b22d), color-stop(100%,#99cc33));
	background: -webkit-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: -o-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: -ms-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b22d', endColorstr='#99cc33',GradientType=0 );
	color: #fff;
}
.greyseparator {
	height:1px;
	background:#e1e1e1;
	margin-top: 20px;
}
#content .news-bloc {
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
	margin-top: 20px;
}
#content .news-bloc .float {
	width:580px
}
#content .news-bloc img {
	float: left;
	margin-right:20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#content .news-bloc h2 {
	font-size: 18px;
}
.news-date {
	font-size: 11px;
	color:#aaa;
	margin-bottom: 6px;
}
#content .news-bloc p {
	margin-bottom: 6px;
	color:#313131;
	line-height: 20px;
}
/*#content .news-bloc*/ .pdf-extract {
	background: url(/templates/reachingcriticalwill/_i/layout/icon_pdf-large.png) no-repeat;
	background-position-y: 4px;
	padding-left: 45px;
}

/* ! RIGHT MARGIN */
#right-margin {
	width:170px;
	float: left;
	font-size: 12px;
	color:#535353;
}
#right-margin .content-bloc {
	margin-bottom: 30px;
}

#right-margin h3 {
	font-size: 12px;
	border-bottom: 3px solid #e1e1e1;
	display: block;
	margin-bottom: 13px;
	padding-bottom: 6px;
	color:#61569d;
	font-weight: bold;
	text-transform: uppercase;
}
#right-margin h2 {
	color:#535353;
	font-size: 16px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 6px;
	
}

#right-margin p {
	margin-bottom: 6px;
	font-size: 12px;
	color:#535353;
	line-height:16px;
}
#right-margin .date {
	color:#aaaaaa;
	font-size: 11px;
}
#right-margin .marginright-news {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#right-margin a.pdflink {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: -10px;
	color:#535353;
}
#right-margin .marginright-event-wrapper {
	margin-bottom: 20px;
}
#right-margin .date-wrapper  {
	background: #f2efe9;
	background: -moz-linear-gradient(top,  #f2efe9 0%, #f8f5ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2efe9), color-stop(100%,#f8f5ef));
	background: -webkit-linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	background: -o-linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	background: -ms-linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	background: linear-gradient(top,  #f2efe9 0%,#f8f5ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2efe9', endColorstr='#f8f5ef',GradientType=0 );
	width:30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:6px 0;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);  
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
	float: left;
	margin-right:10px;
	
}

#right-margin .date-month {
	text-transform: uppercase;
	color:#61569d;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width:30px;
	color:#000;
}
#right-margin .date-day {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
	text-align: center;
	width:30px;
}
#right-margin .text-wrapper {
	float: left;
	width:125px;
}
#right-margin .text-wrapper a {
	font-size: 12px;
	color:#535353;
	line-height: 16px;
}
/* !TRANSITION PAGE */
.transition-highlight-wrapper{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #f4f1ea;
	padding:15px;
	margin-bottom: 10px;
}
.transition-highlight-img {
	width:100px;
	margin-right: 15px;
	float: left;
}
.transition-highlight-txt {
	float: left;
	width:555px;
}
#content .transition-highlight-txt h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#content .transition-highlight-txt p {
	color:#313131;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

/* THREE COLS */
#content.three-cols .transition-highlight-txt{
	width:365px;
}




/* !LINKS */
#sharetools a {
	float: right;
	width:16px;
	height:16px;
	margin: 6px 4px 0 0;
}
a.delicious {
	background:url(/templates/reachingcriticalwill/_i/layout/icon_delicious-toolbar.png) no-repeat;
}
a.fb {
	background:url(/templates/reachingcriticalwill/_i/layout/icon_fb-toolbar.png) no-repeat;
}
a.twitter {
	background:url(/templates/reachingcriticalwill/_i/layout/icon_twitter-toolbar.png) no-repeat;
	margin-right: 20px !important;
}

/* !READ MORE */
#system-readmore{
	display:none;
}

/* !PAGE DOCUMENT LIST */

/*table*/
#content table#document_list_table {
	width: 100%;
}

#content table#document_list_table tr.impaire{
	background: #f4f1ea;
}

#content table#document_list_table td {
	width: auto;
	margin: 0;
	padding: 14px 0 14px 0;
}

#content table#document_list_table td.title p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0;
}



#content table#document_list_table td.link p{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	width: 150px;
}

#content table#document_list_table td.size p{
	font-size: 11px;
	line-height: 16px;
	color: #707070;
	padding: 0 10px 0 10px;
	width: 60px;
	margin: 0;
}

#content table#document_list_table td.date p{
	font-size: 11px;
	line-height: 11px;
	color: #707070;
	padding: 0 10px 0 10px;
	width: 100px;
	margin: 0;
}


/*columns*/

#document_list_two_cols .news-bloc {
	width: 47%;
	float: left;
	margin-right: 3%;
}

#document_list_one_cols div.yes-image,
#document_list_two_cols div.yes-image{
	padding-left: 115px;
	position: relative;
	min-height: 115px;
}

#document_list_one_cols div.image-pdf,
#document_list_two_cols div.image-pdf{
	background: url(./../../_i/layout/icon_pdf-large.png) no-repeat;
	height: 52px;
	width: 34px;
	background-position: 0 4px;
	padding: 0 15px 0 0;
	float: left;
}

#document_list_one_cols div.image,
#document_list_two_cols div.image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}

/*
 * pagonation
 */
.pagination{
	margin-top: 20px;
}
.pagination li{
	display: inline;
	padding: 0 10px 0 10px;
}

