/* Cascading Style Sheet */


body{
  background-color:#FFFFCC ;
  
}

#conteneur
{
  float: left;
  position: relative;
  height:800px;
  width:600px;
  position:relative;
  
  margin-left:300px;
  margin-top:20px;
}

.offf
{
margin-left: -250px;
width: 200px;
height: 500px;

font-weight: bold;
}
 .image
 {
  float: left;
  position: relative;
  width: 220px;
  height: 150px;
  background-image: url(../images/jpg/site_tourelleA.jpg);
  background-repeat: no-repeat;
 
 }

 .image-index
 {
  float: left;
  position: relative;
  width: 220px;
  height: 450px;
  background-image: url(../images/jpg/ttoit_et_verdure.jpg);
  background-repeat: no-repeat;
 
 }

.bodyText {
    font:30px Arial, Helvetica, sans-serif,bold;
    color:#006600;
    line-height:24px;
    margin-top:0px;

    }

.bodyText2
	{
	font:18px Arial, Helvetica, sans-serif;
    color:#006600;
    line-height:24px;
    margin-top:0px;
	}

.bodyText2 h1
	{
	font-size:22px ;
	font-family: "Times New Roman";
	color:#006600;
	font-weight: bold;
	padding-top: 60px;
	}

.text-middle
	{
		font-size:16px ;
		font-family: "Times New Roman";
		color:#006600;
		padding-top: 20px;
	}

.text-middle h2
	{
		font-size:18px ;
		font-family: Arial, Helvetica, sans-serif;
		color:#006600;
		font-weight: bold;
	}

.text-middle h3
	{
		font-size:18px ;
		font-family: Arial, Helvetica, sans-serif;
		color:#006600;
		font-weight: bold;
	}

.text-middle p
	{
		font-size:16px ;
		font-family: Arial, Helvetica, sans-serif;
		color:#006600;
		font-weight: bold;
	}


a
      {
    color: #551A8B;  
   }
   

