/* CSS Document */

	/*______________________styles globaux____________________*/

	body{
		margin:0;
		padding:0 0 0 0;
		font-family:arial;
		font-size:11px;
		color:#000;
	}
	
	a img{
		border:0;
	}
	
	form{
		margin:0;
		padding:0;
	}
	
	.left{
		text-align:left;
	}
	
	.right{
		text-align:right;
	}
	
	.center{
		text-align:center;
	}
	
	.justify{
		text-align:justify;
	}
	
	
	/*______________________structure_________________________*/
	
	
	#conteneurGlobal{
		margin:auto;
		padding:3px 0 0 0;
		width:780px;
	}
	
	#blocGauche{
		float:left;
		width:202px;
		position:relative;
		display:none;
	}
	
			#logoEtVisuel{
				width:202px;
			}
			
			#conteneurMenu{
				width:182px;
				position:absolute;
				top:191px;
				left:20px;
				z-index:2;
			}
			
					#menuHaut{
						width:182px;
						height:6px;
					}
					
					#menuContenu{
						width:181px;
						background-color:#FFF8D6;
						border-left:1px solid #588DA3;
						padding:0;
					}
							#moteurRecherche{
								margin:0 0 7px 0;
								padding:0
							}
						
									.champTexte{
										border:1px solid #9f9f9f;
										background-color:#fff;
										padding:1px 4px 1px 4px;
										font-family:arial;
										font-size:11px;
										color:#000;
									}
										
									.conteneurBtnOk{
										padding-left:7px;
									}
									
									.inputImage{
										cursor:pointer;
									}
						
							h1.menu{
								margin:0 0 0 0;
								padding:0 10px 4px 7px;
								font-size:100%;
								font-family:verdana;
								color:#FF8F00;
								border-bottom:1px dashed #9A9A9A;
								
							}
							
							ul.menuItems{
								margin:3px 0 7px 0;
								padding:0;
								list-style:none;
							}
							
							ul.menuItems li{
								margin:0;
								padding:0 0 0 19px;
								background-image:url(../img/environnement/puce_menu.gif);
								background-repeat:no-repeat;
								background-position:10px 5px;
							}
							
							ul.menuItems li a{
								font-size:100%;
								color:#63A858;
								text-decoration:none;
							}
							
							ul.menuItems li a:hover{
								text-decoration:underline;
							}
							
					#menuBas{
						width:182px;
						height:9px;
					}
					
					#contenuSousMenu{
						margin:0;
						padding:0
					}
					
					/*contenu sous le menu pour la home*/
					#liensUtiles{
						margin:0;
						padding:26px 0 0 0;
						background-image:url(../img/environnement/titre_liens_utiles.gif);
						background-repeat:no-repeat;
					}
					
						.btnlienUtile{
							margin:0 0 1px 0;
							padding:0;
						}
				
					/*bas du bloc de gauche pour les pages intérieures*/
					
					#recherchezCliGauche{
						margin:8px 0 0 0;
						padding:26px 0 0 0;
						background-image:url(../img/environnement/recherchez_cli.gif);
						background-repeat:no-repeat;
					}
					
						#recherchezCliContenuGauche{
							padding:0;
							margin:0;
						}
						
						.carteGauche{
							padding:0 0 0 23px;
						}
				
	#blocPrincipal{
		float:left;
		width:578px;
	}
	
			#bandeauHaut{
				width:537px;
				height:45px;
				display:none;
			}
			
			#blocCentral{
				width:535px;
				background-color:#fff;
			}
			
					#actualite{
						width:515px;
						padding:8px 10px 0 10px;
						display:none;
					}
					
					#compas{
						padding:4px 0 5px 18px;
						color:#666;
					}
					
							#compas a{
								font-size:100%;
								color:#417F99;
								text-decoration:underline;
							}
							
							#compas a:hover{
								text-decoration:none;
							}
							
							#compas .actif{
								font-weight:bold;
							}
					
					#contenu{
						width:480px;
						padding:8px 25px 0 30px;
					}
					
							#contenuMargeBas{
								height:15px;
							}
					
					#newsletter{
						width:236px;
						height:33px;
						padding:14px 0 0 299px; 
						background-image:url(../img/environnement/fond_abonnement_newsletter.gif);
						background-repeat:no-repeat;
						background-position:4px 0;
						display:none;
					}
					
						.champNewsletter{
							border:1px solid #9f9f9f;
							background-color:#fff;
							padding:1px 4px 1px 4px;
							font-family:arial;
							font-size:11px;
							color:#8D5002;
						}
					
					
				
				#basBlocCentral{
					width:537px;
					height:7px;
					display:none;
				}
				
				#copyright{
					text-align:center;
					margin:9px 39px 5px 0;
					color:#FBFEFF;
					font-family:arial;
					font-size:90%;
					display:none;
				}
					
	
	#structureClear{
		clear:both;
		height:6px;
		display:none;
	}
		