body
{
background-image: url(images/background.png);
text-align: center;
overflow-y: scroll;
}

img
{
border: none;
}

#maincadre
{
background-color: #060606;
border: ridge 2px;
border-radius: 9px;
border-style: inset;
border-color: #CC9900;
width: 1350px;
height: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
}

#introcadre
{
border: none;
border-color: red;
width: 910px;
height: 620px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}

#selector
{
border: none;
border-color: blue;
width: 170px;
height: 605px;
}

#updatefield
{
border: ridge: 2px;
border-radius: 9px;
border-style: inset;
border-color: #CC9900;
height: 110px;
width: 356px;
margin-top: 20px;
margin-bottom: 20px;
color: red;
}

#introbox
{
border: ridge 2px;
border-radius: 9px;
border-style: inset;
border-color: #CC9900;
height: 250px;
width: 356px;
color: red;
}

#blankfield
{
border: ridge 2px;
border-radius: 9px;
border-style: inset;
border-color: #CC9900;
height: 110px;
width: 356px;
margin-top: 20px;
margin-bottom: 20px;
color: red;
}

h2
{
color: yellow;
}

h3
{
color: yellow;
}
