@charset "ISO-8859-1";


body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/interface/bg_blanc2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ec1c24;
}
.input {
	border: 1px solid #999999;
	color: #990000;
	height: 25px;
	width: 200px;
}
.input:hover{
	border: 1px solid #CCCCCC;
}
h1 {
	color: #990000;
	font-size: 16px;
	margin-top: 25px;
}
h2 {
	color: #990000;
	font-size: 14px;
}
ul {
	list-style-type: none;
	display: inline;
	list-style-position: outside;
}
li a {
	line-height: 20px;
	display: block;
	height: 20px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	background-image: url(images/interface/fleche20px.gif);
	background-repeat: no-repeat;
	background-position: left;
}
li a:hover {
	background-image: url(images/interface/fleche20px_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixLtHdr #header {
	padding: 150px 20px 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. */
	height: 32px;
	background-color: #ec1c24;
	background-image: url(images/interface/header.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header_flash {
	background-color: #ec1c24;
	height: 257px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 0px 15px;
	color: #FFFFFF;
}
#sidebar_txt {
	float: left; /* since this element is floated, a width must be given */
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 0.5em;
}
#sidebar_txt h2 {
	font-size: 14px;
	color: #FFFF00;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 
#mainContent a {
	color: #990000;
}
#mainContent a:hover {
	text-decoration: none;
}
#menu_header {
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	height: 30px;
	width: 650px;
	line-height: 25px;
}
#menu_header a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu_header a.promo{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#menu_header a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #footer {
	height: 19px;
	background-image: url(images/interface/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: right;
	padding-top: 110px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 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: 1px;
    line-height: 0px;
}
.txt_important {
	color: #990000;
}
.table_cell {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	padding-top: 18px;
}
.table_cell2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	padding-top: 18px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.table_menu {
	text-align: left;
	padding: 5px;
	background-color: #E1E1E1;
}
.table_menu2 {
	text-align: left;
	padding: 5px;
}
.table_coll {
	border-collapse: collapse;
	border: 1px solid #999999;
}
.padd {
	padding-right: 10px;
	padding-bottom: 50px;
}
#padd {
	padding-right: 10px;
	padding-bottom: 50px;
	float: left;
	height: 200px;
	width: 250px;
}

