/* Eléments HTML en général
-------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	color: #1D364E;
	background-image: url(gfx/fondPageCuisson.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}


a {
	color: #b2b3b5;
	text-decoration: none;
}

a:visited {
	color: #b2b3b5;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* Entête
-------------------------------------------------------- */

.titre {
	float: left;
	padding: 0;
	color: #ef7c00;
	width: 500px;
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

/* Produit petit & grand
-------------------------------------------------------- */

.DescriptionModele {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(gfx/fondSubwrapperCuisson.gif);
	background-repeat: repeat-y;
}

.nomModele {
	width: 90px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ef7c00;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -50;
}


.descriptifModele {
	width: 320px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	font-size: 0.80em;
	font-weight: normal;
	line-height: 1.3em;
	padding-top: 10px;
	margin: 0;
}


.photoMiniatures {
	width: 152px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 90px;
	color: #ef7c00;
	text-align: right;
	font-size: 0.8em;
	line-height: 2em;
	padding-top: 0;
	padding-right:0px;
	padding-bottom: 0;
	padding-left: 106px;
}


.prixProduit {
	color: #ef7c00;
}

/* Menu général
-------------------------------------------------------- */

#menu li a:hover {
	background-color: #ef7c00;
	color: #FFFFFF;
}

/* Menu bas
-------------------------------------------------------- */

#pb-productslider #pb-displays a:hover {
	background-color: #009900;
	border: 1px solid #ef7c00;
}

/* lien
-------------------------------------------------------- */
.titrage {
	color: #ef7c00;
	font-size:larger;
	font-weight: bolder;
	text-decoration: none;
}

.video a {
	color: #ef7c00;
	font-weight: bolder;
	text-decoration: none;
}

.video a:visited {
	color: #ef7c00;
	font-weight: bolder;
	text-decoration: none;
}

.video a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
}


