@charset "utf-8";
/* CSS Document */
html, body {
background-color:#48071A;
background-repeat:no-repeat;
background-position:top left;
background-attachment:fixed;
width:100%;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-size:11px;
margin:0px;
padding:0px;
}

#container {
width:1024px;
padding-top:0px;
margin:auto;
}

#logo {
width:155px;
height:80px;
position:fixed;
}

#logo img{
border:none;
}

#col_gauche {
width:155px;
padding-left:8px;
padding-top:40px;
position:fixed;
}

#page {
position:absolute;
top:90px;
margin-left:168px;
width:492px;
}

hr{
color:#009EE0;
border:none;
border-top:1px solid;
}

.projet {
margin-bottom:20px;
}
.texte_container {
margin-bottom:20px;
font-size:1.1em;
}
