html,body {
	background-color:white;
}

p, ul, li {
font-size : 100%;
font-family : Tahoma;
color : black;
text-align: center;
}

h1 {
font-size : 180%;
font-family : Tahoma;
color : black;
text-align: center;
}

h2 {
font-size : 150%;
font-family : Tahoma;
color : black;
padding-left:15px;
}

h3 {
font-size : 100%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:left;
}

h4 {
font-size : 100%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:left;
}

h5 {
font-size : 75%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:center;
}

h6 {
font-size : 75%;
font-family : Tahoma;
color : green;
padding-left:15px;
text-align:right;
}

a:link {color:black; text-decoration:none; border:none; }
a:visited {color:black; text-decoration:none;}
a:hover {color:red;	text-decoration:blink; font-weight:bold;}

/* Récupéré du site http://www.pckult.net/tutoriaux/27-css/1176-styliser-vos-tableaux-a-la-mode-web-20-afin-de-leur-donner-un-peu-plus-de-visibilite */

table {
    border-top:1px solid #e5eff8;
    border-right:1px solid #e5eff8;
    margin:1em auto;
    border-collapse:collapse;
}

td {
   	font-size : 75%;
    border-bottom:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:center;
}

tr.odd td {
    background:#f7fbff
}
tr.odd .column1 {
    background:#f4f9fe;
}
.column1 {
    background:#f9fcfe;
}

/* Fin de des examples du site http://www.pckult.net/tutoriaux/27-css/1176-styliser-vos-tableaux-a-la-mode-web-20-afin-de-leur-donner-un-peu-plus-de-visibilite */

tdold {
	font-size : 75%;
	text-align:center;
	font-family : Tahoma;
	color : black;
	background-color:white;
	border-bottom-width:thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
}

.haut {
	text-align:center;
	font-size : 80%;
	background-color: green;
	color : white;
	}
	
.navbar {
	text-align:center;
	background-color: green;
	background-image:url(../img/Gazon.jpg)
}

.foot {
font-family:Tahoma;
font-size: 100%;
color:black;
background-color: white;
}

.intro {
font-size : 100%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:left;
background-image:url(../img/Gazon.jpg);
}

.media {
font-family:Tahoma;
font-size: 200%;
color:black;
text-align:center;
background-image:url(../img/Gazon.jpg);
}

.database 
 {
font-size : 100%;
text-align:center;
font-family : Tahoma;
color : black;
background-image:url(../img/Gazon.jpg);
background-position:right;
background-repeat:no-repeat;
border-bottom:dashed;
border-bottom-color:red;
border-bottom-width:thin;
}

.poidsnet 
 {
font-weight:bold;
color : green;
background-image:url(../img/solidarmonde.png);
background-position:bottom;
background-repeat:no-repeat;
}

.nomproduit
 {
font-weight:bold;
}

.nomproduitsolidar
 {
font-weight:bold;
background-image:url(../img/solidarmonde.png);
background-position:bottom;
background-repeat:no-repeat;
}
.refproduitsolidar
 {
background-image:url(../img/maxhavelaar.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

refproduitsantilles
 {
background-image:url(../img/maxhavelaar.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

nomproduitsantilles
 {
font-weight:bold;
background-image:url(../img/solidarmonde.png);
background-position:bottom;
background-repeat:no-repeat;
}

.price
 {
font-weight:bold;
color : red;
}
