body {
	width: 900px;
	height: 796px;
	margin: auto;
	background: url('../img/fond.gif');
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	}
	#cont {
		width: 830px;
		height: 716px;
		background: url('../img/bg.png') no-repeat;
		padding-top: 40px; padding-bottom: 40px; padding-left: 35px; padding-right: 35px;
		}
		#main {
			margin-top: 5px;
			padding-top: 0px;
			width: 665px;
			border-right: 1px dotted #b1383c;
			}
			#main h1 {
				text-align: center;
				font-family: Aldo, Arial, Helvetica, sans-serif;
				font-size: 2.2em;
				color: white;
				background: url('../img/fond-titre.png');
				width: 500px;
				height: 34px;
				margin: auto;
				}
			#main .subtitle {
				text-align: center;
				}
			a img {
				border: none;
				}
		#colonne {
			width: 150px;
			height: 700px;
			float: right;
			margin-top: 5px;
			/*border-left: 1px dotted #b1383c;*/
			}
			#colonne h1 {
				text-align: center;
				font-family: Aldo, Arial, Helvetica, sans-serif;
				font-size: 1.8em;
				color: #b1383c;
				}
				#colonne h1 span {
					font-size: 2em;
					}
			#colonne p, #colonne h3 {
				text-align: center;
				}
			#colonne #footer {
				margin-top: 50px;
				}
			#colonne #lien-site {
				font-size: 1.5em;
				font-family: Aldo, Arial, Helvetica, sans-serif;
				margin-top: 250px;
				}
			#colonne a {
				text-decoration: none;
				font-weight: bold;
				color: #b1383c;
				}
			#colonne a:hover {
				text-decoration: underline;
				}
				
				
		#thumbs {
			width: 680px;
			height: 116px;
			text-align: center;
			}
			.link {
				width: 100px;
				height: 100px;
				padding: 10px;
				display: inline;
				}
				
		#article {
			width: 660px;
			height: 440px;
			padding: 10px;
			overflow: auto;
			padding-top: 60px;
			}
			#article img {
				width: 188px;
				float: left;
				margin-left: 20px;
				}
			#article h1 {
				width: 350px;
				margin-left: 230px;
				text-align: center;
				font-family: Aldo, Arial, Helvetica, sans-serif;
				font-size: 1.5em;
				color: #b1383c;
				background-color: white;
				background-image: none;
				margin-top: 17px;
				}
			#article h2 {
				font-size: 1.2em;
				color: #b1383c;
				}
			#article p {
				width: 350px;
				margin-left: 230px;
				margin-bottom: 10px;
				text-align: justify;
				font-family: Arial, Helvetica, sans-serif;
				color: #333333;
				}
			#article a {
				text-decoration: none;
				font-weight: bold;
				color: #b1383c;
				}
			#article a:hover {
				text-decoration: underline;
				}
			
			.right {
				text-align: right;
				}
			.loterie {
				float: right !important;
				margin-left: 0px !important;
				width: 300px !important;
				}
