﻿body {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin: 0;
	padding: 10px 0 10px 15px;
	list-style-type: circle;
}

li {
	padding-bottom: 7px
}

h1 {
	margin: 0;
}
h1.welcome_page {
	font-size: 9pt;
	font-weight: bold;
}
h2, .ms-WPBody h2 {
	color:#4C4C4C;
	border-bottom: 1px #4C4C4C solid;
	font-size:14px;
	margin:10px 0;
}
h2 a, h2 a:hover, .ms-WPBody a:link, .ms-WPBody a:visited {
	color:#4C4C4C;
	text-decoration: none;
}
h3 {
	color:#595959;
	font-size:13px;
	margin:10px 0;
}
h4 {
	color:#717171;
	font-size:13px;
	margin:10px 0;
}
h5 {
	color:#1A6493;
	font-size:12px;
	margin:10px 0;
}
h6 {
	color:#1A6493;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin:10px 0;
}
a {
	color: #1A6493;
}


.content {
	font-size: 11px;
}

.page_wide {
	width:100%;
	float:left;
	text-align: center;
}
.page_content {
	background-color: #cdcccc;
	padding: 10px 0;
	float: left;
	width: 100%;
}

.content_column {
	width:675px;
	float:left;
	padding: 5px 0 5px 15px;
}

.content_zone {
	width: 100%;
	float:left;
}

.content_zone_half {
	width:332px;
	float:left;
}

.content_zone_small {
	width:440px;
	float:left;
}

.content_zone_small_complement {
	width:225px;
	float:left;
	margin-left: 10px;
}

.content_column_side {
	width:225px;
	float:left;
	padding: 5px 0px 5px 10px;
}

.content_widget {
	background-color: #efefef;
	border: 1px #fff solid;
	padding: 10px 0;
	margin: 10px 0;
	float: left;
	font-size: 12px;
	color: #1a6493;
	width: 100%;
}
.content_widget_half {
	width:330px;
}
.content_zone_separator {
	width: 11px;
	padding: 10px 0;
	margin: 10px 0;
	float: left;
}
.content_widget span {
	margin: 0 10px 15px 10px;
	display: block;
}
.content_widget_title {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid;
}

.content_widget_title a:visited, content_widget_title a:hover, content_widget_title a:link{
	font-size: 15px;
	font-weight: bold;
	color:#1A6493;
	text-decoration:none;
}

.page_central {
	width:940px;
	margin:0 auto;
	text-align:left
}

.breadcrump {
	font-size: 11px;
	font-variant: small-caps;
	line-height: 26px;
	border-bottom: 1px #d9e5d1 solid;
	margin-bottom: 2px;
	background-color: #fff;
	color: #adadad;
	padding-left: 15px;
}

.utility_bar_wide {
	margin:0 auto;
	background-image:url('/Documents%20Techniques/Images/banner-shadow-top.png');
	text-align:center;
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-top:4px #1d5d88 solid;
}
.utility_bar {
	background-image:url('/Documents%20Techniques/Images/banner-shadow-top.gif');
	height:37px;
}
.utility_bar_links {
	color: #ffffff;
	font-size: 11px;
	white-space: nowrap;
	padding: 0 10px;
	line-height: 27px;
	text-align:center;
	background-color:#1d5d88;
	height:27px;
	float:right;
	z-index:1;
}
.utility_bar_left {
	background-image:url('/Documents%20Techniques/Images/utility-bar-left.gif');
	width:5px;
	height:27px;
	float:right
}
.utility_bar_right {
	background-image:url('/Documents%20Techniques/Images/utility-bar-right.gif');
	background-position: right;
	width:5px;
	height:27px;
	float:right
}
.utility_bar_links a {
	color: #ffffff;
	text-decoration:none;
	padding: 0 10px;
	line-height:27px;
}

.utility_bar_links a:visited, .utility_bar_links a:link{
	color: #ffffff;
	text-decoration:none;
	padding: 0 10px;
	line-height:27px;
}

.utility_bar_links a:hover {
	text-decoration:underline;
}
.utility_bar_search_input {
	color:#bcbcbc;
	border: 1px #98a6b4;
	font-size:11px;
	padding:1px 3px;
}




.menu_principal_wide {
	margin: 0 auto;
	background-image: url('/Documents%20Techniques/Images/banner-shadow.png');
	background-repeat: repeat-y;
	background-position: 50% 50%
}
.menu_principal {
	background-image: url('/Documents%20Techniques/Images/banner-bg.jpg');
	height: 114px;
	position: relative
}
.menu_principal_logo {
	background-image:url('/Documents%20Techniques/Images/logo.gif');
	background-repeat:no-repeat;
	background-position:100% 50%;
	width:120px;
	height:114px;
	float:left;
}
.menu_principal_items {
	height: 30px;
	width: 750px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 30px 11px 0;
	white-space: nowrap;
}
.menu_principal_items a {
	color: #2f6f94;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	float: right;
	margin: 0 10px;
	padding:0 3px 3px;
	border-bottom: 1px solid transparent;
}
.menu_principal_item_description {
	color: #3785B0;
	font-size: 10px;
}
.menu_principal_items a:hover{
	color: #3785B0;
	text-decoration: none;
	/*border-bottom-color: #009cff;*/
	border-bottom: 6px solid #3785B0;
}

a.menu_principal_item_selected,a.menu_principal_item_selected:link,a.menu_principal_item_selected:visited{
	border-bottom: 10px solid;
	color:#3785B0;/*#009CFF;*/
}

.menu_secondary {
	padding: 0;
	margin: 0;
	line-height: 50px;
	display: block;
	background-color: #3785b0;
	float:left;
	width:100%;
}
.menu_secondary li {
	float: left;
	width: 148px;
	margin:0 5px 0 25px;
	padding:0 5px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url('/Documents%20Techniques/Images/list-style.gif');
}


.menu_secondary a:link, .menu_secondary a:visited{
	color: #ffffff;
	text-decoration: none;
}
a.menu_secondary_item {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

a.menu_secondary_item_selected,a.menu_secondary_item_selected:visited,a.menu_secondary_item_selected:link{
	border-bottom: 1px solid;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	border-top: 1px solid transparent;
}

a.menu_secondary_item:hover{
	border-bottom-color: #ffffff;
	text-decoration: none;
	color: #fff;
}

.menu_secondary_wide {
	background-image :url('/Documents%20Techniques/Images/ribbon-sub-menu-bg.gif');
	background-repeat:repeat-x;
	background-position:0% 100%;
	background-color:#3092c6;
	border: 2px #fff solid;
	border-left:0;
	border-right:0
}


.menu_tertiary {
	padding: 0;
	margin: 0;
	line-height: normal;
	display: block;
	float:left;
	position:relative;
	top:-12px;
}

.menu_tertiary li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 154px;
}

a.menu_tertiary_item {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	float:left;
	border-bottom: 1px solid transparent;
	margin-bottom: 2px;
}
a.menu_tertiary_item:hover {
	border-bottom-color: #ffffff;
	cursor: pointer;
	/*border-bottom: 1px solid;*/
	text-decoration: none;
	color: #fff;
}

a.menu_tertiary_item_selected:link,a.menu_tertiary_item_selected:visited {
	border-bottom-color: #ffffff;
	cursor: pointer;
	border-bottom: 1px solid;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	float:left;
	margin-bottom: 2px;
}

.featured_content_wide {
	background-image :url('/Documents%20Techniques/Images/ribbon-bg.gif');
	background-repeat:repeat-x;
	background-position:center;
	border: 2px #fff solid;
	border-left:0;
	border-right:0
}
.featured_content {
	margin:0 auto;
	background-image:url('/Documents%20Techniques/Images/central-part-shadow.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:270px
}
#featured { 
	width: 940px; 
	position: relative; 
	height: 270px;
	background-color:#3785b0;
}
#featured ul.ui-tabs-nav { 
	position:absolute; 
	top:0;
	list-style:none; 
	padding:0;
	margin:0; 
	width:280px;
}
#featured ul.ui-tabs-nav li { 
	font-size:12px;
	color:#666;
	padding: 0;
}
#featured ul.ui-tabs-nav li span { 
	display:block;
	font-size:10px;
	font-variant:normal;
	line-height:normal;
	position:relative;
	top:-12px;
	z-index:1;
}
#featured li.ui-tabs-nav-item a { 
	font-size:14px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	background-color: #3785b0;
	background-image:url('/Documents%20Techniques/Images/central-part-menu-border-bottom.gif');
	background-repeat:no-repeat;
	background-position:0 100%;
	vertical-align:middle;
	width:260px;
	padding:0 10px;
	font-variant:small-caps;
	line-height:41px;
}
#featured li.ui-tabs-nav-item a:hover { 
	background:#429bcb; 
	background-image:url('/Documents%20Techniques/Images/central-part-menu-border-bottom.gif');
	background-repeat:no-repeat;
	background-position:0 100%;
}
#featured li.ui-tabs-selected{ 
	/*background:url('/Documents%20Techniques/Images/selected-item.gif') top left no-repeat;*/
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a { 
	background:#429bcb; 
	background-image:url('/Documents%20Techniques/Images/central-part-menu-border-bottom.gif');
	background-repeat:no-repeat;
	background-position:0 100%;
}
#featured .ui-tabs-panel { 
	width:660px;
	height:270px;
	position:relative;
	left: 280px;
	z-index:8;
	position:absolute;
  top:0;
  overflow: hidden;
}
#featured .ui-tabs-panel .info { 
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 450px;
	background: url('/Documents%20Techniques/Images/transparent-bg.png'); 

	bottom: -35px;
	position: absolute; 
}
#featured .info h2 { 
	font-size:18px;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden; 
}
#featured .info p { 
	margin:0 5px; 
	font-family:Verdana;
	font-size:11px; 
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a { 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover { 
	text-decoration:underline; 
}
#featured .ui-tabs-hide { 
	display:none;
}
#featured a.active {
    z-index:10;
}
#featured a.last-active {
    z-index:9;
}


.editorial_contents_wide {
	margin:0 auto;
	background-image:url('/Documents%20Techniques/Images/central-part-shadow-bottom.png');
	background-repeat:no-repeat;
	background-position:50% 0%
}



.section_title {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-variant:small-caps;
	padding: 0;
	margin: 6px 0 6px 0px;
	display: block;
}

.section_title a {
	color: #000000;
	text-decoration: none;
	margin: 0px 10px 5px 10px;
	padding: 16px 0 3px 0;
	display: block;
	border-bottom: 1px dotted;
}

.section_title a:visited ,.section_title a:link {
	color: #000000;
	text-decoration: none;
	margin: 0px 10px 5px 10px;
	padding: 16px 0 3px 0;
	display: block;
	border-bottom: 1px dotted;
}


.section_title a:hover {
	border-bottom-style: solid;
}

.news {
	/*float:left;*/
	background-color: #ffffff;
	height:100%;
}
.news_bar {
	width: 756px;
	float: left;
	margin-bottom:10px;
}
.newsWrapper {
	overflow:hidden;
}
.news_elements {
	padding: 0;
	margin: 0;
}
.news_column {
	float:left;
	background-color: inherit;
	/*border-right:1px dashed #000000;*/
	width:252px;
	height: 100%;
	/*margin-bottom:10px;*/
	list-style: none;
}
.news_hidden {
	display: none;
}
.news-image-date {
	width: 84px;
	float: left;
	padding: 0px 7px;
}
.news-image-date span {
	display:block;
	float:left;
}
.news-image {
	width: 80px;
	padding: 1px;
	border: 1px solid #dddddd;
	float: left;
}

.news-date{
	font-size: 11px;
	width: 82px;
	padding: 1px;
	margin: 0 0 5px 0;
	background-color: #3785B0;
	color: #fff;
	text-align:center;
	
}

.news-date-day{
	font-size: 25px;
	width: 78px;
	margin: 0 0 0 2px;
	text-align: center;
	border: 1px solid #dddddd;
	border-top: 0;
	background-color: #fff;
	color: #4C4C4C;
}
.news-date-month{
	font-size: 10px;
	width: 49px;
	padding: 1px 1px 1px 2px;
	margin: 5px 0 0 2px;
	background-color: #3785B0;
	color: #fff;
}
.news-date-year {
	font-size: 10px;
	width: 25px;
	padding: 1px 2px 1px 1px;
	margin-top: 5px;
	background-color: #3785B0;
	color: #fff;
}
.news-content {
	float: left;
	color: #1a6493;
	width: 144px;
	height: 100%;
	padding: 0 10px 0 0;
}
.news-content span {
	display: block;
	font-variant: small-caps;
	padding-bottom: 3px;
}
.news-content span a {
	color: #1a6493;
	text-decoration:none;
}
.news-content span a:hover {
	text-decoration:underline;
}
.news-read-more {
	display: block;
	text-align: right;
	color: #1a6493;
	padding: 3px 0;
}
.news-pagination{
	text-align: center;
	display: none;
}
.news-pagination ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	height: 15px;
}
.news-pagination a {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url('/Documents%20Techniques/Images/opencircle.png');
}
.news-pagination a.selected {
	background-image:url('/Documents%20Techniques/Images/closedcircle.png');
}


.news_actualite {
	/*float:left;*/
	height:100%;
}
.news_bar_actualite {
	width: 670px;
	float: left;
	margin-bottom:10px;
}
.newsWrapper_actualite {
}
.news_elements_actualite {
	padding: 0;
	margin: 0;
}
.news_column_actualite {
	float:left;
	background-color: inherit;
	/*border-right:1px dashed #000000;*/
	width:328px;
	height:230px;
	/*margin-bottom:10px;*/
	list-style: none;
}
.news_hidden_actualite {
	display: none;
}
.news-image-date_actualite {
	width: 84px;
	float: left;
	padding: 0px 7px;
}
.news-image-date_actualite span {
	display:block;
	float:left;
}
.news-image_actualite {
	width: 80px;
	padding: 1px;
	border: 1px solid #dddddd;
	float: left;
}

.news-date_actualite{
	font-size: 10px;
	width: 80px;
	padding: 1px 1px 1px 2px;
	margin: 5px 0 0 0;
	background-color: #3785B0;
	color: #fff;
	text-align:center;
	
}

.news-date-day_actualite{
	font-size: 25px;
	width: 78px;
	margin: 0 0 0 2px;
	text-align: center;
	border: 1px solid #dddddd;
	border-top: 0;
	background-color: #fff;
	color: #4C4C4C;
}
.news-date-month_actualite{
	font-size: 10px;
	width: 49px;
	padding: 1px 1px 1px 2px;
	margin: 5px 0 0 2px;
	background-color: #3785B0;
	color: #fff;
}
.news-date-year_actualite {
	font-size: 10px;
	width: 25px;
	padding: 1px 2px 1px 1px;
	margin-top: 5px;
	background-color: #3785B0;
	color: #fff;
}
.news-content_actualite {
	float: left;
	color: #1a6493;
	width: 144px;
	height: 100%;
	padding: 0 10px 0 0;
}
.news-content span_actualite {
	display: block;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 3px;
}
.news-content span_actualite a {
	color: #1a6493;
	text-decoration:none;
}
.news-content_actualite span a:hover {
	text-decoration:underline;
}
.news-read-more_actualite {
	display: block;
	text-align: right;
	color: #1a6493;
	padding: 3px 0;
}
.news-pagination_actualite{
	text-align: center;
}
.news-pagination_actualite ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	height: 15px;
}
.news-pagination_actualite a {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url('/Documents%20Techniques/Images/opencircle.png');
}
.news-pagination_actualite a.selected {
	background-image:url('/Documents%20Techniques/Images/closedcircle.png');
}

.editorial-contents-column {
	background-color: #DAD9D9;
	width: 313px;
	height: 100%;
	float: left;
}

.editorial-contents-column_wide {
	background-color: #e3e3e3;
	width: 100%;
	height: 100%;
	float: left;
}


.why-chose-decade {
	background-color: #efefef;
	margin: 10px;
	padding: 10px 10px 0 10px;
	border: 1px #c6c5c5 solid;
}





.clients {
	padding: 0;
	margin: 5px 10px 10px 10px;
	font-size: 12px;
	display: block;
}
.clients li {
	list-style: none;
	display: block;
	float: left;
	width: 38px;
	padding: 1px;
	margin: 0 8px 5px 8px;
	text-align:center;
	border:1px solid #DDDDDD;
}
.clients li a {
	text-decoration: none;
	display:block;
	width:38px;
	height:38px;
	background-image:url('/Images/Clients/clients_mini.png');
}
.clients li a:hover {

}





ul.testimonials {
	padding: 0;
	margin: 0;
}
ul.testimonials li {
	list-style: none;
}
ul.testimonials li span.testimonials_name {
	display: block;
	text-align: right;
}
ul.testimonials li span.testimonials_company {
	display: block;
	text-align: right;
}


.testimonial_left{
	width:34px;
	background-image:url('../Images/testimonial-left.gif');
	background-repeat:no-repeat;
	background-position:right top
	}


.testimonial_right{
	width:34px;
	background-image:url('../Images/testimonial-right.gif');
	background-repeat:no-repeat;
	background-position:left 62%
}


.authentication {
	background-color: #efefef;
	margin: 8px auto;
	padding: 5px;
	width: 294px;
	height: 71px;
	border: 1px #c6c5c5 solid;
	text-align: center;
}
.authentication a {
	display: inline-block;
	width: 135px;
	height: 31px;
	background-image: url('/Documents%20Techniques/Images/connexion-button.gif');
	background-position: 0% 0%;
}
.authentication a:hover {
	background-position: 0% 100%;
}





.downloads {
	margin: 8px auto;
	width: 294px;
}
.downloads img {
	border: none;
}
.downloads a {
	color: #1a6493;
}


.downloads a:visited,.downloads a:link{
	color: #1a6493;
}


.footer {
}
.super_footer {
	background-color:#c3c3c3;
	width:100%;
	float:left;
}
.super_footer div {
	float:left;
	padding: 9px;
	width:170px;
}
.super_footer div a {
	font-size: 11px;
	text-decoration:none;
	color: #4c4c4c;
	display:block;
	width: 100%;
	border-bottom:1px dotted;
	padding: 2px 0;
}

.super_footer div a:visited,.super_footer div a:link  {
	font-size: 11px;
	text-decoration:none;
	color: #4c4c4c;
	display:block;
	width: 100%;
	border-bottom:1px dotted;
	padding: 2px 0;
}

.super_footer div a:hover {
	border-bottom-style: solid;
	text-decoration: none;
}
.super_footer div a.super_footer_title {
	font-size: 12px;
	font-weight: bold;
	color: #1d5d88;
	text-decoration:none;
	display: block;
	width: 100%;
	padding: 2px 0;
	margin-bottom: 6px;
	border-bottom: 1px dotted;
}
.super_footer div a.super_footer_title:hover {
	border-bottom-style: solid;
	text-decoration: none;
}
.mini_footer_bar_links {
	background-color:#1d5d88;
	height:37px;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	line-height:37px;
	float:left;
	width:100%
}
.mini_footer_bar_links a {
	color: #ffffff;
	text-decoration:none;
	padding: 0 10px;
}

.mini_footer_bar_links a:visited, .mini_footer_bar_links a:link 	{
	color: #ffffff; 
	text-decoration:none;
	padding: 0 10px;
}

.mini_footer_bar_links a:hover {
	text-decoration: underline;
}


.content_widget_separator {
	width: 11px;
	padding: 10px 0;
	margin: 10px 0;
	float: left;
}
.content_widget span {
	margin: 0 10px 15px 10px;
	display: block;
	color: #1a6493;
}
.content_widget_title, .ms-WPTitle {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid;
	color: #1a6493;
}
.ms-WPHeader {
	display:block;
	margin:0;
	width:97%;
}
.ms-WPHeader td {
	border-bottom: 0;
	padding: 0 0 15px 10px;
}
.ms-WPTitle {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.ms-WPTitle span {
	margin: 0;
}
.content_widget_text {
	font-size: 12px;
	color: #1a6493;
}
                                                  
.a_venir{
	color: #4C4C4C;	
	display:block;
	font-size:12px;
	padding:0 0 5px 10px;
	text-decoration:none;
	width:91%;
}

.a_venir a:visited, .a_venir a:hover, .a_venir a:link{
	color: #4C4C4C;
	border-bottom:1px dotted;
	display:block;
	font-size:12px;	
	text-decoration:none;
}

.contenu_article{
	color:#1A6493;
}

/* Surchage des styles SharePoint (core.css) */
.ms-WPBody{
	font-family: Arial, Helvetica, sans-serif;
}

.ms-WPBody td{				
	font-family: Arial, Helvetica, sans-serif;
}

.ms-MenuUIPopupBody {
	z-index: 10;
}

.ms-WPAddButton span {
	display: inline;
	margin: 0;
}

a span.ms-WPEditText {
	display: none;
}

#MSOTlPn_WebPartPageDiv {
	overflow: visible;
}

span.ms-formvalidation {
	color: #ff0000;
}













/* Styling Forms */
.ms-long {
	width:99%;
}
p.form_element input, textarea {
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:4px 0 4px 0;
	color:#1A6493;
	width:410px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background:#f6f6f6;
}
input.ms-ButtonHeightWidth {
	border:0;
	margin:0;
	padding:0;
	clear:both;
	margin-left:10px;
	width:125px;
	height:31px;
	background:#666666 url('/Documents%20Techniques/Images/button.png') no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: inherit;
	cursor:pointer !important; cursor:hand;
}
input.ms-ButtonHeightWidth:hover, input.ms-ButtonHeightWidth:focus {
	background:#666666 url('/Documents%20Techniques/Images/button.png') no-repeat;
}
select.ms-RadioText {
	margin:4px 0;
	border:solid 1px #aacfe4;
}
p.form_element {
	position:relative;
	margin: 0;
	height:100%
}
p.form_element label.auto_hide_label {
	position:absolute;
	top:0;
	left:0;
	cursor: text;
}
p.form_element span {
	margin-bottom: 5px;
}

.ms-SPZone {
	padding:0;
	border:0;
}

.ms-WPBorder {
	border:0;
}