/*
-------------------------------------------------------------------------
Styles de caractères
-------------------------------------------------------------------------
*/
/*
.NouveauStyle
{
	font-size: x-small;
	font-style: italic;
	color: #CC6633;
}
*/

/* TinyMCE specific rules */
body.mceContentBody {
   /*background: #000000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
body.mceContentBody TD{
   /*background: #000000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.mceContentBody a {
   /*color: red !important; *//* FF requires a important here */
}

.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
a.ancre {

	text-decoration : none;
	font-size : xx-small;
	color : #6699FF;
	font-style: normal;
	font-weight: normal;
}
a.ancre:hover {
	text-decoration : none;
	font-size : xx-small;
	color : #2C5388;
	font-style: normal;
	font-weight: normal;
}

/* Cellule de tableau Bleue */
.bleutitre
{
background-color: #e6f1f8;
border: #d5e4ee 1px solid;
}
.bleu
{
border: #d5e4ee 1px solid;
background-image: url('bleu.jpg');
background-repeat: repeat-y;
}

a.greenlink {

	text-decoration : none;
	font-size : x-small;
	color : #3F9A79;
	font-style: normal;
	font-weight: normal;
}
a.greenlink:hover {
	text-decoration : underline overline;
	font-size : x-small;
	color : #3F9A79;
	font-style: normal;
	font-weight: normal;
}

a.orangelink {

	text-decoration : none;
	font-size : x-small;
	color : #FFA96F;
	font-style: normal;
	font-weight: normal;
}
a.orangelink:hover {
	text-decoration : underline overline;
	font-size : x-small;
	color : #FFA96F;
	font-style: normal;
	font-weight: normal;
}

a.blacklink {
	text-decoration : none;
	font-size : x-small;
	color : #000000;
	font-style: normal;
	font-weight: normal;
}
a.blacklink:hover {
	text-decoration : underline overline;
	font-size : x-small;
	color : #000000;
	font-style: normal;
	font-weight: normal;
}

/* Cellule de tableau Bleue */
.bleutitre
{
background-color: #e6f1f8;
border: #d5e4ee 1px solid;
}
.bleu
{
border: #d5e4ee 1px solid;
background-image: url('bleu.jpg');
background-repeat: repeat-y;
}

/* Cellule de tableau Rose */
.rosetitre
{
background-color: #f9ecfc;
border: #f6d1ff 1px solid;
}
.rose
{
border: #f6d1ff 1px solid;
background-image: url('rose.jpg');
background-repeat: repeat-y;
}

/* Cellule de tableau Jaune */
.jaunetitre
{
background-color: #f9f8e9;
border: #d3cfa2 1px solid;
}
.jaune
{
border: #d3cfa2 1px solid;
background-image: url('jaune.jpg');
background-repeat: repeat-y;
}

/* Cellule de tableau Jaune */
.orangetitre
{
background-color: #FFCF8F;
border: #FFA96F 1px solid;
}
.orange
{
border: #FED9B2 1px solid;
background-image: url('orange.jpg');
background-repeat: repeat-y;
}

/* Cellule de tableau Verte */
.verttitre
{
background-color: #eafaee;
border: #bddec5 1px solid;
}
.vert
{
	border: #bddec5 1px solid;
	background-image: url('vert.jpg');
	background-repeat: repeat-y;
}

/* Cellule de tableau Rouge */
.rougetitre
{
background-color: #ffeded;
border: #fed9d9 1px solid;
}
.rouge
{
border: #fed9d9 1px solid;
background-image: url('rouge.jpg');
background-repeat: repeat-y;
}
/* Cellule de tableau Grise */
.gristitre
{
background-color: #efefef;
border: #bebebe 1px solid;
}
.gris
{
border: #bebebe 1px solid;
background-image: url('gris.jpg');
background-repeat: repeat-y;
}

/*
-------------------------------------------------------------------------
Styles de paragraphes
-------------------------------------------------------------------------
*/
/*
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: lowercase;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
*/
