/* CSS Document */
html, body, div, h1, h2, h3, ul, li, dl, dt, dd, img { margin: 0; padding: 0; border:0; }

* { font-family: verdana; }

body {
	background: url(images/background.gif);
}

#main {
	width: 965px;
	margin: 0 auto 0 auto;
}

	
	
	#content {
		padding: 0 0 10px 45px;
		overflow: hidden;
		background: url(images/backgroundContent.gif) repeat-y;
	}

		#coldroite {
			float: left;
			width: 235px;
			background: url(images/backgroundMenu.gif) no-repeat;
			padding-bottom: 190px;
		}

			#menu {
				position: relative;
				left: 33px;
				width: 171px;
				background: url(images/backgroundMenu2.gif) repeat-y;
			}

			#menu ul {
				padding: 37px 0 0 37px;
				background: url(images/headerMenu.gif) no-repeat top left;
				font-size: 16px;
				font-weight: bold;
				color: #7c2e00;
				list-style-image: url(images/puce.gif);
			}
			
				#menu ul li {
					margin-bottom: 5px;
				}

				#menu ul li a {
					color: #7c2e00;
					text-decoration: none;
				}
				#menu ul li a:hover {
					color: #FFF;
				}

			#menu p {
				margin: 0;
				padding: 100px 0 11px 0;
				background: url(images/footerMenu.gif) no-repeat top left;
				font-size: 12px;
				font-style: italic;
				text-align: center;
			}

			#menu p a {
				color: #973d07;
				text-decoration: none;
			}

		#contenu {
			float: left;
			width: 615px;
			padding-right: 25px;
		}

			#contenu h1 {
				font-size: 18px;
				font-weight: normal;
				padding: 15px 0 12px 9px;
				margin-bottom: 9px;
				color: #f2b822;
				background: url(images/puceTitle.gif) no-repeat top left;
			}

			#contenu h2 {
				font-size: 14px;
				color: #f2b822;
			}

			#contenu p {
				font-size: 12px;
				text-align: justify;
			}

			#contenu img {
				border: 2px solid #e9ca77;
			}
			
			#contenu .encart {
				padding: 5px;
				background: #EA8818;
				border: 2px solid #E9CA77;
			}

			#contenu ul {
				margin-left: 35px;
				list-style: square;
				font-size: 12px;
			}
			
				#contenu ul li {
					margin-bottom: 5px;				
				}
			
			#contenu a {
				color: #F2B822;
			}
			
			#contenu a:hover {
				color: #FFF;
			}

			#contenu caption {
				margin-top: 10px;
				font-weight: bold;
			}

			#contenu table {
				margin: 10px auto 10px auto;
				font-size: 12px;
				background: #EA8818;
				width: 100%;
			}
			
			#contenu td {
				border: solid 1px #F2B822;
				padding: 3px;
			}
			
			.overflow {
				overflow: hidden;
			}

			.nobordure {
				border: none !important;
			}
			
			.center { text-align: center !important; }
	
	#footer {
		text-align: center;
		font-size: 11px;
		color: #d35910;
	}
	
		#footer p {
			margin-top: 3px;
		}
	
		#footer a {
			color: #d35910;
		}


.float-left { float: left; }
.float-right { float: right; }
img.float-left { margin: 0 10px 3px 0; }
img.float-right { margin: 0 0 3px 10px; }

#contact {
	margin: 10px auto 0 auto;
	width: 300px;
}

#contact label {
	float: left;
	clear: right;
	font-size: 12px;
	margin-bottom: 5px;
}

#contact input {
	margin-bottom: 5px;
	float: right;
	width: 150px;
	font-size: 12px;
}
