/* 
    Document   : block
    Created on : Dec 9, 2008, 2:03:12 PM
    Author     : mafias
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

hr {border: 0; color: #9E9E9E; background-color: #9E9E9E; height: 1px; width: 90%;
text-align: left;}
h1 {
	font-family:Verdana;font-size:20px;color:#c09856;line-height:30px;}

body {
    background-color:#352313;
    overflow:hidden;
}

a
{
  outline: none;
}


#main{
        max-width: 1520px;
       /* min-height: 100%;*/

        /*IE hack*/
        width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1520? "1520px" : "auto");

        background:url(../images/bg.jpg);margin:0 0 0 0;padding:0 0 0 0;overflow:hidden;font-family:Times,"Times New Roman", serif;

}

#header .top{width:100%;height:114px;background:url(../images/body_bg_copy.jpg) top right no-repeat;}

#header .title{}

#header .underTop{width:100%;height:114px;background:#F5F5F3 url(../images/under_bg.jpg) top right no-repeat;}

#header .bande{
        min-width:1152px;
        width:100%;
        overflow:hidden;
         /*IE hack*/
        width: expression(document.body.clientWidth < 1152? "1152px" : "auto");
  }
#header .pictureContener {float:right;padding-right:9px}
#header .logo{padding:14px 25px 0 8px;float:left}

#header .picture{padding:8px 0 0 9px;float:left}

#header .menu{min-width:562px;width:100%;height:24px;background:#232020}
#header .menu .linkContener{padding:0 0 0 65px;float:left}
#header .menu .languageContener{float:right;height:23px;padding-right:7px;}
#header .menu .link{padding-right:17px;}
#header .menu a{height:23px}
#header .menu .languageLink {height:auto;display:block;float:left;color:#ab965d;text-decoration:none;font-weight:normal;font-family:Verdana, Arial, Helvetica;font-size:12px;padding:2px}

#content{width:100%;}
#content .defaultBg{height:100%;width:100%;background:url(../images/home.jpg) top left no-repeat}
#content .expertiseBg{height:100%;width:100%;background:url(../images/expertise.jpg) top left no-repeat}
#content .missionBg{height:100%;width:100%;background:url(../images/mission.jpg) top left no-repeat}
#content .reverieBg{height:100%;width:100%;background:url(../images/reverie.jpg) top left no-repeat}
#content .whiteBg{height:100%;width:100%;background:#ffffff}
#content .selectionBg{height:100%;width:100%;background:url(../images/selection.jpg) top left no-repeat}
#content .applicationBg{height:100%;background:url(../images/application.jpg) top left no-repeat}
#content .plainBg{height:100%;background:url(../images/legal.jpg) repeat-y}
#content > div:first-child  {overflow:auto}
#content .brun{color:#352313}
#content a{color:#ffffff;text-decoration:none}
#content .contenText{padding:40px 0 0 83px;font-family:Verdana;font-size:12px;color:#fff;line-height:15px;}
#content .contener{width:385px;padding-bottom:5px}

#content .defaultBg   .contener{width:330px;}
#content .selectionBg .contener{width:650px;}
#content .expertiseBg .contener{width:350px;}

#content p{padding-bottom:10px}
#content ul{margin-left:15px;list-style: outside;padding-bottom:15px }
#content li{display:list-item; list-style-type:disc;padding-bottom:3px}

#footer{width:100%;height:22px;background:#352313;}

#footer div{color:#ffffff;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;text-decoration:none}
#footer div a{color:#ffffff;font-size:12px;text-decoration:none}
