/* GNUX 
 * css du formulaire coline en re
 * */

input {
    border: none;
    text-align:center;
}

input.disabled {
	background-color: white;
	width:80px;
}


#layout,.noborder {
	border:none;
}


.intro td {
	border:solid #990000 1px;
}

td.centre, td.coordonnees { 
  border:none;
}

td.vide { 
	border:none;
}

td.user, td.num_categorie { 
}



.user input {
	background-color: #DFE7EE;
	border:none;
	width:40px;
}

h3.nomlieu{
	text-transform: capitalize;
}


table td.tototal, table td.coordonnees{
	text-align:right;
	border:none;
}

td.titre, td.date, td.payer{
	font-weight: bold;
	text-align:left;
	padding: 5px 10px;
}

td.titre{
display:none;
}

td.date{
  white-space:nowrap;
}

table td.num_categorie {
	font-style: italic;
	text-align:center;
}

table td.prix {
	font-weight: bold;
	text-align:center;
}

table.coordonnees input{
	text-align:left;
}

table.Marigny{
}

table.Cigale{
}

table.adherant {
}

table.adherant input#id_bienfait {
	border:solid #CCC 1px;
	height:15px;
	line-height:15px;
	width:60px;
	padding:0;
}

table.adherant td {
	border:none;
}

fieldset {
	border:none;
}

fieldset input {
	margin:0 10px;
	border: solid #CCC 1px;
}
.categorie_1, .categorie_2, .categorie_3, .categorie_4, .tarif{
  text-align:center;
}
.categorie_1 {
  background-color:#99CC00;
}

.categorie_2 {
  background-color:#FF66CC;
}

.categorie_3 {
  background-color:teal;
  color:#FFF;
}

.categorie_4 {
  background-color:blue;
  color:#FFF;
}