/* CSS Document */
BODY {
	margin: 50px 0px 0px 0px;

	background: #90A613 ;
  font-size:0.8em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper1 {
  width: 840px;
  margin:0 auto;
  background: #f2f2f4 url(images/background_wrapper1.png);
  border-top:#FFFFFF thin solid;
  border-left:#FFFFFF thin solid;
  border-right:#FFFFFF thin solid;
}
#wrapper2 {
  width: 800px;
  margin:0 auto;

}
#left {
  width: 400px;

float:left;
  background: #F2F2F4;

}
#left p {
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
#right {
  width: 400px;
margin-left: 400px;
  background: #FFFFFF;
}
#right p {
	padding-left:15px;
	padding-right:15px;

}
#navig {
  background: #6C7F00;
  height:230px;

}
#anim1 {
  background: url(images/tulipes2.jpg);
 

}
#footer {
  height: 50px;
    width: 400px;
  background: #D0D1C7;
  text-align: center;
  font-size: 68%;
  color: #BD2F17;
  padding-top:10px;
  clear:left;
 }
 
 .vert1{
	 /*color: #6C7F00;*/
	 color: #BD2F17;
	 font-weight:bold;
 }
 h1{
	 /*color: #6C7F00;*/
	 color: #BD2F17;
	 font-weight:bold;
	 font-size:110%;
 }
 h2{
	 color: #BA2914;
	 font-weight:bold;
	 font-size:90%;
 }

 	 a.h2:visited, a:hover, a:link, a:active {
		 color: #BA2914;
		 font-weight:bold;
		 text-decoration:none; 
 }
  .plus{
	color: #6C7F00;
	 font-weight:bold;
	 font-size:90%;
	  }
 a:visited, a:hover, a:link, a:active {
 		color: #BA2914;
		 text-decoration:none; 
 }
