@charset "utf-8";
/* CSS Document */

/*
pour toutes les images, 'border:0px' au lieu de 'border:none' sinon encore, les images ne s'afficheront
pas dans des naviguateurs tels que IE 6, Chrome ou Opera.
*/

/* forme abregee : haut droit bas gauche */

/* ********** */
/* entete.css */
/* ********** */

#fondEntete {
	width:734px;
	height:27px;
	background-image:url(../img/interface/fond-entete.gif);
}

#fondPageGauche,
#fondPageDroit {
	width:242px;
	height:25px;
}

#fondPageGauche {
	background-image:url(../img/interface/fond-page-gauche.gif);
}

#fondPageDroit {
	background-image:url(../img/interface/fond-page-droit.gif);
}

/* ******************** */
/* titre pour les pages */
/* ******************** */

#titrePageAccueil,
#titrePageAnimations,
#titrePageArt,
#titrePageAteliers,
#titrePageContact,
#titrePageConst,
#titrePageCV,
#titrePageExpositions,
#titrePageGestion,
#titrePageMetier,
#titrePageMurale,
#titrePagePlan,
#titrePagePresentation,
#titrePageSansJS {
	width:250px;
	height:25px;
}

#titrePageAccueil {
	background-image:url(../img/interface/titres-page/titre-page-accueil.gif);
}

#titrePageAnimations {
	background-image:url(../img/interface/titres-page/titre-page-animations.gif);
}

#titrePageArt {
	background-image:url(../img/interface/titres-page/titre-page-art.gif);
}

#titrePageAteliers {
	background-image:url(../img/interface/titres-page/titre-page-ateliers.gif);
}

#titrePageConst {
	background-image:url(../img/interface/titres-page/titre-page-construction.gif);
}

#titrePageContact {
	background-image:url(../img/interface/titres-page/titre-page-contact.gif);
}

#titrePageCV {
	background-image:url(../img/interface/titres-page/titre-page-cv.gif);
}

#titrePageExpositions {
	background-image:url(../img/interface/titres-page/titre-page-expositions.gif);
}

#titrePageGestion {
	background-image:url(../img/interface/titres-page/titre-page-gestion.gif);
}

#titrePageMetier {
	background-image:url(../img/interface/titres-page/titre-page-metier.gif);
}

#titrePageMurale {
	background-image:url(../img/interface/titres-page/titre-page-murale.gif);
}

#titrePagePlan {
	background-image:url(../img/interface/titres-page/titre-page-plan.gif);
}

#titrePagePresentation {
	background-image:url(../img/interface/titres-page/titre-page-presentation.gif);
}

#titrePageSansJS {
	background-image:url(../img/interface/titres-page/titre-page-sans-js.gif);
}

/* *********************** */
/* entete pour un fond uni */
/* *********************** */

#uniTitreHaut {
	  width:750px;
	  height:16px;
}
	
#uniCoinSupGauche,
#uniCoinSupDroit {
	  width:16px;
	  height:16px;		  
}
	
#uniCoinSupGauche {
	  background-image:url(../img/interface/commentaires/coin-sup-gauche.gif);
}
	  
#uniCoinSupDroit {
	  background-image:url(../img/interface/commentaires/coin-sup-droit.gif);
}
	  
#uniFondHaut {
	width:718px;
	height:16px;
	background-image:url(../img/interface/commentaires/fond-haut.gif);
}

#uniFondDroit,
#uniFondGauche {
	width:8px;
	background-repeat:repeat-y;
}

#uniFondGauche {
	background-image:url(../img/interface/commentaires/fond-gauche.gif);	
}

#uniFondDroit {
	background-image:url(../img/interface/commentaires/fond-droit.gif);	
}

/* *************************** */
/* entete pour un fond dégradé */
/* *************************** */

#gradientTitreHaut {
	  width:750px;
	  height:16px;
}
	
#gradientCoinSupGauche,
#gradientCoinSupDroit {
	  width:16px;
	  height:16px;		  
}
	
#gradientCoinSupGauche {
	  background-image:url(../img/interface/coin-sup-gauche.gif);
}
	  
#gradientCoinSupDroit {
	  background-image:url(../img/interface/coin-sup-droit.gif);
}
	  
#gradientFondHaut {
	width:718px;
	height:16px;
	background-image:url(../img/interface/fond-haut.gif);
}

#gradientFondDroit,
#gradientFondGauche {
	width:8px;
	background-repeat:repeat-y;
}

#gradientFondGauche {
	background-image:url(../img/interface/fond-gauche.gif);	
}

#gradientFondDroit {
	background-image:url(../img/interface/fond-droit.gif);	
}
