/* CSS Document */

/* formulaire sur accueil */	
.texte-recherche-simple form{
	margin-top:15px;
	}

.texte-recherche-simple form .nav1, #submit, .nav1{
	background:url(../images/iu/formulaire/submit.png) no-repeat left top;
	width:153px;
	height:22px;
	color:#fff;
	border:none;
	padding:4px 10px 4px 25px;
	vertical-align:middle;
	cursor:pointer;
	margin-left:10px;
	box-sizing:border-box
	}
.contact .nav1{
	margin-left:0;
	margin-right:25px;
	}	
#contenu-carte  #submit, .texte-recherche-simple form  .nav1	{
	padding:0 10px 0 25px!important;
	}	
.texte-recherche-simple form td.nav1{
	background:none!important;
	}
		
#submit{
	margin:15px 0 0 215px;
	}	
	
.texte-recherche-simple form .nav1:hover, #submit:hover{
	background:url(../images/iu/formulaire/submit.png) no-repeat left -22px;
	}		
.texte-recherche-simple form input{
	height:18px;
	vertical-align:middle;
	}
#NomLibre{ width:160px;}

.btn-avancee {
 margin:5px 0 0 165px;
 position:relative;
	
}

.btn-avancee span {
	position:absolute;
	left:0;
	top:0;
}

.recherche-avancee{
	display:block;
	width:153px;
	height:20px;
	text-decoration:none;
	color:#fff!important;
	padding:2px 0 0px 10px;
	background:url(../images/iu/formulaire/avancee.png) no-repeat left top;
	margin-left:20px;
	}
	
.recherche-avancee:hover{
	background:url(../images/iu/formulaire/avancee.png) no-repeat left -22px;
	}
	
.texte-recherche-simple{
	background:#e5eff7;
	position:relative;

	}
.texte-recherche-simple legend{
	background: url(../images/iu/fond-titre-2.png) repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:192px;
	height:49px;
	line-height:49px;
	position:absolute;
	top:-12px;
	left:50px;
	text-align:center;
	font-weight:600;
	margin:0;
	padding:0;
	font-size:17px;
	color:#fff;
	}	
	
.texte-recherche-simple fieldset{
	margin-bottom:0
	}	
	
label.optional	{
	width:200px;
	text-align:right;
	color:#2d7fc3;
	display:block;
	float:left;
	margin-right:15px;
	vertical-align:middle;
	}
#menu-localisation div	{
	width:468px;

	}	
/*#menu-localisation div span	{
	background:#2d7fc3;
	width:20px;
	height:20px;
	position:absolute;
	right:18px;
	top:6px
	}*/
/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

/* 
	A special hack is included for IE8 since it does not apply padding 
	correctly on fieldsets
 */ 
label       { font-weight: bold;   margin:0 0; }
fieldset    { padding:0; margin: 0 0 1.5em 0; border:none }
legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; padding:0 2px; font-family:Georgia, "Times New Roman", Times, serif; color:#000; 	font-size:17px; line-height:19px;}

fieldset, #IE8#HACK { padding-top:1.4em; } 
legend, #IE8#HACK { margin-top:0; margin-bottom:0; }

/* Form fields
-------------------------------------------------------------- */

/* 
  Attribute selectors are used to differentiate the different types 
  of input elements, but to support old browsers, you will have to 
  add classes for each one. ".title" simply creates a large text  
  field, this is purely for looks.
 */
input[type=text], input[type=password],
input.text, input.title,
textarea {
  background-color:#fff;
  border:1px solid #2d7fc3;
  padding:0 5px;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#1cb27c!important;
}
select { 
  border:1px solid #2d7fc3;
   }


option:focus {
  border:none;
}


input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:0 5px ; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

/* 
  This is to be used on forms where a variety of elements are 
  placed side-by-side. Use the p tag to denote a line. 
 */
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }



/*.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}*/


.select {
	position: absolute;
	width: 235px; 
	height: 22px;
	padding: 2px 24px 0 8px;
	color: #000;
	 background: url(../images/iu/formulaire/select.png) no-repeat;
	overflow: hidden;
	margin-top:3px;
}

.styled {
    opacity: 0;
    position: relative;
    width: 235px;
    z-index: 50;
}

