#image {
	width:280px;
	height:280px;
	margin:auto;
	text-align:center;
}
#texte_container { margin:0; }
#bloc1_sous_titre { display:none; }
#main_container { color:#6d6d6c; }
.highlight_sous_titre_chirurgien {
	width:200px;
	font-size:0.8em;
	text-transform:uppercase;
	color:#6c6c6c;
	margin:-15px 0 0 85px;
}
#bloc1_container { width:100%; }
#bloc1_titre_sous_titre_container {
	width:100%;
	height:50px;
	background-color:#feeaf2;
}
#bloc1_titre {
	color:#6c6c6c;
	font-family:'Lobster', cursive;
	text-align:center;
}
#bloc1_titre h1 {	margin:0; }
.bloc a {
	color:black;
	text-decoration:none;
}
.bloc a:hover {
	text-decoration:underline;
}
@media all and (min-width:560px) {
	#bloc1_titre_sous_titre {
		width:520px;
		margin:auto;
	}
	#bloc1_titre {
		height:69px;
		line-height:65px;
		text-indent:90px;
		text-align:left;
		background: url('../img/icons/bloc1_titre_bg.png')no-repeat scroll left center;
	}
	#bloc1_sous_titre {
		display:block;
		margin-top:-20px;
		text-align:left;
	}
}
@media all and (min-width:650px) {
	#image {float:left;}
}
@media all and (min-width:980px) {
	#menu_image {
		width:980px;
		margin:auto;
	}
	#image {
		margin-left:200px;
	}
	#bloc1 {
		width:980px;
		margin:20px auto 20px auto;
	}
}