/*=======*/
/* Label */
/*=======*/
form#formRech label, form#formRechAV label, form#formRechE label, form#formOTEP label {
	float: left;
	display: block;
	font-weight:bold;
  text-align: right;	
	width: 300px;
  margin-top: 10px;
	margin-bottom: 10px;
}
form#formOTEP label {
	font-weight:normal;
	width: 200px;
	margin-right: 5px;
}
form#formOTEP3 label {
	width: 0px;
	margin-right: 5px;
}
form#formPortalPresse label, form#formRCM label {
  font-weight: bold;
}
div#RCMCriteresSel label {
  font-weight: normal;
}

div#RCMCriteresSel label {
  font-weight: normal;
}

form#CPSFormulaire label {
	float: left;
	display: block;
	font-weight:bold;
  text-align: right;	
	width: 200px;
  margin-top: 10px;
	margin-bottom: 10px;
}

/* Pour les champs concaténés */

form#CPSFormulaire .label_join_error {
    float: none;
    display: inline;
    font-weight:bold;
    text-align: right;	
    width: 100px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding-right: 5px;
    color:red;
}

form#CPSFormulaire .label_join {
    float: none;
    display: inline;
    font-weight:bold;
    text-align: right;	
    width: 100px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding-right: 5px;
}

div#enteteRecherche label {
  display:none;
}
div#ravPersonaliseePeriode label, div#ravPersonaliseeTexte label, div#ravPersonaliseeMotsCles label {
/*  display:none;*/
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align:left;
  border-bottom: thin dotted #c4c4c4;
  width: 100%;
}

/*=======*/
/* Input */
/*=======*/
.champ { 
	font-size:  1em;
	color: #373737;
  height:1.5em;
	background-color: #eee; 
	border: solid 1px #fff; 
	border-top-color: #888; 
	border-left-color: #888;
	padding-top: 3px; 
}
.champ:hover,.champ:focus, .champotep:hover, .champotep:focus  { 
	background: #e2ebf3;
}

.champotep {
  font-size: 1em;
  color: #373737;
	background: #eee; 
  vertical-align: middle;
	border: solid 1px #fff; 
	border-top-color: #888; 
	border-left-color: #888;
  margin: 2px 2px 2px 2px;
}
.champotep2 {
  margin-left: 207px;
}

div#searchCriteria .champ, form#formRech .champ, form#formRechAV .champ, form#formRechE champ {
  width : 14em;
}

fieldset#ravPersonnaliseeCriteria input.champ {
  width : 26em;
}

.champrecherche { 
	font-size:8pt;
	color: #666;
  	height:1.5em;
	width: 96%;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	border: solid 1px #000; 
	font-weight: bold;
	
}

div#SearchAVAction input {
  margin-right: 20px;
}

div#enteteRecherche input, div#enteteRecherche form {
  	margin: 0px;
  	/*padding: 0px;*/
	vertical-align: top;
	padding-left:2px;
	/*margin-left:5px;*/
	}
	
input#ok{
	width: 0px;
	}

/*==========*/
/* textarea */
/*==========*/
textarea { 
	background: #eee; 
	border: solid 1px #fff; 
	border-top-color: #888; 
	border-left-color: #888;
	font-size:  1em;
	color: #373737;
	padding-top: 3px; 
  width: 22em;
  height: 10em;
}
textarea:hover,
textarea:focus  { 
		background: #e2ebf3; 
}
table#flexible_content textarea { 
	font-size:  1.3em;
}

/*========*/
/* Select */
/*========*/
select { 
	background: #eee; 
	border: solid 1px #fff; 
	border-top-color: #888; 
	border-left-color: #888;
	font-size:  1em;
	color: #373737;
}
select:hover,
select:focus  { 
		background: #e2ebf3; 
}

form#formRech select, form#formRechAV select {
  width: 14em;
}
div#ravPersonaliseeMotsCles select, div#ptPersonaliseeTheme select {
  width : 26em;
}


/*========*/
/* Bouton */
/*========*/
a.btbasic { 
	background-image: url(images/bt_basic.gif);
	background-repeat: no-repeat; 
	background-position: left center; 
	vertical-align: middle; 
	padding-left: 10px;
	text-align: center; 
	padding-top: 1px; 
	text-decoration: none;
  border-top: 1px solid #9A992B;
	border-bottom: 1px solid #9A992B;
}
a.btbasic:link{ 
	font-weight: bold;
	color : #7E7E7E;
}
div#entitePlanAccess a {
  height: 2em;
  color : #7E7E7E;
}

.btform, .btformService {
  background-color: #E7E1BA;
  background-image: url("images/btform.gif");
  background-repeat: no-repeat;
  background-position: left center;
  color: #9A992B;
  font-weight: bold;
  font-size:0.9em;
  vertical-align: middle;
  text-align: center;
  padding-top: 0px;
  padding-left: 14px;
  padding-right: 3px;
  height: 2em;
  text-decoration: none;
  border: 1px solid #9A992B;
  cursor: pointer;
}

a.btprecedent {
	color : #929497;
	vertical-align: middle;
	font-weight: bold;
	font-size:  1em;
	text-decoration: none;
	text-align: center;
	padding-right: 3px;
	margin-right: 5px;
}

a.btprecedent:hover{
	color: #1A1A1A;
}

a.btprecedent:before{
	content:"\25C4";
	margin-right:3px;
	margin-bottom:2px;
	}

a.btsuivant {
	color : #929497;
	vertical-align: middle;
	font-weight: bold;
	font-size:  1em;
	text-decoration: none;
	text-align: center;
	padding-right: 3px;
	margin-left: 5px;
}

a.btsuivant:hover{
	color: #1A1A1A;
}

a.btsuivant:after{
	content:"\25BA";
	margin-left:3px;
	margin-bottom:2px;
	}

a.btConseils { 
  color : #7E7E7E;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none; 
  vertical-align: middle; 
  padding-left: 20px;
  background-image: url(images/conseils_recherche.gif); 
  background-repeat: no-repeat;
  width: 250px; 
}

.btConseils a:link, .btConseils a:visited { 
  color: #373737;
}

.btConseils a:hover, .btConseils a:active {
  color: #4682B4;
}
