@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
#global {
position:absolute;
left: 50%;
top: 50%;
width: 1000px;
height: 525px;
margin-top: -262px; /* moitié de la hauteur */
margin-left: -500px; /* moitié de la largeur */
}
.twoColFixLtHdr #container { 	
	width: 1000px;
	background: #dadada;
	margin: auto; 
	border: none;
	text-align: left; 	
} 
.twoColFixLtHdr #header { 
	height:135px;
	background: URL('images/header.jpg') no-repeat;
	padding: 0 10px 0 20px;  
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 180px; 
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sideelement {
	float: left; 
	width: 180px; 
	height: 29px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}



.twoColFixLtHdr #mainContent {
	float:right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 279px;
	width: 789px;
	overflow:hidden;
	background: URL('images/contentback.jpg') right no-repeat;
} 

.twoColFixLtHdr #flash {
	margin: auto;
	margin-top: 15px;
	padding: 0 0 0 0;
	height: 245px;
	width: 700px;
	overflow:hidden;
	border-style:solid;
	border-width: thin;
	background:#FFFFFF;
} 

.twoColFixLtHdr #maintext {
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: auto;
	margin-top: 15px;
	padding: 0 0 0 15px;
	height: 245px;
	width: 700px;
	overflow:hidden;
	border-style:solid;
	border-width: thin;
	background:#FFFFFF;
} 

.twoColFixLtHdr #maintextcontact {
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: auto;
	margin-top: 15px;
	padding: 0 0 0 15px;
	height: 245px;
	width: 700px;
	overflow:hidden;
	border-style:solid;
	border-width: thin;
	background: URL('images/contactusbg.jpg') no-repeat right #FFF;
} 

.twoColFixLtHdr #maintext h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
} 

.twoColFixLtHdr #maintext a {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
} 

.twoColFixLtHdr #maintext a:hover {
	color: #333333;
	text-decoration: none;	
} 


.twoColFixLtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 99px;
	background:URL('images/footer.jpg') no-repeat;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 10px;
	line-height: 0px;
	padding: 0 0 0 0;
}

fieldset  {
	font: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: none;
	width: 470px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 100px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 10px;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #CCCCCC;
	border: solid 1px #999999;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
	
.formTextarea   {
	font-size: 12px;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #000;
	
	}
	
.formTextarea:hover {
	background-color: #CCCCCC;
	border: solid 1px #999999;
	color: #000;
	cursor: pointer;
	}
	
.formTextarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
	
input.formInputButton   {
	font-size: 10px;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	padding: 1px;
	border: solid 1px #000;
	cursor: pointer;
	float: none;
	}
	

