@charset "UTF-8";
/* CSS Document */
html, body {
      margin : 0;
      padding : 0;
      width : 100%;
      height : 100%;
	 /* background-color:#FFFFFF; */
	  background-image:url(img/hachure_grise2.gif);
	  background-repeat:repeat;
}
/* définition de page */
.global {
	position:relative;
	background-color:#FFFFFF;
	width: 550px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	border:thin solid #999999;
}
.bloc {
	width: 550px;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #999;
}
/* ID */
#titre {
	font-family: arial;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #888;
}
#sous-titre {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #888;
}
#sur-titre {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #888;
}
#infos-titre {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #888;
}
#texte {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #666;
}
#note {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight:lighter;
	color: #666;
}
#infos {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight:lighter;
	color: #666;
}
/* CLASSES */
.intertitre {
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #888;
}
.titre2 {
	font-family: arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #888;
}
.interartiste {
	font-family: arial;
	font-size: 14px;
	font-style:italic;
	font-weight:normal;
	color: #888;
}
.separation {
	font-family: arial;
	font-size: 8px;
	font-style: normal;
	font-weight:lighter;
	color: #666;
}
.texte {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #666;
}
.note {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight:lighter;
	color: #666;
}
/* lettrage calendrier */
.ca_cyan {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #248EB8;
}
.ca_magenta {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #E2006C;
}
.ca_orange {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #F74A18;
}
.ca_vert {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #46C219;
}
/* paramètres de Href */
a:link {
	color: #ff0089;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0089;
}
a:hover {
	text-decoration: none;
	color: #ff0089;
}
a:active {
	text-decoration: none;
	color: #ff0089;
}