﻿/* Feuille de style Phylum.CMS pour le site xxx par xxx le xxx */

/* Cette feuille de style contient uniquement les styles qui seront accessibles dans l'éditeur HTML */

/*** COULEURS ***/

/*
	bleu foncé : #024fa9;
	rouge : #e6000a;
    bleu pâle :#e1f5fe;
	blanc : #fff;
	gris-rouge : #e6cacb;
	gris foncé : #5a5a5a;
*/

/*** *** *** TITRES *** *** ***/

.titre0 {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	}

.titre1 {
	color:#024fa9; /* bleu */
	font-size: 15px;
	font-weight: bold;
	color:#5a5a5a;
	text-transform:uppercase;
	}
	
.titre2 {
	color:#e6000a; /* rouge */
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	}
	
.titre3 {
	color:#024fa9; /* bleu */
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
	}
		
.titre4 {
	color:#e6000a; /* rouge */
	font-size: 13px;
	font-weight: bold;
	}
	
.accroche {
	font-size:1.1em;
	color:#e6000a; /* rouge */
	color:#024fa9; /* bleu */
	color:#5a5a5a; /* gris */
	}
	
.texte {
	color:#e6000a; /* rouge */
	color:#024fa9; /* bleu */
	color:#5a5a5a; /* gris */
	}

.couleur1 {
	color:#e6000a; /* rouge */
	color:#5a5a5a; /* gris */
	color:#024fa9; /* bleu */
	}
		
.couleur2 {
	color:#5a5a5a; /* gris */
	color:#e6cacb; /* bleu */
	color:#e6000a; /* rouge */
	}

.grand {
	font-size:larger;
	}

.petit {
	font-size:smaller;
	}
	
.important {
	}
	
.lien_interne {
	}
	
.lien_externe {
	}
	
.document {
	}
	
.puces1 {
	list-style-type:square;
	}
	
.puces2 {
	}
	
.numeros1 {
	list-style-type:decimal;
	padding-left:1em;
	}
	
.numeros2 {
	list-style-type:decimal;
	padding-left:1em;
	}

.encadre {
	border:solid 1px #fff;
	}


img.marge1
{
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.marge2
{
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.bouton_fleche {
 	display:block;
	border:solid 1px #e6000a;	
	border:none;
	color:#e6000a;
	padding:1px;
	padding-right:15px;
	background-image:url('../../site_images/ADILVA/FR/fleche-rouge.gif');
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	text-align:right;
	}

.emploi_date {
  	font-weight:bold;   
  	font-size: 10px;
    color: #024fa9;
	}

.emploi_txt {
  	font-family: verdana;	
  	margin-bottom:15px; 
  	margin-left:0px;
	color:#5a5a5a;
	}

a.emploi_txt, a.emploi_txt:visited {
  	text-decoration: none;
    font-size: 10px;
	font-family: verdana;
	color:#5a5a5a;
	}
  
a.emploi_txt:active, a.emploi_txt:hover{
  	text-decoration: none;
    font-size: 10px;
	font-family: verdana;	
	color: #e6000a;
}

.titre_edito {
	margin-top:10px;
	color:#e6000a;
	color:#024fa9;
	z-index:1;
	text-transform:uppercase;
	font-size:1.4em;
	letter-spacing:2px;
	border-bottom:solid 1px #e6cacb;
	border:none;
	}

.marge_haut {
	padding-top:0.5em;
}
