body{
    background-color:#ccfdff;
    overflow:hidden;
    max-width:1200px;
    height:900px;
	font-family:sans-serif}
h1{
    text-align:center;
	color:forestgreen;
	margin:20px 0 0}
.centrer{text-align:center;}
.bouton{
    width:200px;
    border-radius:10px;
    font-size:12px}
.bouton:hover{background-color: rgba(255, 0, 0, 1)}
.bouton:active{
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6)}
.page{
    margin-top:15px;
    width:82%;
    height:800px;
    text-align:center;
    border:none}
.page table{
    border:none;
    height:100%;
    width:100%}
.thumb{
    margin-top:10px;
    padding-top:20px;
    width:18%;
    height:800px;
    text-align:center;
    border:none}
.photo{
    width:100%;
    background:#ccfdff;
}
.decalG50{padding-left:50px}
.w_60pc{width:60%}
.w_100pc{width:100%}