body {
	
	background-image: url(css/bg.gif);
}


/* AJOUT URIS */
/* linkheader */
/*
A:link    {  }    lien non-visité 
A:visited {  }   /* lien visité   
A:hover   {  } /* lien survolé   
A:active  {  }   /* lien activé    */
.linkheader a:link {
	
}
.linkheader a:link {
	color:#044371;
	text-decoration:none;
}
.linkheader a:visited {
	color:#044371;
	text-decoration:none;
}
.linkheader a:hover {
	color:#044371;
	text-decoration:underline;
}
.linkheader a:active {
	color:#044371;
	text-decoration:underline;
}

/* These styles define the buttons in the navigation bar */
 .navbar {
	
	text-transform:small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:12px;
	white-space:nowrap;
	color:#FFFFFF;
	}  
.navbar a {
	float:left;
	border-style:none;
	border-right:0px solid #666666;
	padding:0px 5px;
	text-decoration:none;
	font-size:12px;
	color: #ffFFFF;
	
	}  
.navbar strong {
	float:left;
	border-style:none;
	border-right:1px solid #cccccc;
	padding:7px 20px;
	text-decoration:none;
	background:#4985b4 ;
	color:#ffffff;
	}
.navbar a:visited {
	color:#ffffff;
	border-bottom-width:0;
	text-decoration:none;
	}
.navbar a:hover {
	color:#ffffff;
	border-bottom-width:0;
	text-decoration:underline;
	}
.navbar a:active {
	color:#ffffff;
	border-bottom-width:0;
	text-decoration:none;
	}
/* link */
/*
A:link    {  }    lien non-visité 
A:visited {  }   /* lien visité   
A:hover   {  } /* lien survolé   
A:active  {  }   /* lien activé    */
a:link {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
a:active {
	color:#ffffff;
	text-decoration:underline;
}

/* Entete de boite */
.entete {
	background-image: url("http://www.uris-auvergne.org/css/nagl1.png");
	background-color: #526D88;
	border:0px solid #4985b4;
	padding:5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	}
.entete2 {
	background-image: url("http://www.uris-auvergne.org/css/nagl3.png");
	background-color: #6E8CAC ;
	border:0px solid #6E8CAC;
	padding:5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	}	
.entete3 {
	background-image: url("http://www.uris-auvergne.org/css/bleu.gif");
	background-color: #003399;
	padding:2px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	color:#ffffff;
	}	
.entete4 {
	background-image: url("http://www.uris-auvergne.org/css/red.gif");
	/* background-image: url("titre_rouge.gif"); */
	background-color:#FF0000;
	padding:2px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	color:#ffffff;
	}
	
	
.Small {
	color:#044371;
	font-size: 10px;
	}