* {
  margin: 0;
  padding: 0; 
}
body {
  font: normal 62.5% Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #444;
  background:#f9f9ff url(../images/fond-page.png) top center repeat-y; /* #DFF2FF */
}
img {
  border: none;
}
a {
  color: #3695AF;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}
p, ul, ol {
	font-size: 1.3em;
}
ul {
	list-style: none;
}
label {
	cursor: pointer;
	font-size: 1.3em;
}
button {
	cursor: pointer;
	overflow: visible;
	width: 1;
	background: #a88b56 url(../images/button_background.gif) repeat-x top left;
	height: 1.8em;
	border: none;
	color: #25221b;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 1em;
	line-height: 23px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
button span {
	position: relative;
}

input, textarea {
	padding: 0.3em 0.2em;
	width: 10em;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #424242;
}

h2 {
	padding: 5px;
	background: #f4f4f9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#hyperconteneur {
	width:1000px;
	background-color:#fff;
	margin:0 auto;
}
/* header */
#header {
	width: 960px;
	height:83px;
	position: relative;
	margin: 0 auto;
}
#header #headergauche {
	float: left;
	width: 330px;
}
#header #headercentre {
	float: left;
	width: 380px;
	margin-top: 5px;
}
#header #headercentre p {
	margin: 0;
}
#header #headercentre ul {
	margin-top: 15px;
}
#header #headerdroite {
	float: right;
	text-align: left;
	margin: 10px 10px 0 0;
	background: transparent url(../images/panier.gif) top left no-repeat;
	padding: 0 0 0 40px;
}
#header #headergauche h1 {
	padding-top: 5px;
	font-size: 2.5em;
	font-weight: bold;
	cursor: default;
}
#header #headergauche h1 a {
	text-decoration: none;
	color: #0081bd;
}
#header #headergauche h1 span {
	display: block;
	font-size: 0.5em;
	color: #424242;
}
/* formulaire de recherche */
#SearchForm {
	float:right;
}
#SearchForm input {
	margin-right: 0.5em;
	font-size: 1em;
	width: 20em;
}
#SearchForm div label img, #header #SearchForm div #Search, #header #SearchForm div #BtnSearch {
	vertical-align: middle;
}
#SearchForm div #Search {
	color: #424242;
	border: none;
}
#SearchForm label {
	color: #888;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 1em;
}
#SearchForm #BtnSearch {
	font-size: 1em;
	color: #efefef;
}

.clear {clear:both;}
/* Le panier dans le header */
#header #ComptePanier {
	background: transparent url(../images/panier.gif) no-repeat top left;
	padding: 7px 0 0 30px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 132px;
	height: 43px;
}
#header #ComptePanier li {
	float: left;
	margin-right: 1em;
}
#header #ComptePanier #pen {
	margin: 0;
}
#header #ComptePanier li a {
	float: left;
	color: #587cb0;
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size:1.2em;
	font-weight: bold;
}

#header #Menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 23px;
	padding-top: 4px;
}
#header #Menu li {
	float: left;
	margin-right: 1em;
}
#header #Menu li a {
	float: left;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	padding-bottom: 4px;
}
#header #Menu .current a, #header #Menu li a:hover {
	border-bottom: 4px solid #bde7f3;
}


/* Le menu perso rajouté */
#menutop2 {
	width: 960px;
	height: 30px;
	padding: 0 20px;
	border-top: #a4cfde 1px solid;
	border-bottom: #a4cfde 1px solid;
	background: #f9fcfe url(../images/nouveauparapluie-bg.jpg) top left repeat-x;
}
#menutop2 #menutopul {
	padding: 3px;
}
#menutop2 #menutopul li {
	float:left;
	list-style:none;
	width: 120px;
	text-align: center;
	margin-right: 10px;
}
#menutop2 #menutopul li a {
	float: left;
	color: #0081bd;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size:1em;
	display: block;
	width: 130px;
	padding: 2px 0 10px 0;
}
#menutop2 #menutopul li a:hover {
	text-decoration: underline;
}#menutop2 #menutopul li.current a {
	color: #444;
	text-decoration: underline;
}
#menutop2 p {
	float: right;
	color: #888;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size:1.4em;
	padding: 10px 0 0 0;
}

/* Le contenu */
#conteneur {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	/*background: #fff url(../images/contenu-bg.gif) top left repeat-y;*/
}
#conteneur #content {
	width: 980px;
	float: left;
	padding: 10px;
	position:relative;
}

.divclear {
	clear:both;
}
.blocdroite {
	width:160px;
	border: none;
	margin-bottom: 15px;
}
/*
	footer
*/
#footer {
	clear: both;
	overflow: hidden;
	border-top: #a4cfde 1px solid;
	width: 980px;
	padding: 10px;
	background: #f9fcfe url(../images/nouveauparapluie-bg.jpg) top left repeat-x;
}
#footer div.footcol {
	float: left;
	width: 225px;
	margin-right: 20px;
}
#footer div.footcol h2 {
	color: #666;
	font-size: 1.2em;
	background: none;
}
#footer div.footcol ul li a {
	color: #666;
	font-size: 0.8em;
	text-decoration: none;
}

#newsletter-form {
	background: url(../images/newsletter.jpg) top left no-repeat;
	height: 200px;
	padding: 0 5px 0 5px;
	overflow: hidden;
	text-align: center;
	display: block;
}
#newsletter-form form {
	margin-top: 135px;
}
#newsletter-form input {
	width: 10.3em;
	border: none;
}
#newsletter-form label {
	font-size: 1em;
}

/* Pavé */
.paveMef {
	margin-bottom: 20px;
}
.paveMef .block {
	padding: 0 10px;
}
.paveMef .block p, .pave .block p {
	margin-bottom: 8px;
}
.paveMef .block ul, .paveMef .block ol, .pave .block ul, .pave .block ol {
	margin: 0 0 8px 20px;
}
.paveMef .block ul, .pave .block ul {
	list-style: disc;
}
.paveMef .block h3, .pave .block h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #3695AF;
}
.paveMef .block h4, .pave .block h4 {
	font-size: 1.3em;
	color: #3695AF;
}
.paveMef .block img, .pave .block img {
	margin-bottom: 10px;
}
.paveMef .block .Irightimg, .pave .block .Irightimg {
	text-align: right;
}
.paveMef .block .Icenterimg, .pave .block .Icenterimg {
	text-align: center;
}

/* ariane */
#ariane {
	margin-bottom: 1em;
}

/* Titre */
.titre {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #2b1d11;
	overflow: hidden;
	clear: both;
}
.titre a {
	text-decoration: none;
}
.titre em {
	font-size: 0.8em;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}
.titre em a {
	color: #000;
}

/* Pagination */
#navig-page {
	clear: both;
	text-align: center;
}
#navig-page a {
	padding: 0.2em 0.4em;
	border: 1px solid #4CA7C1;
	text-decoration: none;
}
#navig-page a:hover, #navig-page a:focus, #navig-page .current {
	background: #4CA7C1;
	color: #fff;
}

/* Contenu Accueil */
#gaucheaccueil {
	width: 790px;
	float: left;
}
#droiteaccueil {
	width: 160px;
	float: right;
	padding: 0 10px;
}
.BlockInfos {
	margin-bottom: 2em;
}
.BlockInfos h2 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #424242;
	margin-bottom: 0.7em;
	background: none;
}
.BlockInfos p {
	margin-bottom: 0.5em;
}

/* Catégorie */
#contentCat {
	margin-bottom: 3em;
	overflow: hidden;
}

/* ListProd */
#content .ListProd {
	margin-bottom: 2em;
	clear: both;
}
#content .ListProd .BlockProd {
	clear: both;
	margin-bottom: 3em;
	overflow: hidden;
	display: inline;
}
#content .ListProd .BlockProd div {
	float: left;
	width: 210px;
	height: 230px;
	margin: 0 1.2em 2em 0;
	border: none;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 5px 10px;
	/*-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
#content .ListCat .BlockProd div {
}
#content .ListProd .BlockProd a {
	color: #666;
}
#content .ListProd .BlockProd .ProdEndLigne {
	margin-right: 0;
}
#content .ListProd .BlockProd  img {
	border: none;
	float: left;
	margin: 0 35px 0 15px;
}
#content .ListProd .BlockProd div h3 {
	font-size: 1.2em;
}
#content .ListProd .BlockProd div h3 a {
	color: #424242;
	text-decoration: none;
}
#content .ListProd .BlockProd div h3 span {
	color: #e00808;
}
#content .ListProd .BlockProd div .NameProd a {
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}
#content .ListProd .BlockProd div .NewProd {
	color: #E00808;
}

#content .ListProd .BlockProd div .Prix {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
#content .ListProd .BlockProd div .Prix strong {
	white-space: nowrap;
}
#content .ListProd .BlockProd div .Prix del {
	font-size: 0.8em;
	color: #424242;
	font-weight: normal;
	text-decoration: line-through;
	white-space: nowrap;
}
#content .ListProd .BlockProd div .Prix span {
	color: #424242;
	font-size: 0.8em;
	font-weight: normal;
}
#content .ListProd button {
	cursor: pointer;
	background: #40a1cd;
	text-align: center;
	border: none;
	font-size: 0.8em;
	color: #f4f4f9;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 25px 3px 25px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
}
#content .ListProd .ViewProd {
	clear: both;
	text-align: left;
	padding-bottom: 0.5em;
}
#content .ListProd .ViewProd a {
	padding: 0 0.5em;
}

.ListProd .imgProd {
	position: relative;
	width: 150px;
	float: left;
	margin: 0 25px;
}
.ListProd .imgProd a {
	text-decoration: none;
	cursor: pointer;
}
.ListProd .etatPrix {
	position: absolute;
	top: 0;
	left: -20px;
}

/* Fiche produit */
#Prod {
	overflow: hidden;
}
#Prod h2 {
	font-size: 2em;
	margin-bottom: 20px;
	color: #0081bd;
}
#ImageFiche {
	float: left;
}
#ImageFiche #principale {
	width: 500px;
	height: 500px;
	overflow: hidden;
}
#ImageFiche #principale img {
	border: none;
}
#ImageFiche #miniature {
	padding: 1em;
	border-top: 1px solid #d4d4d9;
}
#ImageFiche #miniature img {
	padding: 5px 10px 10px 5px;
}
#content #ImageFiche p {
	padding: 0 0.5em 0 0;
}
#content #ImageFiche #ZoomImg {
	padding: 0.5em 0.5em 0 0;
}
#content #InfosFiche {
	padding: 0 0 0 1.5em;
	overflow: hidden;
}
#content #InfosFiche h2 {
	font-size: 2em;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#content #InfosFiche h2 span {

}
#content #InfosFiche h2 span a {
	color: #424242;
}
#content #InfosFiche button {
	cursor: pointer;
	overflow: visible;
	width: 1;
	background: transparent url(../images/ajouteraupanier.jpg) no-repeat 0 0;
	height: 60px;
	width:200px;
	text-align: left;
	border: none;
	color: #25221b;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 2.5em;
	line-height: 18px;
	margin: 0 0 1em 0;
}
#content #InfosFiche #caracteristique {
	float: right;
	width: 220px;
	/*margin: 0 20px 1em 0;*/
	margin: 0 0 1em 20px;
}
#content #InfosFiche #caracteristique h3 {
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size:1.2em;
	text-transform: uppercase;
	color: #c0c0d0;
	border-bottom:1px solid #ededed;
	margin-bottom: 0.5em;
}
#btnacheter {
	width: 200px;
	text-align: left;
	float: left;
}
#PrixProd {
	margin-bottom: 1em;
}
#PrixFiche strong {
	color: #e00;
	font-size: 1.6em;
}
#AddCart {
	float:right;
	margin-top: 1.5em;
}

#content #InfosFiche  #partagefb {
	border-top: 1px solid #d4d4d9;
	padding-top: 1em;
}

#content #InfosFiche  #garanties {
	margin: 1em 0 1em 0;
	padding: 10px 20px 20px 20px;
	background: #f4f4f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content #InfosFiche  #garanties h3 {
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size:1.2em;
	text-transform: uppercase;
	color: #707090;
	border-bottom:1px solid #d0d0e0;
	margin-bottom: 0.5em;
}
#content #InfosFiche  #garanties ul {
	list-style-type: disc;
	margin-left: 1em;
}
#content #InfosFiche #Description p {
	margin-bottom: 1em;
}


.etatPrixFiche {
	position: absolute;
	left: 0;
	top: 0;
	margin: 100px 0 0 10px;
}
.etatPrixFiche span {
	background: #4ca7c1;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 0.3em;
}

.Options {
	margin-bottom: 2em;
}
.Options h3 {
	color: #4CA7C1;
	font-size: 1.3em;
}
.Options div input {
	width: auto;
	background: none;
	border: none;
}
.Options div input, .Options div label {
	vertical-align: middle;
}
#variation {
	margin-bottom: 2em;
}
#Stockon {
	padding-left: 2em;
	min-height: 20px;
}
#Stockoff {
	padding-left: 2em;
	min-height: 20px;
}

#ProdError {
	float: left; /* trick ie6 */
}
#ProdError p {
	border: 5px solid #f6a617;
	padding: 1em;
	margin-bottom: 1em;
}

#SuiteInfos {
	clear: both;
	padding: 2em 0;
}
#SuiteInfos div {
	margin-bottom: 2em;
}
#SuiteInfos h4 {
	color: #424242;
	font-size: 1.5em;
}
#SuiteInfos h5 {
	color: #424242;
	font-size: 1.3em;
}
#SuiteInfos ul, #SuiteInfos ol {
	margin: 0 0 1em 0;
	list-style-position: inside;
}
#SuiteInfos ul {
	list-style-type: disc;
}
#SuiteInfos p {
	margin-bottom: 1em;
}

#Personnalisation h3 #PersoOblig {
	color: #000;
	text-transform: none;
}
#Personnalisation label {
	display: block;
}
#Personnalisation input {
	width: 40em;
	border: 1px solid #000;
}
#Personnalisation textarea {
	width: 40em;
	height: 10em;
	border: 1px solid #000;
}
#Personnalisation select option {
	padding: 0 0.5em;
}
#SuiteInfos #Personnalisation h3 #PrixPerso {
	color: #424242;
	font-weight: normal;
	font-size: 0.8em;
}

/* Panier */
#votre-panier, #histo-com {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}
#votre-panier caption {
	font-size: 1.3em;
	margin-bottom: 1em;
}
#votre-panier thead, #histo-com thead {
	font-size: 1.4em;
	height: 30px;
	background: #4CA7C1;
}
#votre-panier thead th, #histo-com thead th {
	color: #fff;
	font-weight: bold;
}
#votre-panier tfoot td {
	text-align: right;
	font-size: 1.3em;
	padding: 0.2em 0;
}
#votre-panier tfoot td span, #histo-com tfoot td span {
	font-weight: bold;
}
#votre-panier tbody td, #histo-com td {
	vertical-align: top;
	padding: 0.4em 0;
	border-bottom: 1px solid #4CA7C1;
}
#histo-com td {
	text-align: center;
}
#votre-panier tbody .image-panier img {
	border: 1px solid #000;
}
#Content #votre-panier tbody td p, #histo-com tbody td p {
	margin: 0;
}
#votre-panier tbody .panier-quantite input {
	border: none;
	background: #fff;
	border: 1px solid #000;
	padding: 0.2em;
	width: 2em;
	text-align: center;
}
#votre-panier tbody .panier-quantite label {
	display: none;
}
#votre-panier tbody .panier-quantite, #votre-panier tbody .panier-supprimer {
	text-align: center;
}
#votre-panier tbody .panier-prix {
	text-align: right;
}
#votre-panier .panier-supprimer a {
	background: #4CA7C1;
	color: #fff;
	padding: 0.1em 0.4em;
	text-decoration: none;
	font-weight: bold;
}
#votre-panier .ecopart {
	font-size: 1.1em;
}


#panier-validation {
	text-align: right;
}
#panier-validation button {
	color: #fff;
	background: #fff;
	height: 26px;
	border:none;
	cursor:pointer;
}

#crosseling {
	margin-top: 3em;
}

/* Bon de réduction */
#bonreduc {
	text-align: right;
	margin-bottom: 2em;
}
#bonreduc label, #bonreduc p {
	font-size: 1.2em;
}
#bonreduc p {
	margin-bottom: 0.5em;
}
#bonreduc label {
	vertical-align: middle;
}

/* pages libres et Blog */
#content .block, .PostBlog .block, #TB_ajaxContent .block  {
	clear: both;
}
#content .block strong {
	color: #3695AF;
}
#content .block p, #TB_ajaxContent .block p {
	margin-bottom: 1em;
}
#content .block ol, #content .block ul, .PostBlog .block ol, .PostBlog .block ul, #TB_ajaxContent ul , #TB_ajaxContent ol {
	margin: 0 0 1em 0;
	list-style-position: inside;
	font-size: 1.3em;
}
#content .block ul, .PostBlog .block ul, #TB_ajaxContent ul  {
	list-style: disc;
	list-style-position: inside;
}
#content .block h3, .PostBlog .block h3, #TB_ajaxContent h3  {
	font-size: 1.8em;
	color: #210E0B;
	text-transform: uppercase;
}
#content .block h4, .PostBlog .block h4, #TB_ajaxContent h4  {
	font-size: 1.5em;
	color: #210E0B;
}
#content .block .Itxtimg img, .PostBlog .block .Itxtimg img, #TB_ajaxContent .Itxtimg img  {
	float: right;
	margin: 0 0 1em 2em;
}
#content .block .Iimgtxt, .PostBlog .block .Iimgtxt, #TB_ajaxContent .Iimgtxt  {
	float: left;
}
.PostBlog .block .Iimg, #TB_ajaxContent .Iimg  {
	margin-bottom: 1em;
}
#content .block .Iimgtxt img, .PostBlog .block .Iimgtxt, #TB_ajaxContent .Iimgtxt  {
	margin: 0 2em 1em 0;
}
#content .block .Ileftimg, #TB_ajaxContent .Ileftimg {
	text-align: left;
}
#content .block .Irightimg, #TB_ajaxContent .Irightimg {
	text-align: right;
}
#content .block .Icenterimg, #TB_ajaxContent .Icenterimg {
	text-align: center;
}

#content .block table {
	border-collapse: collapse;
	border: 1px solid #3695AF;
	font-size: 1.3em;
	margin-bottom: 1em;
}
#content .block caption {
	color: #3695AF;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
#content .block table th {
	background: #3695AF;
	color: #fff;
	font-weight: bold;
}
#content .block table td {
	padding: 0.2em 0.5em;
	border: 1px solid #3695AF;
}

/* Blog */
#bloggauche {
	width: 700px;
	float: left;
}
#blogdroite {
	width: 210px;
	float: right;
	padding: 0 10px;
}
.PostBlog .nbCom {
	background: url(../images/commentaires.gif) no-repeat bottom left;
	padding: 1em 0 0 2em;
	margin-bottom: 2em;
}

.PostBlog #com {
	padding: 1em 0 0 0;
}
.PostBlog #com h3 {
	color: #2b1d11;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.PostBlog #com ol {
	list-style: none;
}
.PostBlog #com ol li {
	margin-bottom: 2em;
}
.PostBlog #com ol li .comContent {
	background: #f4f4f9;
	color: #444;
	padding: 1em;
}
.PostBlog #com ol .admin .comContent {
	background: #e9e9fc;
}
.PostBlog #com ol li .comInfos {
	padding-top: 0.5em;
}
.PostBlog #com ol li .comInfos p {
	font-size: 1em;
}
.PostBlog #com ol li .comContent p {
	font-size: 1em;
}

.PostBlog #addCom {
	clear: both;
}
.PostBlog #addCom #validComment, .PostBlog #addCom .Erreur {
	color: #2b1d11;
	margin-bottom: 1em;
}
.PostBlog #addCom h3 {
	color: #2b1d11;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.PostBlog #addCom form {
	margin-bottom: 2em;
}
.PostBlog #addCom div {
	margin-bottom: 0.5em;
}
.PostBlog #addCom input {
	width: 24.5em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #2b1d11;
	padding: 0.35em;
}
.PostBlog #addCom label {
	display: block;
	line-height: 1.7em;
}
.PostBlog #addCom img {
	vertical-align: middle;
}
.PostBlog #addCom textarea {
	width: 680px;
	height: 10em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #2b1d11;
	padding: 5px;
}

.PostBlog {
	margin-bottom: 5em;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #000;
	padding: 0 0 1em 0;
}
#billet {
	border-bottom: none;
}
.PostBlog h2 {
	font-size: 2em;
}
.PostBlog h2 a {
	text-decoration: none;
	color: #4CA7C1;
}
.PostBlog .InfosBillet {
	margin-bottom: 1em;
	color: #000;
	font-size: 0.9em;
}
.PostBlog .InfosBillet strong {
	color: #4CA7C1;
}
.PostBlog h3 {
	font-size: 1em;
	color: #4CA7C1;
	margin: 0 0 0.5em 0;
}

/* RSS */
#RssBlog {
	margin: 0 0 2em 0;
	background: #4CA7C1;
	padding: 0.5em;
}
#RssBlog p {
	background: url(../images/rss.gif) no-repeat 0 0;
	padding-left: 3.2em;
}
#RssBlog p a {
	color: #fff;
	text-decoration: none;
}
#RssBlog p strong {
	display: block;
	font-size: 1.1em;
}

/* identification */
#compte1 {
	float: right;
	width: 480px;
}
#minscrire {
	float: left;
	width: 460px;
	background: #f4f4f9;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#compte1, #minscrire, #cardsoff {
	margin-bottom: 3em;
}
#compte1 div, #minscrire div, #Contact div, #cardsoff div {
	margin-bottom: 0.5em;
}
#compte1 input, #minscrire input, #Contact input, #cardsoff input {
	width: 15em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #000000;
	padding: 0.35em;
}
#compte1 label, #minscrire label, #Contact label, #cardsoff label {
	text-align: right;
	padding-right: 1%;
	width: 45%;
	float: left;
	line-height: 1.7em;
}
#compte1 img, #minscrire img, #Contact img, #cardsoff img {
	vertical-align: middle;
}
#compte1 .valider3, #minscrire .valider3, #Contact #Valider, #cardsoff .valider3 {
	margin-left: 46%;
}
#compte1 #perdu {
	margin-left: 46%;
}
#compte1 button, #minscrire button, #Enregistrement button, #cardsoff button {
	margin-left: 0.5em;
	background: #460000 url(../images/button_background2.gif) repeat-x top left;
	color: #fff;
}

#compte1 .erreur, #minscrire .erreur, #cardsoff .erreur {
	text-align: center;
	margin-bottom: 1em;
}
#compte1 .erreur p, #minscrire .erreur p, #cardsoff .erreur p {
	margin-bottom: 0.5em;
}

#passconnect, #passconnect2 {
	text-align: center;
}
#passconnect img, #passconnect2 img {
	vertical-align: middle;
}
#passconnect2 {
	margin: 1em 0 2em 0;
}

/* Contact */
#Contact #InfosContact {
	margin-bottom: 1em;
}
#Contact label {
	text-align: right;
	padding-right: 1%;
	width: 30%;
	float: left;
	line-height: 1.7em;
	font-weight: bold;
}
#Contact textarea {
	width: 25em;
	height: 10em;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #000000;
	padding: 0.35em;
}
#Contact #Valider {
	margin-left: 31%;
	margin-bottom: 2em;
}
#Contact #Cnil {
	color: #292721;
	font-size: 1.2em;
}
#Contact button, .valider button, #Reglements .button {
	background: #460000 url(../images/button_background2.gif) repeat-x top left;
	color: #fff;
}

/* Creation de compte */
.Erreur {
	margin-bottom: 1em;
}
.Erreur p img {
	vertical-align: middle;
}
#etoile {
	margin-bottom: 1em;
}
#Enregistrement {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
}
#Enregistrement fieldset {
	border: none;
	padding: 1em 0;
}
#Enregistrement fieldset legend {
	font-size: 1.6em;
	color: #4CA7C1;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#Enregistrement fieldset h3 {
	font-size: 1.3em;
	text-align: right;
	padding-right: 5px;
	width: 145px;
	float: left;
	vertical-align: middle;
	margin: 0 1em 0 0;
}
#Enregistrement fieldset label {
	vertical-align: middle;
	font-size: 1.3em;
}
#Enregistrement fieldset h3 label {
	font-size: 1em;
	vertical-align: middle;
	margin: 1em 1em 0 0;
}
#Enregistrement fieldset input, #Enregistrement fieldset textarea {
	border: 1px solid #b4b4b9;
	padding: 5px;
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#Enregistrement fieldset input, #Enregistrement fieldset textarea, #Enregistrement fieldset select {
	width: 400px;
	vertical-align: middle;
}
#Enregistrement fieldset select {
	border: 1px solid #b4b4b9;
	padding: 5px;
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#Enregistrement fieldset div {
	margin-bottom: 1.2em;
	clear: both;
}
#Enregistrement fieldset div img {
	vertical-align: middle;
}
#Enregistrement .civilite input, #Enregistrement #check-livraison input {
	width: auto;
	border: none;
	background: none;
	vertical-align: middle;
}
#Enregistrement #check-livraison {
	margin-left: 150px;
	margin-bottom: 1em;
}
#Enregistrement #check-livraison label {
	vertical-align: middle;
}
#Enregistrement .valider {
	margin-bottom: 2em;
}
#Enregistrement .valider button {
	margin-left: 150px;
}

#Enregistrement #dateAnniversaire #annivJour {
	width: 60px;
}
#Enregistrement #dateAnniversaire #annivMois {
	width: 160px;
}
#Enregistrement #dateAnniversaire #annivAnnee {
	width: 80px;
}

#Enregistrement #inscription {
	border-top: 1px solid #4ca7c1;
	margin-left: 145px;
}
#Enregistrement #inscription p {
	margin: 0;
}
#Enregistrement #inscription div {
	margin-bottom: 20px;
}
#Enregistrement #inscription input {
	vertical-align: middle;
	width: auto;
	background: transparent;
	border: none;
}
#Enregistrement #inscription label {
	vertical-align: middle;
	margin-right: 10px;
}

/* Commande */
#ChoixLivraison {
	margin-bottom: 1em;
	overflow: hidden;
}
#ChoixLivraison div {
	margin-bottom: 2em;
}
#ChoixLivraison div label, #PapierKdo label {
	font-size: 1.3em;
	vertical-align: middle;
}
#ChoixLivraison div input, #PapierKdo input {
	width: auto;
	border: none;
	background: none;
	vertical-align: middle;
}
#ChoixLivraison div .LivrDesc {
	font-style: italic;
}
#PapierKdo {
	margin-bottom: 2em;
}
#MsgColis textarea {
	width: 35em;
	height: 10em;
	margin-bottom: 1em;
	border: 1px solid #000;
	padding: 0.2em;
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
}

/* validation */
#compte2 #votre-panier {
	margin-bottom: 0;
}
#compte2 #RecapPanier {
	padding-bottom: 2em;
	margin-bottom: 4em;
}
#compte2 #AddFact, #compte #AddFact {
	float: left;
	margin-bottom: 3em;
	width: 32em;
}
#compte2 #AddLivr, #compte #AddLivr {
	float: right;
	margin-bottom: 3em;
	width: 32em;
} 
#compte2 #AddFact h3, #compte1 #AddLivr h3, #compte1 #Reglements h3, #compte #AddFact h3, #compte #AddLivr h3, #compte #info-perso h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
}

#Reglements {
	clear: both;
	overflow: hidden;
	height: 1%;
}
#Reglements fieldset {
	border: 0;
	margin-bottom: 2em;
}
#Reglements form div {
	margin-bottom: 1em;
}
#Reglements form div label {
	vertical-align: middle;
	font-size: 1.3em;
}
#Reglements form div img {
	vertical-align: middle;
	margin-right: 1em;
}
#Reglements form div input {
	width: auto;
	vertical-align: middle;
	margin-right: 1em;
	border: none;
	background: none;
}

/* Conditions générales de vente */
#cgv div {
	display: none;
}
#cgv input {
	background: transparent;
	width: auto;
	border: none;
}
#cgv label {
	vertical-align: middle;
}

/* validation paiement */

#ValidationVirement table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #4CA7C1;
	margin-bottom: 2em;
}
#ValidationVirement table thead {
	color: #fff;
	font-size: 1.4em;
	height: 30px;
	background: #4CA7C1;
}
#ValidationVirement table tbody {
	font-size: 1.4em;
}
#ValidationVirement table tbody td {
	text-align: center;
	padding: 0.5em 0;
}
#ValidationVirement #InfosTit p strong, #ValidationCheque #InfosTit p strong  {
	display: block;
}
#ValidationVirement #NumCom, #ValidationCheque #NumCom {
	border: 1px solid #4CA7C1;
	padding: 1em;
	margin-bottom: 1em;
}
#ValidationVirement #NumCom p, #ValidationCheque #NumCom p {
	margin-bottom: 0;
}
#ValidationVirement #ThxCom, #ValidationCheque #ThxCom {
	margin-bottom: 1em;
}

/* Mon compte */
#compte #histo-link {
	margin-bottom: 2em;
}
#compte #histo-link li {
	display: inline;
}
#compte #histo-link li a {
	text-decoration: none;
}
#compte #histo-link .current a, #compte #histo-link li a:hover {
	border-bottom: 0.4em solid #4CA7C1;
}
#compte #info-perso, #compte #infocom {
	margin-bottom: 2em;
}

/* Mot de passe */
#InfoChangePwd form, #ChangePwd form {
	margin-bottom: 2em;
	padding-top: 1em;
}
#InfoChangePwd p, #ChangePwd p {
	margin-bottom: 1em;
}
#InfoChangePwd label, #ChangePwd label {
	font-weight: bold;
	color: #424242;
}
#InfoChangePwd label img, #ChangePwd label img {
	vertical-align: middle;
}
#InfoChangePwd #PwdOk {
	color: #63ADD3;
}
#ChangePwd #PwdOk {
	margin-left: 36%;
}
#InfoChangePwd .Erreur img, #ChangePwd .Erreur img {
	vertical-align: middle;
}
#ChangePwd div {
	margin-bottom: 0.5em;
}
#ChangePwd label {
	text-align: right;
	padding-right: 1%;
	width: 35%;
	float: left;
	line-height: 1.7em;
	font-weight: bold;
	color: #424242;
}
#ChangePwd #Valider {
	margin-left: 36%;
}

/* Partager produit */
#partage {
	overflow: hidden;
	height: 1%;
	width: 950px;
	padding: 10px 20px 20px 10px;
	background: #f4f4f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 20px;
}
#partage input {
	width: 280px;
}
#partage label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}
#partage div {
	margin: 5px;
}
#partage button {
	margin-left: 205px;
}
#partage #partageNewsletter label {
	display: inline;
	float: none;
	vertical-align: middle;
	text-align: left;
}
#partage #partageNewsletter input {
	width: auto;
	vertical-align: middle;
}

#partage #infoEnvoyerAmi, #partage #partageTwit {
	margin-bottom: 20px;
}
#partage #partageOk {
	color: #3491CC;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#partage .tellFriendInfoPerso label {
	float: none;
	text-align: left;
	margin: 0;
	width: auto;
}
#partage .tellFriendInfoPerso textarea {
	width: 500px;
	height: 250px;
}
#partage .tellFriendInfoPerso button {
	float: left;
	margin: 0 10px 0 0;
}

#partage .tellFriendsNavigation {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 4px solid #d4d4d9;
	padding-left: 10px;
	margin-bottom: 20px;
}

#partage .tellFriendsNavigation li {
	display: block;
	float: left;
	margin-right: 5px;
}
#partage .tellFriendsNavigation li a {
	float: left;
	height: 30px;
	color: #2b1d11;
	text-decoration: none;
	padding: 0 5px;
}
#partage .tellFriendsNavigation li #twitter {
	background: url(../images/twitter.gif) no-repeat 5px 50%;
	padding-left: 26px;	
}
#partage .tellFriendsNavigation li #facebook {
	background: url(../images/facebook.gif) no-repeat 5px 50%;
	padding-left: 26px;	
}
#partage .tellFriendsNavigation li #sendFriend {
	background: url(../images/sendfriend.gif) no-repeat 5px 50%;
	padding-left: 26px;	
}
#partage .tellFriendsNavigation .current a {
	background: #d4d4d9;
}
#partage .tellFriendsNavigation .current #twitter {
	background: #d4d4d9 url(../images/twitter.gif) no-repeat 5px 50%;
}
#partage .tellFriendsNavigation .current #facebook {
	background: #d4d4d9 url(../images/facebook.gif) no-repeat 5px 50%;
}
#partage .tellFriendsNavigation .current #sendFriend {
	background: #d4d4d9 url(../images/sendfriend.gif) no-repeat 5px 50%;
}

#partage #partageFacebook p {
	background: url(../images/facebook.gif) no-repeat 0 50%;
	padding-left: 22px;
}

#partage .errorPartage {
	color: #C4243B;
	text-align: center;
}

/* Carrousel */
.carrousel li {
	float: left;
}
#stop, #resume {
	text-decoration: none;
	color: #cfcfcf;
	font-size: 1.2em;
	clear: both;
}
#stop span, #resume span {
	cursor: pointer;
}
#stop {
	background: url(../images/carrousel-pause.gif) no-repeat 0 3px;
	padding-left: 10px;
}
#resume {
	background: url(../images/carrousel-lecture.gif) no-repeat 0 3px;
	padding-left: 10px;
}

/* images colonne gauche */
div.informationsup {
	width: 100%;
	text-align: center;
}
div.informationsup p a img {
	margin:0 auto;
}
div.informationsup p {
	margin-bottom: 1em;
}
div.informationsup h2 {
	color: #0081bd;
	padding: 0.2em 0 0.2em 0.5em;
	font-size: 1.5em;
	text-align: left;
}

/* Page d'accueil */
.BlockAccueil {
	width: 100%;
	margin-bottom: 20px;
}
.BlockAccueil p {
	float: left;
}
.BlockAccueil .smallImg {
	margin: 0 6px;
}
.BlockPresentation {
	border: #a4cfde 1px solid;
	padding: 10px;
	background: #f9fcfe url(../images/nouveauparapluie-bg.jpg) top left repeat-x;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.BlockPresentation  h2 {
	color: #649fae;
	font-size: 2em;
	text-decoration: none;
	background: none;
}
.BlockPresentation ul {
	list-style-type: disc;
	margin: 10px 0 10px 40px;
}

.infoaccueil {
	float: left;
	width: 320px;
	margin: 20px 10px 0 0;
	border: 1px solid #e4e4f4;
	padding: 10px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.infoaccueil p {
	margin-bottom: 0.5em;
}
.infoaccueil  h2 {
	color: #649fae;
	font-size: 1.5em;
	text-decoration: none;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #f4f4f9;
	background: none;
}
.marquesaccueil {
	float: left;
	width: 250px;
	margin: 20px 10px 0 0;
	border: 1px solid #e4e4f4;
	padding: 10px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.marquesaccueil p {
	margin-bottom: 0.5em;
}
.marquesaccueil  h2 {
	color: #649fae;
	font-size: 1.5em;
	text-decoration: none;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #f4f4f9;
	background: none;
}
.blogaccueil {
	float: right;
	width: 320px;
	margin: 20px 0 0 0;
	text-align:left;
	border: 1px solid #e4e4f4;
	padding: 10px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.blogaccueil p {
	margin-bottom: 0.5em;
}
.blogaccueil  h2 {
	color: #649fae;
	font-size: 1.5em;
	text-decoration: none;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #f4f4f9;
	background: none;
}
.blogaccueil a {
	color: #444;
	text-decoration: none;
}
.blogaccueil a:hover {
	text-decoration: underline;
}

/* Landing pages */
.bloclanding {
	border-bottom: #d4d4d9 1px dotted;
	padding: 0;
	margin-bottom: 10px;
}
img.imagelanding {
	border: none;
	margin: 0 10px 0 0;
}
#parapluiestar {
	border: #a4cfde 1px solid;
	padding: 10px;
	background: #f9fcfe url(../images/nouveauparapluie-bg.jpg) top left repeat-x;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
}
#parapluiestar img {
	border: #a4cfde 1px solid;
	background: #fff;
	padding: 5px;
	margin-left: 10px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.listeproduits {
	display: inline;
}
ul.listeproduits li {
	float:left;
	list-style:none;
	width: 130px;
	text-align: center;
	margin-right: 10px;
}
ul.listeproduits li p {
	font-size: 0.8em;
}
ul.listeproduits li p a {
	color: #666;
	text-decoration: none;
}

.bordertop {
	border-top: 1px solid #d4d4d9;
	padding-top: 1em;
}

/* Easy Slider */

	#slider {
		border: none;
		margin-bottom: 20px;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		width:790px;
		height:200px;
		overflow:hidden !important;
		background: #ddd;
		}
	#slider li div {
		width:700px;
		padding: 10px 10px 50px 10px;
		font-size:1.5em;
		background:#ddd;
		opacity:0.7;
		margin-top: 800px;
		color: #000;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		display: none;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		display: none;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;
		display: none;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;
		display: none;
		}	
		
	/* numeric controls */	

	ol#controls{
		position: absolute;
		margin: -45px 0 0 10px;
		padding:0;
		height:18px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #b4b4b9;
		background: #fff;
		color:#666;
		padding:0 8px;
		text-decoration:none;
		font-size: 0.8em;
		}
	ol#controls li.current a{
		background: #666;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Easy Slider Marques */

	#slidermarques {
		border: none;
	}
	#slidermarques ul, #slidermarques li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slidermarques li{ 
		width:250px;
		height:90px;
		overflow:hidden !important;
		background: #fff;
		}
	#slidermarques li div {
		width:250px;
		padding: 10px 10px 50px 10px;
		font-size:1.5em;
		background:#ddd;
		opacity:0.7;
		margin-top: 800px;
		color: #000;
	}

	/* // Easy Slider */