/* ---------------------------------------- */
/* Style a afficher dans l'editeur HTML */
/* ---------------------------------------- */

/* ---------- Balises HTML */
body
{
	margin: 0;
}

body, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0pt
}

/*
body.intro { background-color: #D0D0D0; }
body.accueil { background-color: #572E6A; }
body.rubans { background-color: #821335; }
body.societe { background-color: #7677B0; }
body.rubansfant { background-color: #E2651C; }
body.rubanspers { background-color: #632F6E; }
body.vitrines { background-color: #632D63; }
body.bracelets { background-color: #A40A53; }
body.contacts { background-color: #8B975A; }
body.actualites { background-color: #98281C; }*/

body.intro { background-color: white; }
body.accueil { background-color: white; }
body.rubans { background-color: white; }
body.societe { background-color: white; }
body.rubansfant { background-color: white; }
body.rubanspers { background-color: white; }
body.vitrines { background-color: white; }
body.bracelets { background-color: white; }
body.contacts { background-color: white; }
body.actualites { background-color: white; }

a
{
	color: #197D19;
	text-decoration: none;
	/*border-bottom: 1px dotted #fffff0;*/
}

a:visited
{
	color: #004000;
	text-decoration: none;
}

a:hover
{
	/*color: #4DD74D;*/
	/*border-top: 1px solid #2360ab;*/
	/*border-bottom: 1px solid #931C44;*/
	/*background-color: #E2FFE2;*/
}

a.parme
{
	color: #663366;
	text-decoration: none;
	/*border-bottom: 1px dotted #fffff0;*/
}

a:visited
{
	color:#663366;;
	text-decoration: none;
}


h1
{
	/*color: #C00000;*/
	color: #A3BD23;
	font-weight: 800;
	font-size: 16pt;
	letter-spacing: 2px;
	/*border: solid 1px #00a25f; */
	/*background-color: #A3BD23;*/
}

h2
{
	color: #30782F;
	font-weight: bold;
	font-size: 12pt;
	margin: 0 0 3px 0;
}

h3
{
	color: #C00000;
	font-weight: bold;
	font-size: 12pt;
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

li
{
	margin: 0;
}
ul
{
	margin: 0 0 0 16px;
	padding: 0;
}


/* ---------- Classes du site */
.texteSoc
{
	color: #22305A;
	font-size: 13pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 18pt;
	font-style: normal;
	font-weight: 100;
	text-align: justify;
}

.errormsg
{
	color: #a52a2a;
	font-size: 13pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.errormsgb
{
	color: red;
	font-weight: bold;
}

/* -- Pour retour form */
.tabentete
{
	color: #4F4431;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.tablignepaire
{
	color: #30782F;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #EFF0D8;
}
.tabligneimp
{
	color: #413A29;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
