/* Mise en forme du site medecin-a-domicle.com - FDBI 2009 */

#page{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

a{
	color: #163FD6;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.alinea{
	font-size: 7pt;
}
.bleugras{
    color: #163FD6;
	font-weight: bold;
}
.bleu12pt{
	font-size: 12pt;
	color: #163FD6;
	font-weight: bold;
}
.bleu12ptb{
    font-size: 12pt;
	color: #163FD6;
	font-weight: bold;
	padding-left:10px;
}
.gras{
	font-weight: bold;
}
.gras12{
	font-weight: bold;
	font-size: 12pt;
}
.grasitalique{
	font-weight: bold;
	font-style: italic;
}
.italique{
	font-style: italic;
}
.souligne{
	text-decoration: underline;
}
.fondgris{
	background-color: #EAEAEA;
}
h1{
	color: #FF0000;
	font-size: 18px;
}
h2{
	color: #163FD6;
	font-size: 14px;
}
h3{
	/*padding-left:55px;*/
	color: #163FD6;
	font-size: 16px;
	font-weight: bold;
}
/************** #corps***************/
#corps a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/************** #corpslibre***************/
#corpslibre ul{
	margin-top:-8px;
}
#corpslibre a{
	color: #163FD6;
	font-weight: bold;
	text-decoration: underline;
}
/************** #mentions légales***************/
#mentions a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #185A8C;
	text-decoration: underline;
}
#mentions a:hover{
	color: #CC9900;
	font-size: 9pt;
	text-decoration: underline;
}


/************** #pied***************/
#pied{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-color: #163FD6;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
}
#pied a{
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
}
#pied a:hover{
	color: #FF0000;
	font-weight: normal;
	font-size: 9pt;
}

/**************tableau01***************/
.table01{
	width:auto;
}
.table01 td, .table04 td {
	
}
.table01 a, .table04 a{
	color: #000000;
	font-weight: bold;
}
.table01 a:hover, .table04 a:hover{
	color: #FF0000;
	font-weight: bolder;
}

/**************tableau02***************/

.table02 td{
	padding-left: 20px;
}

/**************tableau03 rubriques conseils*********/
.table03{
	width: auto;
}

.table03 td{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top:0px;
	background-color: #F3F3F3;
}

.table03 td li {
	color: #990033;
	text-decoration: none;
}

/**************divers*********/
.textedroit{
    float: left;
	margin-right: 10px;
	margin-top:-10pt;
}
.textecentre{
   margin-left: 250px;
}
.trait_cellule_gche{
	border-left-color: #163FD6;
	border-left-style: solid;
	border-left-width: 1px;
}
.trait_cellule_dte{
	border-right-color: #163FD6;
	border-right-style: solid;
	border-right-width: 1px;
}
.trait_ligne{
	border-top-color: #163FD6;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #163FD6;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.retrait{
	padding-left: 20px;
	padding-right: 20px;
}
.sousliste {
	padding-top:10px;
}

.sousliste li{
	list-style-type: square;	
}
.justifie{
	text-align: justify;
}
