/* CSS Document */

html, body {
margin:0;
padding: 0;
}

body {
background-color: #cccccc;
background: url(../images/texture.jpg) repeat;
}			

#zone {
position: absolute;
top: 50%;
left: 50%;
width: 760px;
height: 500px;
margin-left: -380px;
margin-top: -250px;
cursor: default;
background-color: #000000;
}

#bande_blanche_haut {
position: absolute;
left: 1px;
top: 1px;
width: 758px;
height: 49px;
background-color: #ffffff;
}

#bloc_noir_gauche {
position: absolute;
left: 0;
top: 50px;
width: 250px;
height: 380px;
background-color: #000000;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 16px;
letter-spacing: 1px;
}
#menu_gauche {
position: absolute;
left: 25px;
top: 70px;
width: 200px;
height: 410px;
/* border: 1px solid #ff0000; */
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #ffffff;
font-weight:bold;
font-size: 16px;
letter-spacing: 1px;
line-height: 30px ;
}
#menu_gauche a {
color: #ffffff;
text-decoration:none;
margin-left:10px;
}
#menu_gauche a:hover {
text-decoration:underline;
}

#bande_rouge_haut {
position: absolute;
top: 50px;
left: 250px;
width: 509px;
height: 70px;
background-color: #993333;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 14px;
letter-spacing: 1px;
}
#bande_rouge_bas {
position: absolute;
top: 430px;
left: 250px;
width: 509px;
height: 69px;
background-color: #993333;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 16px;
letter-spacing: 1px;
}
#bande_rouge_bas2 {
position: absolute;
top: 412px;
left: 1px;
width: 249px;
height: 87px;
background-color: #993333;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 16px;
letter-spacing: 1px;
}
#numero_projet {
position: absolute;
top: 40px;
left: 9px;
width: 240px;
height: 24px;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 20px;
font-weight:bold;
letter-spacing: 1px;
text-align:bottom;
}
#bande_blanche_bas {
position: absolute;
top: 450px;
left: 250px;
width: 509px;
height: 49px;
background-color: #ffffff;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #993333;
font-size: 16px;
letter-spacing: 1px;
}

.texte_bas {
position: absolute;
top: 460px;
left: 250px;
width: 509px;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 14px;
letter-spacing: 1px;
font-weight: bold;
}

#contenu {
position: absolute;
top: 120px;
left: 250px;
width: 509px;
height: 310px;
background-color: #ffffff;
}
#contenu2 {
position: absolute;
top: 120px;
left: 250px;
width: 509px;
height: 310px;
background-color: #993333;
}
#contenu3 {
position: absolute;
top: 50px;
left: 250px;
width: 509px;
height: 449px;
background-color: #993333;
}

#pied {
position: absolute;
top: 500px;
left: 50%;
width: 760px;
height: 20px;
margin-left: -380px;
margin-top: 0;
cursor: default;
text-align: right;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
#pied a{
color: #666;
text-decoration: none;
}
#pied a:hover{
color: #333;
text-decoration: none;
}

/* CSS Document */
