@charset "utf-8";
/* CSS Document */

BODY {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #58595b;
	line-height: 18px;
	font-weight: bold;
	background: white url(images/background.jpg) top center repeat-y;
	text-align: center;
}

#wrapper {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 15;

}
#wrapper a, #wrappera:hover {
	text-decoration: none;
}

#header {
	width: 1100px;
	height: 105px;
	background: white url(images/header.jpg) 0 0 no-repeat;
}

#red_back {
	width: 100%;
	height: 105px;
	background: #de1b01 url(images/back_head.jpg) 0 0 repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#main {
	width: 980px;
	height: 685px;
	margin: 0 60px;
	display: block;
	background: url(images/sep.jpg) center 140px no-repeat;
}

#H_main {
	padding: 0 25px;
	height: 140px;
	border-bottom: #CCCCCC;
}
#H_main p{
	width: 500px;
	float: left;
}
#H_main img {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	border: none;
	cursor: pointer;
}
#H_main a, #H_main a:hover {
	text-decoration: none;
	border: none;
}
#L_main {
	float: right;
	width: 400px;
	height: auto;
}

#content1, #content2, #content3, #content4, #content5 {
	float: left;
	width: 540px;
	height: 350px;
	padding: 10px 0 0 25px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;	
}

#content1, #content3, #content4, #content5 {
	display: none;
	visibility: hidden;

}

#content2.titre2, #content3.titre2, #content4.titre2, #content5.titre2 {
	font-size: 12px;
}

#other_content, #other_content2 {
	float: left;
	width: 540px;
	padding: 10px 0 0 25px;
}
#other_content2 {
	display: none;
	visibility: hidden;
}
#container {
	float: left;
	width: 540px;
	height: 545px;
}

.right { float: right; }
.left { float: left; }

#footer {
	width: 1100px;
	height: 50px;
}
#footer p {
	font-weight: normal;
	text-align: right;
	margin-right: 85px;
}


#acrobat ul, #version ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#acrobat li, #version li {
	padding-left: 30px;
	margin-top: 5px;
	background: url(images/acrobat.jpg) 5px 0 no-repeat;
}

#version li#IBM { background: url(images/tb_ico1.jpg) 5px 0 no-repeat;}
#version li#AIX { background: url(images/tb_ico2.jpg) 5px 0 no-repeat;}
#version li#X86 { background: url(images/tb_ico3.jpg) 5px 0 no-repeat;}
#version li#LOT { background: url(images/tb_ico4.jpg) 5px 0 no-repeat;}
#version a {cursor: pointer;}




hr {
	visibility: hidden;
	clear: both;

}
div.hr {
	height: 0px;
	margin: 2px;
	overflow:hidden;
	line-height: 4px;
	font-size: 4px;

}

.titre {
	font-size: 18px;
	color: #ff4200;
}

.deck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	}
	

.text {
	font-weight: normal;	
}

.titre2 {
	font-size: 14px;
	font-weight: bold;		
	color: #ff4200;
}

.text_blue {
	color: #0a2f95;
	font-weight: normal;
}

.text_blue a, .text_blue a:hover {
	text-decoration: none;
}

.block {
	margin: 10px 0 30px 30px;
}

#button {
	margin-left: 20px;
	margin-top: 50px;
}
.post-it {
	width: 180px;
	height: 41px;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: url(images/post-it.jpg) 0 0 no-repeat;
}
.post-it a, .post-it a:hover {
	color: #ff0505;
	text-decoration: none;
	margin-right: 30px;
}

.video_link {
	font-weight: normal;
	width: 157px;
	height: 140px;
	background: url(images/video_link.jpg) 0 0 no-repeat;
	float: left;
	margin-right: 30px;	

}
.last {margin-right: 0;	}
.video_link a { color: #58595b;}

