@charset "utf-8";
/* CSS Document */

/* feuille de style pagetype1 */

/* menu */

#menu-pagetype1{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #95bc3d;
	font-weight:bolder;
	width:918px;
}

#menu-pagetype1 ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu-pagetype1 a{
	text-decoration:none;
	color: #95bc3d;
}

#menu-pagetype1 a:hover{
	text-decoration:underline;
}

/*zone texte*/

#zone-texte-pagetype1{
    float:left;
	width:518px;
	height:500px;
	border:1px solid #95bc3d;
	margin-left:5px;
	margin-top:10px;
}

p{
    font-family: "Trebuchet MS";
	font-size: 12px;
	margin:0;
	padding:5px 5px 5px 5px;
}

.titre{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0DA1D2;
}

.sous-titre1{
    font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0DA1D2;
}

.sous-titre2{
    font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
}

p a{
	text-decoration:none;
	color:#000000;
}

p a:hover{
	text-decoration:underline;
	color:#95bc3d;
}

#bt-medecin{
	float:left;
	width:232px;
	height:208px;
	padding:10px 0 10px 20px;
}

#bt-medecin img{
	border:none;
}

#bt-medecin img a{
	border:none;
}

#bt-pro{
	float:left;
	width:232px;
	height:208px;
	padding:10px 0 10px 20px;
}

#bt-pro img{
	border:none;
}

#bt-pro img a{
	border:none;
}