@charset "UTF-8";
.Titrelogobleu {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: none;
	font-variant: small-caps;
	color: #082458;
	text-align: center;
}
.Titrelogoblanc {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: none;
	font-variant: small-caps;
	color: #FFF;
	text-align: center;
}
.Societe {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: none;
	font-variant: small-caps;
	color: #FFF;
	text-align: center;
}
.Titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #105F83;
	padding-left: 15px;
}
.Texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #105F83;
	text-align: justify;
	padding-left: 15px;
}
.Degradegauche {
background: #105f83; /* Old browsers */

background: -moz-linear-gradient(left,  #105f83 0%, #fffff5 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#105f83), color-stop(100%,#fffff5)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #105f83 0%,#fffff5 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #105f83 0%,#fffff5 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #105f83 0%,#fffff5 100%); /* IE10+ */

background: linear-gradient(to right,  #105f83 0%,#fffff5 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105f83', endColorstr='#fffff5',GradientType=1 ); /* IE6-9 */


}

.Degradedroite {
background: #fffff5; /* Old browsers */

background: -moz-linear-gradient(left,  #fffff5 0%, #105f83 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffff5), color-stop(100%,#105f83)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #fffff5 0%,#105f83 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #fffff5 0%,#105f83 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #fffff5 0%,#105f83 100%); /* IE10+ */

background: linear-gradient(to right,  #fffff5 0%,#105f83 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff5', endColorstr='#105f83',GradientType=1 ); /* IE6-9 */

}
