/*CEIDF - PAGES LAYOUTS = Pour les Templates de pages*/
/*CEIDF - COMMON*/

#playervideo{
position: absolute;
overflow-y: hidden;
height: 119px;
}

.CeidfTopicName
{
	display: block;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
}

.CeidfTitleName
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 10px;
}
/*CEIDF - COMMON - END*/

/*CEIDF - TEMPLATE ACCUEIL*/
.CeidfHomeHeader
{
	display: block;
	height: 343px;
	width: 826px;
}

.CeidfHomeHeaderTopicName
{
	display: none;
	height: 81px;
	width: 148px;
	padding-top: 50px;
}

.CeidfHomeHeaderTopicName div
{
	height: 111px;
	width: 128px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

.CeidfHomeHeaderImage
{
	display: inline;
	height: 343px;
	width: 821px;
}

.CeidfHomeHeaderImageLeft
{
	float: left;
}

.CeidfHomeHeaderImageRight
{
	float: right;
}

.CeidfHomeHeaderWebPart
{
	display: block;
	width: 405px;
	height: 343px;
	float: right;
	padding-right: 5px;
}

.CeidfHomeWebPartZone
{
	display: block;
	width: 990px;
	height: 120px;
}

.CeidfHomeWebPartZone .CeidfHomeWebPartLeft
{
	display: block;
	width: 434px;
	height: 119px;
	margin-right: 5px;
	float: left;
}

.CeidfHomeWebPartZone .CeidfHomeWebPartCenter
{
	display: block;
	width: 265px;
	height: 119px;
	margin-left: 6px;
	margin-right: 5px;
	float: left;
}

.CeidfHomeWebPartZone .CeidfHomeWebPartRight
{
	display: block;
	width: 265px;
	height: 119px;
	margin-left: 6px;
	float: left;
}
/*CEIDF - TEMPLATE PAGE ACCUEIL - END*/

/*CEIDF - TEMPLATE PAGE CONTENU*/
.CeidfContentHeader
{
	height: 169px;
	width: 821px;
	float: left;
}

.CeidfContentHeaderTopicName
{
	width: 188px;
	height: 104px;
	float: left;
	text-align: left;
	padding-top: 50px;
}

.CeidfContentHeaderTopicName div
{
	width: 168px;
	margin: auto;
}

.CeidfContentHeaderTopicName span
{
	color: White;
}

.CeidfContentHeader .CeidfContentHeaderImage
{
	width: 376px;
	height: 154px;
	float: left;
	margin-right: 5px;
	_margin-right: 0px; /*POUR IE6 : "_" devant l'attribut*/
}

.CeidfContentHeader .CeidfContentHeaderWebPart
{
	width: 247px;
	height: 157px;
	min-height: 157px;
	float: left;
	margin-right: 0px;
	margin-left: 4px;
}

.CeidfContentMain
{
	min-height: 180px;
	width: 821px;
	margin-top: 5px;
}

/* OBSOLETE : Gardé pour compatibilité */
.CeidfContentMain .CeidfContentMainLeft
{
	width: 564px;
	min-height: 175px;
	float: left;
}
/* FIN OBSOLETE */

.CeidfContentMain .CeidfContentMainLeftAvecImage
{
	width: 564px;
	min-height: 175px;
	float: left;
}

.CeidfContentMain .CeidfContentMainLeftSansImage
{
	width: 813px;
	min-height: 175px;
	float: left;
}

.CeidfContentMain .CeidfContentMainRight
{
	width: 244px;
	margin-left: 5px;
	min-height: 175px;
	height: 100%;
	float: left;
}

/* OBSOLETE : Gardé pour compatibilité */
.CeidfContentMain .CeidfContentMainLeft
{
	background-image: url("/Style%20Library/Images/OmbreBottomRight.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: -7px;
	margin-right: -2px;
}
/* FIN OBSOLETE */

.CeidfContentMain .CeidfContentMainLeftAvecImage, .CeidfContentMain .CeidfContentMainLeftSansImage
{ 
	background-image: url("/Style%20Library/Images/OmbreBottomRight.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: -7px;
	margin-right: -2px;
}

.CeidfContentMainRight
{ 
	display: block;
	text-align: center;  
	background-image: url("/Style%20Library/Images/OmbreBottomRight.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: -7px;
	margin-right: -2px;
}

/* OBSOLETE : Gardé pour compatibilité */
.CeidfContentMainLeft .CeidfContentMainContentPage
{
	height: 100%;
	min-height: 175px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 10px;
}
/* FIN OBSOLETE */

.CeidfContentMainLeftAvecImage .CeidfContentMainContentPage, .CeidfContentMainLeftSansImage .CeidfContentMainContentPage
{
	height: 100%;
	min-height: 175px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 10px;
}

.CeidfRight
{
	height: 100%;
	min-height: 175px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 2px;
}

.CeidfContentMainContentPage .CeidfContentContent
{
	width: 100%;
	float: left;
}

.CeidfContentMainRight .CeidfRight div
{	

	/*margin-bottom: 5px;*/
}

.CeidfContentMainRight .CeidfRightImage
{
	/*display: block;  
	width: 234px;*/
	text-align: center;  
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;  
}

.CeidfRightImage img
{
	
}

.CeidfContentMainRight .CeidfRightCaption
{
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	text-align: center;
	float: left;
	clear: both;
	padding-right: 4px;
}

.CeidfContentMainContentPage .CeidfContentImageRetour
{
	display: block;
	float: right;
	width: 154px;
	height: 49px;
}

.CeidfContentMainContentPage .CeidfContentImagePrint
{
	display: none;
	width: inherit;
	height: 48px;
	vertical-align: bottom;
	text-align: center;
}

.CeidfContentMainContentPage .CeidfContentTitleSansImage
{
	display: block;
	width: 639px;
	min-height: 46px;
	background-image: url("/Style%20Library/Images/carre_noir_paragraphe.png");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

.CeidfContentMainContentPage .CeidfContentTitleAvecImage
{
	display: block;
	width: 390px;
	min-height: 46px;
	background-image: url("/Style%20Library/Images/carre_noir_paragraphe.png");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

.CeidfContentTitleSansImage span, .CeidfContentTitleAvecImage span
{
	display: block;
	float: left;
	margin-left: 27px;
	margin-top: 10px;
	font-weight: bold;
}

/*CEIDF - TEMPLATE PAAGE CONTENU - END*/
/*CEIDF - PAGES LAYOUTS - END*/