/************************************/
/*      www.recetteverrine.fr       */
/************************************/
.fond {
  background-color: #9c0;
  color: white;
}
.fond a {color: white}

.bordure {
  border: 1px solid #9c0;
}


/****************************** general ******************************/
a {
	color          : #060;
	text-decoration: none;
}

.hrefbold a {
  font-weight: bold
}

a:hover {
	color          : #555;
	text-decoration: none;
}
#footer_inside a {color: #9c0;}

a.statusE {
	color          : red;
	text-decoration: none;
}

hr {
   border-bottom: 1px solid #343434;
   margin-bottom: 5px;
}

input {
  border-bottom: 1px solid #9c0;
}

textarea {
  border: 1px solid #9c0;
}

input.bouton {
  background: #343434;
  border    : 1px solid #9c0;
  color     : #fff;  
  padding   : 0 5px 0 5px; 
}

fieldset {
  border : 1px solid #343434;
  padding: 10px;
}

legend {
  color      : #343434;
  font-weight: bold;
  padding    : 0 5px 0 5px;
}


div.col_left {
  float       : left;
  margin-right: 5px;
  height      : 27px;
}

div.col_right {
  height      : 27px;  
}

div.monespace {
  width : 170px;
}

div.mail {
  width : 130px;
}

div.cadre {
  border: 3px solid #9c0;
  padding: 10px;
}

input:checked + label, input:hover + label, input + label:hover {
  color: red;
}

div.lestheme {
  width     : 130px;
  float     : left;  
}

ul.ingredient {
 margin-left: 20px;
}



h1.left {
  float : left;
  border: 0;
  margin: 0;
}

h3.accueil {
  border-bottom: 1px solid #9c0;
  font-size    : 12px;
	padding      : 0 0 2px;
}


div.photo {
  background: transparent url(/img/cadre_recetteverrine.png) no-repeat;
} 

/****************************** header ******************************/
#header_inside ul li a:hover,
#header_inside ul li a.active {
	border-top: 3px solid #9c0;
}

#header_inside h1 span {
	color:#9c0;
}
