@charset "utf-8";

/* ************************************************************
//      REECRITURES DES BALISES HTML - VERSION MOZILLA
// ************************************************************
// DESCRIPTION :
// Cette   page   comporte  les  nouvelles  valeurs  par defaut 
// attribuees  aux  differents  elements HTML des pages du site, 
// comme  la  couleur  de  fond,  la  mise en forme du texte, ou 
// encore les comportements des liens, ...
// ************************************************************
// AUTEUR  : ................ Matthieu WERNER (pour GeneralWeb)
// FICHIER : ................ style/css/globalHTML_mozilla.css 
// VERSION : ................ 0.1
// DERNIERE MODIFICATION : .. 12/11/08
// COPYRIGHT : .............. Matthieu Werner & GeneralWeb
// SUPPORT : ................ matthieu.generalweb@gmail.com
// ***********************************************************/

/* ************************************************************
//                            CORPS
// ************************************************************/

body 
	{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/fond3.jpg) repeat-y center;
	position:relative;
	font: 1em/1.4em Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size:12px;
	}

/* ************************************************************
//                         FORMULAIRES
// ************************************************************/

input,
select 
	{
	border:1px solid #ccc;
	}

textarea
	{
	font-family:verdana;
	font-size:11px;
	}
	
/* ************************************************************
//                         TABLEAUX
// ************************************************************/	
	
table 
	{
	margin-left:auto;
  margin-right:auto;
  border-spacing:0;
	border-collapse:collapse;
  vertical-align:middle;
	}

/* ************************************************************
//                            LIENS
// ************************************************************/	

a 
	{
	color:#555;	
	text-decoration:none
	}

a:hover 
	{
	color:#999;	
	}

/* ************************************************************
//                            TITRES
// ************************************************************/	

h1 
	{
	color:#444;
	font-size:14px;
	display:block;
	/*border-bottom:1px solid #ddd;*/
	}

h2 
	{
	color:#666;
	font-size:12px;
	display:block;	
	margin:0 0 0 0;
	}

h3 
	{
	text-transform:uppercase;	
	}

/* ************************************************************
//                         PARAGRAPHES
// ************************************************************/	

* {
margin:0;
padding:0;
}

p 
	{
	margin:0;
	padding:5px 0;
	font-size:12px;
	}

/* ************************************************************
//                         IMAGES
// ************************************************************/	

img 
	{
	border:0;
	vertical-align:middle;
	}
