/* Formulaire */


#content form {
	clear : both;
}

#content form input, form select, form textarea{
	margin:0 0 0 10px;
}

#content form span{
	margin : 0 0 0 5px;
}



#content .formContent{
	background : #F0F0F0;
	border : #999 1px solid;
	padding : 0 0 10px 0 ;
	float : left;
	margin : 10px 50px 0 0;
	width: 100%;
}

#content .input{
	width : 600px;
	color : #333;
}

#content .select{
	width : 600px;
	color : #333;
}

.errorFormText {
	border : 2px solid #FF0000;!important
}

#content .textarea{
	width : 600px;
	height : 150px;
	color : #333;
}

#content .input:focus,  .textarea:focus, .select:hover{
	border : 1px solid #999;
	color : #fff; 
	background : #6BA1BF;
	font-weight : bold;
}

#content form .submit, form .button{
	margin: 7px 0 10px 420px;
}

#content .label {
	clear:both;
	display:block;
	line-height:18px;
	padding:2px 20px 2px 0;
	margin : 0 0 0 10px;
	width:170px;
	text-align:left;
	font-weight : bold;
	color : #333;
	float : left;
}

#content .separ {
	width : 95%;
	display : block;
	margin : 3px auto 3px auto;
	border-bottom : 1px solid #999;
}

#content form .required {
	font-weight:bold;
}

#content form .formTitle {
	font-size : 14px;
	background : #666;
	color : #FFF;
	width : 300px;
	margin : 15px 0px 25px -10px;
	padding : 3px 0px 3px 20px;
	-moz-box-shadow: 3px 3px 3px #aaa; 
	-webkit-box-shadow: 3px 3px 3px #aaa; 
}

/* Affichage des filtres */

.formFilter {
	clear : both;
	display : none;
	width : 100%;
	min-height : 30px;
	margin : 20px auto 10px auto;
	padding : 10px 0 10px 0;
	-moz-border-radius : 7px;
	-webkit-border-radius : 7px;
	font-weight : bold;
	color : #FFFFFF;
	
	background : url("../images/bckAlert.png");
	border : 2px solid #666666;
}

.formFilter label{
	margin : 10px;
}

.formFilter .submitInline, .formFilter .buttonInline{
	inherit;
	width : 120px;
	color : #FFF;
	font-weight:bold;
	margin: 7px 0px 0 0px;
	background : transparent url("../images/menu.png");
	padding : 2px;
	border : 1px solid #222;
}

.formFilter .submitInline:hover, .formFilter .buttonInline:hover{
	background : transparent url("../images/backButton_hover.png");
	color : #CCC;
}

.button_generic{
	padding: .4em 1em .4em 1em;
	text-decoration: none;
	position: relative;
    cursor: pointer;
}
