/* CSS Document */

img { 
	behavior: url(iepngfix.htc); 
}

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(imgs/kraft.jpg);
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	

}

h2{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
h3{
	font-size:14px;
	color:#4C6E33;
	font-weight:bold;
}
h4{
	font-size:16px;
	color:#803450;
	font-weight:bold;
}
p{
	font-size:14px;
	color:#000000;
}

.titre{
	background-image:url(imgs/titre_principe.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:70px; 
	width:515px; 
	font-weight:bold; 
	font-size:18px;
	color:#638747;
}
.recette_semaine{
	display:block;
	background-image:url(imgs/pave_recette_semaine.gif);
	background-repeat:no-repeat;	
	padding:75px 10px 0px 40px;
	height:200px;
}

a.titre_recette {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.titre_recette:hover {
	text-decoration:none;
}

.pave_principe{
	display:block;
	background-image:url(imgs/pave_principe.gif);
	background-repeat:no-repeat;	
	padding:7px 25px 10px 37px;
	height:200px;
}
.titre_pave_principe{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.txt_pave_principe{
	font-size:12px;
	color:#FFFFFF;
}




