
@import "compet.css";

body, table {
  font-family: Verdana;
  font-size: 0.8em;
}

img {
  border: 0px;
}

h1 {
  background: #E46C47;
  color: white;
  padding: 5px;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 8px;
  height: 16px;
}
div.h1left {
  float: left;
}
div.h1right {
  float: right;
  padding-top: 2px;
}
div.h1right a {
  font-size: 80%;
  font-weight: normal;
  color: white;
}
div.h1right a:hover {
  color: white;
  text-decoration: underline;
}
h2 {
  background: #FFCC33;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}


/* Header */

div.header {
  color: white;
  margin-bottom: 20px;
}
div.header img {
  float: left;
  margin-right: 10px;
}
div.subheader {
  background: #E46C47;
  color: white;
  padding: 10px;
  margin-left: 85px;
  height: 80px;
}
div.subheader div.lbfa {
  font-size: 100%;
  margin-bottom: 10px;
}
div.subheader div.titre {
  font-size: 180%;
  margin-top: 15px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
div.subheader div.menu {
  text-align: right;
}
div.subheader a {
  color: white;
  text-decoration: none;
}
div.subheader a:hover {
  color: white;
  text-decoration: underline;
}


/* Footer */

div.footer {
  text-align: center;
  font-size: 85%;
  color: #BBBBBB;
  margin-top: 40px;
  margin-bottom: 20px;
}
div.footer a {
  color: #BBBBBB;
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
}


/* 2 colonnes */

div.left {
  float: left;
  width: 70%;
  padding-right: 5px;
  margin-right: 5px;
}
div.right {
  margin-left: 72%;
}
div.clear {
  clear: both;
}

div#all_cals {
  text-align: center;
  color: #E46C47;
}

div#all_cals span {
  margin: 20px;
}

div#all_cals a {
  /*display: block;*/
}

div#all_cals a.selected {
  color: #E46C47;
}

div#all_cals a:hover {
  /*text-decoration: underline;*/
  color: #E46C47;
}


/* Modifications */

div#modifs {
  height: 140px;
  overflow: auto;
  margin-bottom: 20px;
}
table.modifs {
  font-size: 100%;
}
table.modifs td {
}
table.modifs td.date {
  font-size: 85%;
  vertical-align: top;
}
table.modifs td.compet {
  font-weight: bold;
  font-size: 85%;
  vertical-align: top;
}
table.modifs td.comm {
  font-size: 80%;
  padding-bottom: 5px;
}
table.modifs a {
  color: black;
  text-decoration: none;
}
table.modifs a:hover {
  color: black;
  text-decoration: underline;
}


/* Filtres */

div.filtres {
  padding: 5px;
  font-size: 85%;
}
div.filtres select {
  font-family: Verdana;
  font-size: 100%;
}
#resumeCompets {
  display: none;
  font-weight: bold;
}
#nbCompets {
}
span.item {
  margin-right: 5px;
}
span.item img {
  vertical-align: bottom;
}
/*
div.filterGroup {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background: #F8D3A7; 
  padding: 5px;
  margin-bottom: 10px;
}
*/
div.filterGroup div.title {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E46C47;
  color: #E46C47;
  margin-top: 10px;
}
#divepr {
  margin-top: 5px;
}
table#listOfCatEpr {
  margin-top: 5px;
}
table#listOfCatEpr td {
  padding: 3px;
}

/* FAQ */
h1.faq {
  background: white;
  color: #E46C47;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #E46C47;
  font-variant: small-caps;
  letter-spacing: 3px;  
  font-weight: bolder;
  font-size: 110%;
}

/*
#report { border-collapse:collapse;}
#report h4 { margin:0px; padding:0px;}
#report img { float:right;}
#report ul { margin:10px 0 10px 40px; padding:0px;}
#report th { background:#7CB8E2 url(header_bkg.png) repeat-x scroll center left; color:#fff; padding:7px 15px; text-align:left;}
#report td { background:#DDDDDD none repeat-x scroll center left; color:#000; padding:7px 15px; border-width:1px; border-color:#BBBBBB; border-style: solid;}
#report tr.master td { background:#fff url("../img/row_bkg.png") repeat-x scroll center left; cursor:pointer; border: none;}
#report div.arrow { background:transparent url("../img/arrows.png") no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#report div.up { background-position:0px 0px;}        
*/
