body
{
	font-size: 11px;
	font-family: 'Questrial', sans-serif;
	color: #000000;
	--bleuClairLogo:#57cbf5;
	--bleuFonceLogo:#00b8da;
	--vertClairLogo:#c1d72e;
	--vertFonceLogo:#71bf44;
	--orangeClairLogo:#f9a14b;
	--orangeFonceLogo:#f37343;
	--mauveLogo:#262262;
	padding-top: 1em;
}

#content
{
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.1em;
}

h1
{
	font-size: 2em;
	color: var(--bleuFonceLogo);
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.2em;
}

h3 small
{
	font-size: 0.8em;
}


a
{
	color: var(--bleuFonceLogo);
}

a:hover
{
	color: var(--bleuClairLogo);
}

blockquote p
{
	font-size: 0.8em;
}

.asterisques
{
	font-size:0.8em;
}

#logo
{
	width:15%;
}

#menu
{
	list-style: none;
	text-align: center;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 0%;
	margin-left: 15%;
	width: 85%;
}

#menu li
{
	margin: 0;
	padding: 0;
}

#menu li a
{
	margin: 0;
	padding: 0;
	color:#000000;
	line-height: 1.7em;
}

#coordonneesMenu
{
	font-size: 1.1em;
	float: right;
	text-align: right;
}

#coordonneesMenu li a
{
	color: #000000;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#rowFooter
{
	margin-top: 2em;
}

#footer
{
	position:absolute;
	bottom:0%;
	text-align: center;
	width: 100%;
	padding: 0;
}

#footer nav
{	
	width: 100%;
	padding: 0;
	margin:0;
}

#footer nav ul
{	
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer nav ul li
{	
	float: left;
	text-align: center;
	width: 100%;
}


#footer a
{	
	font-size: 0.8em;
	color: #000000;
}

.titresArticles
{	
	margin-top: 0;
}

.imgsVignettesHome
{
	width: 100%;
	margin-bottom: 0.5em;
}

#enteteMob
{
	width: 100%;
	margin-top: 5em;
}

#enteteMob #td1
{
	width: 30%;
}

#enteteMob #td2
{
	text-align: center;
	vertical-align: middle;
}

#enteteMob #td2 ul
{
	list-style: none;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#enteteMob #td2 ul li
{
	padding: 0;
	margin: 0;
}

#logoMob
{
	width: 100%;
}


.titresArticles
{	
	margin-top: 0.5em;
}


/*
----------------------------------------------------
Social network
----------------------------------------------------
*/

.social-network li a
{
	font-size: 1em;
}

#tdInfosHeader
{
	text-align: right;
}

#tdInfosHeader a
{
	font-size: 1em;
	color: var(--bleuFonceLogo);
}

#tdBtnSocialIcon
{
	text-align: right;
}

#tdBtnSocialIcon a
{
	background-color: grey;
}

.commentaires
{
	border: solid 1px grey;
}

.divCommentaires
{
	margin-bottom: 1.5em;
}

.categoriesArticles
{
	font-size: 1em;
	text-decoration: none;
	color: #000000;
}


#formContact
{	
	width: 90%;
	margin: auto;
}

#separateurFormLogin
{	
	border-right: solid 1px grey;
	width: 50%;
}

@media (max-width: 768px) {

#footer
{
	position: inherit;
	margin-top: 1em;
}

}

#menuDeconnexion
{
	color: red;
}

/*
----------------------------------
Home
----------------------------------
*/

#plan-du-site span
{
    font-size:2em;
}
.titresHauts
{
    text-align:left;
}
.titresHauts div
{
    font-size:2em;
}

/*
-----------------------------------
Outils
-----------------------------------
*/

.printResultatOutil
{
    font-size: 1.4em;
}


#tableOutils
{
    width: 100%;
    text-align: center;
}

.salairesIJSS
{
    width: 60%;
}

.salairesIJSS tr td
{
    padding-left: 5px;
    padding-right: 5px;
}


.partageSN td
{
    padding-left: 10px;
    padding-right: 10px;
}

/*
-----------------------------------
Caroussel
-----------------------------------
*/

#rowCaroussel
{
     background-image: url('images/photodune-2714142-accounting-m1.jpeg');
      background-size: 100%;
}


#carousel-example-generic
{
     /*background-color: var(--mauveLogo);*/
     background-image: url('images/fondCaroussel.png');
     margin-top: 1em;
}

.carousel-indicators li
{
     border: solid 1px var(--bleuFonceLogo);
     height: 1em;
}

.carousel-indicators .active
{
     border: solid 1px var(--orangeFonceLogo);
}

#plusCaroussel span
{
    font-size: 3em;
    color: #FFFFFF;
}



