/* ############ G�N�RAL  ############*/
body {
   font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
   font-size:0.8em;
   width: 760px;
   margin: auto;
   margin-top: 13px;
   margin-bottom: 10px;
   background-color: blue;
}

a {
	text-decoration: none;
	color: white;
}

a img {
	border: none;
}

/* ############ LANGUE ############*/
#langue {
	position: relative;
	z-index: 20;
	top: -14px;
}

#langue li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

#langue img{
	width: 21px;
	height: 13px;
}

#langue .selection{
	background-color: yellow !important;
}

/* ############ EN T�TE  ############*/
#en_tete {
	width: 418px;
	height: 200px;
	float: right;
	position: relative;
	z-index: 5;
	background-image: url("images/ensoleillee_logo.png");
}

/* ############ MENU ############ */
#menu {
	clear: left;
	float: left;
	position: relative;
	z-index: 5;
	list-style-type: none;
	top: 140px;
	height: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;	
}

#menu li {
	width: 150px;
	text-indent: 15px;
	list-style-type: none;
	background-color: green;
	margin-bottom: 10px;
	border: 1px solid white;
}

#menu li:hover {
	background-color: blue;
	cursor: pointer;
}

.selection {
	background-color: white !important;
	border-color: blue !important;
	color: blue;
}

.selection:hover {
	cursor: default;
}
/* ############ SOUS MENU  ############*/
.sous_menu {
	width: 100px !important;
	margin-left: 50px;
}

.sous_menu_selection{
	width: 100px !important;
	background-color: white !important;
	border: 1px solid blue !important;
	margin-left: 50px;
	color: blue;
}

.infos{
	color: white;
	background-color: red;
	text-indent: 0px;
	padding: 5px;
	width: 140px;
}
/* ############ FOND  ############*/
#fond {
	width: 760px;
	height: 500px;
	background-image: url("images/fond_hiver.jpg");
	position: relative;
	z-index: 2;
	border: 1px solid white;
}

/* ############ CORPS  ############*/
#corps {
	clear: left;
	float: right;
	width: 575px;
	height: 304px;
	position: relative;
	z-index: 5;
	margin-top: 0px;
	margin-right: 5px;
	background-image: url("images/snow.png");
	border: 3px double white;
	color: blue;
	overflow: auto;
	padding: 5px;
}

#organs {
	width: 50px;
	height: 50px;
	background-color: red;
}
h5 {
	margin: 0px;
}

caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

th {
	border: 1px solid white;
}

td {
	border: 1px solid white;
	width: 20%;
}

.low {
	background-color: blue;
	color: white;
	text-align: center;
	font-weight: bold;
}

.middle {
	background-color: white;
	color: black;
	text-align: center;
	font-weight: bold;
}

.middle  a{
	color: black;
}

.menage {
	background-color: yellow;
	text-align: center;
}

.high {
	background-color: red;
	color: white;
	text-align: center;
	font-weight: bold;
}

.cure {
	background-color: orange;
	color: black;
	padding: 10px;
	border: 1px solid green;
	margin-bottom: 10px;
}

.curistes {
	background-color: #75e888;
	color: black;
	padding: 10px;
	border: 1px solid green;
	margin-top: 10 px;
	margin-bottom: 10px;
}

.technique {
	float: right;
	color: green;
}

.technique table {
	border-collapse: collapse;
	background-color: orange;
}

.technique table a{
	color: blue;
}

.categorie {
	background-color: white;
	font-weight: bold;
}

.plan img {
	width: 250px;
}

/* ############ ARTICLES  ############*/
#articles {
	clear: left;
	float: right;
	position: relative;
	z-index: 6;	
	margin-top: 60px;
}

#articles ul {
	margin: 0px;
	padding: 0px;	
}

#articles li {
	width: 390px;
	height: 70px;
	background-color: green;
	border: 3px double white;
	margin-bottom: 15px;
	margin-right: 15px;	
	list-style-type: none;
	color: white;
	padding-right: 10px;
	overflow: hidden;
}

.illustration {
	width: 130px;
	height: 70px;
	float: left;
	margin-right: 10px;
	border-right: 1px solid white;
}

#articles p {
	margin: 0px;
}

.cliquez {
	float: right;
	position: relative;
	top: 45px;
}

#articles li:hover {
	background-color: blue;
	cursor: pointer;
}

/* ############ PIED DE PAGE  ############*/
#pied_de_page {
	clear: both;
	width: 760px;
	border: 1px solid white;
	text-align: center;
	color: white;
	background-color: green;
	margin-top: 3px;
	font-weight: bold;
	font-size: 1.2em;
}

#pied_de_page p {
	margin: 0;
}

/* ############ AUTRES CLASSES ############ */
.localisation_france {
	display: block;
}

.localisation_hp {
	float: right;
}



