html
{	background: rgb(40, 40, 40); 
}
body
{	margin: 10px; background-image: url("Administration/deco/bckg.png"); background-attachment: fixed;
}
#body_2
{	min-height: 700px; width: 1000px; margin: auto; 
}
#tete
{	height: 71px; background: rgb(40, 40, 40); text-align: center;
}
#bandeau
{	font-size: 42px; font-family: segoe print, cursive; color: rgb(250, 80, 100);
}
#bande
{	height: 6px; background: rgb(0, 0, 0); border-bottom: 1px solid rgb(250, 250, 250);
}
#corps
{	border-top: 4px solid rgb(0, 0, 0);
}
#gauche
{	float: left; width: 50%;
}
#gauche_menu
{	height: 200px; padding-top: 150px; background: rgb(20, 20, 20); color: rgb(250, 250, 250); font-family: Calibri, arial, sans serif; text-align: center;
}
#gauche_menu .bouton
{	background: none; border: none; font-size: 26px; color: rgb(250, 250, 250);
}
#droit
{	margin-left: 50%; width: 50%;
}
#droit_menu
{	height: 200px; padding-top: 150px; background: rgb(220, 220, 220); color: rgb(0, 0, 0); font-family: Calibri, arial, sans serif; text-align: center;
}
#droit_menu .bouton
{	background: none; border: none; font-size: 26px; color: rgb(0, 0, 0); 
}
.bouton:hover
{	cursor: pointer;
}
input.champ
{	background: none; border: 2px solid rgb(250, 250, 250); border-radius: 20px; color: rgb(250, 0, 100); font-size: 20px; text-align: center;
}
#pied
{	height: 90px; background: rgb(40, 40, 40); border-bottom: 1px solid rgb(10, 10, 10); background-image: url("Administration/deco/smiley.jpg"); background-position: center, center; background-repeat: no-repeat;
}
#pied_droit
{	float: right; padding-right: 20px; padding-top: 50px; text-align: right; color: rgb(80, 80, 80); 
}
.blanc
{	color: rgb(220, 220, 220);
}