/***CSS_AlbXpos.css ***/
/***************************/
/*** Doc dans CSS_documentation.css ***/

/* Pour debug tables *
td {
 border-width:1px;
 border-style:solid; 
 border-color:red;
 }
 /**/

 .bodyXpos { 
	color: white;
	background-color: black;
	background-image: url("013-PA_013(600)(Scan original-2)(Hdef).jpg");
	background-repeat: repeat;
	/*background-position: left top;*/
	background-position: center top;
}
 .bodyXpos2 { 
	color: red;
	background-color: black;
	/*background-image: url("013-PA_013(600)(Scan original-2)(Hdef).jpg");
	/*background-repeat: repeat;
	/*background-position: left top;*/
	/*background-position: center top;*/
}
 .ItemsGXpo {
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: auto;
	width: 60%;
	text-align: left;
	/*border-width: 1px;
	border-style: solid; 
	border-color: grey;*/
	border: 2px outset grey; /*inset : en creux*/
	background: rgba(119, 119, 119, 0.70);
	/*background-color: #444444;
	opacity:0.45;
	filter: alpha(opacity=45);*/ /* For IE8 and earlier */
}.ItemsGXpo:hover {
	background: rgba(119, 119, 119, 1);
	/*opacity:.8;
	filter: alpha(opacity=80);*/ /* For IE8 and earlier */
}
.ItemsDXpo {
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: auto;
	width: 40%;
	text-align: right;
	border: 2px outset grey; /*inset : en creux*/
	background: rgba(119, 119, 119, 0.70);
}.ItemsDXpo:hover {
	background: rgba(119, 119, 119, 1);
}
.ItemsCXpo {
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: auto;
	width: 40%;
	text-align: center;
	border: 2px outset grey; /*inset : en creux*/
	background: rgba(119, 119, 119, 0.70);
}.ItemsCXpo:hover {
	background: rgba(119, 119, 119, 1);
}
/*****************/
/*** LIENS CXpo ***/
a.CXpo:link {
	text-decoration: underline;
	color: LightGrey;
}
a.CXpo:visited {
	text-decoration: underline;
	color: LightGrey;
}
a.CXpo:hover {
	color: white;
}
a.CXpo:active {
	text-decoration: underline;
	color: LightGrey;
}
