/* www.botanique.be - CSS */

@import url("content.css");
@import url("menu.css");
@import url("table.css");
@import url("agenda.css");
@import url("detail.css");
@import url("cal.css");
@import url("newtop.css");
@import url("slide2.css");
@import url("actus.css");
@import url("projets.css");

/* -- structure principale
--------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, ul, li, table, div {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	background: #e6e6e6;
	padding: 0px 0;
	text-align: center; /* ie */
}

.print {
	display: none;
}

a {
	border-bottom: 1px dotted gray;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #349729;
}

a:visited {
	
}

/* -- clears
--------------------------------------------------- */

.clear {
	display: block;
	font-size: 0px;
	clear: right;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #fff;
}

.clearit {
	display: block;
	font-size: 0px;
	clear: both;
	border-top: 0px solid #fff;
	border-bottom: 10px solid #fff;
}

.clear2 {
	display: block;
	font-size: 0px;
	clear: right;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #fff;
}

.clearboth {
	display: block;
	font-size: 0px;
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #fff;
}

.clearfooter {
	display: block;
	font-size: 0px;
	clear: both;
	height: 1px;
}

/* -- footer
--------------------------------------------------- */

#footer {
	width: 960px;
	margin: auto;
	margin-top: 0px;
	padding: 10px;
	clear: both;
	color: #fff;
	font-size: 0.8em;
	border-top: 5px solid #e6e6e6;
	background-color: #444;
	text-align: left;
}

#footer a {
	color: white;
}

#footer a:hover {
	
}

#footer hr {
	margin-top: 30px;
	height: 1px;
	color: white;
	background-color: white;
	border: 0;
}

#footer h1 {
	color: white;
}

#footer h1 a {
	border: none;
}

#footer h1 a:hover {
	border-bottom: 1px white solid;
}

#footer .doormat {
	width: 160px;
	float: left;
	min-height: 30px;
	background-color: aqua;
}

div#navcontainer {
	overflow: hidden;
}

#footer ul {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	padding-top: 3px;
	color: white;
}

#footer ul li {
	font-size: 0.9em;
}

#colonnes .colonne {
	width: 190px;
	float: left;
}

#footer ul li a {
	color: white;
}

#footer ul li a:hover {
	border-bottom: 1px white solid;
}

/* -- formulaires
--------------------------------------------------- */

input, textarea, select {
	border: 1px solid #aaa;
	background-color: #fefefe;
	color: #444;
	margin: 2px;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	padding: 1px;
}

label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
	padding-top: 3px;
	font-family: helvetica,arial,sans-serif;
	font-size: 0.9em;
}

/* -- mise en page homepage
------------------------------------------------------ */

#colg {
	margin-top: 21px;
	margin-right: 19px;
	width: 160px;
	float: left;
}

#partied {
	margin: 0;
	float: left;
	width: 760px;
}

.cadremenu {
	border: 1px solid #349729;
	padding: 5px;
}

#sspartiehaut {
	padding: 0;
}

#sspartiebas {
	
}

#concerts {
	width: 368px;
	float: left;
	height: 300px;
	padding: 0;
}

#expositions {
	padding: 0;
	width: 368px;
	float: left;
	margin-left: 20px;
	height: 300px;
	text-align: right;
}

.concerts {
	width: 354px;
}

.concerts2 {
	width: 227px;
}

.expo {
	width: 354px;
}

.expo2 {
	width: 227px;
}

#contenu1 {
	width: 238px;
	float: left;
}

#contenu2 {
	padding-top: 12px;
	width: 238px;
	margin-left: 20px;
	float: left;
}

#contenu3 {
	width: 239px;
	margin-left: 20px;
	float: left;
}

.expotxt {
	text-align: right;
	margin-top: 8px;
}