@CHARSET "ISO-8859-1";

body{
    background:white url('../images/background.jpg') no-repeat top center;
}


p.titre{
    color:white;
    font-size:20px;
    font-weight: bold;
    border:1px solid #7095c0;
    background-color:#7095c0
}

a.menu{
    text-decoration:none;
    font-family: arial;
    color:white;
    font-weight:bold;
    padding-right: 40px;
}

h3.project {
    color:white;
    background:#f48220;
}
h2.newproject {
    position:relative;
    text-align:left;
    color:#7095c0;
    padding-left:25px;
    text-decoration:underline;
}
a.lang{
    margin-right: 5px;
    text-decoration:underline;
    font-family:arial;
    color:white;
    font-weight:bold;
    font-size:12px;
}

p.present {
    text-align: justify;
}

p.contact {
    text-align:center;
}
img.project {
    float:left;
    margin:3px;
}

img.projects {
    float:right;
    margin:0px;
    padding:2px;
    border:0;
    border:3px solid #582d0f;
}

th.type{
    text-align:left;
    font-weight:bold;
    font-size:20px;
    background-color:#f48220;
    color:white;
}

th.header {
    color:white;
    background-color:#582d0f;
}

#pagecontainer {
    width:650px;
    margin:auto;
    padding:0;
    
}

#banner {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:right;
    height:105px;
}

#menu {
    position:relative;
    height:35px;
    text-align:left;
    padding-left:20px;
}

#main {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:16px;
}

#projects {
    position:relative;
    width:650px;
    margin:auto;
}

#project {
    width:650px;
    margin:auto;
    text-align:left;
    text-decoration: underline;
    color:#f48220;
    font-size:20px;
    font-weight: bold;
    text-indent:60px;
}
#contact{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: auto;
    margin-top:auto;
    text-align:center;
    border:3px solid #582d0f;
}

#desormeaux{
    height:275px;
    width:625px;
}

#titre{
    width:285px;
    height:105px;

}

#addresse{
    width:28px;
    height:114px;
    text-align: center;
}

#projecttext{
    color:white;
    font-weight:bold;
    font-size:22px;
    background-color:#582d0f;
}

#buffer{
    height:0px;
}
#info{
    font-size:18px;
    font-weight:bold;
    color:black;
}

#New{
    width:265px;
    background-color:#582d0f;
    color:white;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    padding-top:1px;
}

#myLink {
    position:absolute;
    left:60px;
    top:300px;
}