/*------------------------------------------Formatage texte ----------------------------------------------------------------*/
.uppercase { text-transform: uppercase }
p.smallheight {
margin:0.5em 0;
}
.lowercase { text-transform: lowercase; }
.no-transform{text-transform:none;}

.bg-gris{background:#e1e1e1;}
.align{text-align:justify;}
.rouge, a.rouge { color:#036;}
a.rouge:hover { text-decoration:underline;}
.blanc, a.blanc { color:#FFF;}
.jaune, a.jaune, .jaune a { color:#FC0;}
.orange, a.orange { color:#F90;}
.violet, a.violet { color:#E10074;}
a.bleu, .bleu { text-decoration:none; color:#06C;}
a.jaune, .jaune { text-decoration:none; color:#FC0;}
a.bleu:hover { text-decoration:underline;}
.gris {color:#333;}
.valign { vertical-align: middle;}
.valign img { padding-right:4px;}
.vspace5px {padding:5px 0;}
.hspaceleft {padding-left:5px;}
.hspaceleft55 {padding-left:55px;}
.hspaceright {padding-right:5px;}
.noir {color:#000;}
.italic{font-style:italic;  }
.taille1, big {font-size:2em;}
.taille2 {font-size:1.8em;}
.taille3,.message {font-size:1.5em;}
.taille4, .small {font-size:0.9em;}
.taille5 {font-size:0.5em;}
.taille6 {font-size:1.2em;}
.middle{vertical-align:middle;}
.date {
	background: transparent url(/images/icones/puce.gif) no-repeat left 0;
	padding-left:8px;	
}
h1, h2, h3, h4, h6, .sans_serif {
/*font: normal 1em/1.3em "Trebuchet MS", Georgia,"Times New Roman","Lucida Sans Unicode",sans-serif;*/
font: normal 1em/1.3em Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
margin:0.2em 0;
line-height:1.03em;
color:#036;
}
h1 {font-size:2em;}
h1.rub {font-size:1.7em; border-bottom: 1px solid #CCC; padding: 0 0 0.1em 0; color: #06C;}
h2 {font-size:1.5em; font-weight:bold;}
h3 {font-size:1em; text-transform: uppercase; font-weight:bold; margin:0;}
h4, h6 {font-size:1.5em; font-weight:bold;}
h5 {font:bold 1em Verdana, Arial, helvetica, sans-serif; margin-bottom:0.3em; padding-bottom:5px; border-bottom:1px solid #CCC;}
h6 {color:red;}

p{line-height:1.2em;
padding: 0;
	margin: 10px 0;}
.bold { font-weight: bold; }
.lineh{
line-height:1.5em;}
/* ---------------------------------------------LIENS------------------------------------------------------------------------------------------------------------------- */
a { text-decoration:none; color:#036;} /*#333 */
a:hover { color:#39f;}

h3,h3 a {color:#036;}
