/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

#containertop {
	margin:auto;
	width: 750px;
}

body {
background-color: #E0F7AF;
background-image: url('/images/bg.gif');
font-size: 1em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000;
padding:0px;
margin:0px;
}
a {
color: blue;
line-height:12.5px;
font: bold 11.5px verdana,arial,sans-serif;
text-decoration:underline;
}
a:visited {color:blue;}
/*a:hover {color: green;}*/
a:active { color:#000000;}

.underbanner {
font-size: 11px;
/*text-transform:uppercase;*/
background-color: #BFE783;
border-top:1px dotted #564b47;
border-bottom:1px dotted #564b47;
border-right:1px dotted #b9a7a1;
border-left:1px dotted #b9a7a1;
/*padding:5px 15px;*/
margin:0px }

#acheterlivre {
	width: 450px;
	border: 2px solid green;
	color: #000;
	background-color: #89B633;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#acheterlivre a{
	color: white;
}

#acheterlivre img{
	margin: 10px;
}

h2,h3 {
text-transform:uppercase;
font-size:20px;
font-weight: normal;
padding: 5px 3px;
margin:0px;
}

h4 {
	font-size:16px;
	
	margin-left: 10px;
}

#content h2, h3 {
text-align: center;
border-bottom: 1px green dotted;
width: 60%;
margin: auto;
}


/* ----------container to center the layout-------------- */
#container {
width: 750px;
margin-left: auto;
margin-right: auto;
background-color: #f2f7eb;
/*border-left: 14px solid green;
border-right: 14px solid green;*/
border-bottom: 5px solid green;
border-top: 5px solid green;
}

/* ----------banner for logo-------------- */
#banner {
background-image: url('/images/bgh.gif');
background-color: #E0F7AF;
text-align: center;
padding: 0;
margin: 0;
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
background-image: url(http://localhost/poursurvivre.com/img/nuage.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #ffffff;
border-left: 1px #c9c9c9 solid;
/*border-right: 1px #564b47 solid;*/
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

#left ul {
list-style-type: none;
padding: 0;
margin-left: 10px;
}

#left h2 {
font-size: 13pt;
text-align: left;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; 
}
/* -----------menu--------------------------- */
    	/* <![CDATA[ */
	#nav {
		margin:0;
		padding:0;
		background:#b7ba8b ;
		width:100%;
		float:left;
		border-top:1px solid #9d9f84;
		/*border-bottom:1px solid #9d9f84;*/
		font:90%/150% "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#fff;
		background:#b7ba8b;
		padding:4px 9px 4px 12px;
		float:left;
		text-align:center;
		width:auto;
		/*border-right:1px solid #42432d;*/
		/*text-decoration:none;*/
		/*
		stylish
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		*/
		font: bold 11px arial, sans-serif; 
		text-decoration: underline; 
		/*text-transform:uppercase;*/
		/*font-variant: small-caps;*/
		text-shadow: 2px 2px 2px #555;
	}
	/*
	#nav a:hover {
		color:#000;
		background:#fde395;
	}
	*/

	#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#reviews #nav-reviews a,
	#contact #nav-contact a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#reviews #nav-reviews a:hover,
	#contact #nav-contact a:hover {
		background:#e35a00;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}
	/* ]]> */


