/********************************************************************************
 *
 * Style-sheet by EMiloG. Author Jean-René Gaibrois
 * Created on March the 11. of 2004
 *
 */
Body {
    background-color: #fff;
    background-image: url(../../arch/graphics/bgMain.gif);
    background-repeat: repeat-x;
    font-family: verdana, helvetica, sans;
    font-weight: normal;
    font-size: 13px;
    color: #333;
}


/********************************************************************************
 * Definition of the main div's section.
 */
div.main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 777px;
    z-index: 9;
}


img.logo {position: absolute;top: 12px;left: 0px;z-index: 2;}

img.borders{border: 1px solid #fff;margin-right: 10px; margin-bottom:10px;}


/********************************************************************************
 * Following are some sets of div's definition concerning different
 * content's container
 */

div.mainContent{
    position:relative;
    top: 0px;
    left: 64px;
    width: 680px;
    font-family: verdana, helvetica, sans;
    font-weight: normal;
    font-size : 13px;
    color: #333;
    z-index: 2;
}

div.infContent{
    position:absolute;
    top: 20px;
    left: 600px;
    width: 290px;
    font-family: verdana, helvetica, sans;
    font-weight: normal;
    font-size : 11px;
    color: #666;
    z-index: 2;
}



/********************************************************************************
 * Following are some sets of divs to hide
 *
 */
div.topNav{
   visibility: hidden;
}

div.nav{
   visibility: hidden;
}




/********************************************************************************
 * special format for table like effects
 */

div.groupe{
    padding-bottom:40px;
    border-bottom: 1px dotted #ccf;
}


div.bloc1{
    padding-top:20px;
    vertical-align: top;
    padding-right: 30px;
    width:280px;
    color:#6ff;
}

div.bloc2{
    vertical-align: top;
    width:180px;
}
.title {
    font-weight:bolder;
    color: #339;
}
.subtitle {color: #66c;}
.error {color: #66f;}
.comment{
    padding-top:0px;
    padding-bottom:50px;
}

.legend{
    padding-top:20px;
    padding-left: 20px;
    padding-bottom:10px;
    color: #99f;
    visibility:hidden
}
.advise{color: #99f;}
