﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E0E0E0; /*#e08a00;*/
}
/* https://www.schemecolor.com/sanofi-logo-colors.php */

bdyCS
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFC142;
}
.styleFooter
{
	border-top: solid 2px Gray;
	background-color: Silver;
	border-bottom: solid 2px Gray;
}
.styleHeader
{
	font-weight: bold;
	background-color: Silver;
	border-bottom: solid 2px Gray;
	border-top: solid 2px #Gray;
}
th a
{
	text-decoration: none;
}
.styleGV
{
	width: 100%;
}


.styleDiv
{
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: black;
	border: 2px solid;
	border-color: Silver;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

.styleValidationSummary
{
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: red;
	border: 2px solid;
	border-color: #FFC142;
	background-color: #FFCC66;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	text-align: left;
}
.styleDivAccueil
{
	font-size: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: black;
}

.styleError
{
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: red;
	text-align: center;
}

.styleDivError
{
	border: 2px solid;
	border-color: Silver;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}


.lblTitre
{
	font-size: 24px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: White;
	text-shadow: 0.1em 0.1em 0.2em black;
	margin-left: 100px;
}
.bgcolorTitre
{
	background-color: Silver;
}
.lineheigthTitre
{
	line-height: 60px;
}

.nolink
{
	text-decoration: none;
}

.styleLink
{
	text-decoration: none;
	color: #e08a00;
}
.txtUpCase
{
	text-transform: uppercase;
}

.little
{
	font-size: small;
}

