@charset "UTF-8";
/* CSS Document */


.guides {
	position: relative;
	height: 100px;
	margin: 20px 30px;
	min-width: 560px;
	border: solid 1px #999 ;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding:5px 20px;
	font-size: 14px;
	color:#999;
}

#physiotroc .guides {
	margin: 20px 2px;
	width: 164px;
	min-width: 164px;
	padding:5px ;
	font-size: 10px;
	height: auto;
}

.guides strong{
	color: #9ABF49;
}

.guides a {
	display: block;
	position: absolute;
	width: 190px;
	height: 30px;
	line-height: 30px;
	top: 35px;
	left: 20px;
	font-weight: bold;
	text-align: right;
	padding: 0 15px 0 0;
	text-decoration: none;
	color: #FFF;
	background-color: #9ABF49;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url("../images/telecharger.png");
	background-repeat: no-repeat;
}

#physiotroc .guides a {
	position: relative;
	width: 149px;
	top: 0;
	left: 0;
}

.guides a:hover {
	background-color: #F00;
}
	
.guides p {
	position: relative;
	left: 250px;
	width: auto;
}

#physiotroc .guides p {
	left: 0;
	top: 0;
	margin: 0 0 10px 0 ;
	font-size: 11px;
}