/* CSS Document */

.sousTitreCatalogue{
	font-weight:bold;
	color: #D4897A;
}

/*** Textarea de gestion article ***/
textarea.article{
	width: 	350px;
	height:	100px;
}

/*** Style des sous titre dans la gestion de l'annuaire ***/
div.article_sous_titre{
	background-color:#CCCCCC;
	color:#000000;
	width:100%;
	margin-bottom: 4px;
	margin-top: 15px;
	padding: 2px;
	font-weight:bold;
	border-top: 2px solid #333333;
}

div.article{
	width:150px;
	float:left;
	font-weight:bold;
	color: #133e14;
}

div.article_contenu{
	margin-left:10px;
	width:250px;
	float:left;
}

/*** Bloc contenant le module ***/
.boite{
/*	position: relative;*/
	width: 540px;
	height: 450px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: auto;
	overflow-y:auto;
	overflow-x:hide;
	line-height: 15px;
	border: 0px solid;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
}

/*** Style pour les objets du formulaire ***/
input.bouton_panier{
	margin: 0 0 0 0;
	padding: 2px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6d1a69;
	background-color:#ffdffe;
	border:2px outset #ABABAB;
	
}