/* Page */
html {
	font-size: 90%; /* Evite un bug d'IE 6-7. */
}
body {
	font: normal 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	margin: 0 auto;
	background: white;
	font-size: 14px;
	text-align: justify;
	background-image: url('images/background.png');
	background-attachment: fixed;

}

/* Menu Grand Public */
#home #nav-home a,
#histo #nav-histo a,
#hospi #nav-hospi a,
#bloc #nav-bloc a,
#rea #nav-rea a,
#consult #nav-consult a,
#equipe #nav-equipe a,
#anat #nav-anat a,
#chiffres #nav-chiffres a,
#patho #nav-patho a,
#accueil #nav-accueil a,
#assoc #nav-assoc a,
#info #nav-info a,
#missions #nav-missions a,
#presse #nav-presse a,
#publi #nav-publi a,
#theses #nav-theses a,
#inter #nav-inter a,
#recherche #nav-recherche a,
#cours #nav-cours a {
	font-weight: bold;
	background: #bddcfe;
}

/* Menu Professionnels */
#publi #nav-publi a,
#theses #nav-theses a,
#inter #nav-inter a,
#recherche #nav-recherche a,
#cours #nav-cours a {
	font-weight: bold;
	background: #d8f0cb;
}

/*Menu Etudiants */
#cours #nav-cours a {
	font-weight: bold;
	background: #f8f4c3;
}
a {
	color: #17a2e2;
}
#conteneur {
	width: 900px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #bce5a1;
	border-right: 1px solid #bce5a1;
	background: white;
}
#wrap {
	overflow: hidden; /* Evite que le pied de page se superpose aux autres éléments */
}
#header {
	background: #bce5a1;
	height: 180px;
	background-image: url(images/header_repeat.jpg);
	width: 100%;
}
#header img {
	border: 0;
}
#header h1 {
	color: #6aa02e;
	font-size: 14px;
	margin-left: 10px;
	display: inline;
	padding: 0px;
}
#header form {
	display: inline;
	margin-left: 210px;
}
#sidebar {
	position: absolute;
	float: left;
	width: 220px;
	text-align: center;
}
#sidebar img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contenu {
	border-left: 1px dashed #bce5a1;
	margin-left: 220px;
	padding: 20px;
	min-height: 700px;
	text-align: justify;
}
#contenu h2 {
	color: #6aa02e;
	font-weight: bold;
	font-size: 16px;
	background: #bce5a1;
	border: 1px solid #6aa02e;
	padding: 0px 0px 2px 10px;
}
#contenu h2.histo {
	display: inline;
}
#contenu h3 {
	color: #17a2e2;
	font-weight: bold;
	font-size: 14px;
	display: inline;
}
#contenu a.date {
	color: #6aa02e;
}
#contenu img {
	border: 0px;
}
#contenu img.anatomie {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#contenu td.equipe {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
#contenu table.consult {
	border-collapse: collapse;
	text-align:center;
	width: 660px;
}
#contenu td.consult {
	padding: 10px;
	border: 1px solid #bce5a1;
}
#contenu table.photos {
	text-align:center;
	width: 660px;
	border-spacing: 10px;
	border: 1px dashed #bce5a1;
}
#contenu td.jour {
	padding: 10px;
	color: #17a2e2;
	font-weight: bold;
	border: 1px solid #bce5a1;
}
#contenu td.color {
	background-color: #eeefff;
	padding: 10px;
	border: 1px solid #bce5a1;
}
#contenu th {
	background-color: #d0d3ff;
	border: 1px dotted #515151;
}
#footer {
	width: 100%;
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #bce5a1;
	color: #6aa02e;
	height: 100%
}
#footercopy {
	font-size: 12px;
	padding: 15px;
	text-align: center;
}
#navigation1, #navigation2, #navigation3 {
	text-align: left;
	margin: 0 0 0 50px;
	padding: 0px;
	list-style: circle;
}
#navigation1 a, #navigation2 a, #navigation3 a {
	display: block;
	text-decoration: none;
}
#navigation1 li a:hover, #navigation1 li a:focus, #navigation1 li a:active {
	background: #bddcfe;
}
#navigation2 li a:hover, #navigation2 li a:focus, #navigation2 li a:active {
	background: #d8f0cb;
}
#navigation3 li a:hover, #navigation3 li a:focus, #navigation3 li a:active {
	background: #f8f4c3;
}
/* Décoration */
.test {
	font-weight: bold;
	font-size: 11px;
	color: #6aa02e;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}
#contenu img.image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 476px;
	padding: 10px;
}
#contenu h1 {
	font-size: 20px;
	font-family: Tahoma, Arial;
	color: #17a2e2;
	margin: 0 0 0 0;
	padding: 0px;
}
#contenu p {
	margin: 10px 0 0 0;
	padding: 0px;
}
hr {
	background-color: #6aa02e;
	color: #6aa02e;
	height: 2px;
	border: 0px;
}