/* =========================================================================

	Fichier : _Css/Global.css
	Auteur : Thierry Thiesson
	Date création : 14/05/2007
	Description : Fichier CSS pour la mise en forme du site Terapeak

========================================================================= */


/* ======================================================================
Mise en forme générale des pages
========================================================================= */
IMG
	{
	border: none;
	}
BODY
	{
	scrollbar-face-color: #16419f;
	scrollbar-shadow-color: #CACED1;
	scrollbar-highlight-color: #CACED1;
	scrollbar-3dlight-color: #CACED1;
	scrollbar-darkshadow-color: #CACED1;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #d8d7dc;
	}

/* ======================================================================
Mise en forme générale des textes POUR LE FR de Terapeak
========================================================================= */
.txtbleue11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1a43a0;
	text-decoration: none;
	}
.txtblanc11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	}
.txtbleue11c
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #a9c7fe;
	text-decoration: none;
	}
.txtvert11b
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #b1e54a;
	text-decoration: underline;
	}
.txtbleue14
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #1a43a0;
	text-decoration: none;
	}
.txtgris11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #797979;
	text-decoration: none;
	}
.txtgris14
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #797979;
	text-decoration: none;
	}
/*
.txtgris11:hover
	{
	text-decoration: underline;
	}
*/
.txtgris11b
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	}
.txtblanc12
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	}
.txtblanc12:hover
	{
	text-decoration: underline;
	}
.txtnoir12
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
.txtnoir11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
.linkbleue11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1644a2;
	text-decoration: underline;
	}
.linkbleue11:hover
	{
	text-decoration: none;
	}
.txtbleue11e
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1644a2;
	text-decoration: none;
	}
.txtvert12
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #008000;
	text-decoration: none;
	}
.linkbleue12
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1644a2;
	text-decoration: underline;
	}
.linkbleue12:hover
	{
	text-decoration: none;
	}
.txtbleue12
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1644a2;
	text-decoration: none;
	}
.linknoir11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	}
.linknoir11:hover
	{
	text-decoration: none;
	}
.txtviolet11
	{
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #7d1f4d;
	text-decoration: none;
	}
/* ======================================================================
Mise en forme générale des input
========================================================================= */
.textarea
	{
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	background-color: #FFFFFF;
	border:1px solid #7f9db9;
	}

/* ======================================================================
Mise en forme générale des backgrounds
========================================================================= */
.fondbouton {
	background-image: url("../_images/fond_bouton.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.fondinscription {
	background-image: url("../_images/fond_inscription.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.pointillevert {
	background-image: url("../_images/pointille_vert.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
}
.pointilletab {
	background-image: url("../_images/pointille_tab.gif");
	background-repeat: repeat;
	background-position: 0% 0%;
}


