body {
    font: 13px / 1.5 Arial, Helvetica, Sans-serif;
    color: #231F20;
    background-color: #231F20;
    margin: 0;
    padding: 0;
}

#bande-blanche {
    height: 98px;
    width: 100%;
    background-color: white;
}

#info {
    z-index: 5;
    position: absolute;
    width: 219px;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 350px;
    background-color: #231F20;
    background-image: url( ../../img/logo.png );
    background-repeat: no-repeat;
    text-align: center;
    color:white;
}

table.info {
    padding-left:35px;
    text-align:left;
}

#principal {
    z-index: 10;
    position: absolute;
    top: -7px;
    left: 260px;
    width: 700px;
    background-image: url( ../../img/ombre.png );
    background-repeat: repeat-y;
    background-position: right;
    padding: 0 12px 0 0;
}

#principal-content {
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: left;
}

#menu-wrapper {
    height: 180px;
}

#menu {
    float: left;
}

.clear {
    display: block;
    clear: both;
}

#content-wrapper {
    /*border: 1px red solid;*/
    padding: 20px 50px 50px 50px;
    width: 600px;
}

#mots-cles {
    position: absolute;
    left: 300px;
    width: 500px;
}

a:link, a:visited {
    color: #3d4d5b;
}

a:hover, a:active {
    color: #D15227;
}

div.fiche_projet {
    float: left;
    width: 165px;
    min-height: 130px;
    text-align: center;
    margin: 6px 6px 6px 6px;
    padding: 15px 5px 5px 5px;
    border: 1px solid black;
    cursor: pointer;
}

.online {
    background-color:lightgreen;
}
.input {
    width: 160px;
}

.input-long {
    width: 460px;
}

.input-small {
    width: 100px;
}

img.construction {
    float: right;
    padding-left: 15px
}

img.gros-oeuvre {
    float: left;
    padding-right: 15px
}

img.julien {
    float: left;
    padding-right: 30px
}

div.project-preview-wrapper {
    float:left;
    width: 150px;
    vertical-align: top;
}

img.project-preview {
    width: 50px;
    height: 50px;
    padding: 3px 0 3px 0;
    margin:  0 15px 7px 0;
    border-bottom: 2px solid white;
    cursor: pointer;
}

img.project-preview-selected, img.project-preview:hover {
    width: 50px;
    height: 50px;
    padding: 3px 0 3px 0;
    margin:  0 15px 7px 0;
    border-bottom: 2px solid darkred;
    cursor: pointer;
}

div.project-description-wrapper {
    float: left;
    width:415px;
    vertical-align: top;
    border-left: 1px solid black;
    padding:0 0 0 30px;
    /*background-color:yellow;*/
}

h1 {
    color:darkred;
}

.project-title {
    font-size:large;
    margin-top:0;
}

.project-data {
    float:left;
    width:180px;
    margin-right:20px;
}

div.project-image {
    float:right;
    padding:0 15px 0 0;
}

div.project-image img {
    vertical-align:middle;
}