body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.error  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-weight: bold;
	font-size: 11px;
}

.gros {
	font-size: 16px;
}

.petit {
	font-size: 9px;
}

.infobulle {
	border: 1px solid #333333;
	background-color: #FFFFE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
	color: #000000;
	/*width: 250px;*/
}

/* Boutique */
#lien-panier {
	float: right;
	text-transform: uppercase;
}
#message-accueil {
	font-weight: bold;
	font-size: 14px;
	color: #1082CB;
	text-align: center;
	margin: 10px 0px;
}
#texte-accueil {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* Panier */
#nav-panier {
	float: right;
}
#nav-panier strong {
	color: #000000;
}
#panier {
	border: none;
	border-collapse: separate;
}
#panier td {
	padding: 5px;
	color: #000000;
}
#panier tr.ligne-entete td {
	background-color: #1082CB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#panier tr.ligne-totaux td {
	border-top: 1px solid #000000;
	font-size: 12px;
	font-weight: bold;
}

.action {
	color: #50A7DF;
	font-weight: bold;
}
.action:hover {
	color: #333333;
}

.tab-article {
	border-collapse: collapse;
	border: 1px solid #1082CB;
}
.tab-article td {
	border: 1px solid #1082CB;
}
.tab-article td.nom-produit {
	background-color: #1082CB;
	color: #FFFFFF;
	font-weight: bold;
}

.msgInfo {
	font-size: 12px;
	font-weight: bold;
}

/* Styles CSS venant du site chorale-roanne.com pour l'intégration */
a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #50A7DF;
}

.titre {
	background: #1082CB url("http://www.chorale-roanne.com/img/gen06/nav/rect_blue.gif") no-repeat left;
	padding: 1px 3px 1px 10px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}

.ligneMatch td {
	border-top: 1px solid rgb(80, 167, 223);
}

.gris {
	font-size: 11px;
	color: #666666;
}

