body {
	font-family: Palatino Linotype, sans-serif;
	color: #000000;
	position:relative;			/*Permet de ne plus avoir d'ascenseur horizontal !*/
	margin-left: 0px;			/*Permet de ne plus avoir d'ascenseur horizontal !*/
	margin-right: 0px;			/*Permet de ne plus avoir d'ascenseur horizontal !*/
	background:#ffffcc;	/*Couleur vert.*/
	
}




#presentation {
	position:absolute;
	margin-top: -11px;
	text-align: left;
	width: 100%;
	height: 161px;
	font-family: Palatino Linotype, sans-serif;
	/*margin-left: 10px;*/
	
	background: url(images/fondlier1.jpg);
	
	/*background: url(images/hdfleur2.png) no-repeat top right;*/
}

#titre{
	margin-left: 30px;
	margin-right: 30px;
	/*text-align: right;*/
	/*border:1px solid #cc00cc;*/
}

#titre h1:first-letter {
	font-size:160%;
	font-style: italic;
	padding: 2px;
	color: #993300;
}

#titre h1{
	font-size: 220%;
	color: #660000;
}

#titre h2{
	font-size: 110%;
	color: #999999;
}



#entete {
	text-align: right;
	/*border:2px solid #BB00FF;*/
	width: 100%;
}

#entete h1{
	font-size: 60%;
	color: #0080D0;
	margin-top: 68px;
}


#contenu {
	font-family: Palatino Linotype;
	margin-top: 242px;
	/*margin-right: 30px; inutil...*/
	font-size: 93%;
	position: absolute;
	width:100%;
	background: #FFFFFF url(images/fond_4.jpg) no-repeat 730px;
	/*border:1px solid #CC00CC;*/
}

#texte {
	width:680px;
	background: #FFFFFF;
	padding-left: 33px;
	padding-right: 33px;
}



#texte object{
	float: left;
	margin: 0px 10px 5px -31px; /*-31 c pour pas trop décalé le txt sous l'image.*/
	/*border-right:3px ridge #CCFFCC;*/
	/*border:1px dotted #CCCCCC;*/
	
}

#texte img{
	float: left;
	margin: 0px 10px 5px -31px; /*-31 c pour pas trop décalé le txt sous l'image.*/
	/*border-right:3px ridge #CCFFCC;*/
	/*border:1px dotted #CCCCCC;*/
	
}

#texte img.milieu{				/* Pour les images des liens vers les catalogues. */
	float: none;
	margin: 0px 0px 0px 0px;
	
	/*border-right:3px ridge #CCFFCC;*/
	/*border:1px dotted #CCCCCC;*/
	
}

#texte h1{
	color: #339900;
	font-size: 200%;
	padding: 3px 0px 5px 0px;
	text-align: center;
}

#texte a:link{
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}

#texte a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #99CC66;
}

#texte a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
}

#texte a:active{
	text-decoration: none;
	font-weight: bold;
	color: #009933;
}

#footer {
	bottom: 20px;
	text-align: center;
	width: 100%;
	color: #660000;
	/*background: #ccff66;*/
	background: #ccff66; /*url(images/bordd8.jpg) no-repeat right;*/	/*A tester sur vieilles configs !*/
}

/*Lien email du pied de page.*/
#footer a:link{
	text-decoration: none;
	font-style: italic;
	color: #006633;
}

#footer a:visited{
	text-decoration: none;
	font-style: italic;
	color: #99CC66;
}

#footer a:hover{
	text-decoration: none;
	font-style: italic;
	color: #CC3300;
}

#footer a:active{
	text-decoration: none;
	font-style: italic;
	color: #009933;
}



#cadres {
	position:absolute;
	margin-top: 149px;
	font-family: Palatino Linotype;
	/*border:2px solid #339933;*/
	width:100%;
}

#navigation {
	font-size: 100%;
	background: #ccff66;
	height:101px;
	width: 100%;
	background: #ccff66 ;	/*url(images/backed.jpg) left*/
	font-weight: bold;
}


#navigation a:link{
	text-decoration: none;
	color: #660066;
}

#navigation a:visited{
	text-decoration: none;
	color: #22ddcc;
}

#navigation a:hover{
	text-decoration: none;
	color: #cc6600;
}

#navigation a:active{
	text-decoration: none;
	color: #009933;
}
