@charset "utf-8";

html { font-size: 100%; /* Évite un bug d'IE 6-7 */ } 
ul,ol,body { margin: 0; padding: 0 } 
a:active { outline: none; } /* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
form  { margin: 0; padding: 0; border: none; } /* Formulaires */ 
input, button, select { vertical-align: middle; }

body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #666; background: url(/images/fond.png); height: 100%; margin-top: 8px;}

/* éléments */
img { border: 0; }
abbr { border-bottom: 1px dotted #000000; cursor: help; }
.clear { clear: both; visibility: hidden; }

#livre {
	position: relative;
	top: -10px;
	border: 1px dashed #CCC;
	margin: 0 -15 0 10;
	padding: 5px;
	float: right;
	width: 300px;
	text-align: left;
	}
	
a { color: #b35a00; text-decoration: none; }
a:hover   { color: #037000; text-decoration: underline; }
a:active  { color: #FF0000; text-decoration: underline; }

.texte		{ font-size: 12px; color: #666 }
.texte_petit	{ font-size: 10px; color: #666 }
.texte_blanc	{ font-size: 12px; color: white}
.texte_rouge	{ font-size: 12px; color: red}
.texte_noir	{ font-size: 12px; color: black}
.bas		{ font-family: Arial, sans-serif; font-size: 10px; color: black }
.titre		{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333333 }
.violet		{ font-size: 12px; color: #037000 }
.petit_violet	{ font-family: "MS Sans Serif", Geneva, Helvetica; font-size: 10px; color: #FF0000 }
.rouge		{ font-family: "MS Sans Serif", Geneva, Helvetica; font-size: 10px; color: #FF0000 }
.jaune		{ font-size: 12px; background-color : #FFFFC0 }
.email		{ font-family: "MS Sans Serif", Geneva, Helvetica; font-size: 10px; color: #000 }
.email		{ font-family: "MS Sans Serif", Geneva, Helvetica; font-size: 10px; color: #000 }
.praticien	{ color: #037000; background-color : #FFFFC0 }

h1 { font-size: 14px; font-weight: bold; color: #037000; text-transform: uppercase; }
h2 { font-size: 12px; color: #037000; font-weight: bold; padding-left: 5px; border-left: 5px #037000 solid; }
h3 { font-size: 12px; color: #037000; font-weight: bold;}

/* calendrier */
.jours { color: #000; font-size: 12px;}
.nom_jours { color: #FFF; font-size: 12px; background-color: #037000;}
.semaines { color: #B23E69; font-size: 10px;}
.stages { color: #000; font-size: 10px;}
.annee { color: #003399; font-size: 14px;}

ul.menu { list-style-type: none; }
.menu li { float: left; color: #FFF; line-height: 25px;}

.menu li a { margin: 0; width: 80px; height: 25px; display: block; text-align: center; text-decoration: none; color: #FFF; background: #037000; font-size: 12px; }
.menu li a:visited { background: #037000; color: #FFF; }
.menu li a:hover { background: #037000 url(/images/onglet.png); color: #037000; text-decoration: none;}

.menu a#selected { color: #037000; background: #037000 url(/images/onglet.png) }

.ul2 { list-style-image: url(/images/carre_petit.gif); text-align: left; margin-left: 20px}

