div#association content {
  padding: 5px;
  margin-bottom: 10px;
  }
  
div#inscription {
  background-color: #F0F0F0;
  border: 1px solid silver;
  padding: 5px;
  margin-bottom: 10px;
  }

#inscription_content form {
  
}
#inscription_content form label {
  margin: 0;
  padding: 0;
  }
	
div.form-row {
  position: relative;
  margin: 0;
  padding: 0;
  }

.field1 {
 width: 143px;
 padding: 1px 0;	
}

.field2 {
 width: 300px;
 padding: 1px 0;
}

.field3 {
 width: 457px;
 padding: 1px 0;
}

#inscription_form input#submit {
 float: left;
}

div#required-fields {
  float: left;
  width: 143px;
  margin-right: 10px;
  padding-top:5px;
  }

div#inscription-indicator {
  width: 16px;
  height: 16px;
  background: url("/images/indicator.gif") no-repeat 0 0;
  margin-left: 320px;
}

table#taches {
  margin-top: 5px;
}

table#taches td {
  background-color: #f8c479;
  color: black;
  padding: 2px 5px;
  vertical-align: top;
  }

table#taches th {
  background-color: black;
  color: white;
  padding: 2px 5px;
}

table#taches td.categorie_tache {
  text-transform:uppercase;
  background-color: #d21e18;
  color: white;
  padding: 2px 5px;
  }

table#taches td.tache {
  padding-left: 10px;
  }

table#taches td.contrainte {
  padding: 6px 5px 2px 5px;
  text-align: center;
  font-weight: bold;
  } 

table#taches td.score {
  padding: 6px 5px 2px 5px;
  width: 85px;
  background-image: url("/images/star-bg.gif");
  background-repeat: no-repeat;
  background-position:  0px 4px;
  }

table#taches #foot td {
  background-color: black;
  color: white;
  padding: 2px 5px;
}

/*********************************************************************************/

#list-activites table {
  border: 1px solid #999999;
  }

#list-activites table th {
  background-color: #f0f0f0;
  padding: 2px 5px;
  } 

#list-activites table td {
  padding: 2px 5px;
  border-top: 1px solid #CCCCCC;
  } 

#activites_form {
  border: 1px solid #999999;
  padding: 5px;
  margin: 0;
  background-color: #f0f0f0;
  }

#activites_form table td {
  padding: 0 10px 5px 0;
  }

#activites_form #tache_id {
  width: 350px;
}

#activites_form #score {
  width: 180px;
}

#activites_form #description {
  width: 350px;
  height: 40px;
}

#activites_form #partenaires {
  width: 180px;
  height: 40px;
}
