a {
	font-weight: bold; color:#590100;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF; text-decoration: underline;
}

body {
	background-image: url(graph/bg_page.jpg);
	margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px;
}

/*reserve et place le bg pour le menu supérieur de la page */
#barre_menu_top_screen {
	background-image: url("graph/bg_top_menu.jpg");
	background-repeat: repeat-x;
	background-position: center; 
	position: relative;
	padding: 1px;
}

/* boîte conteneur pour placer l'image d'un produit et son code de produit */
.bte_prd {
	width:240px; 
	padding:10px;
	height:275px;
	float:left;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	margin:10px;
	background-image: url(graph/bg_vitrail.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	text-align:center;
}

/* boîte conteneur pour placer dans la boite de bte_prd le code du produit */
.bte_sous_prd{
	background-image:url(graph/bg_down_picture2.jpg);
	height: 25px;
	padding:10px;
	text-align: center;
	font:Tahoma;
	font-size:14pt;
	color:#FFFFFF;
}

/* menu de la colonne gauche */
#col_gauche {
	background-image: url(graph/bg_text.jpg);

	border-style:solid; 
	border-width:1px; 
	border-color:black; 
	width:15%; 
	padding:10px; 
	height:240px;
	float:left;
	margin-top:50px;
}

/* section image des produits */
#col_droite {
	/*border-style:solid; 
	border-width:1px; 
	border-color:black;*/
	float:left;
	width:70%;
	padding:10px;
	margin-left:40px;
}

/* conteur pour les deux colonnes */
#contenu{
	margin-top:30px;
	clear:left;
}

/* liens de la barre de menu supérieur */
.enligne li {
	display: inline;
	list-style-type: none;
	font-size:20px;
	/*margin: .250em;*/
	padding-left: .50em;
} 

/* section réservé pour le logo de l'entreprise */
#entete {
	/*border-style:solid; 
	border-width:1px; 
	border-color:black; */
	background-image: url("graph/logo.jpg");
	background-position: 1%;
	background-repeat: no-repeat;
	height:130px;
	margin-left:260px;
	width:500px;
	

}

/* place la ligne séparatrice au dessus des produits */
.ligne_section_prd{
	background-image: url("graph/lignePrd.jpg");
	background-repeat: repeat-x;
	background-position: left; 
	position: relative;
	margin-bottom:20px;

}

#piedpage{
	clear:left; 	/* place sous la boîte précédente */
	/*margin-left:250px; */
	/*padding-left:10px;*/
	/*padding-left:25px; padding-bottom:0px;
	padding-top:0px; padding-right:100px;*/
	font-size:20px;
}




/* Fond texturé de style canevas brun & beige pour autres pages sans produits*/
.td_fond_col_drt {
	background-image: url(graph/bg_right.jpg);
	background-repeat: repeat;
	position: relative;
	padding: 10px;
	margin-top: 40px;
	margin-bottom:40px; 
	margin-left:20px;
	margin-right:20px;
	color:#590102;
	font-size:24px;
	font-weight: 700;     /* bold */


}

/* décale le texte du bord de la colonne droite, vers la droite */
/*#text_marge_col_drt{
	margin-left:10px; 
}*/

h1{
	color:#590102;
}

h2{
	color:#590102;
}

p{
	color:#590102;
}

/* Repositionne pour les navigateurs autre que Internet Explorer */
#col_gauche h1 {
	margin-top:0px;
	margin-bottom:0px;
}

#col_droite h1{
	margin-top:0px;
	margin-bottom:0px;
}



/* redéfinis le format de la liste dans le menu */
#col_gauche ul{
/* list-style-image: url('pix/puce_bleue.gif');*/
  list-style-type: square ;
  margin-left:10px;
  margin-top:0px;
  padding-left: 15px;
}
div#brutalm{
	text-align:center;
	margin-top:5px;
	font: 15px Arial, Helvetica, sans-serif, Garamond;
	color: #000000;
}
