@charset "utf-8";
/* GLOBAL  */

/* couleurs specifiques (pr reference)

vert #96bf0d
	
*/

body, p, table {
	color: black;
}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;

}


img, a img{
	border:none;
}

p {
	padding: 0;
	margin: 0;
	margin: 1em 0;
}


a {
	color: #535353;
	text-decoration:underline;
	font-size:9px;
}




h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #c59e8b;
	font-size: 12px;
	font-weight:bold;
}

h3 {
	color:#c59e8b;
	font-size: 12px;
	font-weight:bold;
}


/*Mentions (style "petit")			#000000	9		regular
Bouton (ex. "mon compte")			#ea6a8c	11	oui	
Bouton "commander"			#669900	11	oui	
Bouton "retour liste" (fiche article)			#669900	9	oui	
Fil d'Ariane			#000000	9		regular
Pied de page			#ffffff	10		regular
Menu principal			#ffffff	11	oui	
Menu gauche	normal		#000000	11		regular
	hover		#000000	11		regular
	actif		#ea6a8c	11	oui	
Titre article listing			#ea6a8c	11	oui	underline
Prix listing			#000000	10		regular
Prix promo listing			#ae2e50	10	oui	*/

	

ul, ol {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
ol {
	list-style-position:outside;
	margin-left: 25px;
}
ol li {
	margin: 0.5em 0;
}



form {
	margin: 0;
	padding: 0;
}

hr, .hr {
	border-top:#ea6a8c solid 1px ;
	/*margin: 10px 0;*/
}

.separateur{
	height:1px;
	margin: 10px 0;
	background-color:#efcab8;
	min-width:1px;
}


.clear {
	clear:both;
}

input, textarea {
	font-size: 10px; 
	font-family:Verdana;
	border:#a5acb2 solid 1px;
	color:#000;
	padding:4px;
}

input[type="image"]{
	border:none;
}

select {
	font-size: 10px; 
	font-family:Verdana;
	border:#a5acb2 solid 1px;
	color:#000;
	/*height:20px;*/
}

.erreur {
	 border: 1px #B0232A solid;
}

.error, .error a{
	color:#CC0000;
}

/**** STYLES TINY ****/

.rose_fonce {
	color: #ae2e50;
}

.rose {
	color: #c59e8b;
}

.gris {
	color: #aba2a5;
}
