/* CSS Document */

html,body {
	  height:100%;
	  border:none;
	  margin:0;
	  background-color:#FFFFFF;
}
h1,h2, h3{
	margin:0;
	padding:0;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#7C0100;
	font-weight:bold;
	text-transform: uppercase;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#7C0100;
	font-weight:bold;
	text-transform: uppercase;
}

p {
	margin:0;
	padding:0;
}

strong {
    color:#7C0100;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#fullheight {
	height:100%;
	width:816px;
}
td.bandegauche {
	width:38px;
	background-image:url(../img/cGauche.gif);
	background-repeat:repeat-y;
}
td.bandedroite {
	width:38px;
	background-image:url(../img/cDroit.gif);
	background-repeat:repeat-y;
}

td.contenue {
	padding-left:24px;
	margin-right:12px;
	background-image:url(../img/backGroundTdAcc.gif);
	background-repeat:no-repeat;
}
td.contenueAcc {
	padding-left:36px;
}
td.contenueAcc p{
	padding-right:15px;
}
td.contenueBoutique {
	padding-left:36px;
}
td.contenueBoutique p{
	padding-right:15px;
}
/*p#introBoutique{
	padding-right:12px;
}
p.descProduit{
	padding-right:12px;
}*/

p.descProduit{
	padding-bottom:12px;
}
div.pommier {
    background:url(../img/img_pommier.jpg) bottom right no-repeat;
}

td.footer {
	background-color:#FFFFFF;
	background-image:url(../img/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:25px;
	text-align:center;
}

p.textebleu {
    color:#153780;
    font-weight:bold;
}
p.textebleuBig {
    color:#153780;
    font-weight:bold;
    font-size:14px;
}
p.textebleuSmall 
{
    padding-top:6px;
    color:#153780;
    font-size:11px;
    font-style:italic;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#153780;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color:#153780;
}
a:hover {
	text-decoration:underline;
	color:#153780;
}
a:active {
	text-decoration: none;
	color:#153780;
}

a.conours:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#153780;
}
a.conours:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#153780;
}
a.conours:hover {
	text-decoration:underline;
	color:#153780;
}
a.conours:active {
	text-decoration:underline;
	color:#153780;
}

hr.clearer{
	visibility:hidden;
	clear:both;
}

.achat {
    position:relative;
    top:-13px;
    left:10px;
}

img.floatG {
    float:left;
    margin:0 9px 20px 0;
    clear:left;
    border: 1px solid;
}

img.floatD {
    float:right;
    margin:0 0 20px 9px;
    clear:right;
    border: 1px solid;
}
ul
{
    margin-top:0px;
    padding-top:10px;
}
.pointsvente
{
    padding-bottom:15px;
}
.etiquette
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    height:18px;
    padding-top:8px;
    border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-top:1px;
    width:120px;
}
.champ
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    height:16px;
    padding-top:8px;
    margin-top:1px;
    width:320px;
}
.field
{
    height:14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    width:300px;
     border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    
    border-top-color:Black;
    border-top-style:solid;
    border-top-width:1px;
    
    border-left-color:Black;
    border-left-style:solid;
    border-left-width:1px;
    
    border-right-color:Black;
    border-right-style:solid;
    border-right-width:1px; 
}
.important
{
    font-family:Verdana;
    font-size:18px;
    font-weight:bold;
    color:Red;
}