/*
Theme Name: Graphene Enfant
Description: Th�me enfant pour graphene
Author: Muriel Richard
Template: graphene
*/

@import url("../graphene/style.css");




 /*ligne 62- couleur titres articles et liens*/
a,
a:visited {
	color: #b55101;
	text-decoration: none;
}

/*ligne 66- couleur liens survoles*/
a:hover {
	color: #ffa400;
	text-decoration: none;
}







 
  /*ligne 574- couleurs des boutons*/
.block-button,
.block-button:visited {
	background: url(images/bg-block-button.png) left bottom repeat-x #e37311;
	background: -moz-linear-gradient(#ffa400, #e37311);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa400), to(#e37311));
	background: linear-gradient(#ffa400, #e37311);
	border: 1px solid #ffa400;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font: bold 12px arial;
	margin: 10px 5px 5px;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px #444;
}

  /*ligne 598- couleurs des boutons survoles*/
.block-button:hover {
	background: url(images/bg-block-button-hover.png) left bottom repeat-x #ffa400;
	background: -moz-linear-gradient(#feda2e, #ffa400);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feda2e), to(#ffa400));
	background: linear-gradient(#feda2e, #ffa400);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

/*Ajout liens soulignés dans les articles*/
.entry-content a {
	color: #0000ff;
text-decoration: underline;
}

/*ligne 973 - suppr lien souligné "En savoir plus" + couleur texte du lien*/
a.more-link,
a.more-link span {
	display: block;
	margin: 0 5px 5px 0;
text-decoration: none;
color: #fff;
}

 /*ligne 1017- pas de border style (cadre images)*/
.entry-content img,
.child-page img {
	border-style: none;
	margin: 5px;
}

  /*ligne 1209- couleur texte fil Ariane*/
#previous,
#previous a,
#previous a:visited,
#next-post,
#next-post a,
#next-post a:visited {
	color: #000;
	font: 12px tahoma;
	text-decoration: none;
}

  /*ligne 1242- couleur texte "laisser un commentaire"*/
#comments > h4,
#respond > h3,
h3.author-post-list {
	
	clear: both;
	color: #b55101;
	
}

/*ligne 1263- couleur texte "1 commentaire"*/
#comments > h4.current a {
	color: #b55101;
}

 /*ligne 1288- couleur fond commentaire*/
#comments ol li.comment.depth-1,
#comments ol li.pingback.depth-1,
#comments ol li.trackback.depth-1 {
	background: #fefad0;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	margin-bottom: 10px;
	padding-right: 20px;
}

/*ligne 1422- couleur fond formulaire commentaire*/
#commentform {  
	background: #fff;
	
}



