table.tableau_blanc
{
	background-color:#CCC;
	width:350px;
	text-align:center;
}

tr.texte
{
	color:#F00;
}

table.tableau_simple
{
	text-align:center;
}

#index
{
	margin-top:100px;
}

#cadre
{
	border:double;
	width:400px;
	background-color:#CCC;
}

#creer_utilisateur
{
	border:double;
	width:600px;
	background-color:#CCC;
}

#parametres
{
	border:double;
	width:610px;
	background-color:#CCC;
}

#creer_utilisateur
{
	border:double;
	background-color:#CCC;
}

#logo
{
	width:800px;
	height:90px;
}

#bonjour
{
	margin-bottom:15px;
	margin-top:-10px;
}

#affiche_tableau
{
	width:80%;
}

#client
{
	width:49%;
	height:auto;
	float:left;
}

#serie
{
	float:left;
	width:33%;
}

#num_dossier
{
	float:left;
	width:33%;
}

#num_devis
{
	float:left;
	width:33%;
	/* A mettre quand il y a 4 choix
	width:33%;
	margin-top:15px;
	*/
}

#num_commande
{
	float:left;
	width:33%;
	/* A mettre quand il y a 4 choix
	width:33%;
	margin-top:15px;
	*/
}

#appareil
{
	width:49%;
	height:auto;
	float:left;
}

#retour
{
	clear:both;
	border:double;
	width:80%;
}

#bas
{
	clear:both;
}

#unique
{
	clear:both;
}

#suivi
{
	width:64%;
	text-align:left;
}

body
{
	background-color:#FFF;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
