/***** Defaut feuille de style de l'interface du CATALOGUE *****/
/* 
Tous les styles peuvent être redéfinis (surchargés) dans une feuille de style
par événement : catalogue_custom_evt.css
*/
/***************************************************************/
/* ========================  Styles html defaut  ========================== */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	width: 1024px;
	/*font-family: Arial, Verdana, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

form {
	margin: 0;
	padding: 0;
}


select {
	z-index: 0;
}

table {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

th {
	background-color: #990000;
	color: #FFFFFF;
	line-height: 20px;
}
tr {
	vertical-align: top;
}
td { text-align: left;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
}

hr {
	display: none;
}

img {
	border: 0;
}

h1 {
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	color: #990000;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

p {
	margin: 10px 0;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #741D10;
	text-decoration: underline;
}

a:visited :hover {
	color: #990000;
	text-decoration: underline;
}

/* ========================  Classes spécifiques appliquées dans les pages  ======================== */
.titre {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #990000;
}

.soustitre {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #990000;
}

.lib,.libelle {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.val,.valeur, champ {
	font-size: 10px;
	color: #000000;
}

.debug {
	font-size: 10px;
	color: #666666;
}

a.debug {
	font-size: 10px;
	color: #666666;
}

a.debug:hover {
	font-size: 10px;
	color: #666666;
}

.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	border: #FFFFFF;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	cursor: pointer;
}




/* ============================ Affichage catalogue ================================= */
/* Formulaire de recherche*/
#rechercheForm{
	
}
#validForm{

}
table.formulaire {
	
}


/* Liste des exposants */

table.resultat {
	width: 800px;
}

table.resultat th.champRaisonSociale{
}
table.resultat th.champLogo{
}
table.resultat th.champActivite{
}
table.resultat th.champMarque{
}
table.resultat th.champWeb {
}
table.resultat th.champStands{
}
table.resultat th.champNouveau {
}
table.resultat th.champPays{
}
table.resultat th.champContact {
}

table.resultat td.bordLeft{
}
table.resultat td.bordRigth{
}
table.resultat td.champRaisonSociale{
}
table.resultat td.champLogo{
}
table.resultat td.champActivite{
}
table.resultat td.champMarque{
}
table.resultat td.champWeb {
}
table.resultat td.champStands{
}
table.resultat td.champNouveau {
}
table.resultat td.champPays{
}
table.resultat td.champContact {
}

table.resultat tr.style1 {
	background-color: yellow;
	font-weight: bold;
	
}
table.resultat tr.style2 {
	border:medium;red;
}

.marque {
	font: bold;	
	font-size: large;
	background-color: red;
}

.nombreExposants {
	background-color: #FFCC00;
}
.pageCourante {
	font:bold;
}
/* liens page précédante, page suivante */
.pagination{
	width:100%;
}
/* Liens vers les numeros de pages */
.pagination2{
	/*display: none;*/
}
/* Produits */
table.detail{
	width:500px;
	border : 1px solid #666666;
}

table.onglets{
	width:500px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	
}

.onglet1, .onglet2, .onglet3{
	text-transform: uppercase;
	color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color:#CCCCCC;
}
.onglet1Sel, .onglet2Sel, .onglet3Sel{
	text-transform: uppercase;
	color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color:#FFFFFF;
}

.titreOngletSel{
	text-transform: uppercase;
	color: #000000;
	
	font-weight:bold;
	
}
/** attente pendant la recherche */
#recherchewait , #resultatwait{
	width: 400px;
	height:100px;
	text-align: center;
	vertical-align: middle;
	display:none;
}
