/* 
    Document   : styles
    Created on : 8 avr. 2009, 14:12:12
    Author     : Ludovic
    Description:
        Purpose of the stylesheet follows.
*/

*{
    margin: 0;
    padding: 0;
}

body{
    background: #020f1e url('../images/design/header_light.jpg') top center no-repeat;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #006484;
    behavior: url('csshover.htc');
}

div#barre{
    width: 100%;
    height: 245px;
    background: url('../images/design/background_barre.jpg') repeat-x;
    position: absolute;
    left: 0px;
    top: 57px;
    z-index: -1;
}

div#rainbow{
    width: 100%;
    background: url('../images/design/background.jpg') 50% 300px no-repeat;
    position: absolute;
    z-index: -2;
    height: 100%;
}

div#wrap div#header{
    background: url('../images/design/header.png') no-repeat;
    width: 910px;
    height: 175px;
    margin: auto;
    position:relative;
    behavior: url("js/iepngfix.htc");
}

div#wrap div#header h1{
    display: none;
    z-index: 0;
}

div#wrap div#header h2{
    text-align: right;
    color: #93afc1;
    font-family: "Trebuchet MS";
    font-size: 14px;
    width: 300px;
    position: absolute;
    top: 68px;
    right: 40px;
}

/* client access */

a#client_acces{
    position: absolute;
    width: 80px;
    height: 22px;
    text-indent: -10000px;
    background: url('../images/acces_client_fr.jpg');
    top: 32px;
    left: 620px;
    z-index: 50;
    filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8;
}

a#client_acces:hover{
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

div#wrap span#choseLg{
    color: #306eb4;
    position: absolute;
    top: 35px;
    left: 50%;
    font-weight: bold;
    font-size: 12px;
    z-index: 5;
    width: 375px;
    text-align: right;
}

div#wrap div#header span#choseLg a{
    color: #006484;
}

div#wrap div#menu{
    position: absolute;
    top: 134px;
    left: 50%;
    width: 865px;
    height: 31px;
    background: url('../images/design/menu.jpg');
    margin-left: -436px;
    font-family: "Trebuchet MS";
}

div#wrap div#menu ul{
    margin: 0;
    padding: 0;
    margin-left: 12px;
    margin-top: 1px;
    text-align: center;
}

div#wrap div#menu ul li{
    display: block;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    border-left: 1px #88b5c4 solid;
    padding: 0 5px 2px 4px;
}
div#wrap div#menu ul li.first
{
	border-left: none;
}

div#wrap div#menu ul li:hover{
    color: #006484;
    background: url('../images/design/menu_hover.jpg');
}

div#wrap div#menu ul li a{
    color: #fff;
    text-decoration: none;
    font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: 25px;
    
}

div#wrap div#menu ul li a:hover{
    color: #006484;
}

div#wrap div#menu ul li ul li a{
    color: #fff;
    text-decoration: none;
    font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: 20px;
}


/*on enleve la restriction de taille du menu*/

div#menu ul ul {
    position: absolute;
    display: none;
    background: url('../images/design/sub_menu.jpg');
    top: 25px;
    left: 100px;
}


div#menu li ul li{
    margin-left: 0px;
}


div#menu ul li:hover ul{
    display:block;
}

div#menu ul li ul{
    z-index: 20;
}






/**************************************************/

/* subMenu */
/*
div#wrap div#menu ul ul{
    position: absolute;
    background: url('../images/design/sub_menu.jpg');
    width: auto;
    right: 20px;
    margin-top: 5px;
    display: none;
}*/

div#wrap div#content{
    background: url('../images/design/background_page.png');
    behavior: url("js/iepngfix.htc");
    width: 910px;
    margin: auto;
}

/* for right col */

div#wrap div#content div#rightCol{
    float: right;
    margin-right: 25px;
    width: 207px;
}

div#wrap div#content div#rightCol div.rightInformation{
    background: url('../images/design/news_background.jpg');
}

div#wrap div#content div#rightCol div.rightInformation h3{
    height: 21px;
    background: url('../images/design/news_header.jpg');
    font-size: 13px;
    padding: 11px 5px 0 25px;
    margin-bottom: 10px;
}

div#wrap div#content div#rightCol div.rightInformation form,
div#wrap div#content div#rightCol div.rightInformation div#formError{
    padding: 0 5px 0 25px;
}

div#wrap div#content div#rightCol div.rightInformation form#newsletter input{
    width: 100px;
}

div#wrap div#content div#rightCol div.rightInformation form#newsletter input#submit{
    
}

div#wrap div#content div#rightCol div.rightInformation span.newsTitle,
div#wrap div#content div#rightCol div.rightInformation span.newsDate,
div#wrap div#content div#rightCol div.rightInformation span.newsLink,
div#wrap div#content div#rightCol div.rightInformation p{
    padding: 0 5px 0 25px;
    display: block;
}

div#wrap div#content div#rightCol div.rightInformation img{
    padding: 0 5px 0 15px;
    display: block;
}

div#wrap div#content div#rightCol div.rightInformation span.newsTitle{
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

div#wrap div#content div#rightCol div.rightInformation span.newsDate{
    color: #93b0c2;
    font-size: 11px;
}

div#wrap div#content div#rightCol div.rightInformation span.newsLink{
    width: 150px;
    text-align: right;
}

div#wrap div#content div#rightCol div.rightInformation span.newsLink a{
    color: #447594;
    text-decoration: none;
}

div#wrap div#content div#rightCol div.rightInformation span.newsLink a:hover{
    text-decoration: underline;
}

div#wrap div#content div#rightCol div.rightInformation span.informationFooter{
    height: 10px;
    background: url('../images/design/news_footer.jpg');
    display: block;
    font-size: 0px;
}

div.refImg
{
	margin: 25px;
	height: 155px;
	width: 155px;
}

div#wrap div#content div#rightCol div#referencesImg{
    width: 183px;
    height: 110px;
    margin-left: 10px;
    text-align: center;
    position: relative;
}

div#wrap div#content div#rightCol div#referencesImg img{
    position: absolute;
}




div#wrap div#content span#ariane{
    margin-left: 20px;
}

div#wrap div#content div#secteursHome{
    background: url('../images/design/home_secteur.jpg') no-repeat;
    width: 658px;
    height: 253px;
    margin: 5px 20px 5px 15px;
    position: relative;
}

div#wrap div#content div#secteursHome span{
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 150px;
    text-align: center;
    position: absolute;
}

div#wrap div#content div#secteursHome a{
    color: #00121e;
    text-decoration: none;
    letter-spacing: 0.01px;
    font-size: 10px;
}

div#wrap div#content div#secteursHome a:hover{
    text-decoration: underline;
}

span#secteur1{
    top: 92px;
    left: 73px;
}

span#secteur2{
    top: 92px;
    left: 253px;
}

span#secteur3{
    top: 92px;
    left: 429px;
}

span#secteur4{
    top: 193px;
    left: 253px;
}

span#secteur5{
    top: 193px;
    left: 429px;
}

div#wrap div#content div#page{
    width: 640px;
    margin: 15px;
    color: #006484;
    position: relative;
    padding-left: 20px;
}

div#wrap div#content div#page table td{
    padding-bottom: 20px;
}

div#wrap div#content p{
    font-family: "Arial";
    font-size: 12px;
    padding-bottom: 10px;
    text-align: justify;
    margin-right: 15px;
}

div#wrap div#content div#page h1{
    margin-bottom:17px;
    padding-top:17px;
    clear: left;
}

div#wrap div#content div#page h2, div#wrap div#content div#page h3{
        margin-bottom:7px;
    padding-top:0;
}

div#wrap div#content div#page h3{
    color: #006484;
}

div#wrap div#content div#page ul.subMenu li{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-left: 1px #88b5c4 solid;
}

div#wrap div#content div#page ul.subMenu li a{
    padding: 0 3px 0 3px;
}

div#wrap div#content div#page ul.subMenu li a:hover{
    background: #1d7490;
    color: white;
}

img.left{
    float: left;
    margin: 0 10px 10px 0;
}

img.right{
    float: right;
    margin: 0 10px 10px 0;
}

div#wrap div#content div#page div.left{
    float: right;
    width: 305px;
    background: url('../images/design/v_separation.jpg') no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}

div#wrap div#content div#page div.right{
    float: right;
    width: 305px; 
}

div#wrap div#content div#page ul li{
    margin-left: 25px;
}

div#footer{
    background: url('../images/design/footer.png') repeat-x;
    behavior: url("js/iepngfix.htc");
    height: 151px;
    margin-top: -30px;
}

div#footer div#globalFooter{
    width: 910px;
    margin: auto;
    position: relative;
    color: #5da4bf;
    font-weight: bold;
    font-size: 11px;
}

div#footer div#globalFooter a{
    color: #5da4bf;
    text-decoration: none;
}

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

div#footer div#globalFooter div#footerLastCol ul li{
    list-style: none;
}

div#footer div#globalFooter div#footerLastCol{
    float: right;
}

div#footer div#globalFooter div#footerSecondCol, div#footer div#globalFooter div#footerLastCol{
    background: url('../images/design/foo_separation.jpg') left center no-repeat;
    padding-left: 40px;
}
div#footer div#globalFooter div#footerLastCol ul li a{
    color: #fff;
}

div#footer div#partenaireContent,
div#footer div#partnersLinks{
    float: left;
}

div#footer div#partnersLinks{
    margin: 20px 0 0 45px;
    width: 300px;
    height: 120px;
}

div#footer div#globalFooter div#footerLastCol,
div#footer div#partenaireContent{
    margin: 20px 0 0 0;
}


div#footer div#globalFooter div#createBy{
    position: absolute;
    top: 120px;
    right: 40px;
    color: #5da4bf;
}

div#footer div#globalFooter div#createBy a{
    color: #5da4bf;
}

div.cleaner{
    margin: 20px;
    clear: both;
}

span.hr{
    background: url('../images/design/h_separation.jpg') no-repeat;
    display: block;
    width: 608px;
    height: 1px;
    margin-top:20px;
	margin-left:5px;
}

span.newshr{
    background: url('../images/design/news_hr.jpg') no-repeat;
    display: block;
    width: 162px;
    height: 4px;
    margin: 5px;
}

a.more{
    background: url('../images/design/background_btn.jpg') repeat-x;
    padding: 3px 30px 5px 10px;
    margin-top: 20px;
    margin-left: 160px;
    font-size: 13px;
    display: block;
    width: 100px;
    color: #006484;
    text-decoration: none;
}

a.more:hover{
    text-decoration: underline;
}

span#ariane{
    font-size: 10px;
    font-weight: bold;
    color: #007d9c;
}

div.catalogue{
    background: url('../images/design/h_separation.jpg') bottom center no-repeat;
    clear: left;
    margin-bottom: 13px;
}

div.catalogue img{
    /*float: left;
    background: url('../images/design/background_catalogue.jpg');
    margin: 0 15px 15px 0;*/
}

div.catalogue table{
    float: left;
    background: url('../images/design/background_catalogue.jpg');
    margin: 0 15px 15px 0;
    width: 215px;
    height: 182px;
    text-align: center;
}

div.catalogue span img{
    padding-top: 12px;
}

div.catalogue h2{
    padding-bottom: 15px;
}

div.cleanLeft{
    clear: left;
    margin: 0 5px 7px 0;
}

a img{
    border: 0;
}

a{
    outline: none;
    color: #447594;
}

ul li{
    list-style-image: url('../images/design/arrow.jpg');
    margin: 3px 0 0 0;
}

div#footer ul li{
    list-style-image: none;
}


div.productsDescription{
    margin-left: 230px;
    width: 390px;
}

/* form contact */

form#contact label, form#newsletter label, form#jobs label{
    display: block;
    width: 150px;
}

div#menuBottom li{
    float: left;
    list-style: none;
    margin-right: 5px;
}

div#menuBottom ul{
    margin-left: 20px;
}

div#menuBottom ul ul{
    display: none;
}



div.float{
    float: left;
}

div.backToTop{
    margin: 20px 0 0 50px;
    padding-top: 10px;
    clear: left;
}

div.backToTop a{
    text-decoration: none;
}

div.backToTop a:hover{
    text-decoration: underline;
}
#formError
{
	margin-bottom: 20px;
}
#logo-cliquable
{
	height:110px;
	margin-left:22px;
	margin-top:21px;
	position:absolute;
	width:286px;
}