 /** Reset **/
    body{margin:0;padding:0;border:0;/*font-size:100%;*/line-height:1.2em} /* 16x1.2=19.2px */

    /* Textes */
    blockquote,code,h1,h2,h3,h4,h5,h6,p,pre{margin:0;padding:0}
    abbr,acronym{border:0;font-variant:normal}
    address,cite,code,dfn,em,strong,var{font-style:normal;font-weight:normal}
    blockquote:before,blockquote:after,q:before,q:after{content:''}
    /*blockquote,q{quotes:'' ''}*/
    code,kbd,pre,samp,tt{font-size:115%;font-family:monospace}
    h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;line-height:1.2em}
    sup{vertical-align:text-top}
    sub{vertical-align:text-bottom}
    del,ins{text-decoration:none;}

    /* Liens */
    a,a *{cursor:pointer}

    /* Listes */
    dd,dl,dt,ol,ul,li{margin:0;padding:0}
    ol,ul,dl{text-align:left}
    li{list-style:none; margin:0 0;}

    /* Formulaires */
    button,fieldset,form,input,legend,textarea{margin:0;padding:0}
    fieldset{border:0}
    button,input,optgroup,option,select,textarea{font-style:normal;font-weight:normal;font-size:16px}
    button,input[type=button],input[type=submit],input[type=reset]{height:1.8em} /* 16x1.8=28.8px */

    /* Tableaux : mettre 'cellspacing="0"' dans la table */
    table{border-collapse:collapse;border-spacing:0;font-size:inherit}
    td,th{margin:0;padding:0}
    caption,th{font-style:normal;font-weight:normal;text-align:left}

    /* Autres */
    div{margin:0;padding:0;background-color:transparent;text-align:left}
    hr,a img{border:0}
    applet,iframe,object{border:0;margin:0;padding:0}
    
/** Paramètrages de base **/
    /* Fond de page */
    body{}

    /* Textes */
    body,button,input,optgroup,option,select,textarea{font-family:arial,helvetica,verdana,"Bitstream Vera Sans",clean,sans-serif;font-size:12px;color:#666}
    strong{font-weight:bold}
    em{font-style:italic}
    /*ins{text-decoration: none}*/
    del{text-decoration:line-through}

    /* Titres */
    h1{font-size:25px;color:#999}
    h2{font-size:18px;color:#999}
    h3{font-size:18px;color:#999}
    h4{font-size:18px;color:#999}
    h5{font-size:18px;color:#999}
    h6{font-size:18px;color:#999}

    /* Liens */
    /* LVHA order :link, :visited, :hover, :focus, :active */
    a,a:link,a:active,a:visited{text-decoration:none;color:#CB3398}
    a:focus,a:hover{text-decoration:underline;color:#CB3398}
	
/** Utiles **/
	/**
	 * Pour le curseur "pointer" sur les boutons de formulaite
	 * label : marche pas sur safari...
	 **/
	button,input[type=button],input[type=image],input[type=reset],input[type=submit],label{cursor:pointer}
	
	/**
	 * Pour cacher le texte replacé par une image
	 **/
	.hidden{position:absolute;left:-9999px}
	/*.hidden{display:none}*/
	
	/**
	 * Pour cacher du contenu qui ne doit apparaitre qu'à l'impression
	 **/
	.printOnly{display:none}
	/**
	 * Force l'assenceur de scroll vertical sur FF.
	 * Evite les sauts lors de la navigation entre une page avec et une page sans barre de scroll
	 * dans les sites centrés horizontalement.
	 **/
	body{height:101%}
	html{overflow-y:scroll;}

/** Paramétrages spécifiques **/

	/* Layout */
	body{padding:0 0}
	#outer-wraper{text-align:center}
		#inner-wraper{background-color:white; width:986px; margin:0 auto;}
			#outer-header{padding:0 10px 0 0}
				#inner-header{overflow:hidden;}
					#header-logo{float:left; background-image:url(../images/fond-header.gif); background-repeat:no-repeat;}
					#header-formulaireNewsletter{
						width:250px; height:56px;
						background-image:url(../images/newsletter-fond.jpg); background-repeat:no-repeat;
						float:left;
						position:relative;
						left:450px;
						z-index:5;
					}
					/**/
					#field-newsletter{
						width:170px; height:22px;
						position:relative; left:8px;
						margin-top:25px;
						padding-top:4px; padding-left:3px;
						background-image:url(../images/fond-field-newsletter.jpg); background-repeat:no-repeat;
						float:left;				
					}
					#input-newsletter{color:#0a378a; width:140px; margin-left:6px;font-size:11px; border:none; background-color:transparent;}
					/**/
					#header-logo p{display:inline;height:22px;}
					/**/
					#btnewsletter{
						width:34px;
						height:22px;
						background-color:#1c458e;
						border:1px solid #1c458e;
						color:#FFFFFF;
						position:relative;
						top:25px;
						left:20px;
					}
					/**/
					#englishFlag{
						float:left; margin-left:485px; margin-top:30px;
					}					
					/**/	
					#header-elements{float:right}
					#inner-header object{margin-top:10px;overflow:hidden;display:block;clear:both}
					#header-nav{overflow:hidden;clear:both;width:100%}
						#header-nav li{float:left}
					#header-sous-nav{overflow:hidden;height:25px; clear:both}
						#header-sous-nav li{float:left}
						
			#outer-content{padding:0 0 0 0; width:1000px; position:relative; top:15px;}
			
				#inner-content{overflow:hidden; width:480px;}
			
			#outer-footer{padding:20px 0 0; width:1000px;}
			#outer-footer img{margin:0 0 0 0; display:inline;}
			
				#inner-footer{overflow:hidden;width:100%;margin-top:10px}
					#footer-adresse{float:left;margin:4px}
					#footer-copyright{float:right;padding-left:4px;border-left:1px solid #CB3398;margin:4px}
					#footer-mentions{float:right;margin-top:4px}
	
	/* Header */
		/* Header elements */
			#header-logo{height:265px;width:986px;}
				#header-logo a{display:block;}
			#contact{text-align:right}
					
		/* Nav */
			#nav{
				background-color:#FFF;
				width:275px; height:563px;
				float:left;
				background-image:url(../images/nav-fond.jpg); background-repeat:no-repeat;
				background-position:0px 0px;
				padding-top:25px;
				margin-right:10px;
			}
			/**/
			#nav li{text-align:left; text-transform:uppercase; font-size:15px; text-decoration:none; margin-left:21px; margin-top:0px; margin-bottom:3px; }
				#nav a{display:block; padding:1px 0;}
				#nav a:hover {color:#999;text-decoration:none}
			#nav img{border:none;}		

	/* Footer */
	#inner-footer{background-color:#E5E5E5;font-size:10px;}
	
	/* Content */
	#inner-content{width:711px; height:auto; /*background-image:url(../images/accueil-fondccontenu.jpg); background-repeat:repeat-y;*/}
	
	h1{padding-bottom:10px; margin:10px; border-bottom:1px solid #666}
	
	/*FLASH */
	#flashcontent {height:263px; width:985px; position:relative; top:-56px; z-index:3;}
	/**/
	/**/
	/**/
	/**/
	/**/
	/*ACCUEIL */
	#enbrefAccueil {width:711px; height:35px; background-image:url(../images/accueil-titreenbref.jpg); background-repeat:no-repeat;}
	#contenuAccueil{
		background-image:url(../images/accueil-fond.jpg); background-repeat:no-repeat;
		width:711px; height:508px;
		padding-top:15px;
	}
	#contenuAccueil #gauche{width:325px; position:relative; left:15px; line-height:20px; font-size:11px; color:#000000; float:left;}
	#contenuAccueil #droite{width:328px; position:relative; left:35px; top:235px; line-height:20px; font-size:11px; color:#000000; float:left;}
	#contenuAccueil	#texteSociete{width:270px; margin-left:13px; margin-top:5px; margin-bottom:20px;}
	#contenuAccueil	#texteFoires{width:325px; margin-left:13px; position:relative; top:15px;}
	.bleuGras11{font-size:11px; font-weight:bold; color:#0a378a;}
	.bleuGras12{font-size:12px; font-weight:bold; color:#0a378a;}
	.bleu{color:#0a378a;}
	#contenuAccueil	.imageLireSuite{margin-left:13px; position:relative; top:30px;}
	#contenuAccueil	.imageLireSuite-2{margin-left:13px; position:relative; top:30px; padding-bottom:20px;}
	#basContenu {width:711px; height:18px; background-image:url(../images/accueil-fondbasccontenu.jpg); background-repeat:no-repeat; display:block;}
	
	/* PRESENTATION */
	#titrePresentation{width:711px; height:36px; background-image:url(../images/presentation-titreHautDroite.jpg); background-repeat:no-repeat;}
	#contenuPresentation{
		width:711px; height:750px;
		background-image:url(../images/presentation-fond.jpg); background-repeat:repeat-y;
		background-position:-10px 0px;
		padding-top:15px;
		font-size:11px; color:#000000;
		line-height:20px;
		overflow:hidden;
	}
	#presentationBottom{
		display:block;
		position:relative;
		margin-top:210px;
		margin-left:20px;
	}
	#presentationBottom .blocContenuPresentation{margin-top:21px;}
	#presentationBottom .roseGras{color:#e41347; font-weight:bold;}
	
	#presentationBottom .roseGrasMarginLeft{color:#e41347; font-weight:bold; margin-left:7px;}
	
	#presentationBottom #imagesPresentation{margin-top:20px; margin-left:5px;}
	#presentationBottom #imagePresentation-2{margin-left:37px;}
	#presentationBottom .colonne{width:310px; height:445px; float:left;}
	#presentationBottom .colonne p{margin-left:7px;}
	.37pxDroite{margin-left:50px;}
	/**/
	#presentationBottom .colonne .titreJaune{
		width:219px; height:22px; padding-top:2px; padding-left:6px;
		background-image:url(../images/fond-jaune-titre.jpg); background-repeat:no-repeat;
		text-transform:uppercase;
		font-weight:bold;
		font-size:14px;
	}
	#presentationBottom .colonne .titreJauneLong{
		width:231px; height:22px; padding-top:2px; padding-left:6px;
		background-image:url(../images/fond-jaune-titre-long.jpg);
		background-repeat:no-repeat;
		text-transform:uppercase;
	}	
	#presentationBottom .colonne .titreJauneLong-2{
		width:319px; height:22px; padding-top:2px; padding-left:6px;
		background-image:url(../images/fond-jaune-titre-long-2.jpg);
		background-repeat:no-repeat;
		font-size:12px; font-weight:bold; color:#0a378a;
		text-transform:uppercase;
	}	
	#colonneDroiteFormation .titreJauneLong-2{
		width:319px; height:22px; padding-top:2px; padding-left:6px;
		background-image:url(../images/fond-jaune-titre-long-2.jpg);
		background-repeat:no-repeat;
		font-size:12px; font-weight:bold; color:#0a378a;
		text-transform:uppercase;
	}
	/**/
	/**/
	/**/
	/**/
	/**/
	/**/
	/**/
	/* FORMATION */
	#titreFormation{width:1000px; height:36px; background-image:url(../images/formation-titreHautDroite.jpg); background-repeat:no-repeat;}
	#contenuFormation{
		width:711px; height:980px;
		background-image:url(../images/formation-fond.jpg); background-repeat:repeat-y;
		background-position:-10px 0px;
		padding-top:15px;
		font-size:11px; color:#000000;
		line-height:20px;
		overflow:hidden;
	}
	#contenuFormation #presentationBottom{
		display:block;
		margin:90px 0 0 20px;
	}
	#contenuFormation #presentationBottom .colonne{width:330px; height:445px; float:left;}
	#contenuFormation #presentationBottom .blocContenuPresentation{margin-top:0px;}
	
	#contenuFormation #presentationBottom .blocContenuPresentation .titreJaune{
		width:219px; height:22px; padding-top:2px; padding-left:8px;
		background-image:url(../images/fond-jaune-titre.jpg); background-repeat:no-repeat;
		text-transform:uppercase;
		font-size:12px; font-weight:bold; color:#0a378a;
	}
	
	#contenuFormation #presentationBottom .colonne .titreJaune{
		width:219px; height:22px; padding-top:2px; padding-left:8px;
		background-image:url(../images/fond-jaune-titre.jpg); background-repeat:no-repeat;
		text-transform:uppercase;
		font-size:12px; font-weight:bold; color:#0a378a;
	}
	#contenuFormation #presentationBottom .colonne .titreJauneLong{
		width:300px; height:22px; padding-top:2px; padding-left:8px;
		background-image:url(../images/fond-jaune-titre-long.jpg);
		background-repeat:no-repeat;
		text-transform:uppercase;
		font-size:12px;
	}
	
	.puceRouge{width:auto; padding-left:10px; margin-left:9px; background-image:url(../images/formation-puce-rouge.jpg); background-repeat:no-repeat; background-position:0px 2px; display:inline;}
	.puceRougeDroite{width:auto; padding-left:10px; margin-left:0px; background-image:url(../images/formation-puce-rouge.jpg); background-repeat:no-repeat; background-position:0px 2px; display:inline;}
	
	#colonneDroiteFormation{
		margin-left:31px; height:950px;
		float:left;
		width:310px;
		background-image:url(../images/formation-fondAgrement.jpg); background-repeat:no-repeat; background-position:-2px 570px;}
	
	
	#blocAgrement{
		width:300px; height:136px;
		margin-top:43px;
		padding-left:11px;
		padding-top:9px;
		color:#FFFFFF;
		line-height:15px;
		font-size:11px;
	}
	/**/
	.rose{color:#e41347;}
	/**/
	/**/
	/* RECRUTEMENT */
	#titreRecrutement{
		width:1000px; height:36px;
		background-image:url(../images/recrutement-titreDroite.jpg); background-repeat:no-repeat;
	}
	#contenuRecrutement{
		background-image:url(../images/accueil-fondccontenu.jpg); background-repeat:repeat-y;
		padding-left:0px;
		padding-top:10px;
		color:#0a378a;
		line-height:22px;
	}
	#contenuRecrutement .noir11{color:#000000; font-size:11px;}
	#contenuRecrutement .element-1{margin-left:45px}
	#contenuRecrutement .element-2{margin-left:45px}
	#contenuRecrutement .element-3{margin-left:50px}
	#contenuRecrutement .element-4{margin-left:42px}
	
	#contenuRecrutement #paragrapheHaut{
		padding-left:15px;
	}
	#contenuRecrutement #blocDepot{
		background-image:url(../images/fond-depot-candidature.png);
		background-repeat:no-repeat;
		width:690px;
		position:relative;
		top:-45px;
		padding-top:160px;
		margin-left:15px;
	}
	
	
	
	
	#contenuRecrutement .roseGras{color:#e31547; font-size:12px;}
	
	#contenuRecrutement a:visited{color:#e31547; text-decoration:none; font-weight:bold;}
	#contenuRecrutement a:link{color:#e31547;text-decoration:none; font-weight:bold;}
	#contenuRecrutement a:hover{color:#e31547;text-decoration:underline; font-weight:bold;}
	/**/
	/**/
	/* MENTIONS */
	#titreMentions{
		width:1000px; height:36px;
		background-image:url(../images/mentions-titre.jpg); background-repeat:no-repeat;
	}
	#contenuMentions{
	background-image:url(../images/accueil-fondccontenu.jpg); background-repeat:repeat-y;
	padding-left:25px; padding-top:15px;
	color:#000000;
	}
	/* CREDITS */
	#titreCredits{
		width:1000px; height:36px;
		background-image:url(../images/credits-titre.jpg); background-repeat:no-repeat;
	}
	#contenuCredits{
	background-image:url(../images/accueil-fondccontenu.jpg); background-repeat:repeat-y;
	}
	/* STANDS */
	#titreStands{
		width:1000px; height:36px;
		background-image:url(../images/stands-titreDroite.jpg); background-repeat:no-repeat;
	}
	#contenuStands{
		background-image:url(../images/stands-fondccontenu.jpg); background-repeat:repeat-y;
	}
	#topStands{
		color:#fdc51a; font-size:14px; font-weight:bold;
		padding-top:50px; margin-left:50px;
		line-height:23px;
	}
	#StandsBottom{ margin-left:15px; height:710px;}
	#StandsBottom .colonneGauche{width:310px; height:445px; float:left; margin-right:10px; margin-top:55px; margin-left:10px; font-size:11px; font-weight:normal; color:#000000; line-height:20px;}
	#StandsBottom .colonne{width:310px; height:445px; float:left;}
	.blancGras{font-size:14px; font-weight:bold; color:#FFFFFF;}
	.standsConfiance{color:#FFFFFF; width:283px; margin-top:95px; margin-left:43px; line-height:20px; font-size:11px; font-weight:normal;}
	.titreRouge{color:#e41347; font-weight:bold;}
	/**/
	/**/
	/* CONTACT */
	/**/
	/**/
	#titreContact{
		width:1000px; height:36px;
		background-image:url(../images/titre-contact.jpg); background-repeat:no-repeat;
	}
	#contenuContact{
		background-image:url(../images/accueil-fondccontenu.jpg); background-repeat:repeat-y; float:none; height:950px;
	}
	#coordonnees{
		font-size:12px;
		color:#0a378a;
		font-weight:bold;
		padding-top:54px;
		padding-left:27px;
		line-height:20px;
		width:330px;
		height:170px;	
		display:block;
		float:left;
	}
	/**/
	#coordonnees a:link{color:#0a378a;}
	#contact-centre a:link{color:#FFFFFF;}
	/**/
	#gmap{
		float:left;
		width:330px;
		height:190px;
	}
	#coordonnees .txt14{font-size:14px;}
	#contact-centre{
		display:block;
		width:711px; height:265px;
		background-image:url(../images/contact-fond-centre.jpg); background-repeat:no-repeat;
		background-position:-11px;
		padding-left:150px;
		padding-top:50px;
		clear:both;
	}
	/**/
	/**/
	/* FOIRES ET SALONS */
	#titreFoires{
	width:711px; height:35px;
	background-image:url(../images/foiresSalons-titredroite.jpg);
	background-repeat:no-repeat;
	}
	
	#contenuFoires{background-image:url(../images/foires-fondccontenu.jpg); background-repeat:no-repeat; width:700px; height:auto; position:relative; left:11px; padding-top:15px; float:left;}
	
	#contenuFoires #news1{width:200px; position:relative; left:37px; line-height:20px; font-size:11px; color:#000000; float:left;}
	
	#contenuFoires #news2{margin-left:240px; margin-top:150px; line-height:20px; font-size:14px; color:#0a378a;}
	
	#contenuFoires #texteNews2 .titreNews2{font-size:14px; color:#0a378a; font-weight:bold;}
	
	#texteNews2{width:220px; padding-left:20px; height:380px; float:left; z-index:10; font-size:11px; color:#000000;}
	
	#imageNews2{width:187px; margin-left:10px;float:left;}
	
	#imageLireSuite{margin-top:15px; margin-bottom:5px;}
	
	
	.titreListe{color:#0a378a; font-weight:bold; text-transform:uppercase;}
	.tiretRose{color:#e31547; font-weight:bold; font-size:14px;}
	
	.liensFooterContenuFoires{width:711px; padding-left:15px; background-image:url(../images/article-fond.jpg); background-repeat:repeat-y; margin-top:20px; clear:both;}
	
	
	/* SPORTS ET EVENEMENTS */
	#titreSports{
	width:711px; height:36px;
	background-image:url(../images/sports-titredroite.jpg);
	background-repeat:no-repeat;
	}
	#contenuSports{
		background-image:url(../images/sports-fondccontenu.jpg); background-repeat:no-repeat;
		width:711px;
		float:left;
	}
	#paragraphe14px{height:14px; background-image:none;}
	/**/
	#contenuSports #news1{width:200px; position:relative; left:37px; top:15px; line-height:20px; font-size:11px; color:#000000; float:left;}
	/**/
	#contenuSports #news2{margin-left:235px; margin-top:270px; width:470px; line-height:20px; font-size:11px; color:#000000;}
	/**/
	/**/
	#titreNews2Sports{
		height:26px;
		/*
		background-image:url(../images/fond-titre-jaune.jpg);
		background-repeat:repeat-x;
		*/
		text-transform:uppercase;
		color:#0a378a;
		font-weight:bold;
		font-size:14px;
		/**/
		padding-bottom:3px;
		padding-left:14px;
		padding-top:3px;
		/**/
		position:relative;		
		top:6px;
		display:inline;
		/**/
		background-color:#fdc51a;
	}
	#contenuSports #texteNews2{padding-left:60px; padding-top:5px; width:200px; float:left;}
	#contenuSports .titreNews2{font-size:14px; font-weight:bold; text-transform:uppercase; color:#0a378a;}
	#contenuSports #imageNews2{float:left; width:187px; margin-left:15px; padding-top:20px;}
	
	/**/
	/**/
	#liensFooterContenuSports{position:relative; left:25px; top:-30px; margin-top:35px; width:auto; z-index:5; height:35px; background-color:#006666;}
	/**/
	/**/
	/**/
	/**/
	/********* LISTE DES ARTICLES SPORTS / FOIRES *********/
	
	.pagesSuivantes{clear:both;color:#0a378a; margin-left:570px;}
	.pagesSuivantesBreves{clear:both;color:#0a378a; margin-left:597px;}
	/**/
	.bleuGras14{font-weight:bold; font-size:14px; color:#0a378a}
	.chevronsPages{margin-right:7px; position:relative; top:2px;}
	
	
	#titreSports-articles{width:711px; height:39px; background-image:url(../images/sports-articles-titredroite.jpg); background-repeat:no-repeat;}
	#titreSports-articles-2{width:711px; height:39px; background-image:url(../images/sports-articles-titredroite-2.jpg); background-repeat:no-repeat;}
	
	#titreFoires-articles{width:711px; height:39px; background-image:url(../images/foires-articles-titredroite.jpg); background-repeat:no-repeat;}
	#titreFoires-articles-2{width:711px; height:39px; background-image:url(../images/foires-articles-titredroite-2.jpg); background-repeat:no-repeat;}
	
	
	.contenu-articles-sports{
		padding-left:18px;
		padding-top:25px;
		height:255px;
		background-image:url(../images/article-fond.jpg); background-repeat:repeat-y;
	}
		
		/* Bloc du haut avec rectangle fond gris clair */
		.contenu-articles-sports .blocArticle{
			width:335px; height:100px;
			background-color:#eaeaea;
			float:left;
			margin-left:6px; margin-bottom:15px;
			font-size:11px;
			color:#000000;
		}
		.contenu-articles-sports .blocArticle .imageCartoucheArticle{
			float:left;
			position:relative;
			top:6px;
			left:6px;
		}
		.contenu-articles-sports .blocArticle .leTitre{
			width:247px;
			margin-left:85px;
			margin-top:5px;
			font-weight:bold;
			font-size:14px;
			color:#0a378a;
		}
		.contenu-articles-sports .blocArticle .laDate{
			width:247px;
			margin-left:85px;
			font-weight:bold;
		}
		.contenu-articles-sports .blocArticle .texteCartoucheArticle{
			width:247px;
			margin-left:85px;
			margin-bottom:5px;
		}
		.contenu-articles-sports .blocArticle .lienLireSuiteSports{
			width:91px;
			height:13px;
			margin-left:235px;
		}
		/* Bloc du bas avec les brèves */
		#contenu-breves-sports{}
		/**/
		.blocMois{
			width:682px;
			height:auto;
			padding-left:15px;
			padding-top:35px;
			padding-bottom:10px;
			clear:both;
		}
		.blocBreve{
			width:335px;
			height:80px;
			float:left;
			margin-left:3px;
			font-size:11px;
			color:#000000;
			position:relative; top:15px;
			/*border:1px solid #000000;*/
		}
		.blocBreve .imageCartoucheArticle{
			float:left;
			position:relative;
			top:6px;
			left:6px;
		}
		.blocBreve .leTitre{
			width:247px;
			margin-left:85px;
			margin-top:5px;
			font-weight:bold;
			font-size:14px;
			color:#0a378a;
		}
		.blocBreve .laDate{
			width:247px;
			margin-left:85px;
			font-weight:bold;
		}
		.blocBreve .texteCartoucheArticle{
			width:247px;
			margin-left:85px;
			margin-bottom:5px;
		}
		.blocBreve .lienLireSuiteSports{
			width:91px;
			height:13px;
			margin-left:235px;
		}
		
		
		.leMois{
			width:210px;
			height:22px;		
			background-image:url(../images/fondDateCartoucheBreves.jpg);
			background-repeat:no-repeat;
			font-size:14px;
			color:#0a378a;
			font-weight:bold;
			padding:3px 0 0 9px;
		}
		
		#BrevesMois{background-image:url(../images/article-fond.jpg); background-repeat:repeat-y; height:auto;}
		
	/* ARTICLE */
	
	/**/
	
	/**/
	#titreArticle{
		width:711px;
		height:25px;
		
		background-image:url(../images/fondTitreArticle.jpg);
		background-repeat:no-repeat;
		
		font-size:19px;
		font-weight:bold;
		color:#0a378a;
		padding:10px 0 0 30px;
		line-height:17px;
		display:block;
		margin:0 0 0 0;
	}
	/*
	//
	*/
	#contenuArticle{
		background-image:url(../images/article-fond.jpg);
		background-repeat:repeat-y;
		width:711px;
		min-height:770px;
	}
	/*
	//
	*/
	/**/
	#contenuArticle #chapoArticle{
		margin-left:29px;
		width:410px;
		margin-top:10px;
		line-height:20px;
		font-size:14px;
		color:#0a378a;
		font-weight:bold;
		text-align:justify;
		margin-bottom:20px;
		
	}
	#contenuArticle #texteArticle{
		width:410px;
		padding-left:29px;
		margin-top:10px;
		line-height:20px;
		font-size:11px;
		color:#000000;
		text-align:justify;
		background-image:url(../images/article-fond.jpg);
		background-repeat:repeat-y;
	}
	#texteGauche{float:left;}
	/**/
	#videoArticle{
		width:425px;
		height:344px;
		padding-left:29px;
		margin-top:15px;
		float:left;
		z-index:50;
	}
	/**/
	#blocFicheTech{
		width:235px;
		height:282px;
		background-image:url(../images/article-ficheTech-fond.jpg); background-repeat:no-repeat;
		margin-left:17px;
	}
	#texteFicheTech{
		width:183px;
		padding-left:30px;
		padding-top:70px;
		color:#FFFFFF;
		font-weight:bold;
		line-height:20px;
		font-size:11px;
	}
	.jaune{color:#fdc51a; font-size:14px;}
	/**/
	#blocVisionneuseImages{
		width:222px;
		height:370px;
		float:left;
		padding-left:22px;
		padding-top:22px;
	}
	/**/
	#autresEvts{
		float:none;
		clear:both;
		padding-left:485px; width:200px;
		background-image:url(../images/article-fond.jpg);
		background-repeat:repeat-y;
		text-align:left;
		position:relative;
		top:0px;
	}
	/**/
	#basContenu {width:711px; height:18px; background-image:url(../images/accueil-fondbasccontenu.jpg); background-repeat:no-repeat; clear:both;}
	
	#basContenuPresentation {width:711px; height:18px; background-image:url(../images/accueil-fondbasccontenu.jpg); background-repeat:no-repeat; float:none;}
	
	/**/	
	/* FOOTER */
	#footerCopyright{text-align:right; color:#000000; margin-bottom:15px;}
	#footerCopyright .separateur{margin-left:14px; margin-right:14px;}
	#footerCopyright a,
	#footerCopyright a:link{color:#000000; text-decoration:none;}
	#footerCopyright a:hover{text-decoration:underline;}
	
	
	#videoRestaurant{}
	
	
	
	
	
	
	
	
	
	
	
