/* Date de création : 20/03/2006 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background : #FFFFFF 0px 0px;
	padding-top : 0;
	padding-right : 0;
	border-top-width : 0;
	border-right-width : 0;
	border-bottom-width : 0;
	border-left-width : 0;
	margin : 0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #B9C2E0;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #E1E4EF;
	scrollbar-highlight-color: #B9C2E0;
	scrollbar-shadow-color: #B9C2E0;
	scrollbar-track-color: #EBEDF4;
	color: #000;
}

table, td, tr, th, p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul, li {
	font-size: 12px;
	list-style: disc inside;
	list-style-type: square;
}

h1{
	font-size: 16px;
	font-weight: bold;
}


/*** Texte ***/
.texte		{
	text-align: justify;
	line-height: 20px;
}
/**** rajouté par FRM le 26/06/07 pour page HTML 404*/
.Errmsg		{
	text-align: justify;
        color: #4C659A;
	font-size: 18px;
	line-height: 40px;
}

.texte2		{
	text-align: justify;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}

.petit		{
	font-size: 10px;
	font-style:italic;
}


/*** Liens ***/
a			{
	text-decoration: none;
}

/* Menu */
a.menu			{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.menu:hover	{
	color: #fff;
	text-decoration: underline;
}

.menu			{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* Menu sélectionné mais cliquable */
a.menuActif			{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.menuActif:hover	{
	color: #fff;
	text-decoration: underline;
}
.no_link	{
	font-weight: bold;
	color:#000;
	text-decoration: none;
	font-size: 10px;
	padding-top:5px;
	text-align:center;
}

/* Menu Innovation - Environnement - Qualité */
a.menu2			{
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.menu2:hover	{
	color: #4C659A;
	text-decoration: underline;
}

.menu2			{
	font-weight: bold;
	color: #4C659A;
	text-decoration: none;
}

/* Menu sélectionné mais cliquable -> pages filles 2 */
a.menu2Actif			{
	font-weight: bold;
	color: #4C659A;
	text-decoration: none;
}

a.menu2Actif:hover	{
	color: #4C659A;
	text-decoration: underline;
}

/* Liens */
a.lien			{
	font-weight: bold;
	color: #4C659A;
	text-decoration: none;
}

a.lien:hover	{
	color: #4C659A;
	text-decoration: underline;
}

.lienClic			{
	font-weight: bold;
	color: #228334;
	text-decoration: none;
}


/* fermeture fenêtre */
a.fermeture			{
	font-size: 11px;
	color: #4C659A;
	text-decoration: underline;
}

a.fermeture:hover	{
	color: #4C659A;
	text-decoration: none;
}


/*** Font de cellule sous menu ***/
.tabcell1{
	font-size: 12px;
	background-color: #C4BAD8;
}

.tabcell2{
	font-size: 12px;
	background-color: #ECF5E4;
}

.tabcell3{
	font-size: 12px;
	background-color: #C7C2DC;
}

.tabcell4{
	font-size: 12px;
	background-color: #CACAE0;
}


/*** Formulaire ***/
/* classe pour tous les éléments graphiques composant un formulaire */
.form {
	border: 1px solid #0D8128;
	font-weight: bold;
	color: #0D8128;
	background-color: #FFFFFF;
}