﻿                                                /* css des pages NODES */


* 
{ 
   padding:0;
   margin:0;
}							                     /* désactivation des css navigateurs */

body                                                /*ensemble de la page */
{
   font-family: Lucida, Sans Unicode, Sans-Serif;		    /* police de l'ensemble de la page (trouver une autre police) */
}


#page											    /* ensemble de la page composé d'éléments */
{
   background-color: #fff;							    /* couleur de fond */
   margin: auto;										/* centrer la page */
   margin-top: 2em;										/* marge extérieure supérieure */
   margin-bottom: 2em;                                  /* marge extérieure inférieure */
   padding-left: 2em;									/* marge intérieure gauche */
   width: 45em;											/* taille horizontalde */	
   border: 1px #c0c0c0 solid;						   	/* épaisseur, couleur et style des bords du cadre */
   overflow: hidden;
}


.skiplink                                           /* lien d'accès direct au contenu de la page */
{
   display: none;                                       /* rendre l'élément invisible */
}


#title												/* partie titre */
{
   float: left;											/* tiré à gauche */
   background-color: transparent;						/* couleur de fond */
   padding: 0.5em;										/* marges intérieure */
   height: 4.5em;										   /* taille verticale */
}


#LT													/* logo Titre */
{
   float: left;											/* tiré à gauche */
}


#TP													/* titre Page */
{
   display: block;                                      /* afficher l'élément seul sur sa ligne */
   margin-left: 12em;                                   /* marge extérieure gauche */
   margin-top: 0px;                                     /* marge extérieure supérieure */
}


#imgt
{
   margin-left: 0px;                                    /* marge extérieure gauche */
   padding-top : -16px;
}


#header
{
   background-image: url("fond header.jpg");            /* image de fond */
   background-repeat: no-repeat;                        /* ne ps répéter l'image lorsque le cadre est plus grand que celle ci */
   margin-top: 5.5em;                                   /* marge extérieurer supérieure */
   margin-bottom: 1em;
   height: 9em;
}

#SSheader
{
	background-image: url("fond-header1.jpg");			/*image de fond*/
	background-repeat: no-repeat;						/* pas de répétition de l'image*/
	margin-top: 5.5em;									/* marge extérieur supérieure */
	margin-bottom: 1em;
	height: 6em;										/* hauteur du cadre */
}
#list
{
	margin-left : 10em;
}

#menu                                               /* menu de liens */
{
   float: right;                                        /* placer l'élément à droite */
        /*background-image: url("redirection.jpg");            /* image de fond */
        /*background-repeat: no-repeat;                        /* ne ps répéter l'image lorsque le cadre est plus grand que celle ci */
   width: 10em;                                         /* taille horizontale */   
        /*height: 11em;                                        /* taille verticale */
   margin-right: 2.2em;                                 /* marge extérieure droite */
   margin-top: -80px;;                                   /* marge extérieure supérieure */
        /*padding-top: 0.5em;                                  /* marge intérieure supérieure */
   padding-right: 1.2em;                                /* marge intérieure droite */
   background-color: #fff;                              /* couleur de fond */
   border: 1px #808080 solid;                           /* taille, couleur et style de la bordure du cadre */
}


#menu ul                                            /* ensembles de la liste des liens du menu */
{   
   line-height: 1.5em;                                  /* espacement entre les lignes */
   list-style-position: inside;                         /* emplacement des puces */
   list-style-image: url(puceret.jpg);                     /* image des puces */
   margin-left: 0.8em;                                  /* marge extérieure gauche */
   overflow: hidden;
}


#menu .separate
{
   border-top: 1px #808080 solid;
}


#menu li
{
   padding-bottom: 0.5em;
}


#menu a                                             /* lien du menu au chargement */
{
   color: #0022dd;                                         /* couleur des liens */
   margin-left: 0.7em;                                  /* marge extérieure gauche */
   margin-bottom: 1em;                                  /* marge extérieure inférieure */
   font-weight: bold;                                   /* texte en gras */
}


#menu a:visited
{
   color: #800080;
}


#menu a:hover                                       /* lien du menu quand on passe dessus */
{
   background-color: #0022dd;                              /* couleur de fond */
   color: #fff;                                         /* couleur du texte */
   text-decoration: none;                               /* decoration du texte */
}


#menu a:focus                                       /* lien du menu lorsqu'il est selectionné */
{
   color: #fff;                                        /* couleur du texte */
}


#menu2                                               /* menu de liens */
{
   float: left;                                        /* placer l'élément à droite */
        /*background-image: url("redirection.jpg");            /* image de fond */
        /*background-repeat: no-repeat;                        /* ne ps répéter l'image lorsque le cadre est plus grand que celle ci */
   width: 10em;                                         /* taille horizontale */   
        /*height: 11em;                                        /* taille verticale */
   margin-right: 2.2em;                                 /* marge extérieure droite */
   margin-top: 1em;  
   margin-bottom: 1.5em;
   /* marge extérieure supérieure */
   /* padding-top: 1.5em;                                  /* marge intérieure supérieure */
   padding-right: 1.2em;                                /* marge intérieure droite */
   background-color: #fff;                              /* couleur de fond */
   border: 1px #808080 solid;                           /* taille, couleur et style de la bordure du cadre */
}


#menu2 ul                                            /* ensembles de la liste des liens du menu */
{   
   line-height: 1.5em;                                  /* espacement entre les lignes */
   list-style-position: inside;                         /* emplacement des puces */
   list-style-image: url(puceret.jpg);                     /* image des puces */
   margin-left: 0.8em;                                  /* marge extérieure gauche */
   overflow: hidden;
}


#menu2 .separate
{
   border-top: 1px #808080 solid;
}


#menu2 li
{
   padding-bottom: 0.5em;
}


#menu2 a                                             /* lien du menu au chargement */
{
   color: #0022dd;                                         /* couleur des liens */
   margin-left: 0.7em;                                  /* marge extérieure gauche */
   margin-bottom: 1em;                                  /* marge extérieure inférieure */
   font-weight: bold;                                   /* texte en gras */
}


#menu2 a:visited
{
   color: #800080;
}


#menu2 a:hover                                       /* lien du menu quand on passe dessus */
{
   background-color: #0022dd;                              /* couleur de fond */
   color: #fff;                                         /* couleur du texte */
   text-decoration: none;                               /* decoration du texte */
}


#menu2 a:focus                                       /* lien du menu lorsqu'il est selectionné */
{
   color: #fff;                                        /* couleur du texte */
}


#info1                                              
{
   margin-left: 9em;
   padding-top: 1em;
}


#info2
{
   margin-left: 12em;
   width: 17em;
}


.c1
{
   color: #00008b;
}


.c2
{
   color: #808080;
}


.c3
{
   color: #696969;
}


.c4
{
   color: #6495ed;
}


.c4 a:hover
{
   background-color: transparent;
   color: #6495ed;
   text-decoration: none;
}


.c4 a:focus
{
   background-color: Transparent;
   color: #6495ed;
   text-decoration: none;
}


.returnline
{
   color: #808080;
   display: block;
   text-transform: uppercase;
}


.ens
{
   display: block;
}


#main
{
   background-image: url("fondprc.jpg");
   background-repeat: no-repeat;
   padding-left: 0.5em;
   overflow: hidden;
   float : right;
   width : 100%;
}

#SSmain
{
   background-image: url("fondprc2.jpg");
   background-repeat: no-repeat;
   padding-left: 0.5em;
   padding-top: 1.5em;
   overflow: hidden;
   margin-bottom: 2em;
   padding-right: 2em;
   text-align: justify;
   margin-right: 1.5em;
}



#headermain
{
   height: 3em;
   margin-bottom: 0.5em;
}


#TM											/* Titre Main */
{
   float: left;
   margin-left: 1em;
   margin-top: 1em;
   background-color: transparent;
}


#infomain
{
   float: right;
   margin-right: 5em;
   margin-top:0.2em;
   background-color: transparent;
   margin-bottom: 0.5em;
   
}


#infomain a
{
   display: inline;
   font-size: 0.7em;
   text-decoration: none;
}


#infomain a:hover
{
   background-color: transparent;
   text-decoration: none;
}


#infomain a:focus
{
   background-color: Transparent;
   text-decoration: none;
}


.text
{
   padding-left: 1em;
   padding-top: 0.5em;
}


.text a
{
   font-size: 1em;
}


.text a:visited
{
   color: #800080;
}


.text a:hover
{
   color: #fff;
}


.text a:focus
{
   color: #fff;
}


#niv1
{
   float: left;
   background-color: transparent;
}


#text1
{
   float: left;
   width: 12em;
   background-color: transparent;
}



#text2
{
   float: left;
   width: 27.9em;
   border-bottom: 0.1em #c0c0c0 solid;
   border-left: 0.1em #c0c0c0 solid;
   padding-bottom: 10px;
   background-color: transparent;
}


#niv2
{
   float: left;
   width: 42em;
   background-color: transparent;
}


#text3
{
   float: left;
   width: 12em;
   background-color: transparent;
}


#text4
{
  float: left;
  width: 18em;
   border-left: 0.1em #c0c0c0 solid;
   border-bottom: 0.1em #c0c0c0 solid;
   padding-bottom: 0.5em;
   background-color: transparent;
}


.nivpartners
{
   background-color: transparent;
   margin-right: 2.5em;
   border:0.1em solid #808080;
   overflow: hidden;
}


.txtpartnersg
{
   float: left;
   width: 20.3em;
   padding: 0.2em;
   margin: 0em;
   background-color: transparent;
   border-right: 0.2em solid #808080;
   overflow: hidden;
}


.txtpartnersd
{
   padding: 0.5em;
   margin: 0em;
   margin-left: 20.7em;
   background-color: transparent;
   border-left: 0.2em solid #808080;
}


.txtpartnersd a:visited
{
   color: #800080;
}


.txtpartnersd a:hover
{
   color: #fff;
}


.txtpartnersd a:focus
{
   color: #fff;
}


.txtpartnersd a:visisted
{
   color: #800080;
}


.txtpartnersg a:hover
{
   color: #fff;
}


.txtpartnersg a:focus
{
   color: #fff;
}


.limite
{
   overflow: hidden;
}


#txtg
{
   display: inline;
   background-color: transparent;
}


#txtd
{
   display: inline;
   background-color: transparent;
   border-left: 2px solid #808080;
}


.imgpar
{
   float: left;
   margin-right: 10px;
}

.logopar
{ 
	margin-left: 30%;
	margin-bottom: 10px;
}


#link
{
   float: right;
   margin-top: 4em;
}


#link ul
{
   list-style: none;
}


#lien
{
   background-color: #6495ed;
   padding: 0.5em;
   line-height: 0.5em;
}


#lien a
{
   color: #fff;
   font-size: 9px;
}


#lien a:visited
{
   text-decoration: none;
}


#lien a:hover
{
   color: #000;
   background-color: transparent;
}


#lien a:focus
{
   color: #000;
   background-color: transparent;
}


#footer
{
   margin-right: 3em;
   font-size: 12px;
   text-align: right;
   color: #808080;
   background-color: transparent;
}

#footer a:focus
{
   color: #fff;
}


#footer p
{
   font-size: 1em;
   font-weight: bold;
}


#lico li
{
   display: inline;
}


#lico a:visited
{
   color: #800080;
}


#lico a:hover
{
   background-color: #0022dd;
   color: #fff;
}


#lico span
{
   font-size: 1em;
   font-weight: bold;
   color: #0022dd;
   margin-left: 0.4em;
}


#valid
{
   float: right;
   margin-bottom: 0.5em;
}


#valid a
{
   background: transparent;
   color: #fff;
}


#spc
{
   text-transform: uppercase;
}


h5
{
   display: inline;
}


h4
{
   display: inline;
   font-size: 14px;
}


h3
{
   display: inline;
   font-size: 11px;
   text-transform: uppercase;
}


h2
{
   display: inline;
   text-transform: uppercase;
}


h1
{
   display: inline;
   font-size: 1.7em;
}


a
{
   color: #0022dd;
   text-decoration: underline;
   font-size: 12px;
   font-weight: bold;
}


a:hover
{
   background-color: ##0022dd;
   text-decoration: underline;   
}


a:focus
{
   background-color: #0022dd;
   text-decoration: underline;
}


p
{
   font-size: 11px;
   margin-left: 1em;
   margin-top: 5px;
}

.textSurligne
{
	background-color: #E4E4E4;
	color: white;
}
