/*-------------------------- */
/* Main */
/*-------------------------- */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr,select
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

body
{
  padding: 5px;
}


p 
{

	font-size: 11px;	
}

ul 
{
	list-style-type:none;	
}

ul.square 
{
	list-style-type:disc;	
}

ul.disc
{
	list-style-type:disc;	
}


li 
{
	margin-left: 20px;
	margin-top: 5px;
	font-size: 11px;	
}


/*-------------------------- */
/* titre */
/*-------------------------- */

h1 {
	font-weight: bold;
	font-size: 18px;	
}

/* bold */

.bold {
 font-weight: bold;	
}


/* italique */

.italique {
 font-style: italic	
}

/* souligné */
.under {
 text-decoration : underline;
}

.mini {
	font-size: 10px;	
}

/*-------------------------- */
/* couleurs
/*-------------------------- */

.text-blanc {
	
}

.text-noir {
	
}

.text-orangered {
	
}


/*-------------------------- */
/* tailles de texte
/*-------------------------- */
.text-8 {
	font-size: 8px;
}

.text-10 {
	font-size: 10px;
}

.text-11 {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}

.text-12 {
	font-size: 12px;
}


.text-14 {
	font-size: 14px;
}

.text-18 {
	font-size: 18px;
}