/****************************************************************************************************************************

  BIODALG

 ****************************************************************************************************************************

 @fichier  : general.css
 @chemin   : /_template/css/
 @auteur   : David COUMANS (http://www.ginko-web.com) et Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 26/09/2006

 ****************************************************************************************************************************

 Utilité : feuille de style générale du site

 ***************************************************************************************************************************/



/**-----------------------
*  Déclarations générales
---------------------------------------------------------------------------------------------------------------------------*/

body {
font-size: 12px;
font-family: arial, verdana, "Trebuchet MS", Tahoma, times, "times new roman", serif;
}


form {
padding: 0;
margin: 0;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

.none {
display: none;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: 1px;
}
