body
{
    font-family: Arial, Verdana,  "Arial Black", sans-serif;
    color: #444739;
background-color:black;
/*background-image:linear-gradient(135deg, white, #EFF0FF);*/
}


#bloc_page
{
    width: 900px;
    margin: auto;
text-decoration:none;
text-align:justify;

/*background-color:black;*/
}

#biblio_image
{
    position: relative;
    border-radius: 2px	 ;
  /*  box-shadow: 0px 4px 4px #1c1a19;*/
width:850px;
    left:30px;
	border: 1px solid;
box-shadow: 0px 4px 4px #1c1a19;
}


#pied_page
{
background-color:black;
padding-top:10px;
position:static;
margin-left:-100px;
}

#amy_center
{
text-align:center;
]


/*******************/
/*****  RIBON  *****/
/*******************/
#ribbon {
	background: #183152;
	border: 1px solid #999;
	height: 3em;
	margin: 0.8em 0em 0em -1.5em;
	-moz-box-shadow: .2em .1em #999;
	-webkit-box-shadow: 0em .1em #999;
	width: 898px;
    border-radius: 10px	10px	0px	0px	 ;
}


.leftTriangle {
	display: block;
	border-color: transparent transparent transparent #183152;
	border-style: solid;
	border-width: 16px;
	-moz-transform: rotate(-45deg);
	position: relative;
	left: 6px;
	top: -36px;
	-webkit-transform: rotate(-45deg);
	width: 0px;
	height: 0px;
}

.rightTriangle {
	display: block;
	border-color: transparent transparent transparent #183152;
	border-style: solid;
	border-width: 16px;
	-moz-transform: rotate(-135deg);
	position: relative;
	left: 858px;
	top: -68px;
	-webkit-transform: rotate(-135deg);
	width: 0px;
	height: 0px;
}




/**********************/
/*****  SLIDESHOW *****/
/**********************/

    .slideshow {  
       width: 849px;  
       height: 80px;  
       overflow: hidden;  
       border: 2px solid black;  
	position: relative;
top:-525px;
left:30px;
    }  
      
    .slideshow ul {  
        /* 4 images donc 4 x 100% */  
       width: 500%;  
       height: 80px;  
       padding:0; margin:0;  
       list-style: none; 
      border: 2px solid black;  
    }  
    .slideshow li {  
       float: left;  
    }  





h1 
{
text-align: center;
/*color: #93A299;*/
color: #A2B5BF;
text-shadow: 2px 2px 8px #234CA5;
font-size:2.0em;
margin-top:5px;

}
	

.lien_url
{
text-decoration:none;
/*	color :#999087;*/
color:#66858D;
}

.lien_url_soul
{
/*	color :#999087;*/
color:#66858D;
}

h6
{
	margin-top:-0px;
	color :#999087;
text-align:left;
    padding-left: 140px;
padding-top:-0px;
    margin: 10px auto;
}

#pied_page p
{
	margin-top:-0px;
	color :#999087;
text-align:left;
    padding-left: 140px;
    margin: 10px auto;
font-size:0.7em;
    font-family: Arial, Verdana,  "Arial Black", sans-serif;
padding-bottom:100px;
}

a:hover 
{
text-decoration: underline ;

}