@charset "UTF-8";

/****************** Début GPSST *********************/

/* ------------------- Commun a toutes les pages */

.gpsst .titreSection {
	font-family: pt_sans, sans-serif;
	margin: 1em 0 0.25em 0;
	font-weight: bold;
	font-style: normal;
	font-size: 1.846153846153846em;
	color: #ea7420;
}

.gpsst #footer {
	margin-top:80px;
}

.gpsst h2.sousTitre {
	clear: both;
	
	font-family: pt_sans, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.846153846153846em;
	color: #ea7420;
	margin: 26px 0 9px 0;
}

/* Specifique page d'accueil */

.gpsst.accueil #ZonePresentation > .illustration {
	float:left;
	display: inline-block;
	margin: 0.5em 1.5em 0.5em 0;
}

.gpsst.accueil #ZonePresentation > .editorial {
	overflow: hidden; /* pour l'affichage correct des listes à puces en présence d'un bloc flottant à gauche */
}

.gpsst.accueil #ZoneAccesOutil {
	margin:2.5em 0;
	text-align: center;
}

.gpsst.accueil #ZoneAccesOutil #btnAccesOutil {
	font-size:1.230769230769231em;
}

/****************** Fin GPSST *********************/