/* Pour l'impression: certaines classes sont ici redéfinies ou ajoutées 
afin de rendre des portions du site invisibles ou adaptées à l'impression */

.PageTools,
.Banner,
#TopLinksSearch,
.FormSearch,
#MainMenu, 
.Selected01, .Selected02, .Selected03, .Selected04, .Selected05, .Selected06
.HomeHeader, .InteriorHeader,
#Breadcrumbs,
#InteriorSecondaryContent,
#OtherRequirements .OtherRequirementsBox .Picto,
#Footer {
	display: none;
	width: 0px;
	height: 0px;
}
#Logo img {
	margin:0;
}
#Container, #InteriorPrimaryContent, #ContentContainer {
	width: 600px;
	margin: 0;
	border: 0;
	float: none !important;
}
#InteriorPrimaryContent {
	height: auto !important;
	min-height: 0 !important;
}

/*-- Content Box ---------------*/
.SimpleBox {
	background:	none;
}
.DoubleBox {
	width: 50%;
	background:	none;
}
#ContentInteriorHomePages, #ContentInterior, #FullSucessStory {
	background:none;
	padding:23px 0 0 0;
}
.FeaturedCustomersBox, .UpcomingWebcastBox, .DocumentReleaseBox, .NewsBox, .SubContentBox {
	margin: 0 0 20px 0;
	width: auto;
}
#FeaturedCustomers, #OtherCustomers, #UpcomingWebcasts, #DocumentReleases, #FrequentlyAskedQuestions, 
#OtherRequirements, #OtherNews, #News, #NewsArchives, #SubContent, #RelatedContent, #RssFeed, #OnDemandWebcasts {
	background:	none;
	border-top:	0;
}
#FeaturedCustomers h2, #OtherCustomers h2, #UpcomingWebcasts h2, #DocumentReleases h2, 
#FrequentlyAskedQuestions h2, #OtherRequirements h2, #OtherNews h2, #News h2, #NewsArchives h2, 
#SubContent h2, #RelatedContent h2, #RssFeed h2, #OnDemandWebcasts h2 {
	padding: 32px 0 26px 0;
	margin:	0;
	background:	none;
}
#FeaturedCustomers ul, #OtherCustomers ul, #UpcomingWebcasts ul, #DocumentReleases ul, 
#FrequentlyAskedQuestions ul, #OtherRequirements ul, #OtherNews ul, #News ul, #NewsArchives ul, 
#SubContent ul, #RelatedContent ul, #RssFeed ul, #OnDemandWebcasts ul,
#ContentInteriorHomePages ul, #ContentInterior ul, #FullSucessStory ul {
	margin-left: 20px;
}
#FeaturedCustomers h3, #OtherCustomers h3, #UpcomingWebcasts h3, #DocumentReleases h3, 
#FrequentlyAskedQuestions h3, #OtherRequirements h3, #OtherNews h3, #News h3, #NewsArchives h3, 
#SubContent h3, #RelatedContent h3, #RssFeed h3, #OnDemandWebcasts h3 {
	margin-left: 5px;
}
#FeaturedCustomers ul li, #OtherCustomers ul li, #UpcomingWebcasts ul li, #DocumentReleases ul li, 
#FrequentlyAskedQuestions ul li, #OtherRequirements ul li, #OtherNews ul li, #News ul li, #NewsArchives ul li, 
#SubContent ul li, #RelatedContent ul li, #RssFeed ul li, #OnDemandWebcasts ul li,
#ContentInteriorHomePages ul li, #ContentInterior ul li, #FullSucessStory ul li {
	background: none;
	list-style: outside disc;
	padding-left: 5px;
}
.CustomersContent { width:350px; }
.CustomersContentFull { width:450px; }

#ContentInterior .TableContent, #FullSucessStory .TableContent {
	border:	1px solid #e5e5e5;
	margin-left:30px;
	width:218px;
}
#ContentInterior .TableContent td, #FullSucessStory .TableContent td {
	width:200px;
	padding:5px;
}
#ContentInterior .TableContent td ul, #FullSucessStory .TableContent td ul {
	margin-left: 20px;
	width:150px;
}
#ContentInterior .TableContent td ul li, #FullSucessStory .TableContent td ul li {
	background: none;
	list-style: outside disc;
	padding-left: 5px;
}
#OtherRequirements .OtherRequirementsBox.FirstItem {
	margin-left:0px;
}
#OtherRequirements .OtherRequirementsBox {
	margin-right:15px;
	padding: 10px;
	width:250px;
}
.OtherRequirementsBoxContent {
	width:auto;
}
#FrequentlyAskedQuestions a.CircleBulletLink, #OtherNews a.CircleBulletLink {
	margin-left: 5px;
}
.LinkAll {
	margin-left: 0;
	padding-top: 0;
}

/*- Icon Security -----------------------------*/
A.LinkToolEmail, A.LinkToolEmail:hover,
A.Locked, A.Locked:hover, A.LinkLocked, A.LinkLocked:hover,
A.Unlocked, A.Unlocked:hover, A.LinkUnlocked, A.LinkUnlocked:hover,
A.LinkToolPDF, A.LinkToolPDF:hover, A.LinkToolPDFLocked, A.LinkToolPDFLocked:hover, A.LinkToolPDFUnlocked, A.LinkToolPDFUnlocked:hover,
A.LinkToolWebcast, A.LinkToolWebcast:hover, A.LinkToolWebcastLocked, A.LinkToolWebcastLocked:hover, A.LinkToolWebcastUnlocked, A.LinkToolWebcastUnlocked:hover
.LinkWebCast, A.LinkWebCast, A.LinkWebCast:hover, A.LinkWebCastLocked, A.LinkWebCastLocked:hover, A.LinkWebCastUnlocked, A.LinkWebCastUnlocked:hover,
.LinkArticles, A.LinkArticles, A.LinkArticles:hover, A.LinkArticlesLocked, A.LinkArticlesLocked:hover, A.LinkArticlesUnlocked, A.LinkArticlesUnlocked:hover,
.LinkWhitePapers, A.LinkWhitePapers, A.LinkWhitePapers:hover, A.LinkWhitePapersLocked, A.LinkWhitePapersLocked:hover, A.LinkWhitePapersUnlocked, A.LinkWhitePapersUnlocked:hover {
	bakground:none;
	padding:0;
}

/*-- Editor Style -------------------*/
.ESignatureBasicsTable, .EResourcesTable {
	width: 280px;
}

/*-- Generic html tag ---------------*/
LI {
	background: none !important;
	list-style:outside disc !important;
}
BODY {
	background-image: none;
	background-color: #FFFFFF;
}
.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}