body
{
	font-family:Arial, Helvetica, sans-serif;
	color : #70B3C0;
	margin: 0;
	background: url(../images/fond.gif);
	background-repeat: repeat-x;
	background-color:#9199a2;
}

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: #ffffff; }
.c2 { color: #1c9b83; }
.c3 { color: #626262; }
.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; }
h1 { color: #777777; font-size : 14px; margin: 0; }

.trait { background-color: #ffffff; height: 1Px; }

.img-produit { /*border: 3Px solid #bbbbbb;*/ }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a.menu-lien
{
    background: url(../images/menu-lien.gif);
	background-repeat: repeat-x;
	width: 150Px;
	height: 27Px;
	line-height: 27Px;
	display: block;
	text-align: center;
	color: #006350;
	font-size: 11Px;
	font-weight: bold;
}

a.menu-lien-sel
{
    background: url(../images/menu-lien-sel.gif);
	background-repeat: repeat-x;
	width: 150Px;
	height: 27Px;
	line-height: 27Px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 11Px;
	font-weight: bold;
}

a.menu-lien:hover
{
    background: url(../images/menu-lien-over.gif);
    text-decoration: none;
}

a.menu-lien-sel:hover { text-decoration: none; }

.menu-fond
{
    background: url(../images/menu-fond.gif);
	background-repeat: repeat-x;
}

.menu-gauche-haut
{
    background: url(../images/menu-gauche-haut.gif);
	background-repeat: repeat-x;
	height: 32Px;
	font-size: 12Px;
	font-weight: bold;
	color: #444444;
	padding-left: 10Px;
}

.menu-gauche-bas
{
    background: url(../images/menu-gauche-bas.gif);
	background-repeat: repeat-x;
	background-color: #dfdfdf;
}

a.lien-fiche
{
    background: url(../images/lien-fiche.gif);
	background-repeat: repeat-x;
	width: 90Px;
	height: 17Px;
	line-height: 17Px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 10Px;
	font-weight: bold;
}

a.lien-fiche:hover
{
    background: url(../images/lien-fiche-over.gif);
    text-decoration: none;
}