/* */
/* Feuille de style IMPRESSION du site www.infoscarnivores.com */
/* */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color:#000;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
/* liens par défaut */
a {
	color : #000099; 
	text-decoration : underline;
} 
/* Titre */
#header {
	height: 119px;
	margin:0px;
	z-index: 1;
	}
/* Conteneur gauche (menu) */
#logo { display: none; }
/* Menu */
#menu { display: none; }
/* Titres des pages */
h1 {
	text-align:center;
	margin-top:-20px;
}
/* Sous-titres */
h2 {text-align:left;}
/* Sous-titres */
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#c0c;
	font-weight:bold;
	margin-left:15px;
	margin-top:4em;
	padding-left: 10px;
	padding-bottom:2px;
	border-left:1px;
	border-left-style:solid;
	border-bottom:1px;
	border-bottom-style: solid;
}
/* Cadre */
.cadre{
	text-align:justify;
	border-color: #333;
	border-width: 2px;
	border-style:solid;
	padding: 20px;
	margin-left: 8%;
	margin-right: 8%;
	}
/* Pied de page */
#footer { display: none; }
.petit {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #666; 
text-decoration : none; 
} 
.trespetit {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #666; 
text-decoration : none; 
text-align : center; 
}
#remarque {
	width: 70%;
	border: 2px solid #999999;
	font-size : 11px;
	color : #ffffff;
	text-align:justify;
	padding:15px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
	-moz-border-radius:10px;
}
.en_gras {
font-weight: bold;
font-size:1.1em;
color: #ccf;
padding-left:10px;
}