/* CSS Document */

	body{
		font-family:arial;
		font-size:12px;
		color:#285FA5;
		margin:0;
		padding:0;
	}
	
	a img{
		border:0;
	}
	
	form{
		margin:0;
		padding:0;
	}
	
	.clear{
		clear:both;
		height:1px;
	}
	
	.clearBloc{
		clear:both;
		height:14px;
	}
	
	#repere{
		height:1px;
		width:1px;
		position:absolute;
		bottom:0;
		right:0;
		z-index:0;
	}
	
	#global{
		width:610px;
		border:1px solid #000;
		padding:10px;
	}
	
	#entete{
		width:610px;
	}
	
	#logo{
		width:610px;
		height:59px;
		text-align:center;
	}
	
	#bandeau{
		float:left;
		width:365px;
		display:none;
	}
	
	#menu{
		display:none;
	}
	
	#barreGauche{
		display:none;
	}
	
	#contenu{
	}
		
	#zoneContenu{
	}
	
	#zoneContenu h1{
		font-family:Trebuchet MS, Verdana, Arial;
		font-size:170%;
		font-weight:bold;
		font-style:italic;
		padding:0 7px 0 0;
		margin:18px 0 18px 0;
		border-bottom:1px solid #325692;
		text-align:right;
		width:505px;
	}
	
	#zoneContenu h2{
		font-weight:bold;
		font-size:100%;
		margin:0 0 2px 0;
	}

	#pied{
		width:610px;
		color:#000;
		text-align:center;
		font-size:100%;
	}

	/* page présentation */
	
	#presentation{
	}
	
	#presentation img{
		float:right;
		margin:0 0 5px 10px;
		border-top:1px solid #444;
		border-right:1px solid #444;
		border-left:1px solid #666;
		border-bottom:1px solid #666;
		width:200px;
	}
	
	#coordonneesAccueil{
		background-image:url(images/fond-coordonnees-accueil.gif);
		background-repeat:no-repeat;
		width:519px;
		height:54px;
		color:#fff;
		text-align:center;
		padding:6px 0 0 0;
	}
	
	.plusGrand{
		font-size:120%;
		font-weight:bold;
	}
	
	/* page occasions */
	
	#contenuOccasions{
		padding:0 0 0 12px;
	}
	
	.visuelVignette{
		float:left;
		width:162px;
		margin:0 25px 0 0;
	}

	.vignetteOccasion img{
		border-top:1px solid #444;
		border-right:1px solid #444;
		border-left:1px solid #666;
		border-bottom:1px solid #666;
	}
	
	.texteVignette{
		float:left;
		width:300px;
	}
	
	.prixEtNomOccasion{
		width:300px;
		height:20px;
	}
	
	.nomOccasion{
		float:left;
		width:194px;
		padding:2px 10px 0 10px;
		color:#325692;
		font-weight:bold;
	}
	
	.prixOccasion{
		float:left;
		width:66px;
		color:#000;
		font-size:120%;
		font-weight:bold;
		padding:2px 10px 0 0;
		text-align:right;
	}
	
	.texteOccasion{
		margin:5px 10px 0 10px;
	}
		
	
	.clearOccasion{
		clear:both;
		height:20px;
	}
	
	
	/* page associations */
	
	#contenuAssociations{
		padding:0 10px 0 12px;
	}
	
	#associationContenu p{
		margin:0 0 10px 0;
		padding:0;
	}
	
	#albumsPhotos{
		float:right;
		margin:0 0 5px 16px;
		width:222px;
	}
	
	#albumsPhotosContenu{
		width:208px;
		background-color:#90B0E6;
		padding:10px 7px 0 7px;
	}
	
	#albumsPhotosContenu ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#albumsPhotosContenu li{
		margin:0;
	}
	
	#albumsPhotosContenu a{
		display:block;
		width:186px;
		min-height:13px;
		_height:13px;
		padding:5px 5px 5px 17px;
		color:#fff;
		font-size:90%;
		font-weight:bold;
		background-image:url(images/puce-albums.gif);
		background-repeat:no-repeat;
		background-position:6px 7px;
		text-decoration:none;
	}
	
	#albumsPhotosContenu a:hover{
		background-color:#1A4A9B;
	}
	
	
	/* page galerie */
	
	#retour{
		width:505px;
		padding:0 7px 0 0;
		margin:-6px 0 18px 0;
		text-align:right;
	}
	
	#titreGalerie{
		width:472px;
		height:18px;
		padding:2px 0 0 23px;
		margin:0 0 16px 0;
		background-image:url(images/fond-titre-galerie.gif);
		background-repeat:no-repeat;
		color:#fff;
		font-size:120%;
		font-weight:bold;
		font-style:italic;
	}
	
	#galerieVignettes{
		float:left;
		width:222px;
		margin:0 43px 0 0;
	}
	
	.galerieVignette{
		float:left;
		width:69px;
		height:50px;
		margin:0 5px 0 0;
		text-align:center;
	}
	
	.galerieDerniereVignette{
		float:left;
		width:69px;
		height:50px;
		margin:0 0 0 0;
		text-align:center;
	}

	.galerieVignette a img, .galerieDerniereVignette a img{
		filter:alpha(opacity=70); 
        -moz-opacity: 0.7; 
        opacity: 0.7;
		border:1px solid #fff;
	}
	
	.galerieVignette a:hover img, .galerieDerniereVignette a:hover img{
		filter:alpha(opacity=100); 
        -moz-opacity: 1; 
        opacity: 1;
		border:1px solid #E5141B;
	}
		
	.clearGalerieVignettes{
		clear:both;
		height:5px;
	}
	
	#galerieZoom{
		float:left;
		width:225px;
	}
	
	#galerieZoomVisuel{
		width:225px;
		text-align:center;
	}
	
	#galerieZoomVisuel img{
		border-top:1px solid #444;
		border-right:1px solid #444;
		border-left:1px solid #666;
		border-bottom:1px solid #666;
	}
	
	#legendeVisuel{
		width:225px;
		text-align:center;
		color:#000;
		margin:3px 0 0 0;
		font-size:90%;
	}
	
	
	/* page contact */
	
	#formulaireContact{
		display:none;
	}
	
	
	#planAcces{
		text-align:center;
	}
	
	#confirmationMessage{
		margin:0 0 0 12px;
	}
	

		
		
	
		
		
		
	
	
		
		
		
		