/*--------------------------------------------------------------------------------------------*/
/*                     Bloque ICM - Developpement professionnel continue                      */
/*--------------------------------------------------------------------------------------------*/


/*-------------------------*/
/*     Standard tags       */
/*-------------------------*/

body{ 
	background:#e3e2da;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

form,
a,
img,
div, 
span {
	margin:0;
	padding:0;
	}

table,
tbody,
tr,
td	{
	margin:0;
	padding:0;
	border-collapse:collapse;
	}
	
a,
a:link,
a:active,
a:visited,
a:hover{
	color:#ca3431;
	text-decoration:none;
	}

a:hover{text-decoration:underline;}

a img {border:0;}

/*--------------------------------------------------------------------------------------------*/
/*                                  main structure containers                                 */
/*--------------------------------------------------------------------------------------------*/

.wrap {
    position: absolute;
    left: 50%;
    width: 998px;
    margin-left: -499px;
	background-color: #ffffff;
	}


#main{
	position:relative;
	float:left;
	width:974px;
	margin-left:12px;
	}
	
/*turn off shadow-box effect*/
#mainRt,
#mainLt,
.mainBottom{
	display:none;
	}
	

/*--------------------------------------------------------------------------------------------*/
/*                                            Header                                          */
/*--------------------------------------------------------------------------------------------*/

.header{
	float:left;
	width:974px;
	margin:0;
	}
/*ICM Specifique*/	

.bannerTop{ /*pas la pleine largeur*/
	vertical-align:middle;
	height:118px;
	width:936px;
	}
	#DPC{ 
		float: left;
		margin-top:14px;
		}
	#ICM{ 
		float: right;
		margin-top:34px;		
		}
	
.bannerTitle{
	width:974px;
	height:156px;
	border-top:10px #ffa200 solid;
	border-bottom:10px #ffa200 solid;
	margin:3px 0;
	background:#ffffff center center no-repeat;
	}
.bannerActivation {
	position:absolute;
	top:261px;
	left: 800px;
	width: 129px;
	font-size:10pt;
	z-index:1000
	}
	.bannerActivation a,
	.bannerActivation a:link,
	.bannerActivation a:active,
	.bannerActivation a:visited,
	.bannerActivation a:hover{
		float:right;
		cursor:pointer; 
		border:1px solid #ffffff; 
		background:#464646; 
		padding:1px 6px; 
		margin:1px; 
		color:#ffffff; 
		text-decoration:none;
		}
	.bannerActivation a:hover,
	.bannerActivation a.selected,
	.bannerActivation a.selected:link,
	.bannerActivation a.selected:active,
	.bannerActivation a.selected:visited,
	.bannerActivation a.selected:hover{
		border:1px solid #464646; 
		background:#ffffff; 
		color:#464646
		}

.bannerTitle img.title{ 
	position:absolute;
	top:231px;
	left: 15px;
	font-size:10pt;
	z-index:1000}
/*--------------------------------------------------------------------------------------------*/
/*                                             Menu                                           */	
/*--------------------------------------------------------------------------------------------*/
ul.leftNav{
	background:#f1f1ed;
	list-style-type:disc;
	padding-left:24px;
	margin:5px 10px 0 0;
	padding:5px 5px 0 30px;
	border:1px solid #e2e2de;
	}
ul.leftNav ul{padding-left:20px; margin:0;}
	
ul.leftNav li{ 
	font-size:14px;
	list-style-image:url(../images/template/flecheNoire.gif);
	vertical-align:middle;
	line-height:26px;
	}

ul.leftNav li li{ 
	list-style-image:url(../images/template/puce.gif);
	vertical-align:middle;
	line-height:20px;
	}
	
ul.leftNav li.selected {list-style-image:url(../images/template/flecheRouge.gif); color:#ca3431; }
ul.leftNav li li.selected{list-style-image:url(../images/template/puceOver.gif); color:#ca3431; }
		 
.leftNav a,
.leftNav a:link,
.leftNav a:active,
.leftNav a:visited,
.leftNav a:hover{ color:#464646 }

.leftNav .selected a,
.leftNav .selected a:link,
.leftNav .selected a:active,
.leftNav .selected a:visited,
.leftNav .selected a:hover{ color:#464646 /*color:#ca3431*/ }

#box1{ 
	text-align:center;
	margin-top:45px;
	background-color:Maroon;
}


/*--------------------------------------------------------------------------------------------*/
/*                                       Footer                                               */
/*--------------------------------------------------------------------------------------------*/

.footer{
	float:left;
	width:973px;
	height:90px;
	background:#fff;
	border-bottom:10px #ffa200 solid;
	color:#747474;
	font-size:14px;
	text-align:center;
	}

p.footNote{ 
	margin-top:25px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:20px;
	}
		
.footNote a,
.footNote a:link,
.footNote a:active,
.footNote a:visited,
.footNote a:hover{
	color:#606060;
	padding:0px 5px;
	text-decoration:underline
	}

/*--------------------------------------------------------------------------------------------*/
/*                                         Zones de contenu                                   */
/*--------------------------------------------------------------------------------------------*/

.content{
	width:auto;
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
	border:0;
	float:left;
	font-size:14px;
}

th.title{
	background:#f1f1ed;
	border:1px solid #e2e2de;
	font-size:14px;
}

.newsdate{	
	font-weight: bold;
	padding-bottom:1px;
        padding:0;
        margin:0;
}

