	body {
		background: #eae1c9 url(/images/arrierePlan.gif) repeat-x;
	}
	
	div#enTete {
		padding:10px 0px 0px 20px;
		position:relative;
	}
	
	div#menu {
		clear:both;
		padding-top:36px;
	}
	
	html>body div#menu {			/* POUR QUE IE6 IGNORE */
		margin-top:33px;
		border:solid 1px transparent;
		padding-top:0px;
	}
	
	div#menu ul#listeMenu li {
		float:left;
		margin-top:0px;
	}

/*======================================================================================================*/
/*					Sous menu pour accueil																*/
/*======================================================================================================*/
div.sousmenu { position: absolute; visibility: hidden; z-index: 20; top: 180px; background: #fff; width: 170px; font-weight: bold; font-size:11px; font-family:Verdana;}

div#sousmenu1 { display: none; }
div#sousmenu2 { margin-left: 0px; width:250px;  }
div#sousmenu3 { margin-left: 104px; width:250px; }
div#sousmenu4 { display: none;}
div#sousmenu5 { margin-left: 391px;  width:200px;}
div#sousmenu6 { margin-left: 526px; width: 250px; } 



/*======================================================================================================*/
/*					TEASER PRINCIPAL																	*/
/*======================================================================================================*/
	
	div#teaserPrincipal {
		clear:both;
		font-size:0.8em;
		line-height:1.4em;
		color:#092b4b;
		padding:30px 0px 47px 55px;
	}
	
	html>body div#teaserPrincipal {		/* POUR QUE IE6 IGNORE */
		padding:0px;
		border:solid 1px transparent;
		margin-bottom:47px;
	}
	
	div#teaserPrincipal div#introduction {
		float:left;
		width:264px;
		padding:45px 0px 0px 0px;
	}
	
	html>body div#teaserPrincipal div#introduction {		/* POUR QUE IE6 IGNORE */
		margin:65px 0px 0px 30px;
		border:solid 1px transparent;
		padding:0px;
	}
	
	div#teaserPrincipal div#introduction h1 {
		position:absolute;
		left:-9999px;
	}
	
	div#teaserPrincipal div#introduction p {
		padding-bottom:30px;
	}
	
	html>body div#teaserPrincipal div#introduction p {		/* POUR QUE IE6 IGNORE */
		margin-bottom:30px;
		padding-bottom:0px;
	}
	
	div#teaserPrincipal a:link,
	div#teaserPrincipal a:visited {
		font-size:0.9em;
		font-weight:bold;
		color:white;
		line-height:0px;
		background:transparent url(/images/plus2.gif) no-repeat 0% 50%;
		padding-left:20px;
		height:1%;
	}
	
	div#teaserPrincipal a:hover,
	div#teaserPrincipal a:active,
	div#teaserPrincipal a:focus {
		color:#00477f;
	}
	
	div#teaserPrincipal #citation {
		float:left;
		width:230px;
		font-family:Times, serif;
		font-size:1.0em;
		font-weight: bold;
		color:#465b85;
		letter-spacing: 0.1em;
		padding:45px 0px 0px 80px;
	}
	
	html>body div#teaserPrincipal #citation {		/* POUR QUE IE6 IGNORE */
		margin:75px 0px 0px 60px;
		padding:0px;
	}
	
	div#teaserPrincipal #citation cite {
		position:relative;
		top:15px;
		left:40px;
		font-style:italic;
		font-weight:bold;
		
	}
	
	div#teaserPrincipal div.replacer {
		clear:both;
	}
	
	
	

	
/*======================================================================================================*/
/*					DERNIÈRES NOUVELLES																	*/
/*======================================================================================================*/
	
	div#dernieresNouvelles {
		clear:both;
		background-color:white;
		width:472px;
		font-size:0.8em;
		line-height:1.4em;
		position:relative;
		height:1%;
		float:left;
		margin: 0px 20px 0px 5px;
	}
	
	html>body div#dernieresNouvelles {		/* POUR QUE IE6 IGNORE */
		margin-bottom:30px;
		background:white url(/images/bordureBasBlanche.gif) no-repeat 100% 100%;
	}
	
	div#dernieresNouvelles h2 {
		background:white url(/images/dernieresNouvellesE.gif) no-repeat;
		display:block;
		line-height:43px;
	}
	
	div#dernieresNouvelles h2 span {
		position:relative;
		left:-9999px;
	}
	
	div#dernieresNouvelles ul {
		background:white url(/images/bordureNouvelles.gif) no-repeat 100% 100%;
		width:208px;
		padding-bottom:85px;
		float:left;
	}
	
	div#dernieresNouvelles ul li {
		background:white url(/images/bordureNouvellesBas.gif) no-repeat 0% 100%;
	}
	
	div#dernieresNouvelles ul li a:link,
	div#dernieresNouvelles ul li a:visited {
		display:block;
		width:170px;
		border-left:solid 8px white;
		background:transparent url(/images/bordureNouvelles.gif) no-repeat 100% 50%;
		padding:5px 15px;
		color:#5b5a54;
	}
	
	
	html>body div#dernieresNouvelles ul li a:link,		/* POUR QUE IE6 IGNORE */
	html>body div#dernieresNouvelles ul li a:visited {
		border-left:solid 8px transparent;
	}
	
	div#dernieresNouvelles ul li a:hover,
	div#dernieresNouvelles ul li a:active,
	div#dernieresNouvelles ul li a:focus {
		border-left:solid 8px #004378;
		background:transparent url(/images/bordureNouvellesHover.gif) no-repeat 100% 50%;
		color:#00477f; 
		
	/*	border-left:solid 8px #004378;
		background:#fff8ea url(../images/bordureNouvellesActive.gif) no-repeat 100% 50%;
		color:#00477f;*/
	}
	
	.nouvelleActif{
		border-left:solid 8px #feba2e;
		background:#fff8ea url(/images/bordureNouvellesActive.gif) no-repeat 100% 50%;
		color:#00477f;
	}
	
	
	html>body div#dernieresNouvelles ul li a:hover,		/* POUR QUE IE6 IGNORE */
	html>body div#dernieresNouvelles ul li a:active,
	html>body div#dernieresNouvelles ul li a:focus {
		border-left:solid 8px #004378;
	}
	
	div#dernieresNouvelles ul li.nouvellesActif a:link,
	div#dernieresNouvelles ul li.nouvellesActif a:visited {
		border-left:solid 8px #feba2e;
		background:#fff8ea url(/images/bordureNouvellesActive.gif) no-repeat 100% 50%;
		color:#00477f;
	}
	
	div#dernieresNouvelles a#toutesNouvelles:link,
	div#dernieresNouvelles a#toutesNouvelles:visited {
		background:white url(/images/plus3.gif) no-repeat 0% 50%;
		position:absolute;
		top:0px;
		right:0px;
		padding-left:20px;
		margin:12px;
		color:#7fa3bf;
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.7em;
	}
	
	div#dernieresNouvelles a#toutesNouvelles:hover,
	div#dernieresNouvelles a#toutesNouvelles:active,
	div#dernieresNouvelles a#toutesNouvelles:focus {
		color:#00477f;
	}
	
	div#dernieresNouvelles div#nouvelle {
		float:left;
		width:260px;
	}
	
	div#dernieresNouvelles img {
		/*background:Black url(/images/bordureImageNouvelle.gif) no-repeat 50% 0%;*/
		border:solid 2px #e9e9e9;
		padding:9px;
		margin:10px;
	}	
	
	div#dernieresNouvelles p {
		font-size:0.8em;
		line-height:1.3em;
		padding:0 10px 10px 10px;
		color:#5b5a54;
	}
	
	div#dernieresNouvelles div#nouvelle div a:link,
	div#dernieresNouvelles div#nouvelle div a:visited{
		color:#feba2e;
		background:white url(/images/plus4.gif) no-repeat 0% 50%;
		padding-left:18px;
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.8em;
		margin-left:9px;
	}
	
	div#dernieresNouvelles div#nouvelle a:link, 
	div#dernieresNouvelles div#nouvelle a:visited {
		color:#feba2e;
	}
	
	div#dernieresNouvelles div#nouvelle a.InText{
		color:#feba2e;
		background:none;
		padding-left:0px;
		font-weight:bold;
		text-transform:none;
		font-size:10px;
		margin-left:0px;
		
	}
	
	div#dernieresNouvelles div#nouvelle a:hover,
	div#dernieresNouvelles div#nouvelle a:active,
	 {
		color:#00477f;
	}
	
	div#dernieresNouvelles div.replacer {
		clear:both;
	}
	
	
/*======================================================================================================*/
/*					VIDÉOS																				*/
/*======================================================================================================*/
	
	div#accueilVideos {
		width:472px;
		position:relative;
		margin-bottom:10px;
		background:#feba2e url(/images/bordureRondeAccueil.gif) no-repeat 100% 100%;
		float:left;
	}
	
	div#accueilVideos h2 {
		background:white url(/images/fondationVideo2E.gif) no-repeat;
		height:42px;
	}
	
	div#accueilVideos h2 span {
		position:absolute;
		left:-9999px;
	}
	
	div#accueilVideos ul li {
		background:transparent url(/images/bordureAccueilVideo.gif) repeat-y;
		float:left;
		padding:8px 0px 8px 19px;
	}
	
	div#accueilVideos ul li.premierDeListe {
		background:transparent url(/images/fondVideo.gif) no-repeat;
	}
	
	div#accueilVideos ul li a img {
		border:solid 1px white;
	}
	
	div#accueilVideos ul li h3 {
		color:#5b5a54;
		font-size:0.6em;
		line-height:1.3em;
		width:104px;
	}
	
	div#accueilVideos a#tousVideos:link,
	div#accueilVideos a#tousVideos:visited {
		position:absolute;
		top:0px;
		right:0px;
		background:#feba2e url(/images/plus5.gif) no-repeat 0% 50%;
		padding-left:20px;
		margin:10px;
		color:white;
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.6em;
	}
	
	div#accueilVideos a#tousVideos:hover,
	div#accueilVideos a#tousVideos:active,
	div#accueilVideos a#tousVideos:focus {
		color:#00477f;
	}
	
	div#accueilVideos div.replacer {
		clear:left;
	}
	
/*======================================================================================================*/
/*					PUBLICATIONS																		*/
/*======================================================================================================*/
	
	div#accueilPublications {
		width:472px;
		background:#feba2e url(/images/bordureRondeAccueil.gif) no-repeat 100% 100%;
		position:relative;
		float:left;
	}
	
	html>body div#accueilPublications {		/* POUR QUE IE6 IGNORE */
		margin-bottom:10px;
	}
	
	div#accueilPublications h2 {
		background:white url(/images/publications2E.gif) no-repeat;
		height:42px;
	}
	
	div#accueilPublications h2 span {
		position:absolute;
		left:-9999px;
	}
	
	div#accueilPublications ul li {
		background:transparent url(/images/bordureAccueilVideo.gif) repeat-y;
		float:left;
		padding:8px 0px 8px 16px;
		width:220px;
	}
	
	div#accueilPublications ul li.premierDeListe {
		background:transparent url(/images/fondVideo.gif) no-repeat;
	}
	
	div#accueilPublications ul li img {
		float:right;
	}
	
	div#accueilPublications ul li h3,
	div#accueilPublications ul li p {
		color:#5b5a54;
		font-size:0.7em;
		line-height:1.4em;
		font-weight:bold;
		height:1%;
	}
	
	div#accueilPublications ul li p {
		font-weight:normal;
	}
	
	div#accueilPublications div.replacer {
		clear:both;
	}
	
	div#accueilPublications a#toutesPublications:link,
	div#accueilPublications a#toutesPublications:visited {
		position:absolute;
		top:0px;
		right:0px;
		background:#feba2e url(/images/plus5.gif) no-repeat 0% 50%;
		padding-left:20px;
		margin:10px;
		color:white;
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.6em;
	}
	
	div#accueilPublications a#toutesPublications:hover,
	div#accueilPublications a#toutesPublications:active,
	div#accueilPublications a#toutesPublications:focus {
		color:#00477f;
	}
	
	
	.section-gestes { margin:-10px 0 10px 9px; }
	.section-gestes, .section-gestes a { color:#ca5b55; font-size:14px; font-family:Arial; font-weight:bold; font-style:italic; text-decoration:none; line-height: 1.4em; }
	.section-gestes .pAbsolue { position:absolute; }
	.section-gestes .marge-gauche { margin-left:692px; }
	.section-gestes .text-droite { margin-right:0px; margin-bottom:0px; }
	.section-gestes #visionnez { margin-top:65px; width:250px; font-size:18px;}
	.section-gestes #communiques { margin-top:185px; width:250px; display:none; }
	.section-gestes #video-maman { margin-top:100px; }
	.section-gestes #video-papa { margin:100px 0 0 822px; }
	.section-gestes #filet { margin:170px 0 0 688px; }
	.fLeft { float:left; }
