/*
	Styles css
	pour le site du Docteur François Gaujoux
	(c) 2007	
	
	Auteur	:	Hugues Guinard
	Email	:	communication@gaiaconception.net
	Website	:	http://www.gaiaconception.net/
*/



/* body */
body {
	background:#fff url('Images_site/fond_page.jpg') repeat-x top;
	color:#666;
	font:13px Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* général */
* {
	border:0;
	margin:0;
	padding:0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
blockquote {
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
.gauche {
	float:left;
	margin:0 10px 0 0;
	text-indent: 0em;
}
.droite {
	float:right;
	margin:0 0 0 10px;
}
.espace {
	clear: both;
	font-size: .1em;
}



/* barre_haut */
#barre_haut {
	margin:0 auto;
	position:relative;
	width:760px;
	height: 200px;
}
#barre_haut:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#barre_haut h1 {
	color:#666;
	font-size:3em;
	letter-spacing:0.1em;
	position:absolute;
	top:10px;
	font-weight: normal;
	font-style: normal;
	right: 0px;
}
#barre_haut p {
	bottom:70px;
	font-size:2em;
	position:absolute;
	right:0px;
	color: #333333;
}
#lien_visage, #lien_seins, #lien_silhouette {
	color: #333333;
}
#barre_haut ul {
	list-style:none;
	position:absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
}
#barre_haut ul li {
	list-style:none;
	text-align: center;
	float: left;
}
#barre_haut ul li a {
	color:#000000;
	font-size:1.2em;
	font-weight:normal;
	font-style: normal;
	display: block;
	float: left;
	height: 20px;
	min-width: 110px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

/* contenu médical */
#contenu_medical {
	height:auto;
	margin:0 auto;
	width:760px;
}
#contenu_medical:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* encarts_gauche */
#encarts_gauche {
	float:left;
	width:210px;
}
#encarts_gauche h3 {
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#encarts_gauche input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#encarts_gauche p {
	color:#333333;
	display:block;
	font-size:1em;
	line-height:20px;
	margin:1px 0pt;
	padding:10px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-style: none;
	border-bottom-style: none;
}
#encarts_gauche a {
	color:#000000;
	display:block;
	text-align:right;
}
#encarts_gauche ul {
	margin:10px;
}
#encarts_gauche ul li {
	list-style:none;
	padding:5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#encarts_gauche ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#encarts_gauche ul li a:hover {
	color:#000;
}
.formulaire_spip label {
	display:none;
}

/*	encarts positionnés en ligne en bas	*/
.encarts_bas .encart {
	/* background: #FF9900 url(Images_site/bande_orange_bas.gif) bottom no-repeat; */
	width: 234px;
	background: #FF9900 url(Images_site/bande_orange_haut.gif) top no-repeat;
	float: left;
	padding: 0px;
	margin-left: 9px;
	margin-right: 9px;
}
.encarts_bas .barre_orange_bas {
	background: #FF9900 url(Images_site/bande_orange_bas.gif) bottom no-repeat;
}
.encarts_bas h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 1.3em;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
	text-align: center;
}
.encarts_bas a {
	color: #FFFFFF;
}
.encarts_bas p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* textes Docteur */
#textes_docteur {
	float:right;
	width:520px;
}
#textes_docteur p, #textes_docteur .texte, #textes_docteur .chapo {
	color:#555;
	line-height:1.5em;
	padding:10px;
	text-align: justify;
	text-indent: 1.5em;
}
#textes_docteur p {
	padding:0px;
}
.theme h1 {
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-top: 10px;
	border: none;
	text-align: center;
}
#textes_docteur .spip_surligne {
	background-color: #FFCC33;
}
#textes_docteur h2, .theme h2 {
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-align: left;
}
#textes_docteur h2 a {
	color: #444444;
}
#textes_docteur h3 {
	color:#444;
	font-size:140%;
	font-weight:400;
	line-height:30px;
	border-bottom-style: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
}
#textes_docteur ul {
	margin-left: 3em;
	list-style-position: inside;
	list-style-type: disc;
}
#textes_docteur ol {
	margin-left: 3em;
	list-style-position: inside;
	list-style-type: decimal;
}
#textes_docteur li {
}
#textes_docteur li a {
}
#textes_docteur .on {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
#textes_docteur .notes {
	font-size: 80%;
}
#textes_docteur .notes h2 {
	color:#444;
	font-size:120%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	border-bottom-style: dashed;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

table {
	border: 1px solid #FF6600;
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
	padding:4px;
	border-collapse:collapse;
}
td {
	border: 1px solid #FF6600;
	margin:4px;
	padding:4px;
}
table .row_first {
	background-color: #FFCC33;
}
table .row_first th {
	border: 1px solid #FF6600;
}
table .row_first strong {
	font-size:1em;
	font-weight:normal;
}

.img_centree {
	position:relative;
	left: 20%;
}
.img_centree:after{
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}





.breves, .rubriques {
	margin-top:30px;
}

#vers_haut {
	color: #444;
	font-size: 70%;
	text-align: right;
	display: block;
	margin-top:60px;
}

.theme #Gmap {
	height: 400px;
	width: 739px;
	margin: 10px;
	border: 1px solid #666666;
}
.theme .infos_adresse {
	margin: 10px;
	width: 349px;
	padding: 4px;
	float: left;
	border: 1px dashed #FF6600;
}
.theme .infos_adresse h2 {
	border-bottom-style: none;
}
.theme .infos_adresse .details_adresse {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
	padding-top: 6px;
	padding-bottom: 6px;
}
.theme .infos_adresse .adresse_postale {
	float: left;
	padding-top: 4px;
	width: 170px;
	font-size: 1.1em;
	padding-left: 4px;
}
.theme .infos_adresse .telephone {
	float: right;
	padding-top: 4px;
	text-align: right;
	width: 150px;
	font-size: 1.1em;
	padding-right: 4px;
}
.theme .infos_adresse .interventions, .theme .infos_adresse .infos, .theme .infos_adresse .infos_parking {
	font-style: normal;
	font-weight: normal;
	text-indent: 1em;
	float: left;
	padding-top: 4px;
	text-align: justify;
	clear: both;
	width: 340px;
}
.theme .infos_adresse .interventions {
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
.theme .infos_adresse .infos {
	
	display: none;
	
}
.theme .infos_adresse .infos_parking {
	font-style: italic;
}
.theme .infos_adresse .infos_parking img {
	padding-right: 8px;
}
.theme .infos_adresse .liens {
	float: right;
}
#accueil p {
	margin-top:16px;
	color:#555;
	line-height:1.5em;
	padding:10px;
	text-align: justify;
	text-indent: 1.5em;
}

/* texte recommandation */
.recommandation {
	text-align: center;
	background-image: none;
}
.recommandation #Recommandation-Site-Chirurgie {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
}
.recommandation input, .recommandation textarea {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	border: 1px solid #333333;
	font-size:1em;
}
.recommandation label {
	display: inline;
	float: left;
	width: 150px;
}
.recommandation .aide {
	font-size: .9em;
	font-style: italic;
}
.recommandation .focus {
	background-color: #FFCC00;
}
.recommandation .message_app {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 450px;
	background-color: #FFCC00;
	border-style: solid;
	border-color: #FF6600;
	border-width: 1px;	
}
.recommandation .message_app a {
	color: #FFFFFF;
}
.recommandation table {
	border:none;
	margin:0px;
}
.recommandation td {
	border:none;
}

/* liens pied de page */
#liens {
	width:760px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#liens:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#liens p {
	color:#555;
	font-size:.9em;
	padding:10px;
	text-align:center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
	line-height: 1.2em;
}

