/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* masquage des textes dédiés à l'accessibilité (pour les aveugles en particulier) */
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


/* stylage du champ de recherche */
#searchform input {
	background: white;
	width: 100px;
	vertical-align: bottom;
}

/* stylage du bouton "Recherche" */
#searchform #searchsubmit {
	width: 72px;
	height: 27px;
	line-height: 27px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f0f0f0;
}

/* légère coloration grise des pavés de la sidebar de droite (reprise de la couleur de fond du bandeau d'en-tête) */
.box2, .widget {
	background-color: #f9fafa;
}

/* bordure sur l'aperçu Google map (la même qu'autour du champ de recherche */
.widget_text a.imglink img {
	border: solid #cacaca 1px;
}

/* ... et la bordure verte quand on passe la souris (même couleur que le fond du titre du pavé) */
.widget_text a.imglink:hover img {
	border: solid #0aad9a 1px;
}
