body
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%
}

input.button1
{
	height:17px;
	font-size:10px;
	width: 250PX;
	background-color: #c9fff5;
    border: 1Px solid #48c6ac;
	color : #48c6ac;
}

input.input1
{
	height:14px;
	font-size:10px;
	width: 250PX;
	background-color: #c9fff5;
    border: 1Px solid #48c6ac;
	color : #48c6ac;
}

select.select1
{
	height:15px;
	font-size:10px;
	background-color: #c9fff5;
    border: 1Px solid #48c6ac;
	color : #48c6ac;
}

textarea.textarea1
{
	height:160px;
	width: 615Px;
	font-size:11px;
	background-color: #c9fff5;
    border: 1Px solid #48c6ac;
	color : #48c6ac;
	overflow: auto;
}

.c1 { color: #000000; }
.c2 { color: #ffffff; }
.c3 { color: #beb07c; }

.c4 { color: #01b794; }
.c5 { color: #1779b2; }
.c6 { color: #5aa7c9; }
.c7 { color: #f98500; }

.t0 { font-size : 8px; }
.t1 { font-size : 9px; }
.t2 { font-size : 10px; }
.t3 { font-size : 11px; }
.t4 { font-size : 12px; }
.t5 { font-size : 13px; }
.t6 { font-size : 18px; }

.gras { font-weight: bold; }
.non-gras { font-weight: normal; }
.non-souligne { text-decoration: none; }
.souligne { text-decoration: underline; }
.justifie { text-align: justify; }
.italique { font-style: italic; }
h1 { color: #777777; font-size : 14px; margin: 0; }

.trait { background-color: #ffffff; height: 1Px; }

.img-produit { /*border: 1Px solid #c4c4c4;*/ }

a { text-decoration: none; }
/*a:hover { text-decoration: underline; }*/


.transparent
{
	filter:alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}
