/*
 * Mise en page des textes
 */

body { 
	background: #FFFFFF;
	margin: 0; 
}


.tablePub
{
    	color: #FFFFFF;
      	font-family:arial;
      	font-weight: normal;
	font-size: 20;
	text-align:center;
	width:50%;
	border-width:1px;
	border-color: #FFFFFF;
	background: red;
}

.tableMenu{
	height:100%
}

.contenu{
      color: #000066;
      font-family:arial;
      font-weight: normal;     
	font-size: 12;
	text-align:justify;
    }
    .contenu a{
      color: blue;
      font-family:arial;
      font-weight: normal;     
	font-size: 12;
	text-align:justify;
    }

.flash { color: red; font-size: 12; font-family: Arial; font-weight: normal; background-color: silver; }
.flash a { color: red; font-size: 12; font-family: Arial; font-weight: bold; background-color: silver; }
.flash a:visited { color: red; font-size: 12; font-family: Arial; font-weight: bold; background-color: silver; }
.flash a:hover { color: red; font-size: 12; font-family: Arial; font-weight: bold; background-color: silver; }


.gauche {
      color: #FFFFFF;
      font-family:arial;
      font-weight: normal;
	font-size: 12;
    }

.menuGauche
{
	background-color:#BE0000;
	text-align:left;
	vertical-align:top;
	height:100%;
}

 /* Fil d'ariane : Vous êtes ici : ... */.
ariane
{
font-size:8pt;
font-family:Arial,Verdana,Tahoma,Helvetica,Impact,sans-serif;
color:#898B7E;
padding-left:5px;
}
a.ariane
{
font-size:8pt;
font-family:Arial,Verdana,Tahoma,Helvetica,Impact,sans-serif;
color:#898B7E;
text-decoration:none;
}
a.ariane:visited
{
color:#898B7E;
}
a.ariane:hover
{
color:#b00b09;
text-decoration:underline;
}
.ariane
{
color:#898B7E;
font-size:8pt;
}



a { font-family: Arial, sans-serif; text-decoration: none; color: #FFFFFF; font-weight: normal;}
a:hover { font-family: Arial, sans-serif; text-decoration: none; color: #00CCFF; font-weight: normal;}


    .titre{
	  color:white;
      background-color: red	;
      font-family:arial;
      font-weight: bold;
	font-size: 12
    }

    .titreSelected{
	  color:white;
      background-color: red;
      font-family:arial;
      font-weight: bold;
	font-size: 12;
	
    }


	.titreChapitre{
      color: red;
      font-family:arial;
      font-weight: bold;
	font-size: 12;
	}


	.titrePartie{
      color: red;
      font-family:arial;
      font-weight: bold;
	font-size: 14;
	}


    .paragraphe {
      color: #0099FF;
      font-family:arial;
      font-weight: bold;
	font-size: 12;
    }

.alinea{
	  color:white;
      background-color: red;
      font-family:arial;
      font-weight: bold;
	font-size: 12;
    }
	.news {
      color: #0099FF;
      font-family:arial;
      font-weight: bold;     
	font-size: 12;
	text-decoration: underline; 
    }

.linkBold{
  font-weight: bold;     
  font-style:italic;
}

 
.tsc{
      color: red;
      font-family:arial;
      font-weight: bold;     
	font-size: 12;
    }

.actualite
{
  font-weight: bold;     
  font-style:italic;
  color:red
}
.actualite:visited
{
  font-weight: bold;     
  font-style:italic;
  color:red
}
.actualite:hover
{
  font-weight: bold;     
  font-style:italic;
  text-decoration: underline; 
  color:red
}

