body {
		background-color: #FFFFFF;
		background-image: url("header-scap.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
                background-position: 0% 0%;
		text-align: center;
	}
#fond_avec_logos {
		position: absolute;
		right: 0%;
                width : 100px;
		height: 200px;
		border: 0px ;
		padding: 1px;
		margin:1px;
	}
a img {
		border: none;
	}
table {
                margin-left: auto;
                margin-right: auto;
                border: 0px;
        }

h1 {
		color: #000000;
		font-size: 3em;
		text-align: center;
	}
h2 {
		color: #FF1000;
		font-size: 1.8em;
		text-align: center;
	}
h3 {
		color: #000000;
		font-size: 1.8em;
		text-align: center;		
	}
p {
		color: #000000;
		font-size: 1.2em;
		text-align: center;
	}
.cadre {
		border-style: ridge;
		border-width: 5px;
		border-color: blue;
		margin: auto;

	}
.tab_textile{
		border: 0px solid blue;
		border-collapse: collapse;
		width: 80%;
		text-align: center;
	}
.lien_article:link{
		text-decoration: none;
		color: #000000;
}
.lien_article:visited{
		text-decoration: none;
		color: #000000;
}
.tab_fiche_commande{
		border-spacing: 25px;
		width: 90%;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
	}
.tab_bouton{
		border: 0px solid yellow;
		border-collapse: collapse;
		width: 60%;
		text-align: center;
	}
.tab_commande{
		border: 0px solid yellow;
		border-collapse: collapse;
		width: 75%;
		text-align: center;
	}
thead{
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: underline;
	}
.cellule_tab_commande{
		font-size: 1.3em;
		font-weight: bold;
	}
.cellule_tab_commande_droite{
		text-align: right;
		font-size: 1.3em;
		font-weight: bold;
	}
.centre{
		text-align: center;
	}
.a_droite{
		text-align: right;
	}
.en_manque{
		text-align: center;
		color: red;
		background-color: yellow;
		font-size: 1.2em;
		font-weight: bold;
	}
.en_limite{
		text-align: center;
		color: purple;
		font-size: 1.1em;
		font-weight: bold;
	}
.cell_intitule{
		width: 33%;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
	}
.bouton_modif{
		background-color: yellow;
        }
.prix{
		position: absolute;
		left: 30%; top: 270;
		width: 40%;
		text-align: center;
		color: #FF1000;
		font-size: 1.8em;
		font-weight: bold;
		background-color: black;
		border-style: double;
	}
.container {
    position: fixed;
    top: 80px; right: 0px;
    width: 79px;
    height: 89px;
}
.container .caption {
    position: absolute;
    color: #FF1000;
    font-size: 1.8em;
    font-weight: bold;
    bottom: 40;
    left: 35;
}
.containermenudroite {
    position: fixed;
    top: 180px; right: 0%;
}
.commande_art {
	color: #000000;
	font-size: 1.8em;
	text-align: center;	
}
.tab_art{
		border: 0px solid black;
		border-collapse: collapse;
		width: 160px;
		text-align: center;
}
.bouton{
	font-size: 1.1em;
	border-radius: 25px;
	border: 1px solid #808080;
	color: #730873;
	height: 40px;
	//background:url(logo_bouton.png) center no-repeat;
	background-color:#E0E0E0;
	cursor:pointer;	
}
.bouton:focus{
 	background-color:#D0D0D0;
}
.bouton:hover { 
	background-color:#C0C0C0;
	box-shadow: 3px 3px 3px red;
}
.bouton:active{
	background-color: #A0A0A0;
	box-shadow:3px 3px 5px #D83F3D inset;
}