@charset "utf-8";
/* CSS Document */

/* USER FORM */
#UserForm {
	width:96%;
	padding:5px;
}
#UserForm .hr {
	width:50%;
	border-bottom: #999999 1px solid;
	margin:10px 0 10px 0;
}

#UserForm h2 {
	font-weight:bold;
	font-size:1em;
	margin:5px 0 5px 0;
}

#UserForm .Form {
	display:block;
	margin:auto;
	width:100%;
}
#UserForm .InputLabel {
	width:35%;
	text-align:right;
	display:inline-block;
	margin-top:10px;
}
#UserForm .inputZone {
	display:inline-block;
	width:55%;
	margin-top:10px;
}
#UserForm .input {
	padding:10px;
	font-size:1em;
	width:100%;
	border: #CCCCCC 1px solid;
}
#UserForm .submitZone {
	text-align:center;
	margin-top:10px;
}
#UserForm .submit {
	width:210px;
	font-weight:bold;
	height:45px;
	background:transparent url(../img/bg_submit.gif) no-repeat top left;
	border:none;
	color:white;
	font-size:1.4em;
	text-shadow: 0.5px 1px 0.2px #000033;
}

#UserForm .submitCreateAccount {
	width:210px;
	font-weight:bold;
	height:45px;
	background:transparent url(../img/bg_submit_create.gif) no-repeat top left;
	border:none;
	color:white;
	font-size:1.4em;
	text-shadow: 0.5px 1px 0.2px #660000;
}

/* GENERAL SUBMIT */
.submitAddFav {
	width:90px;
	font-weight:bold;
	height:30px;
	background:transparent url(../img/add_fav.gif) no-repeat top left;
	border:none;
	color:white;
	font-size:1.4em;
	text-shadow: 0.5px 1px 0.2px #660000;
}
.AddedFavorite {
	color:#FF0000;
	font-weight:bold;
}



/* FILTER FORM */
#FilterForm {
	width:96%;
	padding:5px;
}
#FilterForm .hr {
	width:50%;
	border-bottom: #999999 1px solid;
	margin:10px 0 10px 0;
}

#FilterForm h2 {
	font-weight:bold;
	font-size:1em;
	margin:5px 0 5px 0;
}

#FilterForm .Form {
	display:block;
	margin:auto;
	width:100%;
}
#FilterForm .InputLabel {
	text-align:left;
	display:inline-block;
	margin-top:10px;
}
#FilterForm .inputZone {
	display:inline-block;
	margin-top:10px;
}
#FilterForm .input {
	width:92%;
	background:transparent;
	border: #CCCCCC 1px solid;
	font-size:1em;
	padding:5px;
}
#FilterForm .select {
	padding:5px;
	font-size:1.2em;
	width:100%;
	border: #CCCCCC 1px solid;
}
#FilterForm .checkboxZone {
	font-size:1.3em;
}
#FilterForm .submitZone {
	text-align:center;
	margin-top:10px;
}
#FilterForm .submit {
	width:210px;
	font-weight:bold;
	height:45px;
	background:transparent url(../img/bg_submit.gif) no-repeat top left;
	border:none;
	color:white;
	font-size:1.4em;
	text-shadow: 0.5px 1px 0.2px #000033;
}


/* BOUTON EFFACER FAVORIS */
.del_fav_submit {
	width:100%;
	height:30px;
	border:none;
	background:none;
	font-weight:bold;
	color:red;
}
