body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 11px;
}
ul {

}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
strong {
	color: #333333;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
.h1Orange {
	color: #EC4300;
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #EC4300;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #5e5e5e;
}
a:hover {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}


#container {
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 0px;
	height: auto;
}
#header {
	position: absolute;
	height: 50px;
	left: 0px;
	top: 0px;
	width: 960px;
}
#header #logo {
	position: absolute;
	height: 50px;
	width: 200px;
	left: 0px;
	top: 0px;
}
#header #headerSearch {
	position: absolute;
	width: 400px;
	top: 10px;
	right: 0px;
	text-align: right;
}
#header #headerSearch a {
	color: #EC4300;
}

#navigation {
	background-color: #EC4300;
	position: absolute;
	height: 30px;
	width: 960px;
	left: 0px;
	top: 50px;
	text-align: right;
	font-size: 12px;
	line-height: 30px;
}
#navigation #elearning {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	height: 30px;
	text-align: left;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	display: inline;
	margin-right: 30px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation a:hover {
	color: #000000;
}
#splash {
	position: absolute;
	height: 270px;
	width: 960px;
	left: 0px;
	top: 80px;
}
#contentHome {
	position: absolute;
	height: 240px;
	width: 720px;
	left: 0px;
	top: 360px;
	background-image: url(../Pictures/bgcontentHome.gif);
	background-repeat: no-repeat;
}
#contentHome #bloc1 {
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:210px;
	z-index:1;
	padding: 15px;
}
#contentHome #bloc2 {
	position:absolute;
	left:240px;
	top:0px;
	width:210px;
	height:210px;
	z-index:2;
	padding: 15px;
}
#contentHome #bloc3 {
	position:absolute;
	left:480px;
	top:0px;
	width:210px;
	height:210px;
	z-index:3;
	padding: 15px;
}
#linksHome {
	position: absolute;
	height: 240px;
	width: 230px;
	top: 360px;
	right: 0px;
}
#linksHome ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#linksHome li {
	margin: 0px;
	padding: 0px;
}
#linksHome a {
	line-height: 34px;
	background-image: url(../Pictures/bgLink.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	height: 34px;
	color: #EC4300;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#linksHome a:hover {
	color: #333333;
}
#separatorHome {
	position: absolute;
	height: 30px;
	width: 960px;
	left: 0px;
	top: 610px;
	background-color: #EC4300;
}
#footerHome {
	position: absolute;
	width: 960px;
	left: 0px;
	top: 640px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerHome a {
	color: #EC4300;
}

.date {
	font-weight: bold;
	text-align: left;

}
.headerBloc {
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c9e9f;
	margin-bottom: 10px;
}
#main {
	position: absolute;
	height: auto;
	width: 960px;
	left: 0px;
	top: 386px;
}
#content2Cells {
	width: 928px;
	border: 1px solid #9c9e9f;
	margin-bottom: 10px;
	padding: 15px;
	background-repeat: repeat-y;
	background-position: 630px;
}
#content2Cells #mainLeft {
	float: left;
	width: 600px;
}
#content2Cells #right {
	float: right;
	width: 300px;
}
#content3Cells {
	width: 928px;
	border: 1px solid #9c9e9f;
	margin-bottom: 10px;
	padding: 15px;
	background-repeat: repeat-y;
}
#content3Cells #left {
	float: left;
	width: 296px;
	margin-right: 20px;
}
#content3Cells #center {
	float: left;
	width: 296px;
	margin-right: 20px;
}
#content3Cells #right {
	float: left;
	width: 296px;
}

#main #separator {
	background-color: #EC4300;
	height: 30px;
}
#main #footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #footer a {
	color: #EC4300;
}

.floatLeft {
	float: left;
	padding-right: 10px;
}
.txtOrange {
	color: #EC4300;
}
.txtBlack {
	color: #333333;
}

.clear {
	clear: both;
}
#content2CellsLeft {
	width: 928px;
	border: 1px solid #9c9e9f;
	margin-bottom: 10px;
	padding: 15px;
}
#content2CellsLeft #menu {
	float: left;
	width: 150px;
	margin-right: 15px;
}
#content2CellsLeft #menu li {
	margin: 0px;
	padding: 0px;
}
#content2CellsLeft #menu a {
	display: block;
	font-size: 12px;
	line-height: 38px;
	height: 38px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../Pictures/bgMenuA.gif);
	color: #333333;
	font-weight: bold;
}
#content2CellsLeft #menu a:hover {
	color: #EC4300;
}
#content2CellsLeft #content {
	float: left;
	width: 693px;
}
#contentSolutions {
	width: 928px;
	border: 1px solid #9c9e9f;
	margin-bottom: 10px;
	padding: 15px;
	background-repeat: repeat-y;
}
#contentSolutions #menu {
	float: left;
	width: 130px;
	margin-right: 15px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contentSolutions #menu li {
	margin: 0px;
	padding: 0px;
}
#contentSolutions #menu a {
	display: block;
	font-size: 12px;
	line-height: 38px;
	height: 38px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../Pictures/bgMenuA.gif);
	color: #333333;
	font-weight: bold;
}
#contentSolutions #menu a:hover {
	color: #EC4300;
}
#contentSolutions #left {
	float: left;
	width: 251px;
	margin-right: 15px;
}
#contentSolutions #center {
	width: 251px;
	float: left;
	margin-right: 15px;
}
#contentSolutions #right {
	float: left;
	width: 251px;
}


#title {
	position: absolute;
	width: 960px;
	left: 0px;
	top: 360px;
}
#title h1 {
	margin: 0px;
	padding: 0px;
}
#title #histo {
	position: absolute;
	top: 2px;
	right: 0px;
}

#basic-accordian {
	padding-bottom: 4px;
}


/*ACCORDION*/
.accordion_headings{
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	background-color: #C1C1C1;
	background-image: url(../Pictures/AccHeader.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 5px;
	margin-bottom: 2px;
}

.accordion_headings:hover{
	background-color: #999999;
}

.accordion_child{
	padding:5px;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 10px;
	height: 50px;
	overflow: auto;
}

.header_highlight{
	background-color: #EC4300;
	color: #FFFFFF;
	background-image: url(../Pictures/AccSelected.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.accordionRef_child {
	padding:5px;
	background-color: #F0F0F0;
	color: #000000;
	height: 65px;
	overflow: auto;
	font-size: 10px;
}
.more {
	height: 30px;
	width: 251px;
	background-image: url(../Pictures/bgMore.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
.btnSolutions {
	height: 40px;
	width: 251px;
	margin-bottom: 6px;
	background-image: url(../Pictures/bgMore.jpg);
	background-repeat: no-repeat;
}
.btnSolutions a {
	display: block;
	height: 28px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;
}
#contact select {
	width: 150px;
}
#contact input {
	width: 200px;
}
#contact textarea {
	width: 200px;
}
.headerStyle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.tele {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
