body
{
	margin-top: 20px;
}

h1
{
	margin: 0;
	font-size: 2.1em;
}

h2
{
	margin: 0;
	font-size: 1.7em;
}

h3
{
	font-size: 1.3em;
}

.container
{
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

header
{
	padding-top: 10px;
	padding-bottom: 10px;
}

a
{
	/* color: black; */
}

a:hover
{
	color: rgb(0,153,255);
}

li
{
	margin-bottom: 0.7em;
}

#identite
{
	height: 150px;
}

#nom
{
	margin-top: 0px;
}

section.complement
{
	padding-top: 10px;
	border-top: 0px solid #6600FF;
}

.bleu
{
	color: rgb(0,153,255);
}

.btn
{
	background-color: rgb(0,153,255);
}

.fleche
{
	/*list-style-type: disclosure-closed;*/
	/*list-style-type: "➢ ";*/
}

.none
{
	list-style: none;
}

.gras
{
	font-weight: bold;
}

.souligne
{
	text-decoration: underline;
}

.majuscule
{
	text-transform: uppercase;
}

/* Comportement bootstrap supplémentaire */
/* Comportement par défaut */
.text-left-sm,
.text-left-md,
.text-left-lg,
.text-center-sm,
.text-center-md,
.text-center-lg,
.text-right-sm,
.text-right-md,
.text-right-lg,
.text-justify-sm,
.text-justify-md,
.text-justify-lg { 
	text-align: inherit; 
}
/* Style par défaut */
.text-left-xs { 
	text-align: left; 
}
.text-center-xs { 
	text-align: center; 
}
.text-right-xs { 
	text-align: right;
}
.text-justify-xs { 
	text-align: justify; 
}
/* Style pour tablette */
@media (min-width: 768px) {
	.text-left-sm, 
	.text-left-xs { 
		text-align: left; 
	}
	.text-center-sm, 
	.text-center-xs { 
		text-align: center; 
	}
	.text-right-sm, 
	.text-right-xs { 
		text-align: right; 
	}
	.text-justify-sm, 
	.text-justify-xs { 
		text-align: justify; 
	}
}
/* Style pour desktop */
@media (min-width: 992px) {
	.text-left-md, 
	.text-left-sm, 
	.text-left-xs { 
		text-align: left; 
	}
	.text-center-md, 
	.text-center-sm, 
	.text-center-xs { 
		text-align: center; 
	}
	.text-right-md, 
	.text-right-sm, 
	.text-right-xs { 
		text-align: right;
	}
	.text-justify-md, 
	.text-justify-sm, 
	.text-justify-xs { 
		text-align: justify;
	}
}
/* Style pour grand desktop */
@media (min-width: 1200px) {
	.text-left-lg, 
	.text-left-md, 
	.text-left-sm, 
	.text-left-xs {
		text-align: left;
	}
	.text-center-lg, 
	.text-center-md, 
	.text-center-sm, 
	.text-center-xs {
		text-align: center;
	}
	.text-right-lg, 
	.text-right-md, 
	.text-right-sm, 
	.text-right-xs {
		text-align: right;
	}
	.text-justify-lg, 
	.text-justify-md, 
	.text-justify-sm, 
	.text-justify-xs {
		text-align: justify;
	}
}