/* -------------------------
   - Styles Divers COMMUNS - 
   -------------------------
*/
	* {		
		font-family: Arial, Helvetica, sans-serif;		
		font-size: 13px;
		color: #000;	
	}

	.eRight {
		display: block;
		float: right;
		padding: 7px 10px;
	}

	.eLeft {
		display: block;
		float: left;
		padding: 10px;
	}

	.eBoth {
		clear: both;
		width: 100%;
	}

	.alert {
		COLOR: #ff5050
	}

	.trait {
		display: block;
		position: relative;
		width: 98%;
		height: 11px;
		margin-bottom: 10px;
		background: url("../images/sepHeadCont.png") center left repeat-x; 
	}


	#bodyContent h1 {
		text-align:left;
		font-size: 1.3em; 
		font-weight: bold;
		margin-top: 15px;
		padding-top: 3px;
		padding-left: 30px;
	}

	#bodyContent h1 em {
	 	font-style: italic; 
	}


	#bodyContent  h2 {
		font-size: 1.2em;
		text-align:left;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 45px;
		color: #732A45;
	}

	#bodyContent  h3 {
		font-size: 1.2em;
		font-weight: 400;
		font-style: italic; 
		padding-top: 10px;
		padding-bottom: 5px;
		display: block;
		margin: 0 auto;
		color: #732A45;
	}

	#bodyContent p {
		font-size: 1em; 
		text-indent: 30px; 
		text-align: justify;
		padding-left: 50px;
		padding-right: 20px;
		padding-bottom: 1em;
	}


	#bodyContent p:first-letter { 
		text-transform: uppercase;
	}



/* --------------------
   - Commun "accueil" - 
   --------------------
*/
	#bodyContent .accueil {
		font-family: Arial, 'Comic Sans MS', Arial, Helvetica, sans-serif;
		text-align:left; 
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 80px;
		border: 0px solid black;
	}	


	#bodyContent .accueil p {
		padding-left: 20px;
		padding-bottom: 2em;
		
	}	

	#bodyContent .accueil p:first-letter {
		font-weight: bold;	
		
	}	

	#bodyContent .accueil .imgTitre {
		padding-top: 8px;
		padding-bottom: 18px;
		padding-left: 5px;
	}


/* -------------------
   - Spécifiques PJM - 
   -------------------
*/

	#bodyPJM  h1 {
		/* color:  rgb(140,43,30);
		   color: #e7e0c6; */
		color: #000;
		/* background: url("../images/peindre00.png") 0px 6px no-repeat;  center left; */
		background: url("../images/divers06.png") 0px 0px no-repeat; 
	}

	#bodyPJM h2 {
		color: #e7e0c6;
		color:  rgb(140,43,30);	 
	}

	#bodyPJM .accueil h1 {
		color: RGB(102,72,45);
		background: url("../images/puce.gif") 0px 70% no-repeat; /* center left; */
	}

	#bodyPJM .accueil p:first-line { 
		font-weight: bold;	
		color: RGB(41,52,58);
	}	



/* -------------------
   - Spécifiques SMD - 
   -------------------
*/

	#bodySMD .accueil {
		padding-left: 80px;
		padding-right: 80px;
	}


	#bodySMD h1 {
		padding-left: 20px;
		padding-bottom: 3px;
		color: #732A45;
		background: url("../images/puce.gif") no-repeat center left; 
	}


	#bodySMD p {
		color: #000080;
	}
