/* 
    Document   : testcvcss
    Created on : 7 juin 2010, 09:51:03
    Author     : ADCFR
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body{
    margin: 0;
    padding: 0;    
    font-family: "Arial",sans-serif;
}

#centerdiv{
    width: 961px;
    margin: 0 auto;
    position: relative;
}

#logoheader{
    width: 100%;
    position: relative;
    height: 106px;
    margin-bottom: 0px;
}

#logojobetic{
    position: absolute;
    top: 15px;
    left: 6px
}

#logobestpartner{
    position: absolute;
    top: 15px;
    right: 0px
}

#colonnesContent{
    position: relative;
    width: 961px;
    
}

#colLeft{
    position: relative;
    width: 770px;
    height: 400px;
    
    
}

#contentHeader{
    position: relative;
    height: 21px;
}

#titleHeaderLeft{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('imagestestcv/titleBackgroundCornerLeft.png');
    height: 21px;
    width: 15px;
}

#titleHeaderCenter{
    position: absolute;
    top: 0px;
    left: 15px;
    width: 740px;
    background-color: #ff6600;
    height: 21px;
    font-family: "Trebuchet MS",sans-serif;
}

#titleHeaderCenterLarge{
    position: absolute;
    top: 0px;
    left: 15px;
    width: 931px;
    background-color: #ff6600;
    height: 21px;
    font-family: "Trebuchet MS",sans-serif;
    
}

#titleHeaderText{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;    
}
h1{
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    padding: 0;
    margin: 0;
}

#titleHeaderRight{
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('imagestestcv/titleBackgroundCornerRight.png');
    height: 21px;
    width: 15px;   
}

#content{
    position: relative;
    color: #3c5998;
}

span.txtOrange{
    color:#e25b27;
}

#contentLeft{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 760px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    font-size: 19px;
    
}
#contentRight{
    position: absolute;
    top: 140px;
    left: 200px;
    width: 400px;       
    height: 200px;
}

#radioButton{
    position: absolute;
    top: 4px;
    left: 0px;
}

#radioButtonTxt{
    position: absolute;
    top: 0px;
    left: 25px;
    line-height: 25px;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
}
#selectFile{
    position: absolute;
    top: 30px;
    left: 25px;
    width: 343px;
    height: 155px;
    background-image: url('imagestestcv/cadre_cand.png');
}

#selectFileTitle{
    position: absolute;
    top: 14px;
    left: 80px;
    color: #ff6600;
    font-size: 22px;
    font-weight: bold;
    font-family: "Trebuchet MS",sans-serif;
}

#selectFileDesc{
    position: absolute;
    top: 53px;
    left: 9px;
    color: #000000;
    font-size: 10px;
}


#selectFileForm{
    position: absolute;
    top: 65px;
    left: 8px;
}

#selectFileForm a{
   color: #c2210f;
   text-decoration: none;
   font-weight: bold;
}
fieldset{
    border: 0;
    padding: 0;
    margin: 0;
}
#copyright{
    position: absolute;
    top: 400px;
    left: 160px;
    color: #9f9f9f;
    font-size: 12px;
}

#copyrightRelative{
    position: relative;    
    color: #9f9f9f;
    font-size: 12px;
}
#copyright a{
    color: #9f9f9f;
    text-decoration: underline;
}
#copyrightRelative a{
    color: #9f9f9f;
    text-decoration: underline;
}
#colRight{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    height: 500px;
    
}

#googleTop{
    height: 5px;
    overflow: hidden;
    background-image: url('imagestestcv/googleBackgroundTop.png');
    background-repeat: no-repeat;
    margin-top: 28px;
}

#googleContent{
    background-image: url('imagestestcv/googleBackgroundMiddle.png');
    background-repeat: repeat-y;
     height: 600px;
}

#google{
    position: relative;
    width: 120px;    
    height: 600px;
    margin-left: 22px;    
}

#googleBottom{
    height: 5px;
    overflow: hidden;
    background-image: url('imagestestcv/googleBackgroundBottom.png');
    background-repeat: no-repeat;
}


#textIntro{
    color: #3c5998;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
#textIntro a{
   color:#e25b27;
}

#controlInfo{
    font-weight: bold;
    margin-bottom: 10px;
}
#bonneLecture{    
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
}

#besoinaide{
    color: #3c5998;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 20px;
    
}
#besoinaide a{
   color:#e25b27;
}

#terminer{
    text-align: center;
    margin-top: 20px;
}


input.button_128{
    background: none;
    background-image: url('imagestestcv/button_128.png');
    width: 128px;
    height: 26px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

#contentLeftQuestionnaire{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 390px;
    height: 380px;
    background-color: #ffffff;
    font-size: 11px;
    

}

#contentLeftQuestionnaire input{
    font-size: 11px;
}

#verticalBlueLine{
    position: absolute;
    top: 30px;
    left: 392px;
    width: 6px;    
    overflow: hidden;
}

#vblTop{
    height: 6px;
    width: 6px;
    overflow: hidden;
    background-image: url('imagestestcv/blueLineTop.png');
    background-repeat: no-repeat;
}

#vblMiddle{
    width: 6px;
    height: 370px;
    overflow: hidden;
    background-color: #6699cc;
}

#vblBottom{
    height: 6px;
    width: 6px;
    overflow: hidden;
    background-image: url('imagestestcv/blueLineBottom.png');
    background-repeat: no-repeat;
}

#contentRightQuestionnaire{
    position: absolute;
    top: 30px;
    right: 0px;
    width: 350px;

    height: 280px;
    background-color: #ffffff;
    font-size: 11px;
}

#contentRightQuestionnaire input{
    font-size: 11px;
    width: 160px;
}


#envoyeForm{
    position: absolute;
    top: 430px;
    left: 300px;
    font-size: 11px;
}

#envoyeTxt{
    font-weight: bold;
}

#envoyeButton{
    margin-top: 10px;
    margin-left: 30px;
}
#envoyeButton input{
   font-size: 13px;
}


#copyrightQuestionnaire{
    position: absolute;
    top: 520px;
    left: 150px;
    color: #9f9f9f;
    font-size: 12px;
}


#copyrightQuestionnaire a{
    color: #9f9f9f;
    text-decoration: underline;
}

#afinAmeliorer{   
    font-weight: bold;
}

#voscommentaireimg{
   position: absolute;
   top: 60px;
   left: 10px;
}

#voscommentaireLabel{
   font-weight: bold;
   position: absolute;
   top: 40px;
   left: 80px;
}

#voscommentairetextarea{
    position: absolute;
    top: 60px;
    left: 80px;
}

#voscommentairetextarea textarea{
    width: 260px;
}


#depuisCombienimg{
    position: absolute;
    top: 170px;
    left: 9px;
}

#depuisCombienLabel{
   font-weight: bold;
   position: absolute;
   top: 140px;
   left: 30px;
}

#depuisCombienInput{
   font-weight: bold;
   position: absolute;
   top: 180px;
   left: 90px;
}

#depuisCombienInput input{
    width: 200px;
}

#combienCandiLabel{
   font-weight: bold;
   position: absolute;
   top: 230px;
   left: 30px;
}

#combienCandiInput{
   font-weight: bold;
   position: absolute;
   top: 227px;
   left: 300px;
}
#combienCandiInput input{
    width: 40px;
}

#combienReponseLabel{
   font-weight: bold;
   position: absolute;
   top: 258px;
   left: 45px;
}

#combienReponseInput{
   font-weight: bold;
   position: absolute;
   top: 255px;
   left: 300px;
}

#combienReponseInput input{
    width: 40px;
}

#posteRechercheLabel{
   font-weight: normal;
   position: absolute;
   top: 300px;
   left: 70px;
}

#posteRechercheInput{
   font-weight: bold;
   position: absolute;
   top: 297px;
   left: 175px;
}

#posteRechercheInput input{
    width: 165px;
}

#secteurLabel{
   font-weight: normal;
   position: absolute;
   top: 330px;
   left: 70px;
}

#secteurInput{
   font-weight: bold;
   position: absolute;
   top: 327px;
   left: 175px;
}

#secteurInput input{
    width: 165px;
}


#regionLabel{
   font-weight: normal;
   position: absolute;
   top: 357px;
   left: 70px;
}

#regionInput{
   font-weight: bold;
   position: absolute;
   top: 354px;
   left: 175px;
}

#regionInput input{
    width: 165px;
}

#siteprefereLabel{
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
}

#siteprefereimg{
    position: absolute;
    top: 50px;
    left: 30px;
}

#siteprefereInput1{
    position: absolute;
    top: 20px;
    left: 150px;
}

#siteprefereInput2{
    position: absolute;
    top: 45px;
    left: 150px;
}

#siteprefereInput3{
    position: absolute;
    top: 70px;
    left: 150px;
}

#siteprefereInput4{
    position: absolute;
    top: 95px;
    left: 150px;
}

#siteprefereInput5{
    position: absolute;
    top: 120px;
    left: 150px;
}


#contactLabel{
    position: absolute;
    top: 160px;
    left: 0px;
    font-weight: bold;
}

#nomLabel{
    position: absolute;
    top: 183px;
    left: 80px
}
#nomInput{
    position: absolute;
    top: 180px;
    left: 150px
}

#contactimg{
     position: absolute;
    top: 220px;
    left: 35px;
}

#contactInput1{
    position: absolute;
    top: 215px;
    left: 150px;
}

#contactInput2{
    position: absolute;
    top: 240px;
    left: 150px;
}


#messageAttente{
    z-index: 5000;
    position: absolute;
    display: none;
    height: 55px;
    width: 360px;
    border: 1px solid #cccccc;
    background-color: #FF6600;
    color: white;
    font-weight: bold;
    text-align: center;
    
    font-family: "Trebuchet MS",sans-serif;
}

#imgloading{
    position: absolute;
    top: 14px;
    left:2px;
}

#textload{
    position: absolute;
    top: 15px;
    left:34px;
    
}

#popupbg{
    z-index: 2000;
    display: block;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
