/* Propriétés générales */ 
* {
	font-family: Verdana, sans-serif;
	font-size: 12;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12;
	margin: 0;
	padding: 0;
	background-color: #DEDEDE;
}

a {
	color: #FFC117;
}

/* masque */
.hidden {
	visibility: hidden;
}


/* HEADER */
.header {
	background-color: #F1EDEA;
	font-size: 10;
}

/* bordure haut */
.bord {
	width: 527;
	height: 21;
	background-image: url('/common/images/haut_bout_rond.gif');
}

.header .raccord {
	width: 223;
	background-image: url('/common/images/raccord_haut.gif');
	background-repeat: repeat-x;
}

.header .rspacer {
	width: 30;
	background-image: url('/common/images/bout_rond_haut.gif');
	background-repeat: no-repeat;
	background-color: white;
}

/* cellule contenant le logo */
.logo {
	width: 527;
	height: 88;
	vertical-align: bottom;
}

.date {
	vertical-align: top;
	text-align: right;
	color: #21476F;
	font-size: 14;
}

.header .right {
	height: 88px;
	width: 30px;
	background-image: url('/common/images/bout_pointille.gif');
	background-repeat: repeat-y;
}


/* MENU */
/* cellule de gauche */
td.menu {
	width: 294;
	height: 445;
	background-color: #21476F;
	background-image: url('/common/images/background_bleu.gif');
	background-repeat: no-repeat;
	vertical-align: top; 
	text-align: top;
	padding: 0;
	margin: 0;
}

/* SOUS-MENU */

div.absolmenu{
	float:left;
	margin-left:10px;
	margin-top:0px;	
}





/* CONTENT 
/* cellule de contenu */
.content {
	width: 426;
	height: 445;
	color: #21476F;
	background-color: #F1EDEA;
	background-image: url('/common/images/caduce_background.gif');
	background-position: right 50px;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: justify;
	padding: 10 15;
}

/* menu specialités */
.spec a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.spec a:hover,
.spec a.hernie#hernie, 
.spec a.vesicule#vesicule,
.spec a.thyroide#thyroide,
.spec a.colon#colon,
.spec a.proctologie#proctologie,
.spec a.ambulatoire#ambulatoire,
.spec a.laparo#laparo  {
	color: #73A6F4;
	text-decoration: none;
}

.spec{
	line-height:20pt;
}

#colon{
	line-height:1em;
}

/* titres */
h1.home {
	width: 420;
	height: 38;
  background-image: url('/common/images/home/titre_home.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

h2 {
	color: #73A6F4;
}

.upper {
	text-transform: uppercase;
	color: #21476F;
}

.planacces a{
	color: #73A6F4;
	text-decoration:none;
}

/* colonne de droite */
.right {
	width: 30;
	height: 445;
	background-color: white;
	background-image: url('/common/images/bout_pointille.gif');
	background-repeat: repeat-y;
}

/* FOOTER */
/* pied de page */
.footer {
	height: 18;
	width: 780;
	background-image: url('/common/images/bas_bout_rond.gif');
	background-repeat: no-repeat;
	color: white;
	border: none;
	padding: 0;
	margin: 0;
}

.lspacer{
	width: 20;
}

.fleft {
	width: 274;
	text-align: left;
	font-size: 10;
	margin: 0;
	padding: 0;
}

.footer .raccord {
	width: 250;
	background-image: url('/common/images/bas_raccord.gif');
	background-repeat: repeat-x;
}


.fright {
	width: 206px;
	text-align: right;
	background-image: url('/common/images/bas_raccord.gif');
	background-repeat: repeat-x;
}

.rspacer {
	width: 30;
	background-image: url('/common/images/bas_rond.gif');
	background-repeat: no-repeat;
	background-color: white;
}

/* liens du pied de page */
.footer a {
	color: #FFD52E;
	text-decoration: none;
	font-size: 10;
}

/* lien eurelis */

#MadeEurelis{
	color: #73A6F4;
}

#MadeEurelis:hover{
	color: #21476F;
}

/* paragraphe thyroide */

span.thyrobold{
	font-weight:bold;
}

#TESTFOND{
	background-color=#FF0000;
}


