@charset "iso-8859-1";

		
		body
		{
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #97BDDA ;
			
		}
		hr{
		clear: both;
		visibility: hidden;
		}
		
		img{
		border:0 ;}
		
		img.center{
		display:block;
		text-align: center ;}
		img.flot{
		float:left;
		border:0 ;
		padding: 5px 10px 5px 5px;
		cursor:hand;
		}
		table,th,tr,td{
		
		border:0 ;}
		th.gauche{
		display:block;
		width: 170px ;
		
		
		
		}
		th.centre{
		width: 424px ;
		
		}
		th.droite{
		width: 170px ;
		
		}
		
		
		div#conteneur
		{	
			
			width: 770px ;
			margin: 0 auto ;
			text-align: left ;
			
			background: #fff ;
		}
		
		div#content_2{
		background: transparent url(../img/border-bg-right.gif) repeat-y top right;
		padding: 0 5px 0 0;
		margin:0;
		
		}
		
	
		div#header
		{	
			background: transparent url(../img/banniere.jpg) no-repeat top left;
			height: 140px ;
			width: 764px ;
			margin: 0 auto;
			
			border: 0;
		}
	


		div#header h1 a span
		{
			display: none ;
		}
		
		
		div#banniere{
		background: transparent url(../img/banniere.jpg) no-repeat top left;
		padding: 0;
		margin:0;
		height: 140px ;
		width: 764px ;
		
		}
	
	
	
		#centre { 
		float:left;
		padding: 0;
		margin:0;
		padding-left: 5px;	
		padding-right: 5px;
		border:0;
		width: 754px;
		
		}
		div#centre h2
				{	
					padding:0;
					background: transparent url(../img/puce-rouge.gif) no-repeat left top;
					padding-left: 10px ;
					line-height: 14px ;
					font-size: 1.4em ;
					color: #145187 ; 
					margin: 0 auto;
					border-bottom: 1px solid #CC0000 ;
					border-left: 1px solid #CC0000 ;
		} 
		div#centre span
				{	
					
					line-height: 8px ;
					font-size: 0.9em ;
					color: #000 ; 
					margin: 0 auto;
		} 
		
		div#centre .flottante {
			margin: 5px;
			float: left;
			width: 100px;
			text-align: center;
			}

		
		div#centre a.ssprod
		{
			
			color: #FC8800 ;
			text-decoration: none ;
		}
		
		div#centre a.ssprod:hover
		{
			
			color: #145187;
			text-decoration: none ;
		}
		
		
		 
		#clear {
		clear:both;
		margin: 0;
		padding: 0;
		
		height: 1px;
		width: 764px;
		
		background-color: #FFFFFF;
		
		
		}
		
		
		div#gauche h2
				{	
					background: transparent url(../img/double-puce-grise.gif) no-repeat left center;
					padding-left: 15px ;
					line-height: 14px ;
					font-size: 1.4em ;
					color: #145187 ; 
					margin: 0 auto;
		}
		
		div#gauche h3
				{	
					margin: 0 auto;
					
					font-size: 1.2em ;
					line-height: 12px ;
					color: #7AABCF ;
		}
		
		
		
		div#bleu{
			background: url(../img/hr_bleu.gif) no-repeat left top;
			height: 10px ;
			width: 764px ;
			margin: 0 auto;
			
			border: 0;
			
			}  
			
		div#orange{
			background: url(../img/hr_orange.gif) no-repeat left top;
			height: 12px ;
			width: 764px ;
			margin: 0 auto;
			
			border: 0;
			
			}
		 
		
		div#content_3{
		height: 4px ;
		width: 764px ;
		background: transparent url(../img/menu_fond_bas.gif) repeat-x top left;
		margin: 0 ;
		padding: 0 ;
		border:0;
		margin-bottom: 20px;
		}
		ul#menu
		{
			height: 18px ;
			width: 764px ;
			margin: 0 ;
			padding: 0 ;
			background: url(../img/menu_fond.gif) repeat-x left top;
			list-style-type: none ;
			
		}
		/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel */				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */
		
		ul#menu li a
		{	
			margin-left: 5px;
			
			line-height: 18px ;
			font-size: 1em ;
			font-weight: bold ;
			letter-spacing: 1px ;
			color: #fff ;
			display: block ;
			text-decoration: none ;
			border-right: 1px solid #fff ;
		}/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */
		
		ul#menu li a:hover
		{
			color: #FC8800 ;
			
		}
		
	
#pied {
		margin: 0;
		
		text-align: center; 
		height: 30px;
		background-color: #97BDDA;
		
		
		}
		
#pied a
{
font:bold;
color:#145187;
text-decoration:none;

}

 
#pied a:hover 
{
color:#FC8800;


}
