table {
border-collapse: collapse;
}

a
{ color: #000000; font-size: 8pt; text-decoration: underline; text-align:justify; margin-right:20px; }
a:hover { color: #c00418;}


#content {
	background-color: #ebe3e1;
	width:220px;
}
#contentAuteur {
	background-color: #ebe3e1;
	width:220px;
}
#contentOeuvre {
	background-color: #ebe3e1;
	width:440px;
}
#contentAutre {
	background-color: #ebe3e1;
	width:220px;
}
#contentOeuvre2 {
	background-color: #ebe3e1;
	width:330px;
}
#contentAutre2 {
	background-color: #ebe3e1;
	width:330px;
}
#contentVignette {
	background-color: #ebe3e1;
	width:660px;
}


#content2 {
	background-color: #bfaca8;
}
#content3 {
	background-color: #d5c7c4;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 690px;
height: 115px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}

#mycustomscrollhome {
/* Typical fixed height and fixed width example */
width: 300px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #bfaca8;
margin: 0px;
}

#scrollphilo {
/* Typical fixed height and fixed width example */
width: 520px;
height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #d5c7c4;
margin: 0px;
}
#mycustomscrollAuteur {
/* Typical fixed height and fixed width example */
width: 210px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}
#mycustomscrollOeuvre {
/* Typical fixed height and fixed width example */
width: 430px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}
#mycustomscrollAutre {
/* Typical fixed height and fixed width example */
width: 210px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}

#mycustomscrollOeuvre2 {
/* Typical fixed height and fixed width example */
width: 320px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}
#mycustomscrollVignette {
/* Typical fixed height and fixed width example */
width: 650px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}
#mycustomscrollAutre2 {
/* Typical fixed height and fixed width example */
width: 320px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ebe3e1;
margin: 0px;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
