Bonjour,

j'ai ce code CSS :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
input {
    font-family: Arial, Helvetica, sans-serif;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;	
	background-color: #CCFFCC;	
	border-color: #000000;
}
Qui s'applique sur tout mes input, mais je voudrais que cela ne fasse rien pour mes input type="radio", comment faire?

Merci