
body
{
	color : black;
	background-color : #00ff00;
	font-size : 12pt;
	font-family : "Helvetica, Geneva, Arial, SunSans-Regular, sans-serif";
	width : 1000px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

input
{
	width : 200px;
}

table
{
	border-collapse : collapse;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

td
{
	border : 2px solid;
	width : 200px;
}

th
{
	border : 2px solid;
}

.Accueil
{
	margin-top : 20px;
	text-align : center;
}

.AuSecours
{
	margin-top  : 20px;
	font-size : 8pt;
	text-align : right;
	right : 200px;
	width : 100%;
	bottom : 0px;
}

.Erreur
{
	font-weight : bold;
	color : red;
}

.Formulaire
{
	width : 100%;
	height : 250px;
	text-align : center;
}

.FormulaireChoix
{
	position : absolute;
	top : 60px;
}
.FormulaireChoix label
{
	text-decoration : underline;
	font-weight : bold;
}

.FormulaireInfo
{
	float : left;
	text-align : right;
	width : 200px;
}

.FormulaireMessage
{
	position : relative;
	top : 100px;
	width : 980px;
}

.FormulaireTexte
{
	float : left;
	margin-left : 5px;
}

.Menu
{
	top : 20px;
	position : fixed;
	width : 200px;
	z-index : 9;
}

.Partie
{
	float : left;
	width : 300px;
	margin-left : 30px;
	margin-top : 20px;
}

.PartieFermer
{
	position : absolute;
	top : 0;
	right : 10px;
}

.PartieFermer a
{
	color : black;
	text-decoration : none;
}
.PartieFermer a:hover
{
	color : green;
}

.PartieTexte
{
	position : absolute;
	top : 50%;
	left : 50%;
	width : 920px;
	margin-left : -470px;
	background-color : #ffff00;
	border : 1px solid;
	padding : 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align : justify;
}

.PartieTitre
{
	width : 250px;
	text-align : center;
	text-decoration : underline;
	padding : 5px;
	background-image : url('images/bouton.png');
	background-repeat : no-repeat;
}
.PartieTitre a
{
	color : black;
}
.PartieTitre a:hover
{
	color : green;
}

.PartieTitreTexte
{
	text-indent : 20px;
	text-align : left;
	text-decoration : underline;
	padding-bottom : 10px;
}

.Principal
{
	width : 1024px;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 20px;
}

.SautDeLigne
{
	clear : both;
}

.TitreLogo
{
	float : left;
}

.TitrePhoto
{
	width : 500px;
	margin-left : 250px;
}

.TitreTexte
{
	float : left;
	margin-top : 50px;
	color : #004000;
}

#Achats
{
	width : 100%;
	/margin-left : -450px;
	margin-top : 10px;
}

#FormulaireAchats
{
	position : absolute;
	margin-top : -20px;
	width : 100px;
	left : 320px;
	/margin-left : -450px;
}
#FormulaireAchats input
{
	width : 15px;
}

#FormulaireSaisi
{
	margin-top : -30px;
	text-align : center;
}

#FormulaireVentes
{
	position : absolute;
	margin-top : -20px;
	width : 100px;
	left : 600px;
	/margin-left : -450px;
}
#FormulaireVentes input
{
	width : 15px;
}

#Ventes
{
	width : 100%;
	/margin-left : -450px;
	margin-top : 10px;
}

