body
{
	background-color: #B1548B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: 0 0;
	background-repeat:repeat-x;
	
}
	
	/* Conteneur du bloc entier */
	div.container
	{
		position:relative;
		margin-top:2;
		margin-left:auto;
		margin-right:auto;
		width:100%;

	}		
	
	/* Bande du haut */	
	div.top_band
	{
		position: relative;
		margin-top: 0; 
		margin-left:-0;
		width:100%;
		height:150;
		background-image:url(../img/band/bandNone2.jpg);
		background-position:center center;
		background-color:#B5558C;
		background-repeat : no-repeat;
	}
	
	/* Menu */
	div.top_menu
	{
		position:relative;
		margin-top:0;
		/*margin-left:auto;*/
		margin-right:auto;
		margin-left:auto;
		width:900;
		/*width:900;*/
		height:25;
		background-color:#B1548B;
	}
	
				/* Elements du menu */
				img.top_menu_button_off
				{
					position:relative;
					left:0;
					border:0;
					margin-bottom:4;
					height:25;
				}
				img.top_menu_button_on
				{
					position:relative;
					left:0;
					margin-bottom:4;
					height:25;
					border:0;
				}
			
	/* Bas du menu - bande verte en dessous des boutons */
	div.menu_bottom
	{
		position:relative;
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
		width:900;
		height:10;
		background-image:url(../img/backs/menu.jpg);
		background-color:white;
		background-position:0 0;
		text-align:left;
		padding-left:0;				
	}
	
	div.menu_bottom_accueil
	{
		position:relative;
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
		width:900;
		height:10;
		background-image:url(../img/backs/menuAccueil.jpg);
		background-color:white;
		background-position:0 0;
		text-align:left;
		padding-left:0;				
	}
	
	/* Conteneur central - fond blanc */
	div.main
	{	
		position:relative;
		margin-top:-1;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../img/backs/main_feuilles.jpg);
		background-repeat:repeat-y;
		background-color:white;	
		width:900;
	}	
			
			/* Conteneur de "positionnement" dans le main */
			div.left
			{
				position:relative;
				margin-left:auto;
				margin-right:auto;
				margin-top:30;
				width:800;
				
			
			}
			
				div.bloc_article
				{
					position:relative;
					margin-left:auto;
					margin-right:auto;
					margin-top:0;
					background-repeat:no-repeat;
				}
				
				
	/* Pied du main - contient les mentions légales */
	div.main_bottom
	{
		position:relative;
		margin-top:10;
		left:0;
		width:900;
		height:25;
		background-image:url(../img/backs/main_bottom.jpg);
		vertical-align:bottom;
		text-align:center;
		font-family:verdana;
		font-size:10;
		color:#6B8E21;
	}

	/* Definitions de styles visuels */
	font.body_text
	{
		font-family:verdana;
		font-size:12;
		color:black;

	}
			
	.inscription
	{
		background-color:silver;
		font-size:9pt;
		font-family:verdana;
		color:#B1548B;
	}
	
	.contacts
	{
		background-color:#C0FE53;
		font-size:9pt;
		font-family:verdana;
		color:#B1548B;
	}
	
	font.inscrits
	{
		font-family:verdana;
		font-size:12;
		color:#B5558C;
	}
	
	font.inscritsTitle
	{
		font-family:verdana;
		font-size:12;
		font-weight:bold;
		color:white;
	}
	
	p.message
	{
		font-family:verdana;
		font-size:13;
		color:#B5558C;
		font-weight:bold;
	}

	div.pub_droite
			{
				position:absolute;
				top:5;
				right:0;
				height:562;
				width:199;
				background-image:url(../img/right/right.jpg);
				background-repeat:no-repeat;
			}
	