/*
======PAD-WEB==========
disign-KROMOearth  default

Copyright© "PAD Corporation" 2005, tous droits réservés
 */

body
{
   min-width:600px;
   background-attachment:fixed;
   background-position: top center ;
   padding: 10px;
   background-color:rgb(255,255,255);
   margin: auto;
   margin-top: 5px;
   margin-bottom: 20px;    
   font-family: 'Trebuchet MS', Tahoma, Verdana, "Times New Roman", Times, serif;
}

body a
{
color: black;
text-decoration:none;
}

body a:hover
{
 color: white;
}



/* L'en-tête */
#en_tete
{
   text-align:center;
   margin-bottom: 10px;
   padding-right: 10px;
   padding-left: 10px;
}


/* Le corps de la page */

#corps
{
   margin:10px;
   margin-bottom: 20px;
   padding: 15px;
   color: black;
  /* background-color:rgb(240,240,255);*/
   background-image:url("defaut/fond/corps.png");
   
   border:solid rgb(220,220,220) 1px;
}

#corps h1
{
   color: rgb(12,115,250);
   text-align: center;
  
   background-image: url("defaut/police/h1.png");
   background-position: bottom center;
   background-repeat:no-repeat;
   padding-bottom:5px;
}

#corps h2
{
   height: 30px;
   background-image: url("defaut/images/police/titre.png");

   
   padding-left: 30px;
   margin-left:40px;
   color: rgb(0,150,150);
   text-align: left;
}
#corps h3
{
   font-size:130%;
   font-family: Arial , "Times New Roman", Times, serif;
   margin-left:120px;
   padding-left:50px;
   text-align: left;
   background-image: url("defaut/images/police/titre.png");
   background-repeat: repeat-x;
   color: rgb(120,120,235);
}
#corps h4
{
   font-family: Arial Black, "Times New Roman", Times, serif;
   color:white;
   text-align: right;
   padding-right:10px;
   background-image: url("defaut/images/police/titre4.png");
   background-repeat: repeat-x;
    width: 40%;
}
#corps h5
{
   font-family: Arial Black, "Times New Roman", Times, serif;
   color:rgb(100,120,200);
   text-align: right;
   padding-right:10px;
   background-image: url("defaut/images/police/titre5.png");
   background-repeat: repeat-x;
    width: 30%;
}
/*
#corps img
{
 display: block;
        margin: auto;
}*/

#corps a:hover
{
  color: rgb(17,125,255);
}
#corps a
{
  color: rgb(0,0,15);
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   margin-left: 10px;
   padding: 2px;
   text-align: center;
}

#pied_de_page a:hover
{
  color: white;
}
#pied_de_page a
{
  color: black;
}

.section
{
text-align: center;
border:none;
}

.section th
{
 padding-right: 25px;
 padding-bottom: 25px;
 padding-left:25px;
}

.droite
{
 text-align: left;
}


table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
  
  
}

.centrer
{
text-align: center;
}
.center
{
text-align: center;
}



/*  INFOBULLE   */
.infobulle
{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
}
	

/*  INFOBULLE   */
.infobulle{
	font-family: Verdana, Arial;
	font-size: 80%;
	background-image:url("defaut/fond/bulle.png");
    background-repeat: repeat;
	}
	
.infobulle div
{
	text-align:center;
}

/*  
Formulaire
*/
input, option, select, textarea
{
 background: none; 
 background-image: url(defaut/fond/corps.png); 
 border: none;  
 border-style: none;
 border: 1px solid white;
}

input.submit:hover
{
 background: none; 
 background-image: url(defaut/fond/selec.png); 
}

.fond_trans
{
   background-image:url("defaut/fond/corps.png");
}


