/* Design du site
<lien url="http://[...].com/fr">http://[...].com/fr</lien> */

/* Le corps */
body {
	width: 900px;
	margin: auto;
	background-repeat: repeat-x; 
	text-align: center;
	background-image: url("images/fond.png");
	background-color: #B0D2AD; }

	/* Les div id */
	#corps {
		margin-bottom: 0px;
		padding-left: 15px;
		padding-right: 50px;
		padding-top: 50px;
		background-image: url("images/fondcorps.png");
		background-repeat: repeat; }
	#menu {
		float: left;
		padding: 0px;
		margin-left: 10px;
		margin-right: 30px;
		width: 150px; }
	.element_menu {
		background-image: url("images/menu.png");
		background-repeat: repeat-x;
		border: 1px solid #008000;
		margin-bottom: 5px; }
	.element_menu h1 {
		color: #FFFFFF;
		font-family: Arial, Times, serif;
		font-size: 14px;
		font-weight: bold;
		padding-top: 5px;
		text-align: center;	}
	.element_menu p {
		color: #000000;
		text-align: left;
		font-family: Arial, Times, serif;
		font-size: 12px; }
	.element_menu ul {
		list-style-image: url("images/puce.png");
		padding-left: 25px;
		text-align: left;
		margin-bottom: 5px; }
	.element_menu a {
		font-family: Arial, Times, serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		border: 0px;
		color: #0FA80F; }
	.element_menu a:hover {
		color: #E60066;
		font-weight: normal;
		text-decoration: none; }
	#pieddepage {
		background-image: url("images/pied.png");
		background-repeat:no-repeat;
		padding: 15px;
		width: 900px;
		height: 90px;
		margin-top: 0px;
		text-align: center;
		border: 0px; }
		
		/* Les titres et les sous titres */
		h1 {
			color: #E60066;
			font-family: Arial, Times, serif;
			font-size: 18px;
			font-weight: bold;
			text-align: center; }
		h2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #008000;
			background-color: #D0FFD0;
			font-size: small;
			font-weight: bold;
			font-style: normal;
			text-transform: none;
			text-align: left;
			border-top-style: solid;
			border-right-style: none;
			border-bottom-style: solid;
			border-left-style: none;
			border-width: 1px;
			border-color: #008000;
			margin-bottom: 10px;
			padding: 3px; }
			
			/* Les paragraphes */
			p {
				color: #000000;
				margin-top: 0px;
				font-family: Arial, Times, serif;
				font-size: 12px;
				text-align: justify; }
			.left p {
				text-align: left; }
			.right p {
				text-align: right; }
			.center p {
				text-align: center; }
			.petit p {
				font-size: 10px; }
			.particule {
				color: #237923;
				font-weight: bold; }
			.italiquesouligne {
				text-decoration: underline;
				font-style: italic; }


				
				/* Les liens */
				a {
					font-family: Arial, Times, serif;
					font-size: 12px;
					font-weight: normal;
					text-decoration: none;
					border: 0px;
					color: #0FA80F; }
				a:hover {
					text-decoration: none;
					color: #E60066; }

					/* Les taleaux */					
					table {
						margin: auto; 
						border: 0px; }
					td {
						margin: auto; 
						padding: 0px;
						border: 0px;
						width: 690px; }
						
						/* Divers */
						ul {
							list-style-image: url("images/puce.gif");
							font-family: Arial, Times, serif;
							font-size: 12px;
							font-weight: bold;
							color: #38739E;
							padding: 0px;
							text-align: left;
							padding-left: 25px;
							margin: 0px;
							margin-bottom: 0px; }
						hr {
							width: 100%;
							background-color: #9DFF9D;
							border: 0px;
							height: 2px; }
						img {
							border: none; }
