/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/fond.jpg);
	background-color: #A2CDFD;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5856;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5856;
	font-style:normal;
}

.titre, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5A5856;
	font-weight:bold;
}

.texteOrange {
	color: #F4C31E;
}

.menuBas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#555555;
	text-align:right;
}


#commande {
	font-size: 10px;
	padding-bottom:10px;
	color:#124879;
}

#contenu_centre {
	margin-top:5px;
	font-size: 12px;
	color:#12497A;
	font-weight:bold;
}

.typeprod {
	text-align:center;
	width:195px;
	float:left;
	margin:10px;
}
.toile {
	text-align:center;
	width:190px;
	height:105px;
	float:left;
	margin:5px;
}

img.produit {
	border:2px;
	border-color:#FFF;
	border-style:solid;
	margin:5px;
	text-decoration:none;
}

/* Choix recap */
#recap {
	font-size: 11px;
	padding-bottom:10px;
	color:#44698E;
	width:155px;
	padding:5px;
	float:left;
}

#recap p {
	font-size: 12px;
	color:#44698E;
	font-weight:bold;
}

#recap ul li {
	text-align:left;
	margin-left:-26px;
	list-style: disc;
	line-height:1.5em;
}



/* Liens */
a:link {
	color: #5A5856;
}
a:visited {
	color: #5A5856;
}
a:hover {
	color: #5A5856;
}
a:active {
	color: #5A5856;
}
a.sup {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration:none;
}
table.panier {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin-top:10px;
}
table.panier td {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	padding:3px;
}
table.panier th {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	background-color:#3798f2;
	padding:3px;
	color: #fff;
	font-size: 13px;
}
table.panier table td {
	border:0px;
}.erreur {
	color: #F00;
}

.minipanier {
	margin:5px 5px 5px 5px;
}
