/***** aa2cr CSS *****/

/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
@media print {
    .menu, .ssmenu {
        visibility:hidden;
    }
}
/*Texte*/
h1 {
color:#000000;
font-weight:normal;
text-align:center;
font-size:11pt;
}
/*Marquee*/
h2 {
color:blue;
font-weight:normal;
text-align:center;
font-size:11pt;
}
/*Zoom Image*/
h3 {
font-family:'Tahoma';
color:#000000;
text-align:center;
font-weight:normal;
font-size:10pt;
}
/*Oeuvres expos&eacute;es - Menus*/
h4 {
font-family:'Arial';
font-weight:normal;
font-size:9pt;
color:gray;
text-align:center;
}
/*Police des carousels*/
h5 {
color:blue;
font-weight:normal;
text-align:center;
font-size:8pt;
font-family:'Arial';
}
/*Derni&egrave;re modification*/
h6 {
color:#000000;
font-weight:normal;
text-align:center;
font-size:9pt;
}
/*Général*/
h1, h2, h6 { font-family:'Comic Sans MS',Tahoma, 'Times New Roman', sans-serif; }
/* Titres de certaines pages*/
p.titre {
color: #000000;
text-align:center;
font-weight:normal;
font-size:34pt;
font-family:'Comic Sans MS',Tahoma, 'Comic Sans MS', sans-serif;
}
/*Centrage vertical et horizontal dans les tableaux
td {
align:center;
vertical-align:middle;
background-color:transparent;
}
*/
/*Changement de couleur du fond de la cellule au passage de la souris
td:hover {
background-color:#EEEEE6;
}
*/
body {
    background-color:#fceed4;
    background: #fceed4 url(../Images/Image12.jpg) repeat;
    background-attachment: fixed;
    font-family:'Comic Sans MS', Tahoma, 'Times New Roman', sans-serif;
    font-color:#000000;
    font-weight:normal;
	font-size:9pt;
}
div#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	margin:0;
	}
div#pub {
	position:absolute;
	width:150px;
	height:100%;
	left:0px;
	top:80px;
	}
div#page {
  margin:1%;
	position:absolute;
	width:88%;
	left:10%;
	top:80px;
	}
/*
table {
border-width:1px;
border-style:solid;
border-color:black;
width:50%;
}
td {
vertical-align:middle;
}
border-width:1px;
border-style:solid;
border-color:red;
width:50%;
}
.none {
border-style:none;
}

td:link {
background-color:#000080;
}

td:visited {
background-color:#000080;
}

table td:hover {
background-color:#0000FF;
}
/* Anciennes definitions 
h1 {
color: #ba3a32;
text-align: center;
font-weight: bold;
font-size: 32pt;
font-family: 'Tempus Sans ITC',Tahoma, 'Comic Sans MS', sans-serif;
}
h2 {
color: #606060;
text-align: center;
font-weight: bold;
font-size: 34pt;
font-family: 'Tempus Sans ITC',Tahoma, 'Comic Sans MS', sans-serif;
}
h3 {
color: #909090;
font-weight: bold;
text-align: center;
font-size: 30pt;
font-family: 'Tempus Sans ITC',Tahoma, 'Comic Sans MS', sans-serif;
}
h4 {
color: #000000;
font-weight: normal;
text-align: center;
font-size: 15pt;
font-family: 'Comic Sans MS',Tahoma, 'Comic Sans MS', sans-serif;
}
h5 {
color: #000000;
font-weight: normal;
text-align: center;
font-size: 11pt;
font-family: 'Comic Sans MS',Tahoma, 'Times New Roman', sans-serif;
}
h6 {
color: #000000;
font-weight: normal;
text-align: center;
font-size: 9pt;
font-family: 'Comic Sans MS',Tahoma, 'Times New Roman', sans-serif;
}

*/
