
/*Site de Laurent Gourgouilhon
Codé par Franck Boisgibault*/

body
{
width: 750px;
height: 600px;
text-align: center;
margin: auto;
background: url("../image/fond/technique_materiel.jpg") no-repeat top #3b2516;
font-family: "Century Gothic", Arial, serif;
}

#corps
{
margin: auto;
padding-left: 50px;
margin-top: 100px;
overflow: auto;
width: 515px;
height: 360px;
font-size: 15px;
}

#sous_menu
{
color: rgb(254,248,200);
padding-top: 15px;
margin: auto;
padding-left: 2px;
font-size: 16px;
}

#sous_menu a
{
color: rgb(254,248,200);
text-decoration: none;
}

#menu_du_haut #menu #technique
{
color: rgb(157,127,169);
}

#menu_du_haut
{
font-family: Arial, serif;
color: rgb(254,248,200);
padding-top: 40px;
width: 650px;
margin: auto;
margin-left: 110px;
}

#menu
{
text-align: center;
padding-left: 190px;
font-size: 16px;
}

#menu a
{
font-family: Arial, serif;
color: rgb(254,248,200);
text-decoration: none;
}

#accueil
{
text-align: left;
font-size: 16px;
font-family: Arial, serif;
color: rgb(254,248,200);
text-decoration: none;
}

img
{
border:0;
}

