/********************************************************************************
*
 * Style-sheet by EMiloG. Author Jean-René Gaibrois
 * Created on March the 11. of 2004
 *
 */
body {
    background-color: #000;
    background-image: url(../../tpl/img/bg.gif);
    background-repeat: no-repeat	;
    font-family: "Courier new", monospace;
    font-weight: normal;
    font-size: 12px;
    color: #ccc;
}


/*
 * The set of links-tag
 */
a {
    font-size: 12px;
    text-decoration: none;
    font-weight: bolder;
}
a:link, a:active, a:visited {color: #ccc;}
a:hover {color : #c00;}

.a2:link, .a2:active, .a2:visited {color: #c00;}
.a2:hover {color : #ff0;}

div.main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 760px;
    z-index: 1;
}
/********************************************************************************
 * The general form-format - special definition's for input and
 * button begins at line 165.
 *
 */

Form {
    font-weight:normal; 
    font-family: "Courier new", monospace;
    font-size: 12px; 
    line-height: 120%;
    width: 470px;
}


table {
    padding: 20px;
    border-style: none;
    border-spacing: 10px;
    font-family: "Courier new", monospace;
    font-weight: normal;
    font-size: 12px;
    color: #ccc;
}

th {
    background-color: #666;  
    font-family: "Courier new", monospace;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

img {
    border-style: none;
}


div,p,li {
    font-family: "Courier new", monospace;
    font-weight: normal;
    font-size: 12px;
    color:#ccc;
}

/********************************************************************************
 * Following are some sets of img's definition concerning different
 * layout's container
 *
 */


div.bgNav {
    position: absolute;
    top: 170px;
    left: 10px;
    width: 212px;
    z-index: 1;
}


div.bgContent {
    position: relative;
    padding-bottom: 50px;
    top: 120px;
    left: 280px;
    width: 490px;
    z-index: 1;
}



div.deco {
    position: absolute;
    background-image: url(../../tpl/img/deco.gif);
    background-repeat: no-repeat;
    top: 230px;
    left: 0px;
    width: 770px;
    height: 663px;
    z-index: 1;
}


img.logo {position: absolute;top: 12px;left: 0px;z-index: 2;}
img.borders{border: 1px solid #ccc;}


/********************************************************************************
 * Following are some sets of div's definition concerning different
 * content's container
 */

div.subNav {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 760px;
    text-align: right;
    z-index: 9;
}

div.nav {
    line-height: 15px;
    padding: 10px;
    width: 170px;
    z-index: 2;
}


div.inf{
    position:relative;
    left: 280px;
    width: 490px;
    font-family: "Courier new", monospace;
    font-weight: normal;
    font-size: 11px;
    z-index: 2;
}

div.content {
    padding: 25px;
    padding-right: 0px;
    margin-bottom: 60px;
    z-index: 99; 
}

div.gallery {
    padding-top: 30px;
    height: 450px;
    text-align: center;
    z-index: 99; 
}

/********************************************************************************
 * special format definition for the forms
 */

div.groupe{
    padding-bottom:40px;
}


div.bloc1{
    padding-top:20px;
    vertical-align: top;
    padding-right: 30px;
    width:280px;
    float: left;
    color:#6ff;
}

div.bloc2{
    vertical-align: top;
    width:180px;
}



/********************************************************************************
 * Hier some special features for text-format exclusivly
 */
.title {
    font-weight:bolder;
    color: #c00;
}
.newsTitle{color: #fc0;}
.subtitle {
    color: #c00;
    padding-bottom:26px;
    font-size: 15px;
    font-weight: bolder;
    }
.error {color: #fc0;}
.comment{
    padding-top:30px;
    padding-bottom:30px;
}

table.linkList{
    width: 100%;
    border-collapse: separate;
    border-spacing: 7px;
}
td.linkList_1 {
    padding: 2px;
    color: #fc0;
}

td.linkList_2 {
    padding: 2px;
    color: #fc0;
}
.legend{
    padding-top:20px;
    padding-left: 20px;
    padding-bottom:10px;
    color: #990;
}

.disclamer{
    padding-top:15px;
    padding-bottom:50px;
    font-size: 11px;
    color: #c00;
}

.sepLink{
    font-size: 9px;
    color: #fff;
}

.disclamerGall{
    padding-top:15px;
    padding-bottom:50px;
    font-size: 11px;
    color: #c00;
    text-align: center;
}

.advise{color: #090;}

div.newsText{
    margin-bottom: 30px;
}

