﻿html, body {

}

#navigation {
    height: 156px;
    width: 900px;
}

#navigation ul {
    margin: 0 auto;
    width: 723px;
}

#navigation li {
    float: left;
    list-style-type: none;
    padding-left: 1px;
    text-align: center;
    width:240px;
}

#navigation img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    /*display: block;*/
    margin: 3px 0 5px 0px;
    padding: 4px;
}

#navigation a {
    color:#333333;
display:block;
font-size:11px;
height:122px;
padding:17px;
position:relative;
text-decoration:none;
}
#navigation a.current {
    background:transparent url(./img/nav_back.jpg) repeat scroll 0 0;
}

#panes {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url(./img/content_back2.jpg) repeat-x scroll 0 0; 
    /*background-color: #DEDEDE; */
    border-color:#CCCCCC;
    border-style:solid;
    border-width: 1px 0px 0 0px;
    padding-top:10px;
   /* margin-top: -5px; */
    position:relative;
}

#tdNEws {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url(./img/content_back2.jpg) repeat-x scroll 0 0; 
    /*background-color: #DEDEDE; */
    border: 1px solid #CCCCCC;
    padding:10px;
}
#mainLogo {
    display: block;
    width: 154px;
    height: 34px;
    position: relative;
    top: 55px;
    left: 35px;
}

#page
{
    margin: auto;
    width: 950px;
    height:100%;
    background-color: White;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    
}
#head
{
    height: 150px; /* border: 1px solid blue;*/
}
a
{
    text-decoration: none;
}
img {
    border: none;
}
#banner
{
    background-image: url(./img/fr_esca.jpg);
    width: 950px;
    height: 354px;
}
#bannerService {
    background-image: url(./img/services.jpg);
    width: 950px;
    height: 70px;
}
#bannerService h2 {
    color: White;
    font-weight: bold;
    font-size: 38px;
    position: relative;
    top: 30px;
    left: 10px;
}


#bannerSolutions {
    background-image: url(./img/solutions.jpg);
    width: 950px;
    height: 70px;
}

#bannerSolutions h2 {
    color: White;
    font-weight: bold;
    font-size: 38px;
    position: relative;
    top: 30px;
    left: 10px;
}


#bannerContact {
    background-image: url(./img/img_9708.jpg);
    width: 950px;
    height: 70px;
}

#bannerContact h2 {
    color: White;
    font-weight: bold;
    font-size: 38px;
    position: relative;
    top: 30px;
    left: 10px;
}


.ban {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
#menu
{
    position: absolute;
    top: 130px;
    font-size: 14px;
}
.menuItem
{
    float: left;
    width: 140px;
    text-align: center;
}
.menuItem a
{
    color: #999999;
    font-weight: bold;
}
.menuItem a:hover
{
    color: #FF0000;
    font-weight: bold;
}
.menuItemSelected a
{
    color: #FF0000;
    font-weight: 900;
}
#footer
{
    position:relative;
    bottom: 0px;
    text-align: right;
    font-size: 8pt;
    padding: 5px;
    border-bottom: 1px solid gray;
}
.invisible {
    display: none;
}
#mcMap {
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 425px; 
  height: 368px; 
  margin-top: -175px; /* moitié de la hauteur */ 
  margin-left: -212px; /* moitié de la largeur */ 
  border: 1px solid #000; 
  background-color: #ffffff;
}
.mc
{
    font-style: italic;
}
#content
{
    height:100%;
    /*padding: 20px;*/
}

#content a
{
    color: #4b4a4a;
}
#content a:hover
{
    text-decoration: underline;
}

.contentLeft {
    width: 560px;
    float: left;
    margin-right: 15px;
}
.contentRight {  
    float: right; 
    width: 330px;
}
.selectedLang {
    border: 2px solid gray;
}
#lang img {
    border: 2px solid white;
}
.article
{
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.article h3 { padding: 0; padding-bottom:12px; color: #000; font-size: 1.167em; text-transform: uppercase; }

.artImage {
    float: right;
    margin: 0 0px 5px 15px;
}

#lang {
display: none;
    /*display: inline;*/
    margin:0 0 0 338px;
}
#lang a {
    margin-right: 5px;
}


html { height: 100%; margin-bottom: 1px; font-size: 100%; }
body { min-width: 950px; margin: 0; padding: 0 0 65px; background: #F8F8F8; color: #555; font: .75em/1.3 "Arial", "Helvetica", sans-serif; } 
textarea, input, select, option, optgroup, button { font: 1em "Arial", "Helvetica", sans-serif; }
* { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
p, ul, ol, dl { padding-bottom: 1em; }
img { border: none; vertical-align: bottom; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
ul, ol { margin-left: 1.5em; padding-left: 0; }
ul { list-style-type: disc; }
address { padding: 0; font-style: normal; }
acronym { border-bottom: 1px dotted #555; cursor: help; }
code { font-family: "Consolas", "Lucida Console", "Monaco", monospace; }
pre { font-size: 1.1em; }
blockquote { margin: 0; padding: 0 50px; background: transparent url("../images/quote.png") no-repeat 0 0; font-style: italic; }
a
{
    background-position: -512px 100%;
    background: transparent url("../images/border_00.png") no-repeat -512px 100%;
    color: #009933;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover { background-position: 0 100%; color: #555; text-decoration: none; }
a:active { color: #000; }

. h3 { padding: 0; color: #000; font-size: 1.167em; text-transform: uppercase; }

.left { float: left !important; }
.right { float: right !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.contact h4 { padding: 0 0 1em; color: #000; font-size: 1.083em; line-height: 1; }

.address { padding: 24px 25px 35px 29px; }
.address h3 { padding: 0; color: #000; font-size: 1.167em; text-transform: uppercase; }
.address address { padding-bottom: 1ex; }
.address p { padding-bottom: 0; }
.address .contact-options { padding: 1em 0 0; }
.address .contact-options h4,
.address .contact-options p { padding-bottom: 1ex; }
.address .icon { padding-top: 1.2em; padding-left: 64px; }
.address .icon p { padding-bottom: .75ex; }



form.write { overflow: hidden; }
form.write .left { width: 225px; padding: 0 0 1em; }
form.write .right { width: 300px; padding: 0 0 1em; }
form.write h4 { margin: 0 0 2em; border-bottom: 1px solid #EFEFEF; }
form.write p { overflow: hidden; clear: both; }
form.write p.text-right { padding: 1em 0 0; }
form.write textarea,
form.write input.text { display: block; margin: .5ex 0 0; }
form.write .left input.text { width: 220px; }
form.write .right textarea { width: 295px; height: 15em; }
form.write label.checkbox { float: right; width: 525px; color: #888; font-size: .917em; font-weight: 400; }
form.write input.checkbox { float: left; }

form.quote { overflow: hidden; }
form.quote .left { width: 300px; padding: 0 0 1em; }
form.quote .right { width: 225px; padding: 0 0 1em; }
form.quote h4 { margin: 0 0 2em; border-bottom: 1px solid #EFEFEF; }
form.quote p { overflow: hidden; clear: both; }
form.quote p.type strong { clear: both; display: block; }
form.quote select,
form.quote textarea,
form.quote input.text { display: block; margin: .5ex 0 0; }
form.quote input.checkbox { float: left; clear: left; }
form.quote p.type input { float: left; clear: left; margin-top: .5ex; cursor: pointer; }
form.quote p.type label { float: left; clear: right; margin-top: .5ex; margin-left: 5px; font-weight: 400; }
form.quote .left input.text { width: 295px; }
form.quote .left textarea { width: 295px; }
form.quote .left select { width: 300px; }
form.quote .right input.text { width: 220px; }
form.quote .right input.file { width: 225px; }
form.quote label.checkbox { float: right; width: 525px; color: #888; font-size: .917em; font-weight: 400; }

/*
** two columns
*/
ul.two-columns { overflow: hidden; list-style: none; margin: 0; padding: 0; }

.header ul.two-columns { position: relative; margin: 0 0 20px; padding: 0 20px 23px; background: transparent url("../images/border_01.png") repeat-y 50% 0; line-height: 1.4; }
.header ul.two-columns li { width: 420px; padding: 0 0 1em; }
.header ul.two-columns h3 { color: #FFF; font-size: 1.917em; font-weight: 400; text-transform: lowercase; line-height: 1; }
.header ul.two-columns h3.sifr { font-size: 2.3em; }
.header ul.two-columns p { overflow: hidden; padding: 1.5ex 0 0; }
.header ul.two-columns p.last { position: absolute; bottom: 5px; padding: 0; }
.header ul.two-columns a.button-05 { background-position: 0 -20px; }
.header ul.two-columns a.button-05 span { background-position: 100% -20px; }

.content ul.two-columns { clear: both; border-top: 1px solid #EFEFEF; }
.content ul.two-columns li.left { width: 320px; }
.content ul.two-columns li.left h3 { padding-top: 1ex; padding-bottom: 1ex; }
/*.content ul.two-columns li.left  h4 { margin: 0 0 2em; border-bottom: 1px solid #EFEFEF; }
*/
.content ul.two-columns li.right { width: 550px; padding: 25px 19px 0 0; line-height: 1.4; }
.content ul.two-columns li.right h3 { padding-top: 1ex; padding-bottom: 1ex; }
.content ul.two-columns li.right h4 { padding-bottom: 1em; }


.content ul.two-columns h1 { padding-left: 0; padding-top: 0; }

.content ul.two-columns-alt { overflow: hidden; padding: 2em 19px 0; border-top: none; }
.content ul.two-columns-alt li.left { width: 425px; margin-right: -1px; padding: 0 30px 0 0; border-right: 1px solid #efefef; }
.content ul.two-columns-alt li.right { width: 424px; margin-left: -1px; padding: 0 0 0 30px; border-left: 1px solid #efefef; }
.content ul.two-columns-alt h3 { padding-top: 0; }
.content ul.two-columns-alt .icon { margin-left: -6px; }

button { cursor:pointer;}
button.button-02 { height: 26px; padding: 0; border: none; background: transparent; color: #FFF; font-size: .833em; text-transform: uppercase; }
button.button-02 span { float: left; padding: 0 0 0 8px; background: #838383 url("../images/button_02.png") no-repeat 0 0; line-height: 26px; white-space: nowrap; }
button.button-02 span span { padding: 0 8px 0 0; background-position: 100% 0; }


