body {
	max-width : 1280px;
	font : 12px arial, sans-serif;
	margin : 0 auto;
}
#titre_logo, #info_secondaire_bouton {
	display : table;
	width : 100%;
}

#titre, #corps {
	display : table-row;
}

#titre > div, #corps > div, #info_secondaire_bouton > div, #titre_logo > div {
	display : table-cell;
	text-align : center;
	vertical-align : middle;
}

#logo_cdtg, #titre img {
	width : 110px;
}

#texte_titre {
	font-size : 2.5em;
	font-weight : bold;
}

#img_cote > img {
	height : 200px;
	width : 200px;
}

#texte_principal {
	text-align : justify;
	font-size : 1.2em;
	padding : 0px 20px;
}

#info_secondaire_bouton > div > div{
	padding-top : 20px;
}

#info_secondaire_bouton button {
	width : 150px;
	height : 80px;
}

#info_secondaire_bouton img {
	max-width : 130px;
	max-height : 60px;
}

#copyrights {
	font-size : 0.7em;
	display:block;
	text-align : center;
	padding-top: 5px;
}