/* CSS Document */

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

/** Lien **/
.lienGestion{
	color: #D53419;
}

/** Ajout / Modification d'un article **/
div.bloc1{
	float:left;
	font-weight:bold;
	width:140px;
	text-align:left;
}

div.bloc2{
	float:left;
	width:280px;
	text-align:left;
}

div.bloc3{
	float:left;
	width:450px;
	height:1px;
	border-bottom: 1px solid #D4897A;
	margin-bottom: 10px;
	margin-top: 10px;
}

form{
	margin:0px;
	padding:0px;
}

form.form-catalogue{
}

form.form-catalogue input:text {
	width:280px;
	height:15px;
}

form.form-catalogue textarea {
	width:280px;
	height:50px;
}
