body {
	margin-top: 0;
	margin: 0;
	background-color: white;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#index a { 
	font-size: 120%;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
#index a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.vert {
	color: #006600;
	font-weight: bold;
}
.vertSouligne {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
}
li {
	list-style: disc;
}

/*-----------------------------------------------------------------------------
	MISE EN FORME
-----------------------------------------------------------------------------*/
/* CONTENU 1
---------------------*/

#contenu {
	margin:20px;
	text-align: justify;
	font-size: 80%;
}
#contenu .titre {
	font-size: 110%;
	color: #009900;
	font-weight: bold;
}
#contenu .souligneNoir {
	color: black;
	font-weight: bold;
	text-decoration: underline; 
}
#contenu .titreMedecin {
	display: block;
	width: 100%;
	border-bottom: solid 2px;
	font-size: 110%;
	color: #009900;
	font-weight: bold;
}
#contenu .soustitreMedecin {
	display: block;
	border-bottom: solid 1px #009900;
	font-size: 95%;
	color: black;
	font-weight: bold;
}
#contenu img {
	margin-right: 10px;
	margin-top: 15px;
	border: 1px solid #006600;
	border-right: 2px solid ThreedDarkShadow;
	border-bottom: 2px solid ThreedDarkShadow;
}
#contenu a { 
	font-size: 95%;
	color: #009900;
	text-decoration: none;
}

#contenu a:hover {
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}
#contenu a:visited {
	color: Gray;
}

/* CONTENU 2
---------------------*/
#contenu2 {
	margin:20px;
	text-align: justify;
	font-size: 80%;
}
#contenu2 .titre {
	font-size: 110%;
	color: #009900;
	font-weight: bold;
}
#contenu2 .souligneNoir {
	color: black;
	font-weight: bold;
	text-decoration: underline; 
}
#contenu2 .titreMedecin {
	display: block;
	width: 100%;
	border-bottom: solid 2px;
	font-size: 110%;
	color: #009900;
	font-weight: bold;
}
#contenu2 .soustitreMedecin {
	display: block;
	border-bottom: solid 1px #009900;
	font-size: 95%;
	color: black;
	font-weight: bold;
}
#contenu2 img {
	border: 1px solid #006600;
	padding: 0px;

	margin:1px;
	
}
#contenu2 .droit {
	margin-right:5px;
}
#contenu2 .gauche {
	padding-left:5px;
}
#contenu2 a { 
	font-size: 95%;
	color: #009900;
	text-decoration: none;
}

#contenu2 a:hover {
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}
#contenu2 a:visited {
	color: Gray;
}
/*-----------------------------------------------------------------------------
	PLAN
-----------------------------------------------------------------------------*/
#plan {
	
}
#plan .titre {
	display: block;
	width: 100%;
	border-bottom: solid 2px;
	font-size: 110%;
	color: #009900;
	font-weight: bold;
}
#plan img {
	border: 1px solid #006600;
	padding: 0px;

	margin:1px;
	
}
#plan .droit {
	margin-right:5px;
}
#plan .gauche {
	padding-left:5px;
}
#plan a { 
	font-size: 95%;
	color: #009900;
	text-decoration: none;
}
#plan a:hover {
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}
#plan a:visited {
	color: Gray;
}
/*-----------------------------------------------------------------------------
	MENU BAS
-----------------------------------------------------------------------------*/
#menu {
	font-size: 90%;
	margin-bottom: 10px;
}
#menu a { 
	font-size: 90%;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#menu a:visited {
	color: Gray;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	CREDIT
-----------------------------------------------------------------------------*/
#credit {
	font-size: 60%;
	color: Gray;
	text-align: right;
	margin-right: 10px;
	margin-top: 4px;
}
#credit a {
	color: Gray;
	text-decoration: none;
}
#credit a:hover {
	color: black;
	text-decoration: none;
	font-weight: bolder;
	font-size: 120%;
}

/*-----------------------------------------------------------------------------
	FORMULAIRE
-----------------------------------------------------------------------------*/
.textarea, .input, .normal {

	background-color: white;
	color: #006600;
}

.focus {
	background: #009900;
	color: white;

	}
	
.retour {

	font-style: italic;
	color: Maroon;
	font-weight: bold;
}



