/**/
/* 	Comportement par défaut des balises
/*	Eléments de structure
/*	Eléments récurrents
/*	Comportement spécifique
/* 		Pour l'impression */
/**/


/* 	Comportement par défaut des balises */

	* {
		margin: 0;
		padding: 0;
	}
	body, textarea, input {
		font-family: Arial, Tahoma, sans-serif;
		font-size: 12px; /* .9em;*/
	}

	body {
		background: #fff;
		color: #000;
		text-align: left;
	}

	h1, h2, h3, h4, h5, h6, legend, caption, th { font-family: "Arial Narrow", Tahoma, sans-serif; font-weight: normal; margin: 2em 0 1.5em; }
	
	h1 { font-size: 2; 		color: #9C0939; }
	h2 { font-size: 1.8em; 	color: #9C0939; }
	h3 { font-size: 1.6em; 	color: #9C0939; }
	h4 { font-size: 1.4em; 	color: #9C0939; }
	h5 { font-size: 1.2em; 	color: #9C0939; }
	h6 { font-size: 1.1em; 	color: #9C0939; }
	
	legend, caption { font-size: 1.3em;}


	ul {		 list-style: url(puce1.gif); }
	ul ul {	 list-style: url(puce2.gif); }
	li, dd {
		margin-left: 1em;
	}
	fieldset, img {
		border: 0;
	}	

	a { color: #9C0939; padding: 0 1px; }
	a:visited { color: #333; }
	a:hover { color: #9C0939; text-decoration: none; background: #E9DADF; }
	.lienExterne {
		background: url(ico-external.gif) no-repeat right center;
		padding-right: 12px;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	abbr {
		cursor: help;
	}

	label:hover {
		cursor: pointer;
	}

	address, cite, code, dfn, ar {
		font-style: normal;
		font-weight: normal;
	}

	q:before, q:after {
		content: '';
	}
	
	p { margin-top: 1.3em;  }
	p br {line-height: 1.6em; }

/*	Eléments de structure */

	#zonePage {
		width: 1000px;
		margin: auto; 
	}
		
		#zoneEntete, #zoneContenu, #zonePiedPage {
			margin: 0 30px;
		}
		#zoneEntete, #zoneContenu {
			text-align: left;
		}
		#zoneEntete {
			overflow: hidden; 
			min-height: 110px;
			padding-top: 10px;
		}
			
			/* Pour remplacer visuellement le <h1> texte par un <h1> image */
			#zoneIdentite { position:relative; min-width:215px;}
			#zoneIdentite h2, 
			#pAccueil #zoneIdentite h1 
				{ font-size:1em; padding-top:1.4em; }
			#zoneIdentite img { position:absolute; top:0; left:0; }
			/**/
			
		#zoneContenu {
			overflow: hidden;
		}
			
			#zonePrincipale {
				float: left;
				width: 690px;
			}
			
			#zoneSecondaire {
				float: left;
				width: 250px;
			
			}
			
		#zonePiedPage {
			clear: both;
		}
	
	.hautPage {background: url(fleche1.gif) no-repeat left center; padding-left: 15px;}
	
	.indication { font-size: 0.9em; margin: 0; }
			
	.mentionsLegales {
		font-size: 0.9em;
		color: #AAA;
	}
		.mentionsLegales h4 {
			font-family: Arial, Tahoma, sans-serif;
			color: #AAA;
			font-size: 1em;
			margin: 0;
		}
		.mentionsLegales p {
			margin-bottom: .5em;
		}

	/* Pour l'impression */
		.infosImpression {
			display: none;
		}
