body
{
	font-family:Arial, Helvetica, sans-serif;
	color : #70B3C0;
	margin: 0;
	background: url(../images/fond.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
}

input.button1
{
	height:17px;
	font-size:10px;
	width: 500PX;
	background-color: #d3d3d3;
    border: 1Px solid #c3c1c1;
	color : #838282;
}

input.input1
{
	height:13px;
	font-size:10px;
	width: 500PX;
	background-color: #d3d3d3;
    border: 1Px solid #c3c1c1;
	color : #838282;
}

select.select1
{
	height:15px;
	font-size:10px;
	background-color: #d3d3d3;
    border: 1Px solid #c3c1c1;
	color : #838282;
}

textarea.textarea1
{
	height:100px;
	width: 500Px;
	font-size:11px;
	background-color: #d3d3d3;
    border: 1Px solid #c3c1c1;
	color : #838282;
	overflow: auto;
}

.c1 { color: #ffffff; }
.c2 { color: #838383; }
.c3 { color: #9b9b9b; }
.c4 { color: #6b6b6b; }
.c5 { color: #2e2926; }

.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: #eeeeee; height: 4Px; }
.trait2 { background-color: #eeeeee; height: 1Px; }

.trait3 { background-color: #3383dd; height: 18Px; }
.trait-vertical-annonce { background-color: #347ccf; width: 1Px; }
.trait-fiche { background-color: #abcffe; height: 1Px; }

.img-produit { border: 3Px solid #bbbbbb; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a.onglet
{
    background: url(../images/onglet.gif);
	background-repeat: no-repeat;
	width: 83Px;
	height: 21Px;
	line-height: 21Px;
	display: block;
	text-align: center;
	color: #eaeaea;
	font-size: 9px;
	font-weight: bold;
}

a.onglet:hover
{
    text-decoration: none;
    color: #fff900;
}

.menu-droite-bouton
{
    background: url(../images/menu-droite-bouton.gif);
	background-repeat: repeat-x;
	height: 25Px;
	line-height: 25Px;
	width: 155Px;
	display: block;
	padding-left: 15Px;
	text-decoration: none;
	font-size: 11Px;
	font-weight: bold;
	color: #828282;
}

a.menu-droite-bouton:hover:hover
{
    background: url(../images/menu-droite-bouton-sel.gif);
    text-decoration: none;
}

table.produit-fiche
{
    width: 385Px;
    height: 159Px;
    background-image: url(../images/produit-fiche.gif);
    background-repeat: no-repeat;
}
