/* Projet : dlx-commerce v.2.1 pour France-Grenouilleres
*  Auteur : PL-Datalinx
*  Historique : 30/09/2008 - Version initiale
*
*  Objet : Feuille de styles du site
*
*  Gamme chromatique
*  -----------------
*  Gris (textes)............... #666666
*  Gris (background)........... #CCCCCC
*  Orange...................... #FF6600 (links on)
*  Bleu........................ #336699 (links off)
*  Prune clair................. #CC6699
*  Prune moyen................. #993366
*  Prune foncé................. #602b46
*/
body {
    margin: 0px;
    background-color: #EEE;
}
table {
	font-family: "Century Gothic", Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #666;
}
A:link, A:visited {
	color: #336699;
    text-decoration: none;
}
A:active, A:hover {
	color: #FF6600;
    text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
    color: #999;
    margin: 0;
    padding-top: 10px;
}

.root {
	background-color: #FFF;
	width: 960px;
}
.gauche {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 243px;
	height: 580px;
}
.main {
	width: 717px;
}

/********** Familles **********/
.familles {
	color: #602b46;
	padding-left: 20px;
}
.familles A:link, .familles A:visited {
	color: #602b46;
	text-decoration: none;
}
.familles A:active, .familles A:hover {
	color: #993366;
    text-decoration: none;
}
.fam-n1 {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	padding:4px 0 4px 4px;
}
.fam-n2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding:4px 0 4px 4px;
}
.fam-n3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding:4px 0 4px 4px;
}
.fam-n4 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding:4px 0 4px 4px;
}

.box-partner {
	background-color: #FFFFFF;
	border: 1px solid #CC6699;
	padding: 5px 0;
}

/********** Boxes **********/

.box-infos {
	background-image: url(../images/boxes/box-search-bg.png);
	background-repeat: repeat-x;
	height: 36px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.box-infos A:link, .box-infos A:visited {
	color: #444;
	text-decoration: none;
}
.box-infos A:active, .box-infos A:hover {
	color: #993366;
    text-decoration: none;
}

.box-search {
	width: 295px;
	height: 36px;
	line-height: 36px;
	background-image: url(../images/boxes/box-search.png);
	background-repeat: no-repeat;
}

.box-titre {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	font-style: italic;
}
.box-label {
	font-size: 13px;
	font-weight: bold;
	color: #993366;
}
.box-label A:link, .box-label A:visited {
	color: #602b46;
	text-decoration: none;
}
.box-label A:active, .box-label A:hover {
	color: #993366;
    text-decoration: none;
}

.box-error {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}
.box-prix {
	font-weight: bold;
	color: #336699;
}
.box-coll {
	border: 1px solid #993366;
	background-color: #FFF;
	padding: 0 3px 3px 10px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 12px;
}
/********** Footer **********/
.footer {
	color: #888;
	font-size: 11px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.footer A:link, .footer A:visited {
	color: #666;
	text-decoration: none;
}
.footer A:active,.footer A:hover  {
	color: #FF6600;
    text-decoration: none;
}

/********** Corps de la page **********/
.gd-titre {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #993366;
}
.ss-titre {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.texteintro {
	font-size: 12px;
	color: #999;
}
.signature {
	font-style: italic;
}
.typo1 {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}

/********** Formulaires **********/
.asterisque {
	font-size: 11px;
	color: #F30;
}
.frm-error {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #F00;
	background-color: #fcebeb;
	border: solid 1px #F00;
	padding: 2px 6px;
}

.frm-cadre1 {
	border: 1px solid #CCC;
}
.frm-cadre2 {
	border: 2px solid #CCC;
}
.frm-cadre3 {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.frm-label {
	font-size: 13px;
	color: #444;
	background-color: #E2E2E2;
	padding-left: 6px;
}
.frm-textbox {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #444;
	background-color: #FFF;
    border: solid 1px #88989b;
	padding: 1px 3px 1px 3px;
}
.frm-listbox {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #444;
	background-color: #FFF;
    border: solid 1px #88989b;
    padding: 1px 1px 1px 2px;
}
.frm-button {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #444;
	border: solid 1px #000;
}
.frm-button2 { /* (boutons de validation importants) */
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #A41A1F;
	border: solid 1px #88989b;
}
.frm-misc-button {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	border: solid 1px #444;
}
.frm-del-button {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #C9080B;
	border: solid 1px #F00;
}

.box-button {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #602b46;
	border: solid 1px #602b46;
}
.box-textbox {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #444;
	background-color: #FFF;
    border: solid 1px #602b46;
	padding: 1px 3px 1px 3px;
}

/********** Tableaux **********/
.grid {
	border: solid 1px #999;
}
.grid A:link, .grid A:visited {
	color: #3159A8;
    text-decoration: none;
}
.grid A:active, .grid A:hover {
	color: #C9080B;
    text-decoration: none;
}
.grid-empty {
	border: solid 1px #999;
	background-color: #EEE;
}
.grid-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #444;
	padding: 2px 5px 2px 5px;
}
.grid-row0 {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	padding: 2px 5px 2px 5px;
	background-color: #EFEFEF;
}
.grid-row1 {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	padding: 2px 5px 2px 5px;
	background-color: #DEDEDE;
}

/********** Listes de produits **********/
.liste-cadre-top {
	width: 190px;
	height: 8px;
	line-height: 8px;
	background-image: url(../images/cadre190-top.png);
	background-repeat: no-repeat;
}
.liste-cadre-mid {
	width: 190px;
	height: 100px;
	background-image: url(../images/cadre190-mid.png);
	background-repeat: repeat-y;
}
.liste-cadre-bottom {
	width: 190px;
	height: 8px;
	line-height: 8px;
	background-image: url(../images/cadre190-bottom.png);
	background-repeat: no-repeat;
}
.listintro {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.liste-pagine {
	height: 36px;
	line-height: 36px;
	background-image: url(../images/boxes/box-pagine-bg.png);
	background-repeat: repeat-x;
}
.liste-pagine-end {
	width: 10px;
	height: 36px;
	line-height: 36px;
	background-image: url(../images/boxes/box-pagine-end.png);
	background-repeat: no-repeat;
}
.liste-modele {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.liste-legend-prix {
	font-weight: normal;
}
.liste-prix {
	font-size: 18px;
	font-weight: bold;
	color: #cc0066;
}
.liste-prix-barre {
	font-size: 13px;
	font-weight: bold;
	color: #cc0066;
	text-decoration: line-through;
}
.liste-prix-promo {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}

.cadre-sfam {
	background-color: #E2E2E2;
}

/***** fiche-produit *****/
.cadre-photo {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
}
.cadre-vignette {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 2px;
}
.cadre-techn {
	background-color: #EEE;
	padding: 5px;
}
.fiche-titre {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
}
.fiche-sstitre {
	font-size: 14px;
	font-weight: bold;
	color: #AAA;
}
.fiche-price {
	padding: 5px;
}
.fiche-legend-prix {
	font-size: 16px;
	font-weight: bold;
}
.fiche-prix {
	font-size: 18px;
	font-weight: bold;
	color: #cc0066;
}
.fiche-promo {
	padding: 3px;
}
.fiche-prix-barre {
	font-size: 13px;
	font-weight: bold;
	color: #cc0066;
	text-decoration: line-through;
}
.fiche-prix-promo {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.dispo-fiche {
	padding: 3px;
	background-color: #DFDFDF;
}
.trait {
	line-height:1px;
	border-bottom: 1px solid #BBB;
}

/********** Boutons de pagination **********/
.page-off {
	color: #999;
	width: 20px;
	height:20px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/page_off.png);
	background-repeat: no-repeat;
	background-position: center;
}
.page-off A, .page-off A:link, .page-off A:visited {
	color: #999;
    text-decoration: none;
}
.page-off A:hover, .page-off A:active {
	color: #FF6600;
    text-decoration: none;
}
.page-on {
	color: #FFF;
	width: 20px;
	height:20px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/page_on.png);
	background-repeat: no-repeat;
	background-position: center;
}
.page-on A, .page-on A:link, .page-on A:visited {
	color: #FFF;
    text-decoration: none;
}
.page-on A:hover, .page-on A:active {
	color: #FF6600;
    text-decoration: none;
}

/********** popup commande **********/
.dialbox {
	position: absolute;
	background-color: #F5F3E1;
	border: 2px solid #3159a8;
	color: #444;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	z-index: 1000;
}
.dialbox A:link, .dialbox A:visited {
	color: #06C;
    text-decoration: none;
}
.dialbox A:active, .dialbox A:hover {
	color: #E00;
    text-decoration: none;
}
.dialbox-titre {
	background-color: #3159a8;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

/***** popup zoom *****/
.zoombox {
	position: absolute;
	background-color: #000;
	border: 3px solid #000;
	z-index: 500;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
