/* CSS Document */
html, body
{
	padding : 0px; 
	margin : 0px; 
	margin-left: 0px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 10pt;
	font-family: Century Gothic, Times New Roman, Times, serif;
	background-color:#FBD89E;
	width : 100%; 
        height : 100%;
}

/*class appliquée à certaines images */
.imgleft
{ float : left;}

.imgright
{ float : right ;}
/* fin class appliquée à certaines images */

/*class appliquée aux titre des tableaux actus expos publi archives */
.titre_tableau{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	margin-left:0px;
	line-height:15pt;
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: left;
}
/* fin class appliquée aux titre des tableaux actus expos publi archives */

/*class appliquée aux liens des musees */
.liens_musees{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #a22521;
	text-align: left;
	margin-left:0px;
	line-height:15pt;
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: left;
}

.liens_musees a {
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color:#a22521;
	margin-left:0px;
	text-decoration:underline;
	padding-left:10px;
	background-image: url(images/puce_rouge.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.liens_musees a:hover {
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color:#FF9900;
	margin-left:0px;
	padding-left:10px;
	background-image: url(images/puce_orange.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
.liens_musees a:visited { 
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	margin-left:0px;
	text-decoration:underline;
	padding-left:10px;
	background-image: url(images/puce_noire.jpg);
	background-repeat: no-repeat;
	background-position: left;
/* fin des class pour les liens des musees*/
}
/*class appliquée aux liens de l'agenda */
.liens_agenda{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #a22521;
	text-align: left;
	line-height:10pt;
	padding-left:10px;
	
}
.liens_agenda a {
	font-weight:bold;
	color:#a22521;
	text-decoration:underline;
	padding-left:10px;
	
	
}
.liens_agenda a:hover {
	font-weight:bold;
	color:#FF9900;
	padding-left:10px;

}
.liens_agenda a:visited { 
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	padding-left:10px;
}
/*class appliquée aux liens de l'agenda */

.texte {
	font-size: 10pt;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:5px;
	text-align:left;
}
.titre {
	font-size: 14pt;
	font-weight:bold;
	color:#a22521;
	text-align:left;
	margin-top:5px;
	padding-left:5px;
}
.sous_titre {
	font-size: 12pt;
	font-weight:bold;
	color:#a22521;
	text-align:left;
}
.legende{
	font-size: 9pt;
	font-weight:lighter;
	color:#000000;
	text-align:left;
	font-style: italic;
	padding-left:5px;
}
.photo {
	align:left;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:2px;
	margin-right:5px;
	
}
.table_actualites {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
 
