

/*=======*/
/* Label */
/*=======*/

form {
	font-family: Arial, sans-serif;
}

input:hover, input:focus {
	background:#EBECE6;
}

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;
	color:#A48BAB;
  text-align: right;	
	width: 200px;
  margin-top: 4px;
	margin-bottom: 30px;
}

/* 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 solid #c4c4c4;
  width: 100%;
}

/*=======*/
/* Input */
/*=======*/
.champ { 
background-color:#FFFFFF;
border-color:-moz-use-text-color -moz-use-text-color #B0A9B0;
border-style:none none solid;
border-width:medium medium 1px;
color:#6B6B6B;
font-family:Arial,sans-serif;
font-size:0.9em;
height:1.5em;
margin-left:10px;
padding:4px 0 2px 10px;
text-align:left;
vertical-align:middle;
width:22em;
}
.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;
}

#CPSFormulaire input {
	font-size:  0.9em;
	font-family: Arial, sans-serif;
	color: #6B6B6B;
	height:1.5em;
	width: 22em;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: solid 1px #B0A9B0;
	margin-left:10px;
	padding:4px 0 2px 10px;  
}

#CPSFormulaire input:hover, #CPSFormulaire input:focus {
	background:#EBECE6;
	font-weight:normal;
}
#CPSFormulaire .btform {
	width:auto;
	font-family: Arial, sans-serif;
	padding:2px 10px 5px 10px;
        margin: 10px -100px 0 0px;
	height:25px;
	font-weight:normal;
	color:#FFF;
	background:#B0A9B0;
        float: right;
        
}

#CPSFormulaire .btform:hover{
	background:#B3C10A;
}

.champrecherche { 
    background-color: #FFFFFF;
    border: 1px solid #B3C10A;
    color: #B3C10A;
    font-size: 1em;
    height: 1.9em;
    text-align: left;
    vertical-align: middle;
    width: 18em;
}

div#SearchAVAction input {
  margin-right: 20px;
}

div#enteteRecherche input, div#enteteRecherche form {
  margin: 0px;
  padding: 0px;
	vertical-align: top;
}

/*==========*/
/* textarea */
/*==========*/
textarea { 
	font-size:  0.9em;
	font-family: Arial, sans-serif;
	color: #6B6B6B;
	width: 22em;
  height: 10em;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: solid 1px #B0A9B0;
	margin-left:10px;
	padding:2px 0 2px 10px;  
}
textarea:hover,
textarea:focus  { 
		background: #EBECE6; 
}
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 #FF4500;
	border-bottom: 1px solid #FF4500;
}
a.btbasic:link{ 
	font-weight: bold;
}
div#entitePlanAccess a {
  height: 2em;
}

.btform, .btformService {
  background:#B0A9B0 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-weight:normal;
	height:25px;
	padding:2px 10px 5px;
	width:auto;
	border:none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btform:hover, .btformService:hover {
	background:#B3C10A;
}

a.btprecedent {
	background-image: url(images/precedent.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	font-weight: normal;
	font-size:  0.8em;
	text-decoration: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 3px;
	border-right: 1px solid #a6c3de;
	border-top: 1px solid #a6c3de;
	border-bottom: 1px solid #a6c3de;
	margin-right: 10px;
}

a.btsuivant {
	background-image: url(images/suivant.gif);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
	font-weight: normal;
	font-size:  0.8em;
	text-decoration: none;
	text-align: center;
	padding-left: 3px;
	padding-right: 18px;
	border-top: 1px solid #a6c3de;
	border-bottom: 1px solid #a6c3de;
	border-left: 1px solid #a6c3de;
	margin-left: 10px;
	width: 100%;
}

a.btConseils { 
  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: #e94e0a;
}


.legendelien{
  display: none;
}


