/*****************************************************************
**                                  BALISES PRINCIPALES                                       **
******************************************************************/

html,body
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:hover {
  cursor: pointer;
}

div.flg
{
	float: left;
	
}

div.flg img
{
	padding: 20px;
	padding-bottom: 0px;
	border-style: none;
}

div.flg p.petit
{
	font-size: 10px;
	font-style: italic;
}

div.flg30
{
	float: left;
	margin-left: 30px;
}

h1
{
	color: #2250D5;
	font-size: 24px;
	text-align: left;
	margin-bottom: 6px;
}

h1 em
{
	font-size: 20px;
	font-style: normal;
}

h1 a
{
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
	color: #2250D5;
}

h1 a:hover
{
	color: Red;
}

h1.centre
{
	text-align: center;
}

h2
{
	color: #4D22D5;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 20px;
}

h2.centre
{
	text-align: center;
}

.surligne
{
	background-color: Yellow;
}

h3
{
	font-size: 16px;
	margin-left: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #22AAD5;
}

h4
{
	font-size: 14px;
}

p
{
	margin: 0px;
	margin-left: 20px;
	margin-top: 3px;
	font-size: 14px;
}

p.gauche
{
	text-align: left;
	width: 300px;
}

p.centre
{
	margin-top: 30px;
	text-align: center;
}

p.centre a
{
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

p.centre a:hover
{
	color: Red;
}

p.decalgras
{
	font-weight: bold;
	margin-left: 40px;
}

p.fld
{
	float: right;
	padding-left: 20px;
}

p.flg
{
	float: left;
	padding-right: 20px;
}

p.flush
{
	clear: both;
}

p.petit
{
	font-size: 12px;
	margin-left: 15px;
	font-style: italic;
}

p.nouveau
{
	text-align: center;
	font-weight: bold;
	color: Red;
	font-size: 16px;
}

p.nouveau a
{
	text-decoration: none;
	color: Navy;
}

a:hover 
{
  cursor: pointer;
}

img
{
	border-style: none;
}

ul
{
	margin: 0px;
	margin-top: 6px;
}

ul.sans
{
	margin-top: 3px;
	font-size: 14px;
	padding-left: 35px;
}

ul.sans li
{
	list-style-type: none;
}

form.inscription
{
	margin-left: 20px;
}

form.inscription input
{
	font-size: 14px;
	font-weight: normal;
}

/*****************************************************************
**                                           STYLE ACCUEIL                                           **
******************************************************************/

div.accueil p.centre
{
	font-style: italic;
}

div.accueil table
{
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	border-color: #A4D7F4;
}

div.accueil table td
{
	vertical-align: top;
	margin: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #A4D7F4;
	border-width: thin;
}

div.accueil table td.topline
{
	border-top-style: solid;
}

div.accueil table p
{
	color: #23A1A2;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.accueil table p a
{
	color: #23A1A2;
	text-decoration: none;
}

div.accueil table p a:hover
{
	color: Red;
}

div.accueil table p.auteurcp
{
	color: Black;
	font-weight: normal;
	padding-left: 10px;
}

div.accueil table p.mc
{
	color: Black;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}

div.accueil table p.liste,div.accueil table li
{
	color: Black;
	font-weight: normal;
	padding-left: 10px;
}

div.accueil table p.liste a,div.accueil table li a
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

div.accueil table p.liste a:hover,div.accueil table li a:hover
{
	color: Red;
}


/*****************************************************************
**                                           TABLE TARIFS                                           **
******************************************************************/

table.tarifs
{
	margin-left: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tarifs td
{
	border-width: thin;
	border-style: solid;	
	text-align: center;
	padding: 20px;
	width: 150px;
}

table.tarifs td.paiement
{
	width: 200px;
}

table.tarifs td.paiement2
{
	width: 350px;
}

table.tarifs tr.avant
{
	background-color: #98FB98;
}

table.tarifs tr.apres
{
	background-color: #FB9999;
}

table.tarifs tr.chambre
{
	background-color: #87CEEB;
}

table.tarifs tr.titre
{
	background-color: #999AFB;
}

table.tarifs td.vide
{
	border-style: none;
	background-color: White;
}

/*****************************************************************
**                                  FIN DE LA TABLE TARIFS                                   **
******************************************************************/


/*****************************************************************
**                                              STYLE DU MENU                                     **
******************************************************************/

div.menu
{
	background-image: url(picts/fond.jpg);
	background-repeat: repeat-y;
	height: 90px;
	font-size: 12px;
}

div.menu p.flg
{
	float: left;
	margin: 0px;
	padding: 10px;
}

div.menu img.flg
{
	float: left;
	padding: 10px;
}

div.menu ul 
{
  float: left;
  margin-top: 68px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding: 0px;
  list-style: none;
}

div.menu ul li 
{
  float: left;
  margin-right: 5px;
}

div.menu ul li a 
{
	float: left;
	text-decoration: none;
   letter-spacing: 1px;
	padding-left: 10px;
	background-image: url(picts/coin-gauche.png);
	background-repeat: no-repeat;
	background-position: 0% -250px;
}

div.menu ul li a span 
{
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(picts/coin-droit.png);
	background-repeat: no-repeat;
	background-position: 100% -250px;
	color: Navy;
}

div.menu ul li a:hover 
{
  background-position: 0% -500px;
}

div.menu ul li a:hover span 
{
  background-position: 100% -500px;
}

div.menu ul li.ec 
{
	float: left;
	text-decoration: none;
   letter-spacing: 1px;
	padding-left: 10px;
	background-image: url(picts/coin-gauche.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div.menu ul li.ec span 
{
	float: left;
	padding-right: 10px;
	padding-top: 4px;
   padding-bottom: 3px;
   padding-left: 0px;
	background-image: url(picts/coin-droit.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}


/*****************************************************************
**                                 FIN DU STYLE DU MENU                                     **
******************************************************************/


/*****************************************************************
**                                         STYLE BOUTON                                           **
******************************************************************/

div.bouton
{
	/*background-image: url(picts/bouton.jpg);*/
	height: 44px;
	width: 283px;
	text-align: center;
	font-size: 14px;
	margin-left: 30px;
	padding-top: 10px;
}

div.bouton a
{
	background-image: url(picts/bouton.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: White;
	padding-bottom: 17px;
	padding-top: 13px;
	padding-left: 60px;
	padding-right: 60px;
}

div.bouton a span
{
	height: 100%;
	width: 100%;
	/*background-image: url(picts/bouton.jpg);*/
}

div.bouton a:hover
{
	background-image: url(picts/boutonr.jpg);
	text-decoration: none;
	color: White;
}

p.bouton3
{
	background-image: url(picts/bouton.jpg);
	background-repeat: no-repeat;
	width: 283px;
	height: 44px;
	border-style: solid;
	border-width: thin;
	text-align: center;
	vertical-align: middle;
}

p.bouton3 a
{
	background-image: url(picts/bouton.jpg);
	width: 300px;
	height: 100px;
	border-style: solid;
	border-width: thin;
	
}

/*****************************************************************
**                                    FIN DU STYLE BOUTON                                  **
******************************************************************/


/*****************************************************************
**                              STYLE CONFS PLENIERES                                     **
******************************************************************/

div.confs p
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

div.confs p.auteur
{
	font-weight: bold;
	margin-top: 7px;
}

div.confs p.titre
{
	font-style: italic;
}

div.confs p.titre em
{
	font-style: normal;
}

/*****************************************************************
**                           FIN DU STYLE CONFS PLENIERES                           **
******************************************************************/


/*****************************************************************
**                                 STYLE MINI-COLLOQUES                                  **
******************************************************************/

div.minic p
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

div.minic p.titre
{
	font-weight: bold;
	margin-top: 7px;	
}

div.minic p.titre a
{
	text-decoration: none;
	color: Black;
}

div.minic p.titre a:hover
{
	color: Red;
}

div.minic p.org
{
	/*font-style: italic;*/
	font-size: 12px;
}

div.minic p.orga
{
	margin-left: 20px;
	font-style: italic;
}

div.minic p.orga em
{
	font-style: normal;
}

/*****************************************************************
**                             FIN DU STYLE MINI-COLLOQUES                         **
******************************************************************/


/*****************************************************************
**                                         STYLE BOUTON                                           **
******************************************************************/
.specialButton 
{
font-family: sans-serif;
line-height: normal !important;
font-size: 130% !important;
}

.specialButton a:hover, .specialButton a:active 
{
color: #FF7200 !important;
}

a.button, a.buttonDis 
{
display: block;
background-color: transparent;
background-image: url(picts/boutons.gif);
background-repeat: no-repeat;
width: 200px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

a.button:link, a.button:visited 
{
	color: White;
}

a.button:hover, a.button:active 
{
background-position: 0 -36px;
color: #FF7200;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active 
{
background-position: 0 -72px;
color: #5F5F5F !important;
cursor: default;
}

.icon 
{
background-repeat: no-repeat;
padding: 0 0 5px 5px;
}

a.button:hover .icon, a.button:active .icon 
{
background-position: 0 -28px;
}

a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon 
{
background-position: 0 -56px;
}

/*****************************************************************
**                                    FIN DU STYLE BOUTON                                  **
******************************************************************/


/*****************************************************************
**                                       STYLE FORMULAIRE                                     **
******************************************************************/

div.formulaire h2
{
	width: 400px;
	border-bottom: thin;
	border-bottom-style: solid;
	margin-top: 20px;
	font-weight: normal;
}

div.formulaire h2.simple
{
	width: 100%;
	margin-top: 20px;
	font-weight: normal;
	border-style: none;
}

div.formulaire h3
{
	width: 400px;
	border-bottom: thin;
	border-bottom-style: solid;
	margin-top: 10px;
	font-weight: normal;
}

div.formulaire h3.simple
{
	width: 100%;
	margin-top: 20px;
	font-weight: normal;
	border-style: none;
}

div.formulaire p
{
	margin-top: 10px;
}

div.formulaire p.atte
{
	color: Red;
}

div.formulaire p.atte a
{
	font-weight: bold;
	text-decoration: none;
	color: #00008B;
}

div.formulaire p.atte a:hover
{
	color: Red;
}

div.formulaire p.commentaire
{
	color: #4169E1;
	font-style: italic;
}

div.formulaire p.affiche
{
	margin-top: 3px;
}

div.formulaire p.warning
{
	margin-top: 3px;
	color: Red;
	font-weight: bold;
}

div.formulaire table
{
	margin-left: 50px;
}

div.formulaire td
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div.formulaire td.gris,div.formulaire td.banquet
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #F5DEB3;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.formulaire th.gris,div.formulaire th.banquet
{
	background-color: #F5DEB3;
	padding: 5px;
}

div.formulaire td.banquet,div.formulaire th.banquet
{
	background-color: #B0E0E6;
}

div.formulaire td.banquet2
{
	/*margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #F5DEB3;
	padding-bottom: 10px;
	padding-right: 10px;*/
	background-color: #B0E0E6;
	padding: 10px;
}

div.formulaire table.affiche
{
	border-spacing: 0px;
	border-collapse: collapse;
}

div.formulaire table.affiche th
{
	padding: 5px;
	border-style: ridge;
}

div.formulaire table.affiche th.horiz
{
	text-align: right;
	border-style: ridge;
}

div.formulaire table.affiche td
{
	text-align: center;
	border-style: ridge;
}

div.formulaire table.affiche td.vide
{
	border-style: none;
}

div.formulaire table.facture td
{
	padding-left: 20px;
	text-align: right;
}

div.formulaire table.facture td.total
{
	font-weight: bold;
}

div.formulaire table.admin tr.pr0
{
	background-color: #98FB98;
}

div.formulaire table.admin tr.pr1
{
	background-color: #B0E0E6;
}

div.formulaire table.admin tr.prs
{
	background-color: #778899;
}

div.formulaire table.admin tr.prd
{
	background-color: #FFB6C1;
}

div.formulaire table.admin td
{
	padding: 2px;
}

div.formulaire table.admin td.numero
{
	color: Red;
	padding-left: 5px;
}

div.formulaire table.admin td.nom
{
	color: Navy;
	padding-left: 5px;
	text-align: left;
}

div.formulaire table.admin td.nom a
{
	color: Navy;
	text-decoration: none;
}

div.formulaire table.admin td.icone
{
	width: 16px;
}

div.formulaire table.admin td.prix
{
	padding-left: 5px;
	color: #4169E1;
}

div.formulaire table.admin td.prix a
{
	text-decoration: none;
	color: #4169E1;
}

div.formulaire table.admin td.invite
{
	color: Maroon;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

div.formulaire table.invite td
{
	vertical-align: top;
}

/*****************************************************************
**                             FIN DU STYLE FORMULAIRE                                  **
******************************************************************/


/*****************************************************************
**                                       STYLE RESUMES                                            **
******************************************************************/

div.resumes td
{
	vertical-align: middle;
}

div.resumes td.top
{
	vertical-align: top;
}

div.resumes table
{
	margin-top: 10px;
}

div.resumes table td form
{
	margin: 0px;
	padding: 0px;
}

div.resumes table.login
{
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}

div.resumes table.login tr
{
	padding: 0px;
	margin: 0px;
}

div.resumes table.login td
{
	padding: 20px;
	margin: 0px;
	padding-top: 0px;
	vertical-align: top;
}

div.resumes table.login td.gauche
{
	background-color: #90EE90;
}

div.resumes table.login td.droite
{
	background-color: #C190EE;
}

div.resumes table.login td p
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div.resumes table.login td p em
{
	font-style: normal;
	font-weight: bold;
}

div.resumes table.auteurs
{
		border-spacing: 0px;
		border-collapse: collapse;
		margin-left: 50px;
}

div.resumes table.auteurs th
{
	background-color: #FB99CA;
	border-color: Navy;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

div.resumes table.auteurs tr.x1,div.resumes table.auteurs tr.x1 input,div.resumes table.auteurs tr.x1 th
{
	background-color: #98FB98;
}

div.resumes table.auteurs tr.x0,div.resumes table.auteurs tr.x0 input,div.resumes table.auteurs tr.x0 th
{
	background-color: #99C8FB;
}

div.resumes table.auteurs th.vide
{
	background-color: White;
	border-style: none;
}

div.resumes table.auteurs th.horiz
{
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}

div.resumes table.auteurs td
{
	border-color: Navy;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.resumes p.p50
{
	margin-left: 50px;
}

div.resumes p.p50-3
{
	margin-left: 50px;
	margin-top: 10px;
}

div.resumes p.commentaire
{
	color: #8B0000;
	font-weight: bold;
}

div.resumes p.warning
{
	color: Red;
	font-weight: bold;
}

div.resumes p.orange
{
	color: #FF8C00;
	font-weight: bold;
}

div.resumes p.ok
{
	color: #228B22;
	font-weight: bold;
}

div.resumes p.ok em
{
	color: Gray;
}

div.resumes h2
{
	color: #9932CC;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.resumes table.listeres
{
	border-spacing: 0px;
	border-collapse: collapse;
}

div.resumes table.listeres tr.x0
{
	background-color: #98FB98;
}

div.resumes table.listeres tr.x1
{
	background-color: #AECDEE;
}

div.resumes table.listeres tr.xtop
{
	background-color: #EEB0AE;
}

div.resumes table.listeres td
{
	margin: 0px;
	border-color: Navy;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 5px;
	vertical-align: middle;
}

div.resumes table.listeres th
{
	border-color: Navy;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 5px;
}

div.resumes table.listeres th.vide
{
	border-style: none;
	padding: 3px;
	padding-left: 8px;
	padding-right: 5px;
	background-color: White;
}

div.resumes table.synthese td.icone
{
	width: 16px;
	vertical-align: middle;
}

div.resumes table.synthese h2
{
	margin-left: 0px;
}

div.resumes pre
{
	margin-left: 35px;
	color: Navy;
}

div.resumes table.aide
{
	background-color: #FEFF75;
}

div.resumes table.aide td
{
	vertical-align: top;
	padding: 5px;
}

div.resumes table.aide td p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

div.resumes table.aide td p a
{
	text-decoration: inherit;
	color: #0000CD;
}

div.resumes table.aide td p a:hover
{
	color: Red;
}

div.resumes table.typecom
{
	margin-left: 150px;
}

div.resumes table.typecom td
{
	vertical-align: top;
}

/*****************************************************************
**                                   FIN DU STYLE RESUMES                                  **
******************************************************************/


/*****************************************************************
**                                             STYLE AIDE                                              **
******************************************************************/

div.aide p.exemple
{
	margin-left: 50px;
	font-style: italic;
}

div.aide p.exemple em
{
	font-style: normal;
	color: #0000CD;
}

div.aide table
{
	margin-left: 20px;
}

div.aide td
{
	color: #006400;
}

div.aide td img
{
	margin-left: 10px;
}

/*****************************************************************
**                                       FIN DU STYLE AIDE                                       **
******************************************************************/

/*****************************************************************
**                                          STYLE PROGRAMME                                    **
******************************************************************/

/******************   Programme left   ********************************/
div.pgmleft
{
	float: left;
	padding: 8px;
	width: 160px;
}

div.pgmleft p
{
	margin: 0px;
	padding: 2px;
	margin-top: 3px;
}

div.pgmleft p.p1
{
	font-size: 13px;
	font-weight: bold;
}

div.pgmleft p.p1b
{
	font-size: 13px;
	font-weight: bold;
	background-color: #A4D7F4;
}

div.pgmleft p.p2
{
	margin-left: 10px;
	margin-top: 0px;
	font-size: 12px;
}

div.pgmleft p.p2b
{
	margin-left: 10px;
	margin-top: 0px;
	font-size: 12px;
	background-color: #A4D7F4;
}

div.pgmleft p.p3
{
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
}

div.pgmleft p.p3b
{
	font-size: 13px;
	font-weight: bold;
	background-color: #A4D7F4;
	padding-left: 20px;
}

div.pgmleft a
{
	color: Black;
	text-decoration: none;
}

div.pgmleft a:hover
{
	color: Red;
}

/***********************  programme **************************/

div.pgm
{
	float: left;
	border-left-style: solid;
	border-left-color: #A4D7F4;
	border-left-width: thin;
	width: 800px;
}

div.pgm h3
{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
}

div.pgm p.auteurcp
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-weight: bold;
	margin-top: 7px;
}

div.pgm p.auteurcpsm
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}

div.pgm p.auteurcpsmlite
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}

div.pgm p.auteurcpsml
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
}

div.pgm p.auteurcpsmg
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #DC143C;
}

div.pgm p.auteurcpsmlg
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	color: #DC143C;
}

div.pgm p.cve
{
	font-style: italic;
}

div.pgm p.cve em
{
	font-weight: bold;
}

div.pgm p.cveintro,div.pgm p.cveintro a
{
	color: #FF4500;
	font-style: italic;
	font-size: 15px;
}

div.pgm p.cveintro a:hover
{
	color: Black;
}

div.pgm p.heure
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}

div.pgm p.heurel
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 1px;
}

div.pgm p.heurecp
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-weight: bold;
}

div.pgm p.heurecplite
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}

div.pgm p.heureg
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #DC143C;
}

div.pgm p.heurelg
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 1px;
	color: #DC143C;
}

div.pgm p.mv
{
	font-weight: bold;
}

div.pgm p.mv a
{
	text-decoration: none;
	font-weight: normal;
	color: Blue;
}

div.pgm p.org
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-size: 12px;
}

div.pgm p.orga
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-style: italic;
}

div.pgm p.orga em
{
	font-style: normal;
}

div.pgm p.resume
{
	padding: 6px;
	font-style: italic;
	text-align: justify;
	color: #B22222;
}

div.pgm p.titrecp
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-style: italic;
}

div.pgm p.titrecp em
{
	font-style: normal;
}

div.pgm p.titrecpm
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-style: italic;
}

div.pgm p.titrecpm a
{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-decoration: none;
	color: Black;
}

div.pgm p.titrecpm a:hover
{
	color: Red;
}

div.pgm p.titrecpml
{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	font-style: italic;
}

div.pgm p.titrecpmg
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-style: italic;
	color: #DC143C;
}

div.pgm p.titrecpmg a
{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-decoration: none;
	color: #DC143C;
}

div.pgm p.titrecpmg a:hover
{
	color: Navy;
}

div.pgm p.titrecpmlg
{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #DC143C;
}

div.pgm p.titremc
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	font-weight: bold;
	margin-top: 7px;	
}

div.pgm p.titremc a
{
	text-decoration: none;
	color: Black;
}

div.pgm p.titremc a:hover
{
	color: Red;
}

div.pgm p.tout
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	color: Black;
	padding-right: 25px;
}

div.pgm p.toutg
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #DC143C;
	padding-right: 25px;
}

div.pgm table,div.pgm tr,div.pgm td
{
	border-collapse: collapse;
	border-width: 0px;
}

div.pgm td.g
{
	width: 75px;
	text-align: right;
	vertical-align: top;
}

div.pgm table.pgm
{
	margin-left: 35px;
	margin-top: 10px;
}

div.pgm table.pgm tr.titre
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: White;
}


div.pgm table.pgm td.sag
{
	/*width: 75px;*/
	vertical-align: top;
	background-color: #F08C96;
	text-align: right;
}

div.pgm table.pgm td.sa
{
	vertical-align: top;
	background-color: #F08C96;
}

div.pgm table.pgm td.sug
{
	/*width: 75px;*/
	vertical-align: top;
	background-color: #98FB98;
	text-align: right;
}

div.pgm table.pgm td.su
{
	vertical-align: top;
	background-color: #98FB98;
}

div.pgm table.pgm td.spg
{
	/*width: 75px;*/
	vertical-align: top;
	background-color: #CC99FB;
	text-align: right;
}

div.pgm table.pgm td.splg
{
	/*width: 75px;*/
	vertical-align: top;
	background-color: #CC99FB;
	text-align: right;
	margin: 0px;
}

div.pgm table.pgm td.sp
{
	vertical-align: top;
	background-color: #CC99FB;
}

div.pgm table.pgm td.pcg,div.pgm table.pgm td.prg
{
	/*width: 75px;*/
	vertical-align: top;
	background-color: #FBCA99;
	text-align: right;
}

div.pgm table.pgm td.pc,div.pgm table.pgm td.pr
{
	vertical-align: top;
	background-color: #FBCA99;
}

div.pgm table.pgm td.smg,div.pgm table.pgm td.sfg
{
	/*width: 75px;*/
	vertical-align: top;
	background-color: #9B9CFF;
	text-align: right;
}

div.pgm table.pgm td.sm,div.pgm table.pgm td.sf
{
	vertical-align: top;
	background-color: #9B9CFF;
}

div.pgm table.affiche td, div.pgm table.affiche td a
{
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	color: Black;
	padding: 3px;
}

div.pgm table.affiche td a:hover
{
	color: Red;
}

div.pgm table.affiche th
{
	vertical-align: top;
	padding: 3px;
}

div.pgm table.affiche td.pair,div.pgm table.affiche th.pair
{
	background-color: #A4FFA4;
}

div.pgm table.affiche td.impair,div.pgm table.affiche th.impair
{
	background-color: #A5A4FF;
}

/*****************************************************************
**                                       FIN DU STYLE PROGRAMME                         **
******************************************************************/


div.minic h2
{
	font-weight: normal;
}

div.minic p.warning
{
	color: Red;
	font-weight: bold;
}

div.minic table
{
	margin-left: 25px;
}

div.minic td
{
	vertical-align: top;
}

div.minic td.centre
{
	text-align: center;
}

div.minic .red
{
	color: Red;
}

div.envoi_mail p.dec
{
	margin-top: 10px;
}

div.envoi_mail table
{
	margin-left: 25px;
}

div.envoi_mail tr.bleu
{
	background-color: #87CEFA;
}

div.envoi_mail tr.vert
{
	background-color: #98FB98;
}

div.envoi_mail tr.jaune
{
	background-color: #FEFF5E;
}

div.envoi_mail tr.orange
{
	background-color: #FFAF5E;
}

div.envoi_mail tr.rouge
{
	background-color: #FF7979;
}

div.envoi_mail tr.mauve
{
	background-color: #DDA0DD;
}

div.envoi_mail tr.bleua
{
	background-color: #9F9FEA;
}

div.envoi_mail td,div.envoi_mail th
{
	padding: 5px;
}

div.envoi_mail th
{
	text-align: right;
}

div.stats h3
{
	color: Navy;
}
div.stats h3 em
{
	color: #006400;
}

div.stats h4
{
	color: Red;
	margin: 0px;
	margin-left: 30px;
}

div.stats table th
{
	color: Purple;
	text-align: center;
	padding: 2px;
	/*border-bottom-style: solid;
	border-bottom-width: thin;*/
}

div.stats table th.droite
{
	text-align: right;
}

div.stats td
{
	text-align: center;
	padding: 2px;
	font-weight: bold;
	/*border-bottom-style: solid;
	border-bottom-width: thin;*/
}

div.adrc table
{
	border-color: Red;
	border-style: solid;
	border-width: thin;
}

div.adrc td
{
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	border-color: Blue;
	border-collapse: collapse;
}

p.fauxauteur
{
	background-color: #DCDCDC;
}

/***********************  infos pratiques **************************/

div.prat
{
	float: left;
	border-left-style: solid;
	border-left-color: #A4D7F4;
	border-left-width: thin;
	width: 800px;
}

div.prat h1
{
	color: Navy;
	margin-top: 0px;
}

div.badges p
{
	width: 240px;
	text-align: center;
}

div.badges p.ligne1
{
	font-size: 18px;
	color: #0000CD;
}

div.badges p.ligne2
{
	font-size: 14px;
	color: #228B22;
}

div.badges p.ligne3
{
	font-size: 14px;
	color: Red;
}

div.resumes table
{
	margin-left: 50px;
}

div.resumes td
{
	padding: 10px;
}

div.resumes td.d
{
	text-align: right;
	width: 300px;
}

