<!--
/* Balise <img> de base   */
img {
border: 0 none ;
	}

.textet{
  font-family: Tahoma,Verdana,Arial;
  font-size: 12px;
  font-style: normal;

  background-color: floralwhite;
}

.bouton_submit{
  font-family: Tahoma,Verdana,Arial;
  font-size: 14px;
  font-style: normal;
  color: ivory ;
  background-color: limegreen;
  border-top-width: thick ;
  border-right-width: thick ;
  border-bottom-width: thick ;
  border-left-width: thick ;
}

.bouton_reset{
  font-family: Tahoma,Verdana,Arial;
  font-size: 14px;
  font-style: normal;
  color: ivory ;
  background-color: red;
  border-top-width: thick ;
  border-right-width: thick ;
  border-bottom-width: thick ;
  border-left-width: thick ;
}

.bouton_subhid{
  font-family: Tahoma,Verdana,Arial;
  font-size: 14px;
  font-style: normal;
 /* background-image:url("../images/break.gif") ;*/
  background-image:url("../images/neige.gif") ;
  border-top-width: thin ;
  border-right-width: thin ;
  border-bottom-width: thin ;
  border-left-width: thin ;
}

.bouton_radio{
  font-family: Tahoma,Verdana,Arial;
  font-size: 14px;
  font-style: normal;
  background-color: aquamarine;
  border-top-width: thick ;
  border-right-width: thick ;
  border-bottom-width: thick ;
  border-left-width: thick ;
}

.texte_index {
  font-family: Tahoma,Verdana,Arial;
  font-size: 12px;
  font-style: normal;
 /* background-image:url("../images/break.gif") ;*/
  background-image:url("../images/neige.gif") ;
}


.pashid{
  border-top-width: thin ;
  border-right-width: thin ;
  border-bottom-width: thin ;
  border-left-width: thin ;
 /* background-image:url("../images/break.gif") ;*/
   background-image:url("../images/neige.gif") ;
}

#bleu {
   color: Blue ;
   background: LightYellow ;
}

#rouge {
   color: Red ;
   background: LightYellow ;
}

#conteneur_index  {
  width: 100% ;
  height: 100%  ;
  margin: 0 ;
}

#contenu_index  {
  width: 900px ;
  border: 5px   ;
  background: Red;
}

#body_index {
  margin: 10px 0 ;
  padding: 0 ;
  text-align: center ;
 /* background-image:url("../images/break.gif") ;*/
  background-image:url("../images/neige.gif") ;
  background-repeat: repeat ;}
}

#img_centr {
     display: block ;
     position:absolute;
     left: 50%;
     top: 45%;
     width: 486px;
     height: 592px;
     margin-top: -296px; /* moitié de la hauteur */
     margin-left: -243px; /* moitié de la largeur */
}


#img_gauche {
     display : block ;
     position:absolute;
     left: 30px;
     top: 45%;
     width: 250px;
     height: 240px;
     margin-top: -160px; /* moitié de la hauteur */
     margin-left: 0; /* moitié de la largeur */
}


/*#img_droite {
     position:absolute;
     left: 100%;
     top: 45%;
     width: 270px;
     height: 314px;
     margin-top: -157px;
     margin-left: -280px;
}*/
#img_droite {
position:absolute;
left: 100%;
top: 45%;
width: 230px;
height: 270px;
margin-top: -165px; /* moitié de la hauteur */
margin-left: -295px; /* moitié de la largeur */
}

#edition  {
     z-index: auto ;
     position: absolute ;
     top: 50% ;
     left: 50%;
     margin-top: 135px ;
     margin-left: -230px;
     color: Red ;
     font-size:  4.0em ;
}

#edition_ombre  {
     z-index: auto ;
     position: absolute ;
     top: 50% ;
     left: 50%;
     margin-top: 138px ;
     margin-left: -233px;
     color: Silver ;
     font-size:  4.0em ;
}

#logo_centr {
     position:absolute;
     left: 50%;
     top: 90%;
     width: 110px;
     height: 99px;
     margin-top: -50px; /* moitié de la hauteur */
     margin-left: -55px; /* moitié de la largeur */

}
#logo_gauche {
     position:absolute;
     left: 50%;
     top: 90%;
     width: 120px;
     height: 81px;
     margin-top: -41px; /* moitié de la hauteur */
     margin-left: -243px; /* moitié de la largeur */
}

#logo_droit {
     position:absolute;
     left: 50%;
     top: 90%;
     width: 120px;
     height: 58px;
     margin-top: -29px; /* moitié de la hauteur */
     margin-left: 123px; /* moitié de la largeur */
}

#formul  {
     position:absolute;
     left: 30px;
     top: 90%;
     margin-top: -30px;
}








-->

