@CHARSET "ISO-8859-1";

a {
	text-decoration : underline;
	color : blue;
	cursor : pointer;
}

h1 {
	clear: right;
	top: -20px;
	padding: 0;
	height: 35px;
	margin: 1px 0;
	font-size:18px;
	color: gray;
}

h1 a {
	font-size:12px;
	zzbackground-color: white;
	padding: 0px 10px 0px 10px;
}

.gras {
	font-weight : 600;
}

.left{
	float:left;
}
.telephone {
	font-size : 12px;
	font-weight : 600;
	text-decoration : none;
	padding-top : 2px;
	padding-bottom : 3px;
	padding-left : 24px;
	color : #000;
	background: white url(../images/telephone.png) no-repeat left;
}

.erreur {
	font-style : italic;
	font-weight : 600;
	color : red;
}

.legende {
	font-style :italic;
	font-size : 12px;
}

.italique {
	font-style : italic;
}

.pcb {
	color : #444444;
	font-style :italic;
	font-size : 11px;
}

.center {
	text-align : center;
}

.label {
	text-align : left;
	padding : 3px 5px;
}

h2 {
	text-align:left;
	font-size:14px;
	color:gray;
	padding:3px 0;
	border-bottom:2px solid #c0c0c0;
}

/*** Couleur des fonds ***/
.bleu {
  background-color:#2981BA;
  color: white;
}

.bleu2 {
  background-color:#3997D3;
  color: white;
}

.vert {
   background-color:#2C9957;
   color: white;
}

.vert2 {
   background-color:#52B36E;
   color: white;
}

.orange {
   background-color:#D35515;
   color: white;
}

.rouge {
   background-color:#bf1e48;
   color: white;
}

.violet {
	background-color: #C0392A;
	color: white;
}
/* Bleu vert*/
.jaune { 
	background-color: #2B938A;
	color: white;
/*   color: #3c3c3b; */
}

.noir {
	background-color: #000;
	color: white;
}

.gris {
	background-color: #7F8B8D;
	color: white;
}
.gris1{
	background-color: #AAAAAA;
	color: #FFFFFF;
} 

.gris2{
	background-color: #DDDDDD;
	color: #000000;
}

.gris3{
	background-color: #EEEEEE;
	color: #000000;
}
.bleu2 {
  background-color: #3997D3;
  color: white;
}

.clairbleu {
  	background-color:#2C3E50;
  	color: white;
}

/*** Couleur de fonds en !important ***/
.force_bleu {
  background-color:#2981BA !important;
  color: white !important;
}

.force_bleu2 {
  background-color:#3997D3 !important;
  color: white !important;
}

.force_vert {
   background-color:#2C9957 !important;
   color: white !important;
}

.force_vert2 {
   background-color:#52B36E !important;
   color: white !important;
}

.force_orange {
   background-color:#D35515 !important;
   color: white !important;
}

.force_rouge {
   background-color:#bf1e48 !important;
   color: white !important;
}

.force_violet {
	background-color: #C0392A !important;
	color: white !important;
}
/* Bleu vert*/
.force_jaune { 
	background-color: #2B938A !important;
	color: white !important;
/*   color: #3c3c3b; */
}

.force_noir {
	background-color: #000 !important;
	color: white !important;
}

.force_gris {
	background-color: #7F8B8D !important;
	color: white !important;
}
.force_gris1{
	background-color: #AAAAAA !important;
	color: #FFFFFF !important;
} 

.force_gris2{
	background-color: #DDDDDD !important;
	color: #000000 !important;
}

.force_gris3{
	background-color: #EEEEEE !important;
	color: #000000 !important;
}
.force_bleu2 {
  background-color: #4E77B2 !important;
  color: white !important;
}

.force_clairbleu {
  	background-color:#2C3E50 !important;
  	color: white !important;
}

.force_blanc {
  	background-color: white !important;
  	color: #D4D4D4 !important;
}

.texte_bleu {
	color : #1f5092;
}

.lien_mieux_cliquable {
	margin : 5px 0;
	display : block;
}

.c3 a {
	display : inline;
	text-decoration : none;
	color : white;
}

.c4 { 
	line-height: 14px; 
	color: white; 
	font-weight: normal;
}

/*** Border Color ***/

.border_bleu{
	border: 2px solid #2981BA;
/* 	color: #2981BA; */
	font-weight: bold;
}

.border_vert{
	border: 2px solid #2FAC61;
/* 	color: #2FAC61; */
	font-weight: bold;
}

.border_orange{
	border: 2px solid #D35515;
/* 	color: #D35515; */
	font-weight: bold;
}

.border_rouge{
	border: 2px solid #bf1e48;
/* 	color: #bf1e48; */
	font-weight: bold;
}

.border_violet {
	border: 2px solid #C0392A;
/* 	color: #C0392A; */
	font-weight: bold;
}
/* Bleu vert */
.border_jaune { 
	border: 2px solid #2B938A;
/* 	color: #2B938A; */
	font-weight: bold;
}

.border_noir {
	border: 2px solid #000000;
/* 	color: #000000; */
	font-weight: bold;
}

/*** Couleur des textes ***/
.texte_bleu {
  color: #2981BA;
}

.texte_vert {
   color: #2FAC61;
}

.texte_orange {
   color: #D35515;
}

.texte_rouge {
   color: #bf1e48;
}

.texte_violet {
	color: #C0392A;
}

/* Bleu vert*/
.texte_jaune { 
	color: #2B938A;
}

.texte_noir {
	color: #000;
}

.texte_gris {
	color: #7F8B8D;
}
.texte_gris1{
	color: #AAAAAA;
} 

.texte_gris2{
	color: #DDDDDD;
}

.texte_gris3{
	color: #EEEEEE;
}

.texte_bleu2 {
  	color: #4E77B2;
}

.texte_blanc {
  	color: white !important;
}

.texte_clairbleu {
 	color: #2C3E50;
}

/*** Padding ***/
.padding{
	padding:5px;
}