#titre {
    margin-top: 0.5%;
}

#titre h1 {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
}
#titre h1 p {
    display: inline-block;
    color: #7DCDEF;
}

#lettre {
    width: 100%;
    text-align: center;
    float: left;
	margin-top: 1%;
}

#lettre a {
    text-decoration: none;
    color: black;
	display: block;
}

table{
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 2em;
    float: left;
}

td {
	padding-bottom: 15px;
}
table img {
	width: 25%;
}

.centre{
    height: 100%;
    float: left;
}
.centerpagination{
    float: left;
}

@media screen and (min-width:801px)and (max-width:1024px) {
    #titre h1 {
        font-size: 2em;
    }
    #lettre {
		margin-top: 10%;
    }
}
@media screen and (max-width:800px) {
    #titre h1 {
        font-size: 2em;
    }
    #lettre {
		margin-top: 0%;
    }
}
@media screen and (max-height:770px) {
    #titre h1 {
        font-size: 2em;
    }
    #lettre {
		margin-top: 5%;
    }
	table {
		font-size: 1.5em;
	}
	table td {
		width:25%;
	}
}