/* Formulaires */
form {
      margin-bottom: 0 ;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
    }

/* les liens */
a:link {
	color: #0000FF ;
	text-decoration: none ;
	}

a:active {
	color: #6633CC ;
	text-decoration: none ;
	}

a:visited {
	color: #0000FF ;
	text-decoration: none ;
	}

a:hover {
	text-decoration: underline ;
	}
	
/* lien menu */
a.lien_menu:link {
	color: #FFFFFF ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_menu:visited {
	color: #FFFFFF ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_menu:hover {
	color: #FFFFFF ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

/* lien footer */
a.lien_footer:link {
	color: #990066;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a.lien_footer:active {
	color: #990066;
	text-decoration: none;
	font-size: 10px;
	}

a.lien_footer:visited {
	color: #990066;
	text-decoration: none ;
	}

a.lien_footer:hover {
	color: #990066;
	text-decoration: underline ;
	}

/* lien texte */
a.lien_texte:link {
	color: #990066;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_texte:active {
	color: #990066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_texte:visited {
	color: #990066;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_texte:hover {
	color: #990066;
	text-decoration: underline ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* lien surligné */
a.lien_surligne:link {
	color: #990066;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFAADD;
	}
a.lien_surligne:active {
	color: #990066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFAADD;
	}

a.lien_surligne:visited {
	color: #990066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #FFAADD;
	}

a.lien_surligne:hover {
	color: #990066;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #FFAADD;
	}

/* lien liste */
a.lien_liste:link {
	color: #990066;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.lien_liste:active {
	color: #990066;
	text-decoration: none;
	font-size: 12px;
	}

a.lien_liste:visited {
	color: #990066;
	text-decoration: none ;
	}

a.lien_liste:hover {
	color: #990066;
	text-decoration: underline ;
	}

/* lien titre */
a.lien_titre:link {
	color: #FFFFFF;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a.lien_titre:active 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}

a.lien_titre:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}

a.lien_titre:hover {
	color: #FFFFFF;
	text-decoration: underline ;
	font-weight :bold ;
	}

/* les textes - polices */
	.texte_courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
	.texte_courant_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
	.texte_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
}

	.texte_magenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990066;
}

	.texte_courant_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}

	.para_justifie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	font-weight: normal;
	margin-top:4pt; 
	margin-bottom:1pt;
}

	.para_centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
	font-weight: normal;
	margin-top:4pt; 
	margin-bottom:1pt;
}

	.para_droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:right;
	font-weight: normal;
	margin-top:2pt; 
	margin-bottom:1pt;
}

	.para_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	font-weight: normal;
	margin-top:2pt; 
	margin-bottom:1pt;
}

	.para_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left ;
	font-weight: normal;
	margin-top: 2pt; 
	margin-bottom: 1pt;
}

	.para_magenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990066;
	margin-top: 2pt; 
	margin-bottom: 2pt;
}

	.para_magenta_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990066;
	text-align:left ;
	font-weight: normal;
	margin-top: 2pt; 
	margin-bottom: 2pt;
}

	.para_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
	text-align:left ;
	font-weight: normal;
	margin-top: 4pt; 
	margin-bottom: 0pt;
}

	.para_bleu_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #330066;
	margin-top: 0px;
	margin-bottom: 4px;
}

	.para_bleu_connectes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #330066;
	margin: 0px;
}

	.titre_magenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990066;
	font-weight: bold;
	border: thin none;
}

	.titre_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330066;
	font-weight: bold;
	border: thin none;
}

	.texte_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.tableau_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #E0C1FF;
	border: none;
}

.tableau_magenta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990066;
	border: none;
}

.tableau_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #E0C1FF;
	border: none;
}

.tableau_violet_centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #E0C1FF;
	text-align: center;
}

.tableau_violet_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #F3E8FF;
}

.tableau_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
}

.tableau_violet_f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #663399;
}

.tableau_violet_c_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #F3E8FF;
}

.tableau_blanc_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
}

.liste_clair {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: none;
}

.liste_fonce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #F3E8FF;
	border: none;
}

.liste_titre {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663399;
}

.liste_rupture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663399;
	border: none;
}

.liste_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

/* papi */

.papi_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 12px;
	color: #330066;
	font-weight: bold;
	border: thin none;
}

.papi_liste_t {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663399;
}

.papi_small_t {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
    letter-spacing:0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663399;
}

.papi_liste_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: none;
}

.papi_small_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing:0;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: none;
}

.papi_liste_f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #F3E8FF;
	border: none;
}

.papi_small_f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing:0;
	color: #000000;
	font-weight: normal;
	background-color: #F3E8FF;
	border: none;
}

img.float {
	float:left; 
	margin-left:4pt; 
	margin-right:4pt; 
	margin-top:4pt
}

img.floatleft {
	float:left; 
	margin-left:4pt; 
	margin-right:4pt; 
	margin-top:4pt
}
  
img.floatright {
	float:right; 
	margin-left:4pt; 
	margin-right:4pt; 
	margin-top:4pt
}

li.pratique
{
 list-style-position:outside;
 list-style-type:disc;
 text-indent: -4pt;
}

li.texte
{
 list-style-position:outside;
 list-style-type:disc;
 text-indent: -6pt;
}

table.page
{
 border-style:none;
 width:100%;
 margin-top:4px; margin-right:2px; margin-bottom:2px;
 padding:2px 2px 2px 2px;
}

table.actus
{
 border-style:none;
 width:100%;
 margin:0px 0px 0px 0px;
}
table.actus tr td { vertical-align:top; padding-left:2px; padding-right:2px;}

table.cartouche
{
   width:100%;
   height:95%;
   border-style:solid;
   border-width:2px;
   border-color:#330066;
   background-color:#F3E8FF;
}
table.cartouche tr td 
{
	text-align:left;
	vertical-align:top;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
}

table.cartoucheNarrow
{
   width:100%;
   height:95%;
   border-style:solid;
   border-width:2px;
   border-color:#330066;
   background-color:#F3E8FF;
}
table.cartoucheNarrow tr td 
{
	text-align:left;
	vertical-align:top;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;
	padding-top:0px;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.pager {margin: 1px 1px 1px 1px;}
table.pager tr td 
{
	padding: 1px 1px 1px 1px;
	text-align:center;
	vertical-align:middle;}

table.default { margin: 0px 0px 0px 0px;
	            padding: 0px 0px 0px 0px;
                background-color:#FFFFFF;
                border-width:0px;
                border-collapse:collapse;
                border-style:none;
                height:100%;
	}
	                
table.menu {margin: 4px 0px 0px 0px;
        	padding: 0px 0px 0px 0px;
	         background-color: #990066;
	         border-width: 0px;
	         }
table.menu tr td { padding: 0px 0px 0px 0px;
	                  margin:0px 0px 0px 0px;
	                  border-collapse:collapse;
	                  border-width:0px;
	                  border-style:none;
	                  vertical-align:top;
	                }

body.default 
{
 background-color:#5C3385;
 color:#000000;
 margin:0px 0px 0px 0px;
 }
	                
.centpourcent
{
	width:100%;
	margin-top:2pt;
	margin-bottom:2pt;
	}
td.hautbas
{
 border-bottom-style:solid;
 border-bottom-color:Black;
 border-bottom-width:1px;
 border-top-style:solid;
 border-top-color:Black;
 border-top-width:1px;
}
td.cadre
{
 border-style:solid;
 border-color:Black;
 border-width:1px;
}

.Width20 {width:20px;}
.Width30 {width:30px;}
.Width40 {width:40px;}
.Width50 {width:50px;}
.Width80 {width:80px;}
.Width90 {width:90px;}
.Width100p100 {width:100%;}
.Width100 {width:100px;}
.Width200 {width:200px;}