@charset "UTF-8";

body  {
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #1B1B1B;
}

a, a:hover, a:visited { color:#CC0000; }
a img { border:none; }

#page-container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	background-image:url(images/bgPage.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding:0px 30px 0px 30px;*/
	text-align: left;
}

#content-container {
	width:900px;
	padding:0px 30px 0px 30px;
}
 
#header { 
	width:900px;
	height:140px;
	
	float:left;
	padding: 0px 0px 0px 0px;
	background-image:url(images/bgHeader.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
} 
#header #homelink {
	color:#1B1B1B;
	background-image:url(images/telecharger_antivirus_logo.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:360px;
	outline:none;
	text-indent:-5000px;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}
#header #ad-top {
	height:auto;/*130px;*/
	float:right;
	width:auto;
	padding:30px 30px 0px 0px;
	/*display:table-cell;*/
	text-align:center;
	vertical-align:middle;
}

#middle-container {
	width:900px;
	float:left;
}

#ad-left {
	width: 120px; /* 140px avec le padding */
	color:#1B1B1B;
	float:left;
	padding: 30px 10px 10px 10px;
	text-align:center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#text-container { 
	float:left;
	/*position:relative;*/
	width:740px; /* 760px avec le padding */
	color:#1B1B1B;
	padding: 10px 10px 10px 10px;
} 

#text-container h1 { font-size:16px; font-weight:bold; }
#text-container h2 { font-size:14px; font-weight:bold; }
#text-container sup { color:#CC0000; font-size:10px; font-weight:normal; }
#text-container p { text-align:justify; }
#text-container #antivirus {
	background-image:url(images/onglet_antivirus.jpg);
	background-repeat:no-repeat;
	width:240px;/*630px;*/
	padding:40px 5px 0px 0px;
	float:left;
}
#text-container #firewall {
	background-image:url(images/onglet_firewalls.jpg);
	background-repeat:no-repeat;
	width:238px; /*(240px - 2px bordures) */
	padding:40px 5px 0px 5px;
	float:left;
	border-left:1px dotted #CCCCCC; /* #CC0000 */
	border-right:1px dotted #CCCCCC;
}
#text-container #gestion {
	background-image:url(images/onglet_gestion.jpg);
	background-repeat:no-repeat;
	width:240px;
	padding:40px 0px 0px 5px;
	float:left;
}

.table 		{ display:table; border-collapse:collapse; width:auto; }
.table-row 	{ display:table-row; }
/*.table-cell { display:table-cell; padding:0px 10px 0px 0px; text-align:justify; }*/
.table-cell { display:block; float:left; padding:0px 10px 0px 0px; text-align:justify; }

#zoom_content { color:#1B1B1B; }
#zoom_content div { color:#1B1B1B; overflow:auto; height:650px; width:850px; }
#zoom_content table { border : 1px solid #F0F0F0; }
#zoom_content table th { background-color:#CCCCCC; border-bottom:1px dashed #CC0000; font-weight:bold; text-align:left; }
#zoom_content table th.header { background-color:#CC0000; border-bottom:none; color:#FFFFFF; font-weight:bold; text-align:center; }
#zoom_content table td { border-bottom:1px dashed #CCCCCC; }

#footer { 
	clear:both;
	/*float:left;*/
	width:900px;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
#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 */
	color:#1B1B1B;
	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: 1px;
    line-height: 0px;
}
