@charset "UTF-8";
/* CSS Document */

/******************************/
/*  HTML, BODY                */
/******************************/

	/* Force le scroll vertical à être présent */
	html { 
		overflow-y: scroll; 
		overflow: -moz-scrollbars-vertical;
	}
	
	
	/* Mise à 0 pour tous les navigateurs */
	html, body { 
		padding: 0px;
		margin: 0px;
		height: 100%; /* Utile pour les sites qui doivent avoir un footer tjs en bas de page */
	}
	
	/* Couleur de fond et centrage du site */
	body {
		background: #000 url(design/esponton_background.jpg) repeat-x top;
		text-align: center;
		}
		
	/* Formatage du caractère par défaut */	
	body, table { 
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #7191A1;
		}
		
		
/******************************/
/*  STRUCTURE                 */
/******************************/
		
	/* position de l'entier du site */	
	#Global { 
		margin: 0 auto; /* centre #global sur la page */
		width: 990px;
		text-align: left; /* Annule l'alignemnt défini dans body qui centre #global */
		}
		
	#PageGauche {
		float: left;
		width: 650px;
	}
	
	#PageDroite {
		float: right;
		width: 320px;
	}
		
	#PageGauche #Page {
		background: url(design/module_grand_background.png);
	}
						
	#PageGauche #Page #PageInterieur {
		width: 610px;
		margin-left: 20px;
	}
	
	#PageDroite .Contenu {
		background: url(design/module_petit_background.png);
	}
	
	#PageDroite .ModuleDroite .ModuleInterieur {
		width: 280px;
		margin-left: 20px;
	}
	
	#PageDroite .Bottom {
		margin-bottom: 20px;
	}
	
	#Footer {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 12px;
		text-align: left;
	}
						
						
/******************************/
/*  CONTENU                 */
/******************************/
	
	
	/******************************/
	/*  Remise à 0                */
	/******************************/
	form, img, ul, li, h1, h2, h3, h4, p, table {
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	
	/* Alignement des listes à l'intérieur de la div */	
	ul, li {
		margin-left: 1em;
	}
	
	/* Annule les définitions de float */	
	.Spacer {
		clear: both;
	}
	
	.Cache {
		display: none;	
	}
	
	/******************************/
	/*  Titre et paragraphes       */
	/******************************/	

	h1 {
		font-family: Verdana, Geneva, sans-serif;
		color: #C58A23;
		font-size: 35px;
		font-weight: normal;
		margin-bottom: 30px;
		}

	h2 {
		font-family: Verdana, Geneva, sans-serif;
		color: #C58A23;
		font-size: 25px;
		font-weight: normal;
		margin-bottom: 7px;
		}
	
	h3 {
		font-size: 17px;
		margin-bottom: 5px;
		font-weight: bold;
		}
		
	h4 {
		}
		
	h5 {
		}
		
	p, ul {
		padding-bottom: 5px;
	}
		
	/******************************/
	/*  Tables                   */
	/******************************/	
	
	.Tab {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.Tab td {
		vertical-align: bottom;
		margin-bottom: 5px;
	}

	/******************************/
	/*  Liens                 */
	/******************************/	
	
	a, a:visited, a:active  {
		color: #C58A23;
		text-decoration: underline;
		}
	
	a:hover, a:focus {
		text-decoration: none;
		}
		
	/******************************/
	/*  images                     */
	/******************************/	
		
	/******************************/
	/*  Formulaires               */
	/******************************/	
	
	input, select, textarea {
		width: 100%;
		border: none;
		background-color: #7191A1;
		padding: 2px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
	}
	
	textarea {
		padding: 0;
		padding-right: 2px;
		padding-left: 2px;
	}
	
	.btnEnvoyer {
		width: 75px;
	}
	
	.FormLargeurLablel {
		width: 130px;
	}
	
	.tabFormulaire {
		width: 90%;
	}
	
	.tabFormulaire td {
		padding-bottom: 10px;
		vertical-align: top;
	}
	
	/******************************/
	/*  Messages d'erreurs        */
	/******************************/
	.MessageErreur, .MessageOk, .MessageConfirm {
		padding: 5px;
		margin: 5px;
		font-weight: bold;
		font-size: 16px;
		border-style: dashed;
		border-width: 1px;
	}
	
	.MessageErreur a, .MessageOk a, .MessageConfirm a {
		color: #FFFFFF;
	}

	.MessageErreur {
		background-color: #EBCCCC;
		border-color: #9D0000;
		color: #9D0000;
	}
	
	.MessageOk {
		background-color: #CFE1CC;
		border-color: #0E6600;
		color: #0E6600;
	}
	
	.MessageConfirm {
		background-color: #CCCCEF;
		border-color: #0000FF;
		color: #0000FF;
	}
	
	.FieldError {
		background-color: #FFFF99;
		border: #990000 dotted 1px;;
	}
	
	/******************************/
	/*  Pages               */
	/******************************/
	
	
	
	.TextHome {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	#PageDroite .Armes .Image {
		width: 280px;
	}
	
	.Categorie li, .Categorie ul, .Armes li, .Armes ul {
		list-style-type: none;
		margin: 0px;
	}
	
	.Categorie li a, .Categorie li a:visited, .Categorie li a:active {
		font-size: 18px;
		text-decoration: none;
		color: #7191A1;
	}	
	
	.Categorie li a:hover, .Categorie li a:focus {
		font-size: 18px;
		text-decoration: none;
		color: #C58A23;
	}		
	
	body.pp1 .Categorie li#armes-ea-feu a, body.pp1 .Categorie li#armes-ea-feu a:visited, body.pp1 .Categorie li#armes-ea-feu a:active {
		color: #C58A23;
	}	
	
	body.pp2 .Categorie li#armes-blanches a, body.pp2 .Categorie li#armes-blanches a:visited, body.pp2 .Categorie li#armes-blanches a:active {
		color: #C58A23;
	}	
	
	body.pp3 .Categorie li#divers a, body.pp3 .Categorie li#divers a:visited, body.pp3 .Categorie li#divers a:active {
		color: #C58A23;
	}
	
	.Armes #PageGauche .ImageDiv {
		float: left;
		margin-right: 10px;
		width: 190px;
	}
	
	.Armes #PageGauche .ImageDiv a {
		text-decoration: none;
		color: #7191A1;
	}

	.Armes #PageGauche .InfosDiv {
		float: right;
		width: 410px;
	}	
	
	.Armes #PageGauche #Page li {
		margin-bottom: 40px;
	}
	
	.Armes #PageGauche .PlusImages {
		font-size: 12px;
		text-align: center;
	}
	
	.Armes #PageGauche .Prix {
		font-size: 16px;
	}
	