.typopetite { 

	font-family: verdana;

	font-size: 11px;

	font-color: #333300;

	color: #333300;

}



.typofonce { 

	font-family: verdana;

	font-size: 12px;

	font-color: #000000;

	color: #000000;

}

.typoblanche { 

	font-family: verdana;

	font-size: 12px;

	font-color: #ffffff;

	color: #ffffff;

}


.typobleue { 

	font-family: verdana;

	font-size: 12px;

	font-color: #1d888f;

	color: #1d888f;

}



A {

text-decoration:none;

border-bottom:1px dashed ;

	font-color: #3f3915;

	color: #3f3915;

}



A:hover {

background-color: #77bdc1;

}

body
{

	background: #77bdc1 url(images/fond-ciel.jpg) no-repeat;
	background-position: center top;
	background-color: #77bdc1;
width: 800px;
   margin: auto; /* Pour centrer notre page */
}

	

div#conteneur {


	width: 800px;
 	position: absolute;
	background-color:#1d888f;
	left: 50%;
 	margin-left: -400px; 
	line-height : 90%;
		border-left: 1px dashed white;

	border-right: 1px dashed white;
}




div#bandeau {

	width:800px;

	height:213px;

	background-color:#3f3915;

	background-image: url(images/pisciculture-haut.gif);

	background-repeat: no-repeat;





	}

	

div#menuhaut {

	width:800px;

	height:20px;

	background-color:#c5bb7c;

	padding-top: 4px;

	text-align:center;



	}	

	

div#menu {

	width:240px;

	height:515px;

	float:left;

	background-color:#1d888f;

    background-image: url(images/pisciculture-gauche.gif);

	background-repeat: no-repeat;
	line-height: normal ;

	}

div#contenu {

	width:560px;

	height:auto;

	float:left;

	background-color:#eee6be;

	text-align:left;
	line-height: normal ;

	padding-top: 10px;

	}

div#pied_page {

	clear:both;

	width:800px;

	height:30px;

	background-color:#c5bb7c;

	padding-top: 4px;

	text-align:center;
line-height: normal ;


	}

.img {
    max-width: 150px;
	max-height: 150px;
	width:expression(Math.min(this.width, 150));
	height: expression(Math.min(this.height, 150));
	border: 0;
}
