body {
	  	margin : 0;
	  	font-family : verdana, arial, helvetica, sans-serif;
	  	color : #000000;
		font-size: 76%;
		background-image:url(../../images/fond2.jpg);  
		
}
 	span.taille18 {
	  	font-size : 18pt;
}
	.jaunetitre {
	  	color : #009900;
}

}
 	span.taille16 {
	  	font-size : 16pt;
}
	.titre2 {
	  	color : #FF0000;
}


.ftab {
	BACKGROUND-COLOR:#FFFFFF;
	line-height:25px;
	
	font-family :  arial, verdana, helvetica, sans-serif; font-size:14px;
	text-align:justify;
	
	}
	a {
	  	text-decoration : none;
		font-weight:bold;
		font-family :  arial, verdana, helvetica, sans-serif; font-size:12px;
}
	  	a:link {
	  	color : #0860a9;
		
}
	  	a:visited {
	  	color : #0860a9;
		
}
	  	a:hover {
	  	text-decoration : underline;
	  	color : #fc0033;
		
}


#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 15px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 6px 10px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../media/pinkbg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 5px solid #000055; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(../media/pinkbgover.gif); /*background image swap on hover*/
}





p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}


