/* CSS Document */

a:link		{text-decoration: none; color: #6e91d1;}
a:visited	{text-decoration: none; color: #6e91d1;} 
a:active	{text-decoration: none; color: #6e91d1;}
a:hover		{text-decoration: none; color: #c3cade;}

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

/*** Textarea de gestion article ***/
textarea{
	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;
	
}

/****** Style de la page coordonnée *******/
.formulaire_coordonnee{
	width:250px;
	background-color:#c3cade;
	color:#000000;
	border:1px solid #FFFFFF;
}

.titres_formulaire{
	width:250px;
	color:#c3cade;
}

.fieldset{
	padding:15px;
	border:1px solid #c3cade;
}

.legend_fieldset{
	color:#c3cade;
	font-weight:bold;
}