/* Feuille de style Phylum.CMS pour le site du Laboratoire Vétérinaire de Haute-Garonne par Phylum - S. Massons le 16/07/2007 */

/* Cette feuille de style contient uniquement les styles qui seront accessibles dans l'éditeur HTML */

/*** COULEURS ***/

/*
doré foncé puce menu : #867F5B;
doré clair menu intérieur : #b9b28e;
sable foncé fond : #ebe4c0;
sable clair bandeau : #f5f0dc;
sable très clair fond : #fafafa;
orange puce et titres : #ff4e3f;
gris bleu titres : #585162;
gris doré texte : #6a685c;
*/

/*** *** *** ELEMENTS DE BAS *** *** ***/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#6a685c;
	font-size:0.9em;
	}

img {
	border:none;
	}

a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#b6b7a7;
	}

a:hover, a:active {
	text-decoration:none;
	color:#ff4e3f;
	}

li {
	list-style-position:inside;
	}

* + p, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
	margin-top:1em;
	}

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
	margin-top:0;
	}

/*** *** *** TEXTE *** *** ***/
	
.texte {
	color:#6a685c;
	}

/*** *** *** TITRES *** *** ***/

.titre01 {
	color:#ff4e3f;
	display:list-item;
	list-style-type:disc;
	list-style-image:url('../../site_images/LVD31/FR/puce01_titres.gif');
	list-style-position:inside;
	font-family: "Times New Roman", serif;
	font-weight:lighter;
	}
	
.titre02 {
	color:#867F5B;
	display:list-item;
	list-style-type:disc;
	list-style-image:url('../../site_images/LVD31/FR/puce02_titres.gif');
	list-style-position:inside;
	font-weight:lighter;
	}
	
.titre03 {
	color:#000;
	display:list-item;
	list-style-type:disc;
	list-style-image:url('../../site_images/LVD31/FR/puce03_titres.gif');
	list-style-position:inside;
	font-weight:lighter;
	}

/*** *** *** TEXTE MIS EN VALEUR *** *** ***/
	
.accroche {
	font-size:1.1em;
	color:#000;
	}

.couleur01 {
	color:#585162;
	color:#ff4e3f;
	}
		
.couleur02 {
	color:#ff4e3f;
	color:#585162;
	}

.grand {
	font-size:larger;
	}

.petit {
	font-size:smaller;
	}

.majuscules {
	text-transform:uppercase;
	}
	
.important {
	background-color:#ff4e3f;
	color:#fafafa;
	}

.encadre {
	margin:15px;
	padding:5px;
	border:solid 1px #ff4e3f;
	text-align:center;
	}
	
/*** *** *** LIENS *** *** ***/
	
.lien_interne {
	}
	
.lien_externe {
	}
	
.document {
	}
	
/*** *** *** LISTES *** *** ***/

.puces01 {
	list-style-type:disc;
	list-style-image:url('../../site_images/LVD31/FR/puce01_contenu.gif');
	}
	
.puces02 {
	list-style-type:square;
	list-style-image:url('../../site_images/LVD31/FR/puce02_contenu.gif');
	}
	
.puces03 {
	list-style-type:square;
	list-style-image:url('../../site_images/LVD31/FR/puce03_contenu.gif');
	}
	
.numeros01 {
	padding-top:1em;
	}
	
.numeros02 {
	list-style-type:lower-alpha;
	}

/*** *** *** POSITIONNEMENT *** *** ***/

.marge_haut {
	margin-top:1em;
	}

.marge_bas {
	margin-bottom:1em;
	}
