
/*
Theme Name: Plasticines
Theme URI: http://www.lesplastiscines.com
Description: Plasticines Theme
Version: 1
Author: Clément Jaquier
 
Creation Theme by Clément Jaquier | http://www.blackpen.tv
 
*/



/* STRUCTURE ///////////////////////////////////////////////////////////////////*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(../img-blog/bg-plastiscines.jpg) repeat-y top center #FFFFFF;
	margin: 0;
	padding: 0;
}

form {
	padding:0;
	margin:0;
}

img {
	border:0;
}

a {
	font-style:italic;
	color:#e20179;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.conteneur_general {
	width:100%;
}

.conteneur_blog {
	width:800px;
}



/* SHOP ///////////////////////////////////////////////////////////////////*/

.titreShop {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bolder;
	font-size:45px;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin:0px;
	padding:0px;
}

.footer {
	font-size:10px;
	color:#78746d;
	font-style:normal;
	text-decoration:none;
	margin:20px 0 20px 0;
}

.footer a {
	font-size:10px;
	color:#78746d;
	font-style:normal;
	text-decoration:none;
}

.footer a:hover {
	color:#000;
	font-style:normal;
	text-decoration:underline;
}