/* CSS Document */


	<style type="text/css">
	
	body,html {

	}
		
	body {
		min-width:758px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:60%;
		color:#00528C;
		margin:0px;
		padding-top:4px;
		background: #FFFFFF;
		background-repeat: repeat-x;
	}
	
	
	
	/* TABLE */
	
	
	table {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	.tableborder {
		background-color:#FFFFFF;
		border: 0;
	}
	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #005189;
	}

	th {
		background-color:#E4EDF3;
		height:20px;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 10px;
		border-top:solid #ADC6DA 1px;

	}
	
	.catalogue th a{
		color: #005189;
	}
	
	.catalogue td a{
		color: #D50063;
	}
	
	.tdborder {
		background-color:#ADC6DA;
		height:1px;
	}
	.tr1 {
		background-color: #F7F8FB;
		height:20px;
		padding-left: 5px;
	}
	.tr2 {
		background-color: #EFF4F8;
		height:20px;
		padding-left: 5px;
	}
	.tdalignecenter {
		text-align: center;	
	}
	

	
	
	
	/* BALISE STANDARD */
	
	img{
		border:0px;
	}
	
	a{
		color:#FF9900;
	}
	
	h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:medium;
		text-transform: uppercase;
		background-color: #E4EDF3;
		border-top:1px solid #ADC6DA;
		color:#99CC00;
		background-image: url(../images/p_flecheBas.gif);
		background-repeat: no-repeat;
	
	}
	
	h3{
		color:#99CC00;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		text-transform: uppercase;
		margin:10px;
	}
		
	td{
		color:#00528C;
	}
	
	strong{
		color:#D50063;
		font-weight:bold;
	}
	
	hr{ 
		display:block;
		height: 1px;
		margin: 0;
		_margin: -7px 0;
		padding: 0;
		background-color: #E4EDF3;
		color: #E4EDF3;
		border: none;
	}
	

	
	/* BALISE INTERNE A CHAQUE DIV */
	

	
	/* DEFINITION COMMUNE */
	
	
	#main p, #mainSingle p {
			padding:0 30px;
    }
	
	#sidebar h1, #sidebar h2, #sidebar h3, #sidebar p {
			padding:0 10px;
	}
	
	/* FIN DEFINITION COMMUNE */
	
	/* SPECIFICATION SPECIFIQUE A LA BALISE MAIN */
	
	#main li{
	list-style-image: url(../images/p_verte.gif);
	margin-left:10px;	
	}
	
	#main h1{
		background-position: 490px 5px;	
	}
	
	#main h2 {
		font-size:25px;
		color:#ADC6DA;
		font-weight:normal;
		padding:0px;
		margin:10px;
	}

	/* FIN SPECIFICATION SPECIFIQUE A LA BALISE MAIN */
	
		/* SPECIFICATION SPECIFIQUE A LA BALISE MAIN */
	
	#mainSingle li{
		list-style-image: url(../images/p_verte.gif);
		margin-left:10px;	
	}
	
	#mainSingle h1{
		background-position: 725px 5px;	
	}
	
	#mainSingle h2 {
		padding:0 10px;
	}

	/* FIN SPECIFICATION SPECIFIQUE A LA BALISE MAIN */
	

	/* SPECIFICATION SPECIFIQUE A LA BALISE SIDEBAR */
	
	#sidebar li{
		list-style-image: url(../images/p_verteSmall.gif);
		margin-left:-10px;	
	}
		
	#sidebar h1{
		background-position: 222px 5px;	
	}
	
	#sidebar h2{
		font-size:25px;
		color:#ADC6DA;
		font-weight:normal;
		padding:0px;
		margin:10px;
	}
	
	#sidebar ul {
		margin-bottom:0;
    }
	
	/* FIN SPECIFICATION SPECIFIQUE A LA BALISE SIDEBAR */
	
	/* SPECIFICATION SPECIFIQUE A LA BALISE FOOTER et BOTTOMFOOTER */
	
	#footer ul{
		margin:0;
		padding:12px;
		list-style:none;
		
	}
	
	#footer li{
		font-weight:bold;
		display:inline;
		margin:0;
		padding: 6px 20px 6px 20px;
	}
	
	#footer a{
		color:#FFFFFF;
	}
	
	#bottomFooter{
		text-align:center;
		color:#FFFFFF;
	}
	
	#bottomFooter a{color:#FFFFFF;	text-decoration: none;}
	#bottomFooter a:hover {text-decoration: underline;}
	
	/* FIN SPECIFICATION SPECIFIQUE A LA BALISE FOOTER */
	
	
	/* Classe */
	
	.imgAlignRight{
		float: right;
	}
	
	.imgAlignLeft{
		float: left;
	}
	
	.imgAlignCenter{
		float: left;
	}
	
	.textAlignRight{
		text-align: right;
	}
	.textAlignLeft{
		text-align: left;
	}
	.textAligncenter{
		text-align: center;
	}
	.center{
		text-align: center;
	}
	
	.firstWord{
		color:#99CC00;
	}
	.secondWord{
		color:#7FA8C5;
	}
	
	.intermediateWord{
		color:#999999;
	}
	
	.error{
		color:#D50063;
		font-weight:bold;
		text-decoration:blink;
	}
	
	/* ENCADRE BLEU */
	
	div.Article {
		background: #E4EDF3
		url(../images/tlRoundedCorner.gif) 
		top left no-repeat;
		width:90%;
		text-align:left;
		margin-left:20px;
	}
	  
	div.ArticleTop {
		background: 
		url(../images/trRoundedCorner.gif) 
		top right no-repeat;
		padding:10px;
		margin:0;
	}
	
	div.ArticleBody {
		background: 
		url(../images/custom_corners_rightborder.gif) 
		top right repeat-y;
		margin:0;
		margin-top:-2em;
		padding:10px;
		font-size:100%;
	}
	div.ArticleFooter {
		background: 
		url(../images/blRoundedCorner.gif) 
		bottom left no-repeat;
		clear:both;
	}

  
	div.alignLeft{
		float:left;
		width:48%;
		border-right:solid #ADC6DA 1px;
	}
  
	div.alignRight{
		float:right;
		width:48%;
	}
  
 
	div.Article p{
		margin:10px -20px 10px -20px;
	}
  

  
	div.ArticleFooter p {
		background: 
		url(../images/brRoundedCorner.gif) 
		bottom right no-repeat;
		display:block;
		margin:0 0 0 0;
	}
	
	/* FIN ENCADRE BLEU */
	
	
	/* These are standard sIFR styles... do not modify */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


	.sIFR-hasFlash h2 {
		visibility: hidden;
		letter-spacing: 0px;
		font-size: 25px;
	}
	
	</style>

