@charset "utf-8";
body {
	background-image: url(pics/fond.jpg);
	background-repeat: repeat-x;
	width: 780px;
	margin: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}
img {
    border : none;
    border : 0;
}
/* L'en-tête */
#enveloppe {
	
	background-color:#FFFFFF;
}
#entete
{
   width: 780px;
   height: 160px;
   background-image:url(pics/Ban_top.jpg);
   background-repeat: no-repeat;
   background-position:center;
   vertical-align:top;
   padding-top: 10px;
   margin-bottom: 10px;
}
#lienretour {
	width: 110px;
	height: 60px;
	margin-left: 80px;
	margin-top: 20px;
}
#lang {
	width: 200px;
	height: 25px;
	float:right;
	margin-right: 12px;
	margin-top: 20px;
	text-align:right;
	color: #666666;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
	
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   margin-top: 15px;
   padding-left: 5px;
   color:#013368;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bolder;
   text-align:left;
   vertical-align:top;
}
#corps
{
   margin-left: 10px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-top: 15px;
   margin-right: 5px;
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align:justify;
   color: #013368;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   vertical-align:top;
   height: 300px;
   overflow:auto;
   scrollbar-face-color: #b3c1e4;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #94A9CA;
	scrollbar-arrow-color: #FFCC00;
}
#divfoot {
	border-bottom: solid #0066CC;
	border-bottom:thin;
}
#corps h1{
	text-align:right;
}
#corps h3{
	weight: bold;
	color: #FF9900;
}
#pied-de-page0
{
   padding: 5px;
   background-image:url(pics/logo_INPESeurop.jpg);
   background-repeat: no-repeat;
   background-position:left;
   background-color: #FFFFCC;
   height: 40px;
   margin-bottom: 5px;
}
#footer {
	margin-left: 120px;
	margin-right: 5px;
	text-align: justify;
   font-size:9px;
   color: #006600;
}
#pied-de-page
{
   padding: 5px;
   border-top: solid;
   border-top-color: #FFCC33;
   text-align: center;
   font-style:italic;
   font-size:9px;
   color: #7d6046;
}
#pied-de-page a
{
	text-decoration:none;
	color: #7d6046;
}

a {
	text-decoration:none ;
	color: #663399;
	font-weight:bold;
	letter-spacing: 1px;
}
a:hover {
	text-decoration:none;
	color:#FFCC66;
}
ul {
	font-style:italic;
}
table {
	font-style:italic;
}
table p {
	text-align:justify;
}

#contour {
	background-color:#996633;
	border:solid;
	border-width: 2px;
	border-color:#CC9966;
}