/**
 * main style
**/

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url(null) fixed;
    margin: 0;
    padding: 0;
    background: url('images/body1.gif');/*#f9ec98;*/
    /*background: url('images/menu.gif');/*#f9ec98; /*f9da98*/
    /*font: 80% verdana, arial, sans-serif;*/
}

hr {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

table {
    font-size: 12px;
    border-collapse: collapse;

}


#title {
    background: #643423;
    color: #F1F1F1;
    font-weight: bold;
}

td.title {
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid gray;
    padding: 4px 4px 4px 12px;
}

#arrow_cell {
    background-image: url('images/arrow_right_spearmint1.gif');
    background-position: left center;
    background-repeat: no-repeat;
}

#row1 {
    background: #F1F1F1;
    padding: 4px 4px 4px 5px;
    border: 1px solid #F9F9F9;
}

#row2 {
    background: none;
    padding: 4px 4px 4px 5px;
    border: 1px solid #F9F9F9;
}

/*
!#menuhorizontal a:link, a:visited {
    color: black;
    text-decoration: none;
}

!#menuhorizontal a:hover {
    background: black;
    color: white;
}*/

/**
 * main container
**/

#centrage {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
}
#container {
    position: absolute;
    margin-top: 130px;
    width: 1000px;
    height: 300px;
}

#header {
    position: absolute;
    width: 1000px;
    background-color: none;
    height: 50px;
}

#header_author {
    position: absolute;
    background-color: #FFF399;
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: 200px;
}


#menu_top {
    position: absolute;
    width: 1000px;
    height: 30px;
    background-color: none;
}

#main {
    position: absolute;
    width: 800px;
    /*height: 300px;*/
    margin-top: 50px;
    left: 160px;
    background: none;
}

#footer {
   position: absolute;
   top: 0;
   right: 0;
}

#logo_left {
   position: absolute;
   width: 150px;
   background: url('images/logo_left2.gif');
   background-repeat: no-repeat;
   top: 30px;
   left: 2px;
   height: 200px;
}

#logo_top {
   position: absolute;
   width: 400px;
   background: url('images/logo_top.gif');
   background-repeat: no-repeat;
   top: 10px;
   left: 200px;
   height: 100px;
}

#logo_left_accueil {
   position: absolute;
   width: 150px;
   background-repeat: no-repeat;
   top: 30px;
   left: 2px;
   height: 200px;
}

#logo_top_accueil {
   position: absolute;
   width: 400px;
   background-repeat: no-repeat;
   top: 10px;
   left: 200px;
   height: 100px;
}

#center {
   margin-left: auto;
   margin-right: auto;
   display: block;
}

/**
 * layout fieldset/legend
**/

fieldset {
    background: #F1F1FF;
    width: 65%;
    display: block;
    border: 1px groove black;
    padding: 0 0.5em 1em 0.5em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 1em;
}

legend {
    border: 1px solid black;
    color: white;
    background: #643423;
    padding: 1px;
    position: relative;
    top: -1em;
}
html>body fieldset {
    padding-top: 1em;
    top: 0;
}


/**
 * layout form
**/

div.mention {
    font-size: 90%;
    display: inline;
    margin-left: 2px;
}

input, textarea {
    border: 1px groove gray;
    margin: 1.5px;
}

input[type=submit] {
    border: 1px outset black;
    background: #CCCCCC;
    background-image: url('images/accept.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 18px;
}

input.email {
    background-image: url('images/email.gif');
    background-repeat: no-repeat;
    background-position: 2px 1px;
    padding-left: 20px;
    width: 122px;
}

input.noborder {
    border: 0px;
}

form.css label {
   display: inline;
   float: left;
   width: 70px;
}

/*
 * div bloc
**/

span.title {
    font-size: 160%;
    color: #643423;
    border-bottom: 1px solid black;
    border-bottom-style: dashed;
}

span.title_page {
    font-size: 120%;
    font-weight: bold;
    background-image: url('images/arrow_right_spearmint1.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
}

span.title_italic {
    font-style: italic;
}

span.title_title {
    background-image: url('images/arrow_right.gif');
    background-repeat: no-repeat;
    margin-left: 6px;
    font-style: italic;
    padding-left: 18px;
}

span.arrow_down {
    background-image: url('images/arrow_down.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
}