/* CSS Document */

.encadre_lan {
	padding: 5px;
	border: 2px solid  #333399;
	background-color: #2094D2;
	color: #01324A;
}

.titre_encadre {
	color: #D1DD25;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}

.petit_encadre {
	color: #FFFFFF;
	font-size: 15px;
}

.moyen_encadre {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
}

.petit {
	color: #333399;
	font-weight: bold;
	font-size: small;
}

.moyen {
	color: #333399;
	font-weight: bold;
}


.grand {
	color: #333399;
	font-weight: bold;
	text-transform: uppercase;
}