/* @override 
	http://localhost/demo-boutique/_theme/site.css
	http://www.tontransfert.com/_theme/site.css
*/

body {
	background: #24dc38 url(images/fond.jpg) no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
	color: #256a00;
}

#headerContact a {
	color: #fff;
}

#headerContact a:hover {
	color: #fefb00;
}

#header {
	background-color: rgba(0,0,0,0.45);
	color: #e9fcbf;
}

#header #logoEntete {
	background-image: url(images/logo_tontransfert.png);
	width: 245px;
	height: 100px;
}

#header .contenuAvecLogo {
	margin-left: 245px;
    z-index: 1000;
    position: relative;
}

@media screen and (max-width: 700px) {

#header #logoEntete {
	width: 177px;
	height: 72px;
}

}

#menu {
	background-color: rgba(0,0,0,0.6);
}

#menu li a {
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 	
	border-radius: 12px;
	background-color: #359300;
	margin: 4px;
	text-shadow: rgba(0,0,0,0.35) 1px 1px 5px;
}

#menu li:hover {
	background-color: transparent;
}

#menu li.actif a {
	color: #fefb00;
}

h2 {
	color: red;
}

a {
	color: #e55500;
}

a:hover {
	color: #e32300;
}

p.accroche {
	color: yellow;
}

.article.bloc  {
	background-color: rgba(0,0,0,0.3);
	color: white;
}

.article.bloc a {
	color: yellow;
}

.article.bloc a:hover {
	color: #fdfdd2;
}

.article.bloc.contraste  {
	background-color: rgba(0,41,0,0.7);
}

/* Produits */

.produits_titreCategorie {
	background-color: rgba(0,0,0,0.3);
	color: #e0fcaa;
}

.produits_titreCategorie h1 {
	color: #fff;
	margin-bottom: 5px;
	margin-top: 10px;
}

.produit_categorie_vignette {
	background-color: rgba(0,0,0,0.4);
	color: white;
	-webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.produit_categorie_vignette:hover {
	background-color: rgba(0,0,0,0.75);
	color: rgba(0,0,0,0.75);
	-ms-transform: rotate(-1deg) scale(1.1,1.1);
	-webkit-transform: rotate(-1deg) scale(1.1,1.1);
	transform: rotate(-1deg) scale(1.1,1.1);
}

.produit_categorie_vignette a {
	color: yellow;
}

.produits_listeproduits li {
	background-color: rgba(0,0,0,0.4);
	color: white;
	-webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.produits_listeproduits li a {
	color: yellow;
}

.produits_listeproduits li .zonePrix {
	color: #fff;
}

.produits_listeproduits li:hover {
	background-color: rgba(0,0,0,0.75);
	color: rgba(0,0,0,0.75);
	-ms-transform: rotate(2deg) scale(1.1,1.1);
	-webkit-transform: rotate(2deg) scale(1.1,1.1);
	transform: rotate(2deg) scale(1.1,1.1);
}

.produits_fiche h2 {
	color: #cc1b00;
	margin-bottom: 5px;
}

.zoneCompteBarreOutils .blocConnexion a.lienPageConnexion span {
    display: none;
}

.zoneCompteBarreOutils .blocConnexion {
    vertical-align: top;
}

.zoneCompteBarreOutils .blocConnexion a.lienPageConnexion {
    padding: 0 4px 0 40px;
}