@charset "UTF-8";
* {
	padding:0px;
	margin:0px;
	}
body {
	font:  16px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color:#FF0000;
	border:none;
	}
img {
	border:none;
	}
a:hover {
	color:#000;
	}
.oneColElsCtrHdr #container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:url(../images/back.jpg) no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	font:2.5em "Times New Roman", Times, serif;
	text-align:center;
	margin: 0; 
	padding: 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h5 {
	font:1.8em "Times New Roman", Times, serif;
	text-align:center;
	padding-top:150px;
	}
#header h4 {
	font:1.7em "Times New Roman", Times, serif;
	text-align:center;
	color:#FF0000;
	padding-top:8px;
	padding-bottom:8px;
	}
#header h6 {
	font:1.3em "Times New Roman", Times, serif;
	text-align:center;
	margin-top:10px;
	}
#header h3 {
	font:1.3em "Times New Roman", Times, serif;
	text-align:center;
	margin-top:10px;
	color:#FF0000;
	}
.com {
margin-top:15px;
margin-left:240px;
vertical-align:middle;
width:300px;
	background:#000000;
	}
#fssa {
width:170px;
	float:right;
	}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtrHdr #mainContent p {
	
	margin-right:100px;
	margin-left:90px;
	margin-top:5px;
	
	}
#mainContent h2 {
	font:1.4em "Times New Roman", Times, serif;
	text-align:center;
	padding-top:20px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
	}
.lien {
text-align:left;
	line-height:30px;
	font-size:14px;
	}
.lien img {
	margin-left:15px;
	}
.highlight {
	background:#FFFF00;
	}
.redText {
margin-top:20px;
	color:#FF0000;
	text-align:center;
	}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #footer p {
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.arttech {
text-decoration:none;
float:right;
font-size:6px;
color:#000;
}