/* CSS Document */

Body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: center;
	background-repeat: repeat;
	background-position: top;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}

INPUT {
	FONT-SIZE: 10px;
	color : #6d6d6d;
	BORDER-WIDTH :1px;
	font-family : Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
    padding : 1px;
    margin : 1px;
}


.bg-droit {
	BACKGROUND: url(img/club-import-export/bg_droit.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bg-gauche {
	BACKGROUND: url(img/club-import-export/bg_gauche.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bg-adherent {
	BACKGROUND: url(img/club-import-export/espace-adherent_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bg-rechercher {
	BACKGROUND: url(img/club-import-export/rechercher_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


.bg-agenda {
	BACKGROUND: url(img/club-import-export/agenda_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bg2-agenda {
	BACKGROUND: url(img/club-import-export/bg-agenda.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.bg-actualites {
	BACKGROUND: url(img/club-import-export/actualites_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bg2-actualites {
	BACKGROUND: url(img/club-import-export/bg-actualites.jpg);
	background-repeat: repeat-y;
	background-position: top;
}


.bg-menu {
	BACKGROUND: url(img/club-import-export/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg-contenu {
	BACKGROUND: url(img/club-import-export/bg-contenu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.bg-contenu2 {
	BACKGROUND: url(img/club-import-export/bg-contenu2.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.bg-bottom-gauche {
	BACKGROUND: url(img/club-import-export/bg_bottom_gauche.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bg-bottom {
	BACKGROUND: url(img/club-import-export/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.bg-bottom-droit {
	BACKGROUND: url(img/club-import-export/bg_bottom_droit.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.border-recherche {
	border: 1px #719EC7 solid;
}

.border-interdit {
	border: 1px #cf0000 solid;
}


.BouttonRechercheAvancee {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5b5c;
  font-weight: bold;
  font-size: 11px;
  background: url(img/club-import-export/bouton_fond.gif) repeat-x;
  border-top: 1px solid #D8DDE4;
  border-right: 2px solid #9EABBC;
  border-bottom: 2px solid #9EABBC;
  border-left: 1px solid #C5CDD7;
  margin-left: 6px;
  margin-right: 1px;
 }
 
.BouttonRechercher {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5b5c;
  font-weight: bold;
  font-size: 11px;
  background: url(img/club-import-export/bouton-rechercher.gif) repeat-x;
  border-top: 1px solid #D8DDE4;
  border-right: 2px solid #9EABBC;
  border-bottom: 2px solid #9EABBC;
  border-left: 1px solid #C5CDD7;
  margin-left: 6px;
  margin-right: 1px;
 }
 
.BouttonAdherent {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5b5c;
  font-weight: bold;
  font-size: 11px;
  background: url(img/club-import-export/bouton-adherent.gif) repeat-x;
  border-top: 1px solid #D8DDE4;
  border-right: 2px solid #9EABBC;
  border-bottom: 2px solid #9EABBC;
  border-left: 1px solid #C5CDD7;
  margin-left: 6px;
  margin-right: 1px;
 }