/* CSS Document */
body {
	background-color: #2170AA;
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #2170AA;
	background-color: #2170AA;
}
a.lien {
	font-style:italic;
	text-decoration: none;
	color: #2170AA;
}
a.lien:hover {
	text-decoration: underline;
	color: #333333;
}
a {
	text-decoration: none;
	color: #2170AA;
}
a:hover {
	text-decoration: none;
	color: #2170AA;
}
.texte {
	font-size: 11px;
}
.texte_rouge {
	font-size: 11px;
	color:#CC0000;
}
input.bouton {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 11px;
    border-width : 1px;
    border-color : #2170AA;
	background-color: #2170AA;
	color: #FFCC00;
}
input, textarea {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 11px;
    border-width : 1px;
    border-color : #2170AA;
	background-color: #FFFFFF;
	color: #2170AA;
}
select {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 11px;
    border-width : 1px;
    border-color : #2170AA;
	background-color: #FFFFFF;
	color: #2170AA;
}
.ligne {
	border-width:1px;
	border-color:#A6C6DD;
	border-style:solid;
}
.article_imagette {
	text-align:center;
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;/*#2170AA;*/
	background-color:#FFFFFF;
	width:110px;
	height:110px;
}
.found {
	background-color:#FFCC00;
}
.titre {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:17px;
	font-weight:bold;
	font-variant:small-caps;
}
.titre_rouge {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:17px;
	font-weight:bold;
	font-variant:small-caps;
	color:#CC0000;
}
table td {
	font-size: 12px;
}
.nowrap {
	white-space: nowrap;
}
div.nowrap {
	margin:	0;
	padding: 0;
}
/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
	background-image: none;
	background-color: #E8F0F6;
	text-align: left;
}
/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
	background-image: none;
	background-color: #FFFAE5;
	text-align: left;
}
/* marked table rows */
table tr.marked th,
table tr.marked {
	background-color: #FFCC00;
}
/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
	background-color: #FFE5E5;
}
/* menu du haut */
table td.menu a,
table td.menu {
	background-color: #FFCC00;
	color: #2170AA;
	font-weight:bold;}
/* hovered menu du haut */
/* pour ie */
table td.hover a,
table td.hover a:hover,
/* pour autres */
table td.menu:hover a,
table td.menu:hover a:hover,
table td.menu:hover,
table td.hover {
	background-color: #2170AA;
	color: #FFCC00;
	font-weight:bold;
}
/* menu de gauche (familles) */
table td.menu_gauche a,
table td.menu_gauche {
	background-color: #E8F0F6;
	color: #2170AA;
}
/* hovered menu de gauche (familles) */
/* pour ie */
table td.hover a,
table td.hover a:hover,
/* pour autres */
table td.menu_gauche:hover a,
table td.menu_gauche:hover a:hover,
table td.menu_gauche:hover,
table td.hover {
	background-color: #FFFAE5;
	color: #2170AA;
}
/* menu-gauche selectionné */
table td.sel_menu_gauche a,
table td.sel_menu_gauche {
	background-color: #2170AA;
	color: #FFCC00;
	font-weight:bold;
}
/* sous-menu-gauche selectionné */
table td.menu_gauche_ss_sel a,
table td.menu_gauche_ss_sel {
	background-color: #2170AA;
	color: #FFCC00;
}
/* sous-menu de gauche (sous-familles) */
table td.menu_gauche_ss a,
table td.menu_gauche_ss {
	background-color: #A6C6DD;
	color: #2170AA;
}
/* hovered sous-menu de gauche (sous-familles) */
/* pour ie */
table td.hover a,
table td.hover a:hover,
/* pour autres */
table td.menu_gauche_ss:hover a,
table td.menu_gauche_ss:hover a:hover,
table td.menu_gauche_ss:hover,
table td.hover {
	background-color: #E8F0F6;
	color: #2170AA;
}
/* menu sous-familles (marques) en image */
table td.menu_ss_fam a,
table td.menu_ss_fam {
	background-color: #FFFFFF;
	color: #2170AA;
}
/* hovered menu sous-familles (marques) en image */
/* pour ie */
table td.hover a,
table td.hover a:hover,
/* pour autres */
table td.menu_ss_fam:hover a,
table td.menu_ss_fam:hover a:hover,
table td.menu_ss_fam:hover,
table td.hover {
	background-color: #A6C6DD;
	color: #2170AA;
}
/* liste des marques en imagettes */
table td.liste_marques a,
table td.liste_marques {
	background-color: #FFFFFF;
	color: #2170AA;
}
/* hovered liste des marques en imagettes */
/* pour ie */
table td.hover a,
table td.hover a:hover,
/* pour autres */
table td.liste_marques:hover a,
table td.liste_marques:hover a:hover,
table td.liste_marques:hover,
table td.hover {
	background-color: #A6C6DD;
	color: #2170AA;
}
