body
{
width: 760px; /* pour avoir la largeur du block body de 760 px, pour les résolution 800/600 */
margin: auto; /* pour centrer mon design*/
margin-top: 20px;/* pour eviter de coller le haut de la page web*/
margin-bottom: 20px; /*"                        " le bas de la page web*/
/*background-color: rgb(223,75,32);*/ /* 79.217.38 Vert sympatoche*/
background-attachment: fixed;
color: rgb(0,0,0);
background-image: url("imgsite/imgfond.jpg");
font-family: "comic sans ms", verdana, "trebuchet ms", arial, serif;

}
#en_tete
{
width: 1000px;/*758px de width*/
height: 100px;
background-repeat: no-repeat;
margin-bottom: 25px;
}
#menu
{

float: left;
width: 120px;
}
#menu h3
{
text-align: center;
}
.sous_menu
{
/*background-color: rgb(255,255,255);*/
background-image: url("imgsite/fondvieumenu.jpg");
border: 2px black solid;
margin-bottom: 20px;
}
.sous_menu ul
{
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
#corps
{
margin-right: 20px;
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
background-image: url("imgsite/fondvieu.jpg");
border: 2px black solid;
}
#pied_de_page
{
padding: 5px;
clear: both;
text-align: center;
background-image: url("imgsite/fondvieumenu.jpg");
border: 2px black solid;
width: 760px;
}
#pub
{
position: absolute;
right: 240px;
border: 2px black solid;
width: 160px;
height: 600px;
}
a
{
color: black;
}

/*MODDIFICATION DE TEXTE*/
.center
{
text-align: center;
}
.red
{
color: red;
}
.redcenter
{
text-align: center;
color: red;
}
.centera
{
position: relative;
left: 240px;
}
.centerv /*VIDEOS YOUTUBE*/
{
position: relative;
left: 60px;
}
.bordure
{
border: 2px black inset; /**/
}
.souligné
{
text-decoration: underline;
}
.allopass
{
position: absolute;
right: 50px;
}

/*MODIFICATION INSCRIPTION*/



#inscription {
width:380px;
background:#FFFFFF;
margin:20px auto;
font-family: "comic sans ms", verdana, "trebuchet ms", arial, serif;
font-size:1em;
border:2px solid #333333;
}
#inscription h1 {
text-align:center;
font-size:1.2em;
background:#333333;
padding-bottom:5px;
margin-bottom:15px;
color:#FFFFFF;
letter-spacing:0.05em;
}
#inscription p {
padding-top:15px;
padding-right:50px;
text-align:right;
}
#inscription input {
margin-left:30px;
width:150px;
}
#inscription #valider {
width:155px;
font-size:0.8em;
}
#inscription #message {
height:27px;
font-size:0.7em;
font-weight:bold;
text-align:center;
padding:10px 0 0 0;
}


/*A FAIRE*/
/*n°1 mettre des balise </p>  sur tous les batiments, défenses, parce que yen a pas*/