/*
Design site_mat
Par Matthieu NEMOZ
*/

* {margin:0; padding:0;}

body
{
   width: 600px;/*900px;*/
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   background:url(http://www.gemelec.fr/images/fond_telechargements.png);
}

.element_input
{
	width: 350px;
	height: 15px;
	background: none;
	color: white;
	font-size: 1em;
	border: 1px solid #FFFFFF;
}

#corps
{
   padding: 8px;
   color: white; /*#B3B3B3*/
   font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
   font-size: 0.9em;
   height: 435px;
   background:url(http://www.gemelec.fr/images/telechargements.png);
   background-repeat:no-repeat;
}

#precedent
{
   padding-top: 5px;
   padding-left: 5px;
   color: white; /*#B3B3B3*/
   font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
   font-size: 0.9em;
   height: 30px;
}

img
{
	border:none;
}

#contenu
{
   padding-top: 20px;
   padding-left: 10px;
   color: white; /*#B3B3B3*/
   font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
   font-size: 0.9em;
   height: 30px;
}

#contenuadresse
{
   padding-left: 25px;
}

#adresse
{
   padding-top: 5px;
   padding-left: 5px;
   color: white; /*#B3B3B3*/
   font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
   font-size: 0.9em;

}

#corps a
{
   color: white;
   font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
   text-decoration: none;
}

#corps a:hover
{
    color: white;
    font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
	text-decoration: underline;
}

#corps h1
{
   color: white;
   text-align: left;
   font-family: Tahoma, Arial, "Arial white", "Times New Roman", Times, serif;
   font-size: 1.1em;
   padding-left: 18px;
}

#corpstd td /* Toutes les cellules des tableaux... */
{
   border: 1px solid white; /* ... auront une bordure de 1px */
   padding: 5px;
}

#tableaucorps td
{
	border: 1px solid white;
	padding: 5px;
}

