/*----------------------------------------------------------------------------//
// Feuille de styles du client -----------------------------------------------//
//----------------------------------------------------------------------------//
// Client : 321 Incubator
// Note   : Les font-size doivent ëtres en em, même les styles provenant de 
			editeur.css.
// Date   : octobre 2009
//----------------------------------------------------------------------------*/
@import url(reset.css);/* Mise à zéro de tous les padding / margin par défaut */
@import url(traductions.css);/* Redéfinitions des images traduites */

/*------------------------------------------------------------------------------*/
/* GÉNÉRAL
/*------------------------------------------------------------------------------*/
html, body{
	height:100%;
	width:100%;
}
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	background:#000000 url(../images/Bg_Background.jpg) fixed no-repeat 50% 0;
}
p {
	margin: 0 0 12px 0;
	color:#FFF;
	line-height:18px;
}
a, a:hover {
	color:#26bddd;
	text-decoration: none;
}
a:hover {
	color:#00ffd8;
	text-decoration: none;
}
sup {
	font-size: 80%;
	line-height: 100%;
	vertical-align: text-top;
	padding-bottom: 5px;
}

/*------------------------------------------------------------------------------*/
/* CONTENU MEDIANAMIK
/*------------------------------------------------------------------------------*/
#Content h1{
	color:#26bdde;
	font-size:3.2em;
	font-weight:bold;
	line-height:34px;
	margin:0 0 18px 0;
}
#Content h2{
	font-size:2.4em;
	font-weight:bold;
	color:#FFF;
	margin-bottom:14px;
}
#Content h3{
	font-size:1.6em;
	font-weight:bold;
	color:#c0e900;
	text-transform:uppercase;
	margin-bottom:5px;
}
#Content h4{
	font-size:1.6em;
	font-weight:bold;
	color:#26bddd;
	text-transform:uppercase;
}
#Content p{
	color:#e1e1e1;
	font-size:1.3em;
	margin-bottom:18px;
	/*margin-bottom:28px;*/
}
#Content ul {
	font-size: 1.3em;
	margin: 0 0 20px 0;
	padding: 0;
	color:#e1e1e1;
}
#Content ul li {
	list-style:none;
	padding: 0 0 0 15px;
	margin:0 0 5px 0;
	background:url(../images/Bullet_ContentList.gif) no-repeat 0 5px;
}
#Content ol {
	font-size: 1.1em;
	margin: 0 0 12px 24px;
	padding: 0;
}
#Content ol li {
	list-style: decimal outside;
	padding: 0 0 5px 0;
}

/*------------------------------------------------------------------------------*/
/* STYLES COMMUNS À TOUTES LES PAGES
/*------------------------------------------------------------------------------*/
.Clearer {
	clear: both;
}
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#Wrapper {
	width: 983px;
	margin: 0 auto;
	background:url(../images/Bg_Wrapper.png) no-repeat 0 0;
	_background:#09263d;
	padding-top:10px;
}
#InnerWrapper{
	width: 960px;
	background:url(../images/Bg_InnerWrapper.png) repeat-y 0 0;
	_background:#09263d;
	padding:0 11px 32px 12px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#WrapperEnd{
	width:983px;
	height:10px;
	background:url(../images/Img_WrapperEnd.png) no-repeat 0 0;
	_background:#09263d;
	display:block;
}
#TopNav{
	width:983px;
	height:28px;
	margin:0 auto;
}
#TopNav ul{
	float:right;
}
#TopNav ul li{
	float:left;
	line-height:28px;
	color:#FFF;
	font-size:1.2em;
	background:url(../images/Img_TopNav.gif) no-repeat 0 9px;
	padding-left:17px;
	margin-left:17px;
}
#TopNav ul li a{
	color:#FFF;
	text-decoration:none;
}
#TopNav ul li a:hover, #TopNav ul li a.On{
	color:#c6f000;
}
#TopNav ul li.FirstItem{
	background:none;
	padding-left:0;
}
#TopNav ul li.LastItem{
	margin-right:17px;
}
#HomeLink{
	width:960px;
	height:166px;
}
#HomeLink img{
	float:left;
}
#Header .LogoPrint{
	display:none;
}
#MenuBox{
	width:960px;
	min-height:33px;
	height:auto !important;
	height:33px;
	background:url(../images/Bg_MenuBox.gif) repeat-x 0 0;
	background-color:#000;
	position:relative;
	_z-index:2;
}
#MainMenu{
	width:919px;
	height:33px;
	position:absolute;
	left:21px;
	top:0;
	z-index:400;
}
#MainMenu li{
	height:33px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin-right:1px;
}
#MainMenu li a{
	height:33px;
	display:block;
	background:no-repeat 0 0;
}
#MainMenu li a:hover, #MainMenu li a.On{
	background-position:0 33px;
}
#SecondaryMenu{
	padding-top:33px;
	min-height:36px;
	height:auto !important;
	height:36px;
	padding-left:22px;
}
#SecondaryMenu li{
	line-height:36px;
	float:left;
	font-size:13px;
	color:#d8f068;
	background:url(../images/Img_SecondarySeparator.gif) no-repeat right 9px;
	padding-right:22px;
	margin-left:22px;
}
#SecondaryMenu li.LastItem{
	background:none;
	padding-right:0;
}
#SecondaryMenu li a{
	color:#d8f068;
}
#SecondaryMenu li a:hover{
	color:#f3fcca;
}
#SecondaryMenu li a.On{
	padding-left:8px;
	background:url(../images/Img_ActiveSecondaryMenu.gif) no-repeat 0 5px;
	color:#f3fcca;
	font-weight:bold;
}
#MainContent{
	float:left;
	width:664px;
	padding-left:21px;
	padding-right:33px;
}
#ContentWrapper{
	background:url(../images/Bg_ContentWrapper.png) repeat-x 0 0;
	min-height:238px;
	height:auto !important;
	height:238px;
}
#Breadcrumbs{
	float:left;
	margin:22px 0 0 0;
}
body#lang-FR #Breadcrumbs{
	width:360px;
}
body#lang-EN #Breadcrumbs{
	width:392px;
}
#Breadcrumbs li{
	float:left;
	font-size:1.3em;
	text-transform:uppercase;
	color:#26bddd;
	margin-right:6px;
}
#Breadcrumbs li a{
	color:#26bddd;
}
#Breadcrumbs li a:hover, #Breadcrumbs li a.On{
	color:#f7fce0;
}
.ActionBox{
	border-bottom:1px solid #0c4459;
	padding-bottom:6px;
}
.ActionBox .Actions{
	float:right;
}
.ActionBox .UserAction{
	float:right;
	margin:15px 0 0 7px;
}
#Content{
	padding:22px 0 0 0;
}
.PartnersBoxTop, .PartnersBoxBottom{
	width:924px;
	height:10px;
	display:block;
	margin:0 auto;
}
#PartnersBox{
	width:924px;
	height:209px;
	background:#01202e;
	margin:0 auto;
	position:relative;
}
#PartnersBox p.HomeImageTitle{
	position:absolute;
	top:19px;
	left:18px;
}
#PartnersBox .BtPartnersPrevious,
#PartnersBox .BtPartnersNext{
	display:block;
	cursor:pointer;
	position:absolute;
	top:48px;
	width:45px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:no-repeat 0 0;
}
#PartnersBox .BtPartnersPrevious:hover,
#PartnersBox .BtPartnersNext:hover{
	background-position:0 -44px;
}
#PartnersBox .BtPartnersPrevious{
	left:21px;
	background-image:url(../images/Bt_PartnersPrevious.gif);
}
#PartnersBox .BtPartnersNext{
	right:21px;
	background-image:url(../images/Bt_PartnersNext.gif);
}
#ThickerContainer{
	height:118px;
	width:759px;
	margin-top:60px;
	margin-left:15px;
	float:left;
	background:url(../images/Bg_ThickerContainer.png) no-repeat 0 0;
	padding:25px 68px 0 68px;
	position:relative;
}
#ThickerContainer .InnerContainer{
	height:94px;
	width:759px;
	position:relative;
	overflow:hidden;
	background:#FFF;
}
.ThickerItem {
	height:94px;
	width:759px;
	top:0px;
	position:absolute;
	display:none;
	text-align:center;
	background:#FFF;
}
.ThickerItem img{
	margin:0 8px 0 8px;
}
.ThickerItem a{
    outline:none;
}
#Footer{
	width:909px;
	margin:0 auto;
	font-size:1.1em;
	color:#FFF;
	padding:0 37px 0 37px;
}
#Footer p{
	line-height:32px;
	float:left;
	font-size:1.0em;
}
#Footer ul{
	float:right;
}
#Footer ul li{
	float:left;
	line-height:32px;
	margin-left:18px;
}
#Footer a{
	color:#FFF;
}
#Footer a:hover, #Footer a.On{
	color:#c6f001;
}
.ContentLinkButton, .ContentVideoButton a,
.LinkButton, .VideoButton a{
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 10px;
	background:url(../images/Img_LinkButton_Left.gif) no-repeat 0 0;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
}
.ContentLinkButton span, .ContentVideoButton a span,
.LinkButton span, .VideoButton a span{
	background:url(../images/Img_LinkButton_Right.gif) no-repeat right top;
	display:inline-block;
	height:26px;
	line-height:26px;
	padding-right:11px;
}
.ContentLinkButton:hover, .ContentVideoButton a:hover, 
.LinkButton:hover, .VideoButton a:hover{
	background-position:0 -26px;
	color:#001b1f;
}
.ContentLinkButton:hover span, .ContentVideoButton a:hover span, 
.LinkButton:hover span, .VideoButton a:hover span{
	background-position:right -26px;
}
.ContentVideoButton, .VideoButton{
	height:96px;
	padding-left:60px;
	position:relative;
	margin-bottom:16px;
}
.ContentVideoButton a, .VideoButton a{
	margin-top:28px;
}
.ContentVideoButton a span, .VideoButton a span{
	padding-left:40px;
}
.ContentVideoButton a img, .VideoButton a img{
	position:absolute;
	width:102px;
	height:96px;
	left:0;
	top:0;
}

/*------------------------------------------------------------------------------*/
/* COLONNE DE DROITE
/*------------------------------------------------------------------------------*/
#RightColumn{
	float:left;
	width:241px;
	padding-top:15px;
}
#RightColumn #DownloadFlashBox{
	width:211px;
	padding:20px 10px 10px 20px;
	background:#000;
}
#RightColumn #DownloadFlashBox p{
	font-size:11px;
}
.FeaturedProjectBox,
.CustomBox,
.TestimonialsBox,
.FlashBox{
	margin-bottom:12px;
	width:241px;
}
.FeaturedProjectBox .Content,
.CustomBox .Content{
	width:191px;
	min-height:140px;
	height:auto !important;
	height:140px;
	padding:11px 20px 18px 30px;
}
.FeaturedProjectBox .Content h2,
.CustomBox .Content h2,
.TestimonialsBox .Content h2{
	font-size:32px;
	font-weight:bold;
	line-height:34px;
}
.FeaturedProjectBox .Content{
	background:#c0e900 url(../images/Bg_FeatBox.gif) repeat-x bottom left;
}
.FeaturedProjectBox h2{
	color:#013057;
	margin-bottom:10px;
}
.FeaturedProjectBox p{
	color:#013057;
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}
.FeaturedProjectBox p.ProjectTitle{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.FeaturedProjectImage{
	width:173px;
	height:107px;
	background:url(../images/Bg_FeatProjectFrame.gif) no-repeat 0 0;
	padding:11px 0 0 10px;
	_padding:11px 0 0 8px;
	margin-bottom:18px;
}
.FeaturedProjectImage img{
	width:161px;
	height:96px;
	display:block;
}
.CustomBox .Content{
	background:#3f7eab url(../images/Bg_Default.gif) no-repeat bottom right;
}
.CustomBox.Partners .Content{
	background:#5dba2d url(../images/Bg_PartnersBox.gif) no-repeat bottom right;
}
.CustomBox.Teachers .Content{
	background:#7fa335 url(../images/Bg_TeachersBox.gif) no-repeat bottom right;
}
.CustomBox.Students .Content{
	background:#26bddd url(../images/Bg_StudentsBox.gif) no-repeat bottom right;
}
.CustomBox h2{
	color:#FFF;
	margin-bottom:10px;
}
.CustomBox p{
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	margin-bottom:20px;
}
.TestimonialsBox .Content{
	background:#008fad url(../images/Bg_TestimonialsBox.gif) repeat-x bottom left;
	width:214px;
	min-height:100px;
	padding:11px 15px 18px 12px;

}
.TestimonialsBox h2{
	margin-bottom:20px;
	margin-left:17px;
}
.TestimonialsBox div.Testimonial{
	background:url(../images/Img_QuoteLeft.gif) no-repeat 0 0;
	padding-left:17px;
}
.TestimonialsBox div.Testimonial p.Quote{
	color:#e1e1e1;
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	background:url(../images/Img_QuoteRight.gif) no-repeat bottom right;	
	padding-top:3px;
}
.TestimonialsBox div.Testimonial p.Quote span.Author{
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#c0e900;
	margin-top:12px;
}
.TestimonialsBox a.LinkButton{
	margin-left:17px;
}

/*------------------------------------------------------------------------------*/
/* STYLES SPÉCIAUX POUR L'ACCUEIL
/*------------------------------------------------------------------------------*/
body.Home #Header{
	height:364px;
}
body.Home #HomeAnimationBox{
	min-width:960px;
	height:364px;
	position:absolute;
	top:38px;
	left:0;
	width:100%;
	*width:960px;
	*left:auto;
	z-index:1;
}
body.Home #DownloadFlashBox{
	width:960px;
	height:364px;
	margin:0 auto;
	background:url(../images/Img_PageHeader_NoFlash.jpg) no-repeat 0 0;
	position:relative;
}
body.Home #DownloadFlashBox div{
    position:absolute;
    top:242px;
    left:115px;
    width:205px;
}
body.Home #DownloadFlashBox p{
	font-size:11px;
	color:#646e76;
	margin:0 0 5px 0;
	line-height:13px;
}
body.Home #DownloadFlashBox a{
	color:#dc3834;
	font-weight:bold;
	text-decoration:underline;
}
body.Home #MenuBox{
	background-color:transparent;
}
body.Home #MainContent{
	width:368px;
	margin-top:51px;
	padding-right:0;
}
body.Home #MainContent p{
	font-size:1.2em;
	margin-bottom:15px;
}
body.Home p.HomeImageTitle{	
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat 0 0;
}
body.Home h1{
	font-size:1.2em;
	font-weight:bold;
	color:#c0e900;
}
body.Home h2{
	font-size:1.6em;
	font-weight:bold;
	color:#26bddd;
	text-transform:uppercase;
}
body.Home h2 a{
	color:#26bddd;
	text-decoration:none;
}
body.Home h2 a:hover{
	color:#00ffd8;
	text-decoration:none;
}
body.Home #RightColumn{
	width:571px;
	margin-top:-11px;
	padding-top:0;
}
#QuickLinksBox{
	background:#003046 url(../images/Bg_QuickLinksBox.gif) repeat-x bottom left;
	padding:0 35px 0 46px;
	width:490px;
	min-height:240px;
	height:auto !important;
	height:240px;
}
.QuickLinks{
	float:left;
	width:160px;
	margin-right:20px;
}
.QuickLinks#Partners{
	width:130px;
	margin-right:0;
}
.QuickLinks p.Title{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:130px;
	height:130px;
	margin-bottom:13px;
}
.QuickLinks p.Title a{
	width:130px;
	height:130px;
	display:block;
	background:no-repeat 0 0;
}
.QuickLinks p.Title a:hover{
	background-position:0 -130px;
}
.QuickLinks ul li{
	font-size:1.3em;
	line-height:15px;
	margin-bottom:10px;
}
.QuickLinks ul li.LastItem{
	margin-bottom:0;
}
.QuickLinks ul li a{
	color:#FFF;
	padding-left:32px;
	padding-bottom:10px;
	display:block;
}
.QuickLinks ul li a:hover{
	background:url(../images/Bt_Links-Over.png) no-repeat 1px 0 !important;
}
.QuickLinks ul li a:hover strong{
	color:#00ffd8 !important;
}
.QuickLinks#Students ul li a{
	background:url(../images/Bt_Links_Students.png) no-repeat 0 0;
}
.QuickLinks#Students ul li a strong{
	color:#26bddd;
}
.QuickLinks#Teachers ul li a{
	background:url(../images/Bt_Links_Teachers.png) no-repeat 0 0;
}
.QuickLinks#Teachers ul li a strong{
	color:#9fba2d;
}
.QuickLinks#Partners ul li a{
	background:url(../images/Bt_Links_Partners.png) no-repeat 0 0;
}
.QuickLinks#Partners ul li a strong{
	color:#5bb82d;
}
#FeaturedProjectHome{
	margin:6px 0 47px 45px;
}
body.Home .FeaturedProjectImage{
	background:url(../images/Bg_FeatureProjectFrame.gif) no-repeat 0 0;
	float:left;
	margin-right:16px;
}
body.Home .FeaturedProjectDescription{
	padding-right:30px;
	width:290px;
	float:left;
}
body.Home .FeaturedProjectDescription p{
	color:#b9dfe7;
	margin-bottom:9px;
	font-size:1.2em;
}
body.Home div.HomeContent{
	width:334px;
}
#Rotator{
	width:334px;
	height:210px;
	position:relative;
	overflow:hidden;
	margin:14px 0 0 0;
}
#Rotator .BtRotatorPrecedent, #Rotator .BtRotatorSuivant{
	position:absolute;
	top:114px;
	z-index:2;
}
#Rotator .RotatorItem{
	width:316px;
	position:absolute;
	z-index:1;
	display:none;
	padding-left:48px;
}
#RotatorPager{
	position:absolute;
	z-index:4;
	bottom:4px;
	left:0;
}
#RotatorPager li{
	width:15px;
	height:15px;
	display:block;
	text-indent:-9999px;
	background:url(../images/Img_RotatorPager.gif) no-repeat 0 0;
	float:left;
	cursor:pointer;
	margin-right:3px;
}
#RotatorPager li.On{
	background-position:0 -15px;
}

/*------------------------------------------------------------------------------*/
/* STYLES POUR LES PAGES DE PROJETS
/*------------------------------------------------------------------------------*/
body.ProjectsList #Content ul{
	padding:3px 0 0 0;
	margin:0;
}
body.ProjectsList #Content ul li{
	float:left;
	font-size:12px;
	padding:0;
	margin:0;
	width:332px;
	height:77px;
	background:none;
}
body.ProjectsList #Content ul li a{
	color:#e1e1e1;
	display:block;
	width:310px;
	height:71px;
	background:url(../images/Bg_ProjectsListOver.png) no-repeat 0 0;
	padding:6px 8px 0 8px;
	overflow:hidden;
}
body.ProjectsList #Content ul li a:hover{
	background-position:0 -77px;
}
body.ProjectsList #Content ul li a img.ProjectThumbnail{
	width:86px;
	height:57px;
	float:left;
	margin-right:11px;
	padding-top:4px;
}
body.ProjectsList #Content ul li a span.Position{
	font-family:Tahoma, Verdana, Arial;
	font-size:23px;
	font-weight:bold;
	color:#c0e900;
	margin-right:8px;
	margin-top:-4px;
}
body.ProjectsList #Content ul li a span.ProjectTitle{
	font-size:11px;
	font-weight:bold;
	color:#26bddd;
	text-transform:uppercase;
}
body.ProjectsList #Content ul li a:hover span.ProjectTitle{
	color:#00ffd8;
}
body.ProjectsList #Content ul li a span.ArrowButton{
	width:4px;
	height:7px;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/Img_Arrow.gif) no-repeat 0 0;
	margin-left:6px;
}
body.ProjectsList #Content ul li a:hover span.ArrowButton{
	background-position:0 -7px;
}
body.ProjectsList #Content ul li.Separator{
	width:664px;
	height:21px;
	background:url(../images/Img_Separator.png) no-repeat 0 0;
	margin:0;
	padding:0;
}
#ProjectSpecificationsBox{
	width:662px;
	background:url(../images/Bg_ProjectSpecifications-Top.gif) no-repeat 0 0;
	_background:#001b1f;
	padding-top:11px;
}
#ProjectSpecificationsBox .SpecsBox{
	background:#001b1f;
	width:640px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0 10px 0 12px;
}
#ProjectSpecificationsBox .ProjectFullsizeImage{
	display:block;
	width:338px;
	height:224px;
	float:left;
	margin-right:15px;
	margin-top:2px;
}
#ProjectSpecificationsBox .ShortDescriptionBox{
	float:left;
	width:287px;
	position:relative;
	padding-top:23px;
}
#ProjectSpecificationsBox .ProjectLabel{
	font-size:1.4em;
	font-weight:bold;
	color:#c0e900;
	text-transform:uppercase;
	margin:0;
}
#ProjectSpecificationsBox p.ProjectPosition{
	width:45px;
	height:42px;
	background:url(../images/Bg_ProjectPosition.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}
#ProjectSpecificationsBox p.ProjectPosition span{
	text-align:center;
	line-height:42px;
	display:block;
	font-family:Tahoma, Verdana, Arial;
	font-size:32px;
	font-weight:bold;
	color:#001b1f;
}
#ProjectSpecificationsBox p.ProjectPosition span.Small{
	font-size:28px;
}
#ProjectSpecificationsBox p.ProjectPosition span.Smallest{
	font-size:20px;
}
.SpecsBottomBox{
	width:662px;
	height:11px;
	display:block;
	background:url(../images/Bg_ProjectSpecifications-Bottom.gif) no-repeat 0 0;
	_background:#001b1f;
	margin-bottom:23px;
}
/*------------------------------------------------------------------------------*/
/* PLAN DU SITE
/*------------------------------------------------------------------------------*/
body.Sitemap #Content{
	padding-top:36px;
}
body.Sitemap .FirstColumn, body.Sitemap .SecondColumn, body.Sitemap .ThirdColumn{
	float:left;
	padding-right:30px;
	width:190px;
}
body.Sitemap #Content ul{
	margin:0;
	padding:0;
	font-size:1.0em;
}
body.Sitemap #Content ul li{
	font-size:1.3em;
}
body.Sitemap #Content ul li a{
	display:inline-block;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#C0E900;
	margin-bottom:8px;
}
body.Sitemap #Content ul li a:hover{
	color:#F3FCCA;
}
body.Sitemap #Content ul li ul{
	margin:0 0 26px 0;
	border-top:1px solid #0C4459;
	padding-top:10px;
}
body.Sitemap #Content ul li ul li{
	font-size:1.0em;
}
body.Sitemap #Content ul li ul li a{
	font-size:1.0em;
	text-transform:none;
	color:#26BDDD;
	margin-bottom:0;
}
body.Sitemap #Content ul li ul li a:hover{
	color:#00FFD8;
}

/*------------------------------------------------------------------------------*/
/* STYLES POUR ÉDITEUR
/*------------------------------------------------------------------------------*/
.BiggerText{
	font-size:1.1em;
}
.ImageAlignedLeft{
	float:left;
	margin:0 20px 10px 0;
}
.ImageAlignedRight{
	float:right;
	margin:0 0 10px 20px;
}

/*------------------------------------------------------------------------------*/
/* STYLES POUR LES IMAGES
/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/* STYLES POUR LES TABLEAU
/*------------------------------------------------------------------------------*/
table.ContentTable{
	border-bottom:1px solid #0c4459;
	margin-bottom:25px;	
}
table.ContentTable td{
	/*padding:35px 10px 10px 10px;*/
	vertical-align:middle;	
}
table td{
	/*padding:10px 30px 10px 0;*/
	padding:10px 30px 10px 0;
	vertical-align:top;
}

/*------------------------------------------------------------------------------*/
/* STYLES POUR LES FORMULAIRES
/*------------------------------------------------------------------------------*/
#Content .ContentForm p.FormField,
#Content .ContentForm div.FormField{
	margin-bottom:21px;
	display:inline-block;
}
#Content .ContentForm label{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#26bddd;
	text-transform:uppercase;
	margin-bottom:4px;
}
#Content .ContentForm .TxtBox,
#Content .ContentForm .TxtArea,
#Content .ContentForm .DropDownMenu a.Trigger{
	float:left;
	width:297px;
	height:41px;
	background:#073340;
	border:1px solid #012938;
	font-family:Arial, Helvetica, sans-serif;
	font-size:29px;
	color:#298ba0;
	padding:6px 17px 0 17px;
	float:left;
}
#Content .ContentForm .TxtArea{
	font-size:13px;
	padding-left:6px;
	padding-right:6px;
	width:319px;
	overflow:auto;
}
#Content .ContentForm .FormValidator{
	width:260px;
	height:46px;
	float:left;
	background:url(../images/Img_FormValidator.gif) no-repeat 0 0;
	font-size:18px;
	color:#001d2e;
	line-height:46px;
	margin:1px 0 0 15px;
	padding:0 18px 0 38px;
	display:inline;
}
#Content .ContentForm .FormValidator.Error{
	background-position:0 -46px !important;
}
#Content .ContentForm .FormValidator.Validated{
	background-position:0 -92px !important;
}
#Content .ContentForm .DropDownMenu{
	width:333px;
	position:relative;
	float:left;
}
#Content .ContentForm .DropDownMenu ul{
	display:none;
	margin:0;
	position:absolute;
	top:48px;
	left:0;
	background:#004c5c;
	border:1px solid #012938;
}
#Content .ContentForm .DropDownMenu ul.Open{
	display:block;
	width:331px;
}
#Content .ContentForm .DropDownMenu ul li{
	padding:0;
	background:none;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
#Content .ContentForm .DropDownMenu ul li a{
	display:block;
	padding:6px 18px 4px 18px;
	color:#001D2E;
	background:#004c5c;
}
#Content .ContentForm .DropDownMenu ul li a:hover{
	background:#073340;
	color:#26bddd;
}
#Content .ContentForm .DropDownMenu a.Trigger{
	font-size:20px;
	padding-top:12px;
	height:35px;
	display:block;
	float:none;
	background:#073340 url(../images/Bt_DropDown.gif) no-repeat top right;
	outline:none;
}
#Content .ContentForm .UploadField{
	position:relative;
	width:333px;
	height:26px;
	margin-bottom:5px;
}
#Content .ContentForm .UploadField .RealUploadField{
	height:26px;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
#Content .ContentForm .UploadField .TxtBox{
	position:absolute;
	top:0;
	left:33px;
	z-index:15;
	width:170px;
	height:20px;
	font-size:12px;
	padding-top:5px;
	background:#FFF;
	color:#073340;
	padding-left:6px;
	padding-left:6px;
}
#Content .ContentForm .UploadField .UploadButton{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
#Content .ContentForm .UploadField .UploadButton span{
	width:80px;
	text-align:center;
}
#Content .ContentForm .UploadField .ResetButton{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}

/*--------------------------------------------------------------------------*/

/*- Styles d'ajustement pour les EM ----------------------------------------*/
div#Contenu p p,
div#Contenu ul ul, 
div#Contenu ol ol, 
div#Contenu ol ul, 
div#Contenu ul ol,
table.Tableau ul,
table.Tableau ol,
table.Tableau p {
	font-size:1em;
}
