@charset "UTF-8";

/*


	DIGIKODE
	Conception et developpement : Digikode / JN Thierry


	Dimensions blocs :
	- totale : 810


	Textes MENU GRIS : 565656
	
	Textes CONTENU 	GRIS : 505050
					VERT : a4c400
					
	Textes Accès Pro VERT : 9bcf03
	
	Fond "presque-blanc" contenu : f3f3f3

	Orange : ff4200

*/



/*

##############################################################################################
BODY
et divers (general)

*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #232323 url(../images/fond_page.jpg) 0 0 repeat-x;
	}

body * {
	font-family: Arial, Helvetica, sans-serif;
	}

.cleaner {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	}

.cleaner hr {
	display: none;
	}

* img {
	border: none;
	}



/*

##############################################################################################
POZH
Centre tous les contenus horizontalement

*/

#pozh {
	position: absolute;
	width: 810px;
	left: 50%;
	margin-left: -405px;
	overflow: auto;
	}




/*

##############################################################################################
MENU LANGUES

*/

#menuLangues {
	width: 790px;
	height: 22px;
	margin: 10px 10px 0 10px;
	background-color: #000;
	}

#menuLangues ul, menuLangues li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menuLangues ul {
	padding: 2px 0 0 10px;
	}

#menuLangues li {
	position: relative;
	float: left;
	}




/*

##############################################################################################
ACCES PRO

*/

#accesPro {
	width: 770px;
	height: 14px;
	margin: 0 10px;
	padding: 8px 0;
	border-left: #000 solid 10px;
	border-right: #000 solid 10px;
	background-color: #f3f3f3;
	text-align: right;
	clear: both;
	}

#accesPro form {
	margin: 0;
	padding: 0;
	display: inline;
	}

#accesPro fieldset {
	margin: 0;
	padding: 0;
	border: none 0;
	display: inline;
	}

#accesPro legend {
	float: left;
	}

#accesPro form img {
	vertical-align: bottom;
	margin-right: 10px;
	}

#accesPro label {
	display: none;
	}

#accesPro form input {
	width: 80px;
	font-size: 12px;
	line-height: 13px;
	height: 13px;
	color: #9bcf03;

	margin: 0 1px;
	padding: 0;
	
	border: #bbb solid 1px;
	}




/*

##############################################################################################
TITRE FRAMAPACK

*/

#titreFramapack {
	width: 770px;
	height: 31px;
	margin: 0 10px;
	background-color: #ff4200;
	border-left: #000 solid 10px;
	border-right: #000 solid 10px;
	border-bottom: #000 solid 1px;
	text-align: right;
	}

#titreFramapack a img {
	margin: 6px 13px 0 0;
	}



/*

##############################################################################################
FONDS BORD HACHURES & FOND HACHURES

*/

#fondBordsHachures {
	overflow: auto;
	background: url(../images/fond-bordsHachures.gif) 0 0 repeat-y;
	}

#fondHachures {
/* 	overflow: auto; */
	position: relative;
	width: 770px;
	height: 160px;
	margin-left: 20px;
	background: url(../images/fond-hachures.gif) 0 0 repeat-y;
	}




/*

############################################################
LOGO FRAMAPACK

*/

#logoFramapack {
	float: left;
	width: 250px;
	padding: 30px 0 20px 30px;
	}





/*

############################################################
MENU PRINCIPAL

*/

#menuPrincipal {
	position: absolute;
	top: 28px;
	right: 10px}

#menuPrincipal ul, #menuPrincipal li,
#menuPrincipal li ul, #menuPrincipal li ul li {
	margin: 0;
	padding: 0;
	list-style: none}

#menuPrincipal ul {}

#menuPrincipal li {
	position: relative;
	height: 130px;
	float: left}

#menuPrincipal li a {
	display: block;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	font-size: 10px;
	text-decoration: none}

#menuPrincipal li a .separateur {
	color: #565656;
	font-size: 13px;
	font-weight: normal;
	}


/* 
	Items de niveau 2 
*/

#menuPrincipal li ul {
	position: absolute;
	top: 20px}

#menuPrincipal li ul li {
	float: none;
	width: 300px;
	height: 15px;
	margin: 0;
	padding: 0}

#menuPrincipal li ul li a {
line-height: 15px;
height: 15px;
padding: 0;
	color: #565656;
	font-size: 12px;
	text-decoration: none}

#menuPrincipal li ul li a:hover {
	color: #ff4200}

#menuPrincipal li ul li a.actif {
	color: #ff4200;
	font-weight: bold}




/*

##############################################################################################
SOUS MENU

*/

#sousMenu {

	}





/*

##############################################################################################
CONTENU

*/

#contenu {
	width: 744px;
	margin-left: 33px;
	}

/* 

	TETE ARTICLE : Picto + Titre rubrique (+ sous-rubrique) 

*/

#contenu #teteArticle {
	width: 744px;
	overflow: hidden;
	}

#contenu #teteArticle #picto {
	width: 70px;
	height: 70px;
	margin: 10px;
	/* text-align: center; */
	background: url(../images/picto-futs.gif) 0 0 no-repeat;
	float: left;
	}

#contenu #teteArticle #titreRubNiv1 {
	width: 600px;
	height: 23px;
	margin-top: 10px;
	float: left;
	overflow: hidden}

#contenu #teteArticle #titreRubNiv1 h1 {
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	font-size: 10px}


#contenu #teteArticle #filetRubNiv2 {
	width: 120px;
	height: 21px;
	float: left;
	background: url(../images/filet-intitRub.gif) right center no-repeat}

#contenu #teteArticle #titreRubNiv2 {
	width: 480px;
	margin-left: 5px;
	float: left;
	overflow: hidden}

#contenu #teteArticle #titreRubNiv2 h2 {
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	font-size: 10px}


#contenu h1 {
	margin: 0; padding: 0;
	}

#contenu h2 {
	margin: 0; padding: 0;
	}


/* 

	CONTENU : intertitres, paragraphe, listes, liens 
	
*/

#contenu {
	color: #505050;
	font-size: 14px;
	}

#contenu h3, #contenu h3.spip {
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0 10px 0;
	}

#contenu h3, #contenu h4.spip {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 5px 0;
	}

#contenu p, #contenu p.spip {
	font-size: 14px;
	padding: 8px 0;
	}

#contenu ul, #contenu ol {
	font-size: 14px;
	padding: 0 0 8px 35px;
	}

#contenu table {
	width: 600px;
	margin: 0 auto;
	}

#contenu table caption {
	font-size: 15px;
	line-height: 25px;
	padding: 20px 0 0 0;
	}

#contenu table caption strong {
	background-color: #d9d9d9;
	display: block;
	}

#contenu table tr td {
	vertical-align: top;
	padding: 3px;
	text-align: left;
	}

#contenu a {
	color: #ff4200;
	text-decoration: none;
	}

#contenu a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #ff4200;
	}


/* 

	FICHES PRODUITS

	.produitTitre
	.produitPlier
		.illustration
		.produitFiche
		.portefolioImages
		.produitPied

*/


/* Position TITRE, FICHE, PIED */

#contenu .produitTitre, #contenu .produitFiche, #contenu .produitPied {
	position: relative;
	width: 534px;
	margin-left: 210px;
	}


/* TITRE PRODUIT */

#contenu .produitTitre {
	height: 28px;
	color: #fff;
	background: #7f7f7f url(../images/fond-nomProduit.png) 0 0 no-repeat;
	border-right: #ff4200 solid 1px;
	margin-top: 25px;/* 40 avant */
	clear: both;
	}

#contenu .produitTitre h2 {
	display: block;
	font-size: 12px;
	height: 0;
	margin: 0 0 0 50px;
	padding: 28px 0 0 0;
	overflow: hidden}



#contenu .produitTitre .derouler {
	position: absolute;
	width: 150px;
	height: 26px;
	overflow: hidden;
	top: 0;
	right: 10px;
	text-align: right;
	}


/* liens COMMUNs TITRE (DEROULER) & COMMANDER */

#contenu .produitTitre a, #contenu .produitCommander a {
	color: #fff;
	font-size:12px;
	text-decoration: none;
	}


/* PRODUITPLIER : contient les blocs FICHE et PIED, utilisé pour masquer/afficher les informations qu'ils contiennent */

#contenu .produitPlier {
	background-color: #f3f3f3;
	}


/* ILLUSTRATION */

#contenu .produitPlier .illustration {
	width: 205px;
	text-align: center;
	float: left;
	}


/* FICHE PRODUIT */

#contenu .produitFiche {
	border-right: #ff4200 solid 1px;
	border-bottom: #ff4200 solid 1px;
	overflow: auto}

#contenu .produitFiche h3.spip {
	margin: 0;
	padding: 10px;
	}

#contenu .produitFiche h4.spip {
	margin: 0;
	padding: 10px;
	}

#contenu .produitFiche p.spip {
	color: #666666;
	margin: 0;
	padding: 10px}

#contenu .produitFiche table.spip {
	color: #666666;
	margin: 0;
	padding: 10px;
	width: auto}

#contenu .produitFiche table.spip td {
	padding: 4px 0;
	}

#contenu .produitFiche .texteencadre-spip { /* Les contenus de la zone encadrée */
	color: #505050;
	margin: 0;
	padding: 10px;
	border: none;
	background-color: #fff;
	}

#contenu .produitFiche .texteencadre-spip strong {
	color: #000;
	}

#contenu .produitFiche .texteencadre-spip p.spip { /* Les contenus de la zone encadrée dans un paragraphe */
	color: #505050;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #fff;
	}

#contenu .produitFiche .texteencadre-spip p.spip strong {
	color: #000;
	}

#contenu .produitFiche .texteencadre-spip ul.spip { /* Les contenus de la zone encadrée dans une liste */
	margin: 1px;
	padding: 0 0 0 10px;
	}


/* 
	PORTEFOLIO IMAGES (specifique fiches produits) 
*/

#contenu .produitFiche .portefolioImages {
	margin: 10px 0}

#contenu .produitFiche .portefolioImages ul,
#contenu .produitFiche .portefolioImages li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#contenu .produitFiche .portefolioImages ul { /* petite gruge pour un décalage correct dans IE */
	padding-bottom: 1px;
	}
	
#contenu .produitFiche .portefolioImages li {
	width: 110px;
	height: 80px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}

#contenu .produitFiche .portefolioImages li a {
	border-bottom: #f3f3f3 1px solid}

#contenu .produitFiche .portefolioImages li a:hover {
	border-bottom: #ff4200 1px dotted}


/* 
	POSTSCRIPTUM
*/

#contenu .psProduitFiche {
	margin-left: 200px;
	padding: 10px}

#contenu .psProduitFiche p.spip {
	color: #999;
	font-size: 12px;}

#contenu .psProduitFiche li.spip {
	color: #999;
	font-size: 12px}

#contenu .psProduitFiche p.spip a,
#contenu .psProduitFiche li.spip a {
	color: #808080;
	font-size: 12px}

#contenu .psProduitFiche p.spip a:hover,
#contenu .psProduitFiche li.spip a:hover {
	color: #ff4200;
	border-bottom: #ff4200 1px dotted}


/* PIED PRODUIT : COMMANDER PRODUIT */

#contenu .produitPied {
	height: 26px;
	margin-bottom: 25px;
	}

#contenu .produitPied .btnCommande {
	position: absolute;
	right: 0;
	width: 150px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background: #ff4200 url(../images/fond-btnCommander.gif) bottom left no-repeat;
	display: block;
	}

#contenu .produitPied .btnCommande a {
	color: #fff;
	}






/*

###############################################
FIN BLOC CONTENUS HACHURES

*/

#finBlocHachures {
	width: 744px;
	height: 30px;
	margin-top:25px;
	background: url(../images/piedCont-hachures.gif) 0 0 no-repeat}





/*

##############################################################################################
PIED PAGE

*/

#piedPage {
	width: 770px;
	height: 50px;
	margin: 0 10px 40px 10px;
	border-left: #000 solid 10px;
	border-right: #000 solid 10px;
	border-bottom: #000 solid 10px;
	background-color: #f3f3f3;
	text-align: center;
	color: #ff4200;
	font-size: 11px;
	}

#piedPage ul, menuLangues ul li {
	margin: 0;
	padding: 0;
	list-style: none}

#piedPage ul {
	padding-top: 18px}

#piedPage li {
	display: inline}

#piedPage li a {
	color: #ff4200;
	font-size: 11px;
	text-decoration: none;
	}

#piedPage li a:hover {
	border-bottom: dotted 1px #ff4200;
	}




/*

##############################################################################################
AJAX : IMAGEBOX

*/

#ImageBoxOverlay {
	background-color: #000;
	}

#ImageBoxCaption {
	background-color: #F4F4EC;
	}

#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
	}

#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
	}

#ImageBoxCaptionImages {
	margin: 0;
	}

#ImageBoxNextImage {
	background-image: url(../images/imagebox/spacer.gif);
	background-color: transparent;
	}

#ImageBoxPrevImage {
	background-image: url(../images/imagebox/spacer.gif);
	background-color: transparent;
	}

#ImageBoxNextImage:hover {
	background-image: url(../images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
	}

#ImageBoxPrevImage:hover {
	background-image: url(../images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
	}

