/* CSS Document */

/* --- FORMULAIRE INSCRIPTION --- */

legend {color: #39F;}
.categorie { margin-bottom: 8px;}
.categorie_special {margin-bottom: 8px;}
.categorie select {margin-bottom: 2px;}

.categorie legend, .categorie_special legend {color: #F90;}

.categorie label {
	display: block;
	width: 130px;
	float: left;	
	margin: 5px;
	clear: left; 
}

.categorie input[type="text"], .categorie input[type="password"] {
	margin-bottom: 2px;
	width: 224px;
}

.categorie_special input[type="text"] {
	width: 130px;
	margin-top: 2px;
}

.categorie_special input[type="radio"], .categorie_special select {
	margin: 2px 4px;
}

#commentaire {
	float: left;
	margin: 5px 5px 0 0;
}

.center {
	text-align: center;
	margin-top: 10px;
}

/* --- FORMULAIRE NEWS --- */
.formulaire, .f_support {
	margin-top: 20px;
}

.formulaire label, .f_support label {
	text-align: right;
	margin: 3px 5px 0;
	width: 180px;
	float: left;
}

.formulaire p, .formulaire textarea {
	margin: 10px auto;
	width: 580px;
}

.f_support label {
	width: 60px;
}

.formulaire legend, .f_support legend {
	color: #39f;	
}

.formulaire input[type="text"], 
input[type="password"], 
.f_support input, 
.formulaire input[type="file"] {
	margin-top: 2px;
	width: 224px;
}

.formulaire input[type="password"]:hover, 
.formulaire input[type="text"]:hover, 
.categorie input:hover,
.categorie_special input:hover {
	background-color: #C1D9FF;
}

.formulaire select {
	margin-top: 2px;
	width: 224px;
}

.div_center input, .div_right input {
	border: 1px solid #39F;
	width: 150px;
}

.div_center input:hover, .div_right input:hover, .div_button:hover, .align_right input:hover {
	background-color: #F90;
	color: #FFF;
}

.div_button {
	width: auto;
	border: 1px solid #B7D860;
}

.i_center, .div_center {
	text-align: center;
}

.align_right{
	text-align: right;
}

.align_right input {
	border: 1px solid #39F;
}

.formulaire_supprimer {
	background-color: #FEDADD;
	color: #F00;
	border-color: #F00;
}

.formulaire_supprimer legend {
	color: #F00;
}
