/* Zone globale*/
body
{
    font-family: Verdana, 'Times New Roman' , 'Courier New' , 'Tahoma', 'Fantasy';
    font-size: 15px;
    color: Maroon;
    width: 100%;
    background-color:white;
    background-repeat: repeat;  
}


p 
{
    font-size: 15px;
     margin-left:4em;     
}


/* BARRE DE FRACTIONNEMENT */
hr {
	border: 0;
	border-top: 1px solid Navy;
	height: 1px;
	margin-left:8em;
	margin-bottom:3em;
	
}

/* TITRE */
h1,h2,h3,h4
{
    margin: 0;
	font-family: verdana;
	margin-bottom: 0.8em;
	padding-bottom:0.1em;
	
}
h1
{
 	margin-top: 0.5em;
 	font-weight: bold;
	margin-bottom: 0.5em;
    font-size: 22px;
    font-weight: bold;
    
}
h2
{
    font-weight: normal;
    font-weight: bold;
    font-size: 17px;
    margin-left:15px;
}
h3
{
    font-weight: bold;
    font-size: 15px;
    margin-left:35px;
}
h4
{
    font-weight: bold;
    font-size: 15px;
    margin-left:45px;
}


/* LIENS HYPERTEXTE */
a:link {

    color: #0000FF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;

}
a:visited
{
    color: #666666;
    text-decoration: underline;
    background-color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
}
a:hover {

    color: #0000FF;
    text-decoration: none;
    background-color: #FFFF00;
    font-weight: bold;
    font-style:  italic;
    text-transform:capitalize; 
     padding-right:10px;
    font-size: 1.2em;
    

}
a:active {

    color: #FF0000;
    text-decoration: none;
    background-color: #CCCCCC;
    font-weight: bold;
    font-style: normal;

}

a:focus 
{ 
    font-weight:bold; 
    color:#00E000; 
    text-decoration:underline 
}




/* LISTE */

ul
{
    list-style-type: none;
   /*  list-style-image: url(images/bullet-2.gif); */
    list-style-position: outside;
    line-height: 1.1em;
    vertical-align: middle;
    margin-left: 10em;
    font-size: 1.1em;
}


li {
    margin-bottom: 10px;
}

ul.inside 
{
    
   /* list-style-image: url(images/bullet-3.gif);  */
font-size:16px;
list-style-type: circle ;
list-style-position: inside;
}

ul.outside {

font-size:16px;
list-style-type: circle;
list-style-position: outside;
}






/* Class .....................................         */



/* list à puce */

.fleche /* fleche */
{
    list-style-image: url(images/bullet-3.gif); 
}
 
.disc 
{
    list-style-type:disc
}

.circle
{
     list-style-type:circle;
}

.square 
{
    list-style-type:square;
    margin-left: 300px;
}

.adjustedZIndex {
    z-index: 1;
}

.titre_Panel
{
    margin-left: 60px;
    font-size:  larger;
    font-weight: bold;
    font-variant: small-caps;
    color: #0000FF;
}

.hr_Panel  /* saut de ligne */
{
    clear:both;	
	border: 0;
	border-top: invisible;
	height: 0.1em;
    margin-top:0.8em;
	margin-left:0em;	
}

.panel_fond 
  {
   background-color: White;
   text-decoration:none;
   width:1000px; 
   padding-right:2%;
  }
  
   
.labelformulaire
{
    float: left;
    color: #333333;
    font-style: normal;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: medium;
    padding-bottom: 10px;
}
.instructions_formulaire
{
    float: left;
    background-color: #FFFFFF;
    color: #FF0000;
    font-style: italic;
    font-size: small;
}
  
.LinkButon_aspect 
  {
   margin:80px; 
   text-decoration:Blink;
   width:1200px
  }

.Titre_master
{
    font-size: 32px;
    margin-left: 80px;
    z-index: 1;
    left: 100px;
    position: absolute;
    top: 10px;
     color:red;
     font-style: normal;
}


.ligne_liens_page
{
    margin-left:8em;
    margin-top:0.4em;
    margin-bottom:2em;
    text-decoration:none;  
     border-bottom: 1px solid Red;
     border-top: 1px solid Red;
    padding: 0.3em;
     font-style: normal;
    font-size: 15px;
}


.prh
{
    float: left;
     padding-right:2.5em;
      padding-bottom:0.8em;
}

.reponse
{
     margin-left:0em;
     padding-bottom: 6em;
}


.txtbox_formWiew
{
     /*padding-left: 150px; 
    padding-bottom:150px; */margin-top: 10px;
    margin-left: 100px;
    position: absolute;
}


.citation
{
    margin-left: 250px;
    margin-top: 0.4em;
    margin-bottom: 25px;
    border-bottom: 1px solid Red;
    padding: 0.8em;
    font-size: 1.1em;
    list-style-type: square;
    background-color: #CCCCCC;
    border-bottom-color: #000000;
    border-bottom-style: outset;
}






/* conteneur prévu pour un contenu avec des éléments positionnés */


.hr_invisible  /* saut de ligne */
{
    clear:both;	
	border: 0;
	border-top: invisible;
	height: 1px;
 margin-top:30px;
	margin-left:0em;
	margin-bottom:20px;
	
}

.hr_visible  /* saut de ligne trait simple   <div class="hr_invisible">   </div>  <div class="hr_invisible">   </div>visible */
{
    clear:both;	
	border: 0;
	border-top: 1px solid Navy;
	height: 1px;
 margin-top:14em;
	margin-left:0em;
	margin-bottom:3em;
	
}

.espace_textBox_formul
{
      margin-top:8px;
	margin-bottom:8px;
      margin-left:120px;
	
}

.espace_haut_8 
{
      margin-top:8px;
}

.espace_haut_20 
{
      margin-top:20px;
}

.espace_txt 
{
      margin-top:5px;
      margin-left:20px;
}


/* déclage l'objet vers la droit marge */

.conteneur_photos_horiz_1
{
    border-style: outset;
    margin-left: 60px;
    margin-right: 60px;
    display: inline;
    margin-top: 160px;
}

.espace_txt_1 
{
      margin-top:2em;
      margin-left:350px;
}

.espace_txt_350
{
     padding-left:350px;
}


.declage_Organisateur
{
     padding: 0.5em;
    border-style: groove;
    background-color: #FFFF00;
}

.declage_txt 
{
      margin-top:2em;
      margin-left:50px;
      margin-bottom:0.5em;
      
}

.declage_txt1 
{
      margin-top:2em;
      margin-left:100px;
      margin-bottom:0.5em;
}

.declage_txt2 
{
      margin-top:2em;
      margin-left:250px;
       margin-bottom:2em;
}
.declage_txt3 
{
      margin-top:2em;
      margin-left:350px;
       margin-bottom:2em;
}

/* conteneur prévu pour un contenu avec des éléments positionnés */
.centrer 
{
      margin-top:2em;
      margin-bottom:4em;
     margin-left: auto;    /* centrage */
     margin-right: auto;
     width: 100%;
     text-align:  center;    

}

.centrer_sans_trait 
{
     margin-left: auto;
     margin-right: auto;
     width: 40em;
     text-align: center;
      text-decoration:underline;
      margin-bottom:1em; 

}
.trait_centrer 
{
     
     margin-left: auto;
     margin-right: auto;
     width: 40%;
     text-align: left;
      margin-bottom:3em;
     border-bottom: 1px solid Navy;  
}


/* on met chaque photo dedans*/


.conteneur_photos_h 
{    
    float:left;
   margin-left:0.9em;
   margin-right:0.9em;
   text-align:center;    
}
 

.conteneur_3photos_h_centrage
{  
   margin-left: auto;
   margin-right: auto;
   text-align:center;    
   width:30em;     
}

.conteneur_4photos_h_centrage
{  
   margin-left: auto;
   margin-right: auto;
   text-align:center;    
   width:35em;     
}
.conteneur_5photos_h_centrage
{  
   margin-left: auto;
   margin-right: auto;
   text-align:center;    
   width:48em;     
}


.espace_1
{
    position: absolute;
     padding-left: 50px;
}

/* page= titre de la page */


.rotatorhaut
{
     float:left;
    padding-left:0.5em;
     padding-right:0.5em;
}

.conteneur_4rotator_centrage
{  
    z-index: 1;
    left: 80px;
    top: 120px;
    position: absolute;
    padding-left: 3em;
    padding-right: 3em;
   width:100%;     
}


.rotatorpage 
{
	
	padding-bottom:2em;
	padding-top:1em;
	 padding-left:30%;
	 margin-right:5em;
}


.menu
{
    margin-left:8em;
    margin-top:0.4em;
    margin-bottom:2em;
    text-decoration:none;  
     border-bottom: 1px solid Red;
     border-top: 1px solid Red;
    padding: 0.3em;
    font-size: 1.3em;
    z-index: 3;
}

.Menu1
{
    font-size: 19px;
    margin-left: 90px;
    margin-top: 0.4em;
    margin-bottom: 2em;
    text-decoration: none;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 0.3em;
    border-top-color: #666633;
    border-bottom-color: #666633;
    border-top-style: outset;
    border-bottom-style: outset;
    z-index: 3;
}

.Menu2
{
color:White;
    z-index: 3;
}


.Menu_position
{
    left:5px; 
    position: absolute; 
    top:250px;
    z-index: 3;
}

.Menu_position2
{
    left: 1em;
    position: absolute;
    top: 350px;
    z-index: 3;
}


.menu_client
{
    margin-left:250px;
     border-bottom: 1px solid Black;
     border-top: 1px solid Black;
    padding: 0.3em;
    font-size: 1.3em;
    z-index: 3;
}


/* id Conteneur du header */

#titre_site
{
     color:Black;
    font-size:42px;
    top:5pt;
    margin: 0.1em; 
    padding: 0.1em;
    text-align:  left;
    /* background-color: #fed; */
    border-bottom:0.2px;  
}

#titre_site_1
{
    font-size: 22px;
    top: 65px;
    left: 380px;
    margin-left: 80px;
    z-index: 1;
    position: absolute;
     color:Black;
     font-style:italic;
}

#bandeau_rotator_1
{
    position: absolute;
    width:1900px;
    top:90px;
    left:12em;
    /*width:1200pt; */ 
    
}


#bandeau_rotator_V
{
    position: absolute;
    top: 80px;
    left:16em;
    width: 1800px;
}

#ligne_liens
{
    left:1em; 
    position: absolute; 
    top:260px;
    font-size: 14px;
    width:1900px;
    text-decoration:none;  
    /* border-bottom: 1px solid Black;
     border-top: 1px solid Black;*/ 
    padding: 0.3em;
}

#ligne_liens_V
{
    left:80px; 
    position: absolute; 
    top:255px;
    text-decoration:none;    
     border-bottom: 1px solid #663300;
     border-top: 1px solid #663300;
    padding: 0.3em;
}

.Menu_master
{
    left:5px; 
    position: absolute; 
    top:250px;
    z-index: 3;
}

#ligne_SiteMapPath
{
    position: absolute;
    top: 260px;
    left: 2.5em;
    padding: 3em; 
    /* border-left:1px solid #000;  
    background-color: #F5FBE2;
    width:1900px;*/
}

#containeur_droit
{
    position: absolute;
    top: 300px;
    left: 0.5em;
    padding: 3em; 
    /* border-left:1px solid #000;  
    background-color: #F5FBE2;
    width:1900px;*/
}

#logo
{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

#header_fond
{
    background-color: White;
    background-repeat: repeat;
    margin-left: -5pt;
    margin-top: -5pt;
    top: 10pt;
    height: 240px;
}

#ligne_liens_Stages
{
    left:4em; 
    position: absolute; 
    top:120px;
    font-size: 15px;
    width:100%;
    text-decoration:none;  
     border-bottom: 1px solid Red;
     border-top: 1px solid Red;
    padding: 0.3em;
}


#containeur_Stages
{
    position: absolute;
    top:170px;
    left: 4em;
    padding: 1em;
   /* border-left:1px solid #000;  */ 
   /* background-color:#F5FBE2;    */ 
}


#containeur_gauche
{
    left:0em; 
    position:  fixed; 
    top: 12em;
    width:11em;
    height:50em;
   /*  border:1px solid #000; */ 
    margin: 0.3em;
}

#containeur_gauche_V
{
    float: left;
    border-right: 1px solid #663300;
    top: 280px;
    position: absolute;
    /*   background-color: #FFFF00;*/ 
}

#containeur_droit_V
{
    
 float:right;
    top:280px; 
    left: 280px;
    position: absolute;
 }

#conteneur_h
{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: threeddarkshadow;
}



/* padding-left:10px;
    padding-right: 350px; */


 
#lignesitemap_text
{ 
    padding-left: 5em;
    padding-top: 1em;
    padding-bottom: 2em;
    
 }    

#conteneur_gauche_et_page
{
    left: 0px;
    position: absolute;
    top: 260px;
    height: 100%;
    background-color: threeddarkshadow; /*  */
}


#conteneurgauche
{    
   left: 0px; position: absolute; 
   top: 30px; 
    
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    z-index: 1; 
     background-color:   InfoBackground;height: 100%;
   /*
     background-image: url(Images/fond_H_jaune.gif);
*/

}


#page
{
    left: 220px;
    position: relative;
    top: 30px;
    padding-left: 3em;
    padding-right:2em;
    padding-top: 10px;
    padding-bottom: 5px;
      background-color:white;
   /*background-image: url(Images/fond_H_jaune.gif);
    background-image: url(Images/fond_H_jaune.gif);
    background-repeat: repeat-y;*/
    width:100%; 
}




/* page=  */
#page_fond
{
    left: 0px;
    position: absolute;
    top: 0px;
    background-image: url(Images/fond_H_jaune.gif);
    height: 100%;
    width: 100%;
    
}




/* Pied de ma page */




