﻿/* reset all browser presetup
* {
    margin: 0;
    padding: 0;
}
html, body, #main {
    height: 100%;
}
body, div {
    font-family: 'lucida grande' , helvetica, verdana, arial, sans-serif;
}
body {
    margin: 0;
    padding: 0;
    font-size: small;
    color: #333;
}
h1, h2 {
    font-family: 'trebuchet ms' , verdana, arial;
    padding: 10px;
    margin: 0;
}
h1 {
    font-size: large;
}
h3 {
    margin-top: .5em;
}
#main {
    padding: 1em;
}
#banner {
    padding: 15px;
    background-color: #06b;
    color: white;
    font-size: large;
    border-bottom: 1px solid #ccc;
    background: url(/images/bg.gif) repeat-x;
    text-align: center;
}
#banner a {
    color: white;
}
fieldset {
    padding: 8px;
}
legend {
    font-weight: bold;
}

p {
    margin-top: .8em;
}
End reset*/

  body {
            background-color: #fff;
            height: 100%;
            width: 100%;
            margin: 0;
        }
        body, td, th {
            font-family: tahoma;
            font-size: 12px;
            color: #000000;
        }
        A:link {
            color: #214688;
            text-decoration: none;
        }
        A:visited {
            color: #214688;
            text-decoration: none;
        }
        A:active {
            color: #016338;
            text-decoration: none;
        }
        A:hover {
            color: #016338;
            text-decoration: none;
        }
        #Divcontener {
            margin: 0; /*background: #162f5a url(/images/interface/13.jpg) repeat-x;*/
        }
        #DivHeader {
            margin: 0;
            background: transparent url(/images/interface/05.jpg) repeat-x;
            height: 235px;
        }
        #DivFooter {
            height: 150px;
            width: 749px;
            margin: 0 0 0 122px;
            padding: 14px 0 0 0;
        }
        #DivSection {
            margin: 0;
            background: transparent url(/images/interface/07.jpg) repeat-x;
        }
        #DivMenu {
            background: transparent url(/images/interface/08.jpg) repeat-y;
            padding: 0 0 0 12px;
            width: 217px;
            float: left;
            margin: 0;
        }
        #DivContenu {
            background: transparent url(/images/interface/11.jpg) no-repeat;
            float: left;
            min-height: 464px;
            width: 447px;
            margin: 0;
            padding:13px 30px 0 70px;
        }
        #DivInformationPerso {
            background: transparent url(/images/interface/12.jpg) no-repeat;
            float: left;
            height: 464px;
            width: 217px;
            margin: 0;
        }
        #DivCore {
            margin: 0;
            background: transparent url(/images/interface/13.jpg) repeat-x;
        }
                #DivCoreRPT {
            margin: 0;
            background: #162f5a url(/images/interface/rpt.jpg) repeat-y;
        }
        
        .Clear {
            clear: both;
            line-height: 0;
            height: 0;
            font-size: 2px;
        }
        .FooterText {
            text-align: center;
            padding: 0 0 15px 0;
        }


.DivForm {
}

.DivFormContent {
    padding: 5px;
    text-align: justify;
}
.DivFormRow, .DivFormRowSubmit, .DivFormRowOneColumn {
    background-color: Transparent;
    display: block;
    padding: 5px;
    text-align: left;
    clear: both;
}
.DivFormInformation {
    text-align: center;
}

.DivFormRowSubmit, .DivFormRowOneColumn {
    text-align: center;
    padding: 20px 5px 5px 5px;
}
.DivFormRowLeft, .DivFormRowRight, .DivFormRowRightFUP {
    float: left;
    width: 45%;
    padding: 0 5px 0 5px;
}
.DivFormRowLeft {
    width: 30%;
    text-align: right;
}
.DivFormRowRight, .DivFormRowRightFUP {
    width: 65%;
    text-align: left;
}
.DivFormRowRightFUP input {
    width: 35%;
}
.DivFormRowRight input {
    width: 75%;
    height: 18px;
}

.DivFormRowRight select {
    width: 75%;
}
.DivFormRowRight input.InputComment {
    width: 75%;
}
.DivFormRowRight span.InputCkb input {
    width: 16px;
    margin:0;
}
.DivFormRowRight span.InputCkb label {
    padding: 0 0 0 2px;
    vertical-align: top;
}
.DivFormRowRight textarea {
    width: 75%;
    height: 50px;
}
.DivFormRowRight input.InputFile {
    width: 235px;
    height: 23px;
}
.DivFormRowOneColumn span.InputList {
    padding: 3px;
}
.DivFormRowOneColumn span.InputList input {
    width: 15px;
    padding: 0 0 0 2px;
}
.DivFormRowOneColumn span.InputList label {
    padding: 0 5px 0 2px;
}
.DivFormRowRight table.InputCkb tr td label {
    padding: 0 5px 0 2px;
}

.DivFormLogo {
    text-align: right;
}

input.InputFocus {
    border: solid 1px #fcbc13;
    color: #000;
}

ul.ListHouse
{
margin:0 0 0 5px;
padding:0;
 list-style-type:none;
}

ul.ListHouse li span
{
 font-weight:bold;
}

ul.ListHouse li
{
 padding:5px 0;
}

ul.ListHouse li a
{
 text-decoration:none;
}

ul.ListHouse li a img
{
 border:none;
}

.DivImgHouse
{
 float:left;
 width:137px;
 padding:8px 0 0 0;
}

.DivImgHouse img
{ 

}

img.ImgHouse
{
 border:solid 1px #017c14;
}

.DivInformation
{
 float :left;
  width:290px;

}

.DeletePicture {
    cursor: pointer;
}

.Clear
{
 clear:both;
 line-height:0;
 height:0;
 font-size:2px;
}