/*  La charte direction de la communication Janvier 2001        */
/*  réalisée par CR Multimédia en HTML 3.2 		        */
/*  Cette feuille de style (réalisation pole web Janvier 2002 ) */ 
/*  pour évoluer vers xHTML :-))                              */ 
/*  Mars 2002, intégration d'autres feuilles envoyées par nos   */
/*  webwriters !! 						*/

/*  Pour que celà fonctionne avec la plupart des navigateurs    */
/*                       merci netscape !!                      */
/*  je sépare le formatage des cellules et le contenu textuel   */
/*  que je mets entre les attributs span c'est un peu plus      */
/*  lourd mais c'est cohérent                                   */
/*  Note: pas de _ dans les noms de classes, celà gene les      */
/*  navigateurs pc                                              */

/*  Normalement toutes les balise héritent de body  ... comme   */
/*  celà ne fonctionne pas partout, on rajoute les tags de      */
/*  second niveau et >						*/

body, p, td, li				{	font-family: Arial, Helvetica,Verdana, sans-serif;}

/* quelques classes génériques à utiliser sans modération à la place de font */
/* les tailles de polices sont en % , c'est mieux que les fixed et mieux     */
/* interprété que les smaller, xx-small ...				     */
/* a mettre dans un paragraphe, si on veut une autre couleur de police,      */
/* utiliser l'attribut span ds le corps du paragraphe(<span class="cblue">)  */

/* le titre bleu centré */
.Titre 					{	font-size: 130%;
						color: #000099;
						text-align: center; }
				

.titre                                  {       font-size: 130%;
                                                color: #000099;
                                                text-align: center; }


/* le sous-titre bleu centré */
.SousTitre 				{	font-size: 115%;
						color: #000099;
						text-align: center; }

.soustitre 				{	font-size: 115%;
						color: #000099;
						text-align: center; }

/* le titre de paragraphe */
.TitrePara 				{	font-size: 115%;
						color: #000099;
						text-align: left; }
						
.titrepara                              {       font-size: 115%;
                                                color: #000099;
                                                text-align: left; }
					
/* le titre de sous-paragraphe */
.TitreSousPara 				{	font-size: 100%;
						color: #000099;
						text-align: left;}
				
.titresouspara                          {     	font-size: 100%;
					 	color: #000099;
                                                text-align: left;}

/* police bleue */
.cblue					{       font-size: 100%;
						color: #000099; }
/* petite police bleue */
.csblue					{       font-size: 80%;
						color: #000099; }

/* petite police noire */
.csblack				{       font-size: 80%;
						color: #000000; }

/* grosse police noire */
.cbblack				{       font-size: 120%;
						color: #000000; }


/* grosse police noire, grasse */
.cbblackbold				{       font-size: 120%;
						font-weight: bold;
						color: #000000; }

/* petite police noire, grasse */
.csblackbold				{       font-size: 80%;
						font-weight: bold;
						color: #000000; }

/* petite police blanche */
.cswhite                                {       font-size: 80%;
                                                color: #ffffff; }

/* grosse police blanche */
.cbwhite                                {       font-size: 120%;
                                                color: #ffffff; }


/* police blanche, grasse */
.bwhite                            {       font-weight: bold;
                                                color: #ffffff; }

/* grosse police blanche, grasse */
.cbbwhite                            {       font-size: 120%;
                                                font-weight: bold;
                                                color: #ffffff; }

/* petite police blanche, grasse */
.csbwhite                            {       font-size: 80%;
                                                font-weight: bold;
                                                color: #ffffff; }

/* paragraphe, justifié , petite police */
.smallpara				{       font-size: 80%;
                                                text-align: justify;}


.SmallPara				{       font-size: 80%;
                                                text-align: justify;}

/* paragraphe, justifié , petite police bleue */
.smallparablue				{       font-size: 80%;
                                                text-align: justify;
						color: #000099;}

/* le contact en bas de page, italique, centré , petite police */
.Contact 				{	font-size: 75%;
						font-style: italic;
						text-align: center;}		

.contact 				{	font-size: 75%;
						font-style: italic;
						text-align: center;}		

/* cellules des tables, couleur de fond et alignement, à utiliser dans td */
/* le bleu foncé des pages "internet" */
td.cTitreleft                           {       background-color: #364387;
                                                text-align: left; }

td.cTitrecentre                         {       background-color: #364387;
                                                text-align: center;}

/* le jaune des pages "intranet" */
td.cyTitreleft                          {       background-color: #fbd36a;
                                                text-align: left; }

td.cyTitrecentre                        {       background-color: #fbd36a;
                                                text-align: center;}

/* le bleu clair des pages "intranet/internet" */
td.cContenucentre                       {       background-color: #d8dced;
                                                text-align: center;}

td.cContenuleft                 	{       background-color: #d8dced;
                                                text-align: left;}

/* le bleu clair des pages "intranet/internet" - version fond blanc */
td.cContenucentrew                      {       background-color: #ffffff;
                                                text-align: center;}

td.cContenuleftw                 	{       background-color: #ffffff;
                                                text-align: left;}

/* quelques anciennes classes "avant-charte" que l'on garde au cas ou !!  */
.TexteBlanc                             {       color: #ffffff;}

.TexteBlancbold                         {       color: #ffffff;
						font-weight: bold; }

.sTexteBlancbold                         {       color: #ffffff;
						font-size: 80%;
						font-weight: bold; }

.bandeau                                {       text-decoration: none;
                                                color: #ffffff ; }

.on                                     {       text-decoration: none;
                                                color: #ffcc66 ; }

.link                                   {       color: #000686 ; }

.lien                                   {       color: #000686 ; font-size: 80%;}

.Accueil                                {       text-decoration: none;
                                                color: #000686 ;
                                                font-weight: bold; }

/* Contribution de Nicolas Lenovère pour le département Neuroscience  */
table.page                      {width: 100%;}  

td.navigation                   {vertical-align: top;}

table.menu td.level1            {
                                font-weight: bold;
                                color: #000000;
                                background: #fbd36a;
                                }

table.menu td.level2            {
                                color: #000000;
                                background: #d8dced;
                                }

table.titleparagraph            {width: 100%;}

table.titleparagraph td.top     {text-align: right;}


/* La page Actu - News */
/* le titre de la page */
.TitreG				{	font-size: 200%;
					font-family: Times New Roman, Times, serif;
					color: #ffcc00;
				}

/* les titres des rubriques gauche/droite */
.TitreComG			{	font-size: 110%;
					color: #000099;
					text-align: left;
                                	font-weight: bold;
                                	font-style: italic;
				}

.TitreComD                      {       font-size: 110%;
                                        color: #f2c127;
                                        text-align: left;
                                        font-weight: bold;
				}

/* les textes des rubriques gauche/droite */
.TexteG				{	font-size: 80%;
					text-align: justify;
				}

.TexteD				{	font-size: 80%;
					color: #ffffff;
					text-align: justify;
				}

/* La police symbol */
.symbol				{ 	font-family: Symbol;}


.blue                                   {       color: #324395; }
.red                                   {       color: red; }

