/* -----
	Feuille de style screen_produit.css
	Précise les styles spécifiques aux pages produits.

	Réalisé par Nicolas Le Cam © Lunaweb 2007
*/

/* Contenu */
#contenu {
	height: 305px;
}

#contenu_d {
	height: 305px;
}

#contenu_g {
	height: 305px;
}

#contenu_g div.contenu_txt {
	width: 485px;
	height: 265px;
}

/* Contenu Spécifique */
#contenu_g p.conseil {
	margin: 10px;
	padding: 5px;
	border: 1px solid #bebebe;
}

/* Footer */
#footer {
	margin: 50px 0 0;
	position: relative;
	z-index: 3;
	height: 125px;
	font-size: 0.8em;
	font-weight: bold;
	color: #373737;
}

.footer-1 {
	background: #bfe163 url(../img/design/bg-footer-jaune-vert.gif) top left repeat-x;
}
.footer-2 {
	background: #cb3b56 url(../img/design/bg-footer-rouge.gif) top left repeat-x;
}
.footer-3 {
	background: #155da3 url(../img/design/bg-footer-bleu.gif) top left repeat-x;
}
.footer-4 {
	background: #f18a8d url(../img/design/bg-footer-rose.gif) top left repeat-x;
}

/* Footer gauche */
#footer_g ul {
	list-style-type: none;
	padding: 10px 10px;
	width: 750px;
}

#footer_g ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 105px;
	height: 100px;
	text-align: center;
	border-left: 1px solid;
	padding-left: 5px;
	margin-right: 5px;
}

.footer-1 #footer_g ul li {
	border-color: #4B6003;
}

.footer-2 #footer_g ul li {
	border-color: #D90045;
}

.footer-3 #footer_g ul li {
	border-color: #024D96;
}

.footer-4 #footer_g ul li {
	border-color: #d25156;
}

#footer_g li.first {
	border: none;
}

/* Footer droit */
#footer_d {
	position: absolute;
	right: 0;
	top: 0;
	height: 125px;
	width: 250px;
	padding: 0 10px;	
}
* html #footer_d {
	padding-right: 5px;
}

#footer_d img {
	display: block;
	margin: 5px auto;
}

#footer_d h6 {
	color: #FFFFFF;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 10px;
}

#footer_d p.bouton {
	float: right;
	background: transparent url(../img/design/bg-bouton.gif) top left repeat-x;
	border: 1px solid #4e4e4e;
	width: 130px;
	margin: 5px 0;
}

#footer_d p.bouton a:link,
#footer_d p.bouton a:visited,
#footer_d p.bouton a:hover,
#footer_d p.bouton a:active {
	display: block;
	padding: 3px;
	text-align: center;
	font-size: 1em;
	color: #4e4e4e;
	text-decoration: none;
}

/* Extra */
#extra {
	position: relative;
	z-index: 15;
}

#precautions, #revendeur {	
	position: absolute;
	top: -475px;
	
	text-align: left;
	font-weight: bold;
	font-size: 0.7em;
	color: #2e2e2e;

	background: #fffadd;
	border: 1px solid #aeab99;
	width: 250px;
	display: none;
	left: 250px;
}

#precautions h6, #revendeur h6 {
	background: #fff5c0;
	color: #cc2a48;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 25px 0 10px;
	text-align: center;
}

#precautions ul, #revendeur ul {
	margin: 20px 30px;
	list-style-type: none;
}

#precautions ul li, #revendeur ul li {
	margin: 0 0 15px 0;
}

#precautions strong {
	color: #cc2a48;
}

#revendeur dl dd {
	font-weight: normal;
}

/* Mise en forme */
em.produit {
	color: #cc2a48;
}