/* Guy Glorieux */

@charset "UTF-8";


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}


/* Enlève la bordure bleu (images). */
img {
	border: none;
}

/* Enlève la bordure bleu (images, liens). */
a img {
	border: none;
	/*
	-webkit-box-shadow: rgba(255, 255, 255, 0.15) 3px 9px 15px;
	-moz-box-shadow: rgba(255, 255, 255, 0.15) 3px 9px 15px;
	box-shadow: rgba(255, 255, 255, 0.15) 3px 9px 15px;
	*/
}


/* Liens */
a:link {
	color: #ff3c0a;
	text-decoration: underline;
}

a:visited {
	color: #ff3c0a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #ff3c0a;
	text-decoration: underline;
}

.class1 A:link {color: #1e1e1e; text-decoration: underline}
.class1 A:visited {color: #1e1e1e; text-decoration: underline}
.class1 A:active {color: #1e1e1e; text-decoration: underline}
.class1 A:hover {color: #787878; text-decoration: underline;}


#container {
	width: 840px;
	height: 4720px;
	margin: 0 auto;
	padding: 40px;
	background-color: #f0f0f0; 
	/* background-color: #bde4e1; */
	background-color: #ffffff;
	/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 9px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 9px 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 3px 9px 15px;
	*/
}

#header {
	font: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	color: #5a5a5a;
	width: 880px;
	height: auto;
	margin-bottom: 20px;
	padding: 0px;
	/* background-color: #000000; */ 
}

#content {
	width: 840px;
	height: auto;
	margin: 0;
	padding: 0;
}

#col_left {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 400px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
	padding: 0;
	float: left;
}

#col_right {
	width: 420px;
	margin-top: 0px;
	float: right;
	background-color: #e1e1e1;
	
	
	/* border-left: 1px solid #3c3c3c; */
}

#footer {
}

#title {
	font: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	width: 380px;
	margin: 20px;
	padding: 0;
	float: right;
}

#text {
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 380px;
	margin: 20px;
	padding: 0;
	float: right;
}

.footer {
	width: 880px;
	height: 40px;
	margin: 20px auto;
	padding: 20px;
	background-color: #1e1e1e;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 3px 9px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 3px 9px 15px;
	box-shadow: rgba(0, 0, 0, 0.75) 3px 9px 15px;
	*/
}

.copy {
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.uma {
	margin: 0;
	padding: 0;
	float: right;
}

