/*=================================================*/
/*===               Reset Meyer                 ===*/
/*=== http://meyerweb.com/eric/tools/css/reset/ ===*/
/*=================================================*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#tags a, div#updates a, div#footer a, ul.dropdown a {
    text-decoration: none;
}

div#tags a:hover {
    text-decoration: underline;
}

/*===============*/
/*=== Commons ===*/
/*===============*/

body, html {
    min-height : 100%;
}

body {
    margin : 0;
    padding : 0;
    color : #393939;
    background : #FFF;
    line-height : 1.5em;
    font : normal 75% Tahoma;
}

/*Sticky Footer Opera Fix*/
body:before {
	width: 0;
	height:100%;
	float: left;
	content: "";
	margin-top: -32767px;
}

.left {
    width:auto;
    float:left;
}

.right {
    width:auto;
    float:right;
}

a { 
    text-decoration : underline;
}

a:hover {
    text-decoration : none;
}

/*================*/
/*=== Clearers ===*/
/*================*/

hr.homepage-clear, .clear {
    margin:0;
    border:0;
    height:0;
    padding:0;
    clear:both;
    display:block;
    border-width:0;
    visibility:hidden;
}

/*===============*/
/*=== Columns ===*/
/*===============*/
.col2-set .col-1 {
    float:left; width:48.5%;
}

.col2-set .col-2 { 
    float:right; width:48.5%;
}

.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	width:32%;
	float:left;
}

.col3-set .col-3 { 
    float:right;
}

.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
	float:left;
	width:24.9%;
}

.col4-set .col-4 { 
    float:right;
}

/*============*/
/*=== Text ===*/
/*============*/
#blocks h1 { 
    font-size : 25px;
}

#blocks h2 { 
    font-size:24px;
}

#blocks h3 { 
    font-size : 21px;
}

#blocks h4 { 
    font-size : 19px;
}

#blocks h5 { 
    font-size : 17px;
}

#blocks h6 { 
    font-size : 15px;
}

#blocks h1, #blocks h2, #blocks h3, #blocks h4, #blocks h5, #blocks h6 {
    color : #000;
/*    margin-bottom: 5px;*/
}


/*=====================*/
/*=== Dropdown Menu ===*/
/*=====================*/
.dropdownarrow {
	background:url( ../images/menu_item-arrow.png ) no-repeat center right;
}

ul.dropdown {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: auto
}

ul.dropdown li {
    float:left;
    height:27px;
    color:#727272;
    border-left:1px solid #c7c5c4;
    list-style-type: none;
    text-align: left;
}

ul.dropdown li:nth-child(1) {
    border-left: none;
}

ul.dropdown li.last {
    border-right: none;
}

ul.dropdown a:hover {
    color: #000;
    text-decoration: none;
}

ul.dropdown li a {
	display: block;
	line-height:27px;
}

ul.dropdown li a span.left,
ul.dropdown li a span.right,
ul.dropdown li a span.center {
	width:6px;
	height:27px;
	float: left;
}

ul.dropdown li a span.center {
	width:auto;
	padding: 0 8px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    color: #000;
    position:relative;
    border-right:none;
}

ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
	border-right:1px solid #c7c5c4;		
}
    
ul.dropdown li.hover a span.center,
ul.dropdown li:hover a span.center {
	padding-left:8px;
	background:url( ../images/menu_item-background.png ) repeat-x top left transparent;	
}
    
    
ul.dropdown li:hover a span.left,
ul.dropdown li.hover a span.left {
    background:url( ../images/menu_item-left.png ) no-repeat top left transparent;
}

ul.dropdown li:hover a span.right,
ul.dropdown li.hover a span.right {
    background:url( ../images/menu_item-right.png ) no-repeat top left transparent;
}

ul.dropdown ul {	
    left:0px;
    top:100%;
    width:188px;
    position:absolute;
    visibility:hidden;
    padding: 0px;
    margin: 0px;
}

ul.dropdown ul li {
    float:none;
    height: auto;
    border-right:0;
    text-transform:none;
    border-left:1px solid #bababa;
    border-right:1px solid #bababa;
    border-top:1px solid #FFF;
    border-bottom:1px solid #bababa;
    background:none repeat scroll 0 0 #e9e9e8;
    padding: 0px;
    margin: 0px;
}

ul.dropdown ul li.last {
    border-right:1px solid #bababa;
}

ul.dropdown ul li a {
	width:150px;
	padding:0 15px;
	line-height:24px;
	display:inline-block;
}

ul.dropdown ul ul {
    top:0;
    left:100%;
}

ul.dropdown li:hover > ul {
    visibility:visible;
}

ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
	background:#d0d0ce;
}

ul.dropdown li.first { 
    border-top:0;
}

ul.dropdown li.last {
    border-bottom:0;
}

ul.dropdown ul ul li.first { 
    border-top:1px solid #bababa;
}

ul.dropdown ul ul li.last {
    border-bottom:1px solid #bababa;
}

ul.dropdown li.bottomimage {
	border:0;
	padding:0;
	height: 8px;
	line-height: 7px;
	background:transparent;
}

ul.dropdown li.bottomimage.hover,
ul.dropdown li.bottomimage:hover {
    background:transparent;
}



/*=============*/
/*=== Blocs ===*/
/*=============*/
#footer a, #tags a, #header a, #bandeau a{
    color:#666;
}

b {
    font-weight:bold;
}

#blocks h2 a:hover { 
    text-decoration:none;
}

#blocks .blue a, #blocks .blue {
    color:#0e76f8;
}

#blocks .yellow a, #blocks .yellow{ 
    /* color:#fab809; */
	color:#ffcc00;
}

#blocks #trouver form p, #blocks #pro form p, #blocks #project div.attr_ezxmltext p {
    margin-bottom: 0px;
}


/*===============*/
/*=== Submits ===*/
/*===============*/
#blocks #pro form, #blocks #trouver form {
    margin: 10px 0px;
}

#blocks #pro form input.submit{
	width:5px;
	height:17px;
	display:block;
	background:url( ../images/buttons/submit.png ) no-repeat;
    color:#FFF;
    font-weight:bold;
    width:30px;
    border: none;
    padding-bottom: 2px;
}

#blocks #pro form p input{
    width: 90%;
}


/*=================*/
/*=== Structure ===*/
/*=================*/
.container { 
    width:900px;
}

.container  #main_content {
    padding-top: 20px;
}

#content {
    width:866px;
}

body {
	overflow-x:hidden; /* Fix sur la barre de scroll horizontale */
	position:relative;
	font-family:arial;
/*	background:url( ../images/background_top.jpg ) repeat-x transparent; */
}

#fullbackground { /* Fond de page */
	left:50%;
	top:101px;/* Hauteur du bandeau + marge basse */
	width:1400px;/* Hauteur definie */
	overflow:hidden;
	position:absolute;
	text-align:center;
	margin-left:-104px; /* Moitie de la hauteur definie */
}

#wrapper {
	margin: 0 auto;
	text-align:left;
	height: auto !important;
}

#content {
	margin-left:0;
}

#footer { /* Le footer colle au bas de la page */
	height:278px;
	margin:10px 0 0 0 !important;
/*	background:url( ../images/background_footer.jpg ) repeat-x transparent;*/
}

#footer.pro{ /* Le footer colle au bas de la page */
    height:auto;
    background:url( ../images/background_footer.jpg ) repeat-x 0px -230px transparent;
    padding: 5px 5px 22px;
}

.container {
	margin: 0 auto;
	position:relative;
}


/*==============*/
/*=== Header ===*/
/*==============*/
#header {
	height:127px;
	text-align: center;
}

#header form {
	display:inline;
}

#header .col2-set {
	height:68px;
}

#header .config {
	top:25px;
	position:absolute;
}

#header .config a {
	text-decoration:underline;
}

#header .logo h1 a {
	right: 0;
	top: 11px;
	width: 236px;
	height: 51px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	background: url( ../images/logo_dedietrich.gif ) no-repeat scroll left top transparent;
}

#header .navigation {
	z-index:1999;
	font-size:12px;
	position:relative;
        border-bottom: 1px solid silver;
}


/*===============*/
/*=== Content ===*/
/*===============*/
#bandeau {
	height:260px; 
	position:relative;
}

#bandeau .background {
	top:0;
	left:0;
	z-index:10;
	position:absolute;
}

#bandeau .produit {
	top:0;
	right:0;
	z-index:20;
	padding:15px;
	text-align: right;
	position:absolute;
	width: 550px;
}

#bandeau #base-line {
    bottom: 0px;
    right:0px;
    z-index:20;
    padding:15px;
    padding-bottom:5px;
    text-align: right;
    position:absolute;
    font-family: Verdana;
    font-size: 15px;
    font-style: italic;
}

#bandeau .orange {
    color: #F1B109;
}

#bandeau .blue {
    color: #1266AC;
}

#bandeau .green {
    color: #8CB018;
}

#bandeau .produit div#bloc_droite {
    float: right;
    padding-top: 15px;
}

#bandeau .produit h2 {
    font-size: 18px;
    color: #666666;
    font-family: Arial, serif;
    text-align: right;
}

#bandeau .produit h3 {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #8a8a8a;
    text-align: left;
}

#bandeau .produit span {
	width:300px;
	height: 140px;
	color:#353535;
	display:block;
	text-align:left;
	margin-left:15px;
	float: right;
	padding-right: 10px;
}

#bandeau .produit span p {
    margin-bottom: 10px;
}

#bandeau .produit span b{
	color:#898989;
	font-size:14px;
}

#bandeau .produit span div#links_bandeau {
    text-align: right;
}

#bandeau .produit span a {
	text-decoration:underline;
}

#bandeaux-stocks{
    display:none;
}

/*===============*/
/*=== Updates ===*/
/*===============*/
#updates {
	position: relative;
	height:69px;
	border:1px solid #adadad;
	background:url( ../images/background_updates.jpg ) repeat-x;
}

#updates .col-1 {
	padding:5px;
	width:205px;
	background:url( ../images/updates_splitter.jpg ) no-repeat top right;
}

#updates .col-1 h3 {
	color:#FFF;
	font-size:24px;
}

#updates .col-2 {
	width:72%;
	padding:12px;
	color:#353535;
}

#updates .col-2 h3 {
	color:#353535;
	font-size:14px;
	font-weight:bold;
}


/*==============*/
/*=== Blocks ===*/
/*==============*/
#blocks {
	margin-bottom:20px;
}

.lineblock {
	color:#353535;
	border-left:1px solid #adadad;
	border-right:1px solid #adadad;
	border-bottom:1px solid #adadad;
	background:url( ../images/background_block-grey.jpg ) repeat top left;
}

.block {
	border-right:1px solid #adadad;
}
.lineblock .block {
	float:left;
	width:195px;
	height:178px;
	padding:10px;
}

.lineblock .last {
	border:0;
	padding-right:11px;
}

.lineblock .vertical {
	height:376px;
}

.lineblock .horizontal{
	width:411px;
}

.lineblock .top {
	padding-bottom:10px;
}

.lineblock .bottom .left a,
.lineblock .bottom .right a {
	text-decoration: underline;
}

.lineblock .bottom .right,
.lineblock .bottom .left {
	border:0;
	padding:0;
	width:185px;
	padding-top:10px;
	padding-left:20px;
	height: auto;
}



#segmentation .bottom .right div.attr_ezxmltext p,
#segmentation .bottom .left  div.attr_ezxmltext p {
    width: 65%;
    text-align: left;
}

#segmentation .bottom .right  div.attr_ezxmltext p {
    width: 78%;
}

#segmentation .top {
    position: relative;
    height: 50px;
}

#segmentation .top div.attr_ezxmltext p {
    width: 75%;
	text-align:justify;
}

#segmentation .top a#segmentation_link {
    font-size: 11px;
    padding-right: 15px;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 11px;
    font-weight: bold;
    color: #0E76F8;
}

.doubleblock {	
	background:url( ../images/background_doubleblock.jpg ) repeat top left;
}

.lineblock .bottom .right {
	width:175px;
	padding-left:30px;	
}

.lineblock .double {
	width:411px;
	height:78px;
}

#segmentation i {
    font-style: italic;
}

#segmentation strong {
    font-weight: bold;
}

#blocks div a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #666666;
}

#blocks #project, #blocks #project a, #blocks #pro, #blocks #pro a {
    color: #C3C3C3;
}

#blocks #pro form p {
    margin: 0px;
}

#blocks #pro form input.submit {
    float: right;
    margin-right: 20px;
}

#project div.attr_ezxmltext, #project a {
    padding-left: 20px;
    width: 65%;
    display: inline-block;
}

#project a {
    display: inline-block;
    margin-top: 10px;
}

#project div.attr_ezxmltext p {
    text-align: left;
}

#project h2 {
    padding-bottom: 0px;
}

#sous_titre_bloc_project {
	color:#353535;
}

/*============*/
/*=== Tags ===*/
/*============*/
#tags {
    height:90px;
}

#tags .col-1 {
    width:225px;
}

#tags .col-1 ul {
    text-transform:uppercase;
    font-size:9px;
    line-height:19px;
}

#tags .col-1 img {
    float:left;
    padding-right:5px;
    border-right:1px solid #e2e2e3;
    margin-right:5px;
}

#tags .col-2 {
    width:71%;
    padding:0 10px;
}

#tags .col-2 h3 {
    color:#0e76f8;
    font-weight:bold;
    text-transform:uppercase;
}


/*==============*/
/*=== Footer ===*/
/*==============*/
.spacer {
    clear:both;
    font-size:0;
    height:0;
    line-height:0;
}

#footer .container #links dl.last {
    position: relative;
}

#footer .container #links #social_icons {
    position: absolute;
    bottom: 0px;
    left: 10px;
}

#footer dl {
	float:left;
	width:191px;
	min-height: 159px;
	padding:11px 12px 0 12px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	background:url( ../images/footer_list_splitter.jpg ) no-repeat top right transparent;
	margin: 0px;
}

#footer dl dd {
    margin: 0px;
}

#footer dl.first {
    width:203px;
    padding:11px 12px 0 0;
}

#footer dl.last {
    background:none;
    width:203px;
    padding:11px 0 0 12px;
}

#footer dl.three {
    width:270px;
}

#footer dt {
	height:32px;
	line-height:44px;
	font-weight:bold;
	margin-bottom:-14px;
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0px;
	padding: 0px
}

#footer dl.about dt {
    background:url( ../images/icones_footer_about.png ) no-repeat top right transparent;
}

#footer dl.research dt {
    background:url( ../images/icones_footer_search.png ) no-repeat top right transparent;
}

#footer dl.follow dt {
    background:url( ../images/icones_footer_follow.png ) no-repeat top right transparent;
}

#footer dl.solutions dt {
    background:url( ../images/icones_footer_solutions.png ) no-repeat top right transparent;
}

#footer dl.follow dd {
	height:100%;
}

#footer dl.follow dd div {
	bottom:21px; /* Hauteur du padding parent */
	position:absolute;
}

#footer ul {
    list-style-type:disc;
    margin-left:12px;
}

#footer li a:hover {
    text-decoration:underline;
}

#footer .extra-links {
	color:#5d5d5d;
	padding-top:15px;
	text-align:center;
	margin-bottom:15px;
}

#footer .extra-links a {
	color:#5D5D5D;
	font-size:11px;
	font-weight:bold;
}

#footer .extra-links h4 {
	color:#888;
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}

#footer .mentions h5 a {
	right: 0;
	width: 88px;
	height: 19px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	background: url( ../images/logo_dedietrich-small.png ) no-repeat scroll left top transparent;
}

#footer .mentions, #footer .mentions a {
    color:#aeafb0; 
}

#ot-sdk-btn.ot-sdk-show-settings {
    background: none!important;
    border: none!important;
    color: inherit!important;
    padding:inherit!important;
    font-size:inherit!important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover { 
    background: none!important;
    color: inherit!important;
}


/*================*/
/*=== Carousel ===*/
/*================*/
#mycarousel li {
    display: inline-block;
    position: relative;
    width: 620px;
    padding-left: 20px;
    vertical-align: middle;
}

#mycarousel div ul li img {
    float: left;
}

#mycarousel li a:hover {
    text-decoration: underline;
}

#mycarousel .carousel-pagination {
    position: absolute;
    left: 5px;
    bottom: 0px;
}
#mycarousel .carousel-pagination a {
    font-size: 75%;
    text-decoration: none;
    padding: 4px 5px;
    margin: 2px;
    color: #d4d4d4;
    background-color: #d4d4d4;
    font-weight: bold;
    font-size: 1px;
}

#mycarousel .carousel-pagination a span {
    font-size: 1px;
}

#mycarousel .carousel-pagination a:hover {
    cursor: pointer;
}

#mycarousel .carousel-pagination a.active {
    color: #ffffff;
    background-color: #ffffff;
}

div#mycarousel, div.carousel-wrap ul li img {
    padding-right: 10px;
    padding-bottom: 5px;
}

div#mycarousel, div.carousel-wrap, div.center-wrap, div.carousel-pagination, div.carousel-pagination p {
    outline: none;
}

div#mycarousel div.carousel-wrap, div#mycarousel div.carousel-wrap li, div#mycarousel div.carousel-wrap li a{
    height: 40px !important;
}

div#mycarousel div.carousel-wrap {
    top: 10px !important;
}

div#mycarousel div.carousel-wrap ul li a {
    padding-top: 5px;
    display: inline-block;
}


div.container div.hidePrint {
    margin-top: 10px;
}
