body, td, .normal
{
	color : #FFFFFF;
	font-family : verdana, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.red, th, a.red {
	background-color: #999933;
	font-size: 9px;
	font-family : verdana;
	color: white;
	text-decoration: none;
}

a.red:hover {
	background-color: #999933;
	color: #0000df;
	text-decoration: underline;
}

.petit, td.petit {
	color: #000000;
	font-size : 9px;
}

a.petit {
	font-size : 9px;
	text-decoration : underline;
	color : #000000;
}

a.petit:hover {
	color : #333333;
	text-decoration: underline;
}

.entete  {
	font-size : 24px;
	color : #bf0000;
}

.titre, .titre a
{
	font-size : 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.titre:hover
{
	font-size : 13px;
	color : #333333;
	font-weight : bold;
	text-decoration: underline;
}

.menu-titre, .menu-titre td
{
	font-size : 11px;
	color : #FFFFFF;
	font-weight : bold;
}

.menu1, a.menu1 {
	color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.menu1:hover  {
	text-decoration: underline;
}

.menu2, a.menu2 {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.menu2:hover  {
	font-weight : bold;
}

.sousmenu  {
	color : #999933;
	font-size : 11px;
	font-weight : bold;
}

a.sousmenu {
	color : #999933;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}

a.sousmenu:hover  {
	text-decoration : underline;
}

.article {
	color : #FFFFFF;
	font-familly: Verdana;
	font-size : 11px;
	font-weight : normal;
}

.article-titre {
	color : #FFFFFF;
	font-family : verdana;
	font-size : 12px;
	font-weight : bold;
}

.article-bandeau {
	color : #ffffff;
	font-family : verdana;
	font-size : 13px;
	font-weight : normal;
}

.article-auteur {
	color : #ffffff;
	font-family : Verdana;
	font-size: 11px;
	font-weight : none;
}

.article-editeur {
	color : #ffffff;
	font-family : Verdana;
	font-size: 11px;
	font-weight : none;
}

.article-prix {
	font-family : Verdana;
	font-size : 11px;
}

.article-prix-euro {
	font-family : Verdana;
	font-size : 9px;
	color: #999933;
}

.pied {
	color : white;
	font-size : 11px;
	font-weight : bold;
}

a.pied {
	color : white;
	text-decoration: none;
}

a.pied:visited {
	color: white;
	text-decoration: none;
}

a.pied:hover {
	color : #cccccc;
	text-decoration: underline;
}

.jaune {
	background-color: #cccccc;
}

.panier, a.panier {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}

a.panier:hover {
	text-decoration: underline;
}

a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

/* fix chrome bug */
img {
	float: none;
}

pre {
	color: #888;
}

.card {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border: none;
	position: relative;
}
.card-header {
	position: absolute;
	background-color: #939144b3;
	width: 100%;
}
.card-img {
	height: 10rem;
	overflow: hidden;
	background-color: white;
	text-align: center;
}
.card .card-img img {
	height: 100%;
	border: none;
}
.card-body {
	min-height: 20rem;
}
.card-footer {
	min-height: 4.4rem;
}
.btn.btn-large {
	width: 100%;
}

.bg-black {
	background-color: #000000;
}

.btn.btn-circle {
	border-radius: 100%;
}

.content {
	margin: 0 auto;
	padding-top: 118px;
	max-width: 100em;
}
.content>.row {
	margin-left: 0;
	padding-right: 1.25em;
}

.logo {
    width: 780px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

@media (max-width:55em) {
	.logo {
		width: 380px;
	}
	.content {
		padding-top: 61px;
	}
}

@media (max-width:30em) {
	.logo {
		width: 260px;
	}
	.content {
		padding-top: 42px;
	}
}

.btn {
	font-size: 11px;
}

.bg-green.disabled {
	color: #e9e7ba;
	background-color: #8f8c41;
}
.btn.disabled {
	cursor: default;
}
a.btn {
	text-decoration: none;
}

.img-large {
	width: 1.9rem;
}

@media (min-width: 55em) {
    .black-col {
        background-image: linear-gradient(black, black);
        background-size: 25%;
        background-repeat: no-repeat;
    }
}

select {
	width: inherit;
	height: inherit;
	color: #333;
}

header {
	position: fixed;
	max-width: 100em;
	width: 100%;
	top: 0;
	z-index: 10;
}

a.cart {
	position: relative;
}
.cart {
	background: url(images/icon_cart.svg) no-repeat center;
	color: black;
	width: 0px;
	height: 20px;
	margin: 0.6rem 1rem 0 0;
}

.badge {
	position: absolute;
	border-radius: 99rem;
	width: 1.2rem;
	line-height: 1.2rem;
	font-size: 9px;
}
.cart .badge {
	top: -.3rem;
	right: .25rem;
	background-color: white;
	color: black;
}

footer {
    border-radius: 0 0 .5rem .5rem;
    /*padding: .2rem 1rem;*/
    line-height: 1.5rem;
}
footer img {
    vertical-align: middle;
}
footer .col {
	margin-bottom: 0 !important;
}

.title {
	color: black;
	background-color: #333333;
	background-image: linear-gradient(to right, white 0%, #333333 35%);
	padding-bottom: 0.5em
}

input, textarea {
	color: #333;
}
