/*
 * Feuille de style chaussette rouge
 *
 */


/*=============================*/
div.formulaire_spip input.ok-chaussette
{
	background-color : #00B000 ;
	color : white ;
}
.chaussette{
	width : 70%;
	float : center;
	border : 1px dotted #a00;
	padding : 4px;
}
.change{    
	background: url("img/updating.png") no-repeat scroll left top #FFFFFF;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
}

.chaussette div.formulaire_spip input.text, div.formulaire_spip input.password {
    float: right;
    width: 200px;
}
.chaussette .th_title{    
	font-weight: normal;
}
.chaussette .td_chaussette{ 
    width: 250px;
    text-align: left;
}
.chaussette .th_chaussette{ 
    width: 50%;
    text-align: left;
    font-weight: normal;
}

