html, body
{ 
 height: 100%;
 background-image:url(../images/bg.gif);
 background-repeat:repeat-x;
 background-position:50% 0;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 12px;
 color: #2268a9;
}

a {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: none;
 text-decoration: none;
 font-size: 12px;
 color: #2268a9;
}

a:hover {
 color: #231f20;
 text-decoration: none;
}


#menu a {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: none;
 text-decoration: none;
 font-size: 12px;
 color: #2268a9;
}

#menu a:hover {
 color: #231f20;
 text-decoration: none;
}

#menu a.currentpage {
 color: #231f20;
}

#nav {
 padding: 0 30px;
 text-align: right;
}

#nav a {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 10px;
 color: #2268a9;
 text-decoration: none;
}

#nav a:hover {
 color: #231f20;
 text-decoration: none;
}

.content { 
 background-image:url(../images/bg_content.jpg);
 background-repeat:no-repeat;
}

.left { 
 background-image:url(../images/bg_content_l.jpg);
 background-repeat:repeat-y;
}

.right { 
 background-image:url(../images/bg_content_r.jpg);
 background-repeat:repeat-y;
}

#listmenu {
 line-height: 220%;
}

#recettestop  {
 padding: 0 20px 0 0;
 text-align: right;
 line-height: 150%;
}

#recettesbottom  {
 padding: 10px 0 20px 55px;
 color: #231f20;
}

.titre {
 font-weight: bold;
 color: #2268a9;
}


@media print {
      .noprint { display: none; }
	  body { 
	        font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			font-variant: normal;
			text-transform: none;
			color: #000000;
			text-decoration: none;
	       }
}