html,body {
	background-image:url(images/BackGrnd2.jpg);
	font-family: "Monotype Corsiva", "Cup And Talon", Serif;
	text-align: center;
	scrollbar-face-color: #E7CFAB;
}

#banniere
	{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		background-image: url(images/banniere_acceuil.gif);
	}

#corps_de_page
	{
		width: 100%;
		height: 550px;
		text-align: center;
		margin: auto;
		padding: auto;
	}

#zone_gauche
	{
		width: 21%;
		height: 550px;
		/*background-image: url(images/parchemin1.jpg);*/
		background-repeat: no-repeat;
		text-align: center;
		margin: auto;
		float: left;
		background-position: top center;
	}

#zone_centre
	{
		margin: auto;
		width: 58%;
		height: 550px;
		text-align: center;
		margin: auto;
		float: left;
		text-align: center;
	}

#zone_droite
	{
		width: 21%;
		height: 550px;
		/*background-image: url(images/parchemin1.jpg);*/
		background-repeat: no-repeat;
		text-align: center;
		margin: auto;
		float: right;
		background-position: top center;
	}

.zone_text
	{
		padding: 5px;
		width: 200px;
		margin: auto;
	}

.zone_text h2
	{   
		font-family: Selfish, "Monotype Corsiva", "Cup And Talon", Serif;
		font-size: 28px;
		text-decoration: underline;
	}

#liste_sponsors
	{   
		position: absolute;
		margin: auto;
		bottom: 0px;
		width: 50%;
		left: 25%;
	}

INPUT.sub
	{
		font-family: "Comic Sans MS", Serif;
		font-size: smaller;
		border-style: ridge;
		border-width: 1px;
		border-color: #CC6600;
		background-color: #E7CFAB;
	}

INPUT.sub2
	{
		font-family: Selfish, "Monotype Corsiva", "Cup And Talon", Serif;
		font-size: 26px;
		border-style: ridge;
		border-width: 1px;
		border-color: #CC6600;
		background-color: #E7CFAB;
	}
	
a.lien_accueil:link, a.lien_acc:visited
	{
		font-size: 105%;
		color: black;
		text-decoration: underline;
	}

a.lien_accueil:hover
	{
		font-size: 105%;
		color: darkblue;
		text-decoration: underline overline;
	}

a.lien_accueil:active
	{
		font-size: 105%;
		color: darkblue;
	}
	
a.nouvelle_news:link, a.nouvelle_news:visited
	{
		font-size: 110%;
		color: red;
		text-decoration: underline;
		font-weight: bold;
	}

a.nouvelle_news:hover
	{
		font-size: 110%;
		color: darkblue;
		text-decoration: underline overline;
		font-weight: bold;
	}

a.nouvelle_news:active
	{
		font-size: 110%;
		color: darkblue;
		text-decoration: none;
		font-weight: bold;
	}

a.no_deco:link, a.no_deco:visited, a.no_deco:active
	{
		text-decoration: none;
		font-family: "Monotype Corsiva", "Cup And Talon", Serif;
		color: black;
	}

a.no_deco:hover
	{
		text-decoration: underline;
		font-family: "Monotype Corsiva", "Cup And Talon", Serif;
		color: black;
	}

.new_event1 a.no_deco /* Lien très récent */
	{
		color: darkblue;
	}

.new_event1 a.no_deco:before/* Lien très récent */
	{
		content: url("images/new.png"); /* Mettre une image de news */
	}

.new_event2 a.no_deco /* Lien récent */
	{
		color: darkblue;
	}


p.espace_chronique
	{
		text-align: center;
		font-size: 105%;
	}

p.signature
	{
		text-align: right;
		font-size: 120%;
		Margin-right: 30px;
	}
