
/*******************************************************************************************/
/* PAGES (1 ou 2 colonnes)  */
/*******************************************************************************************/
.triple, 
.double {
	display:none;
}
.sub_logo {
	position:absolute;
	display:block;
	z-index:100;
	width:125px;
	height:84px;
	background:transparent url(../images/bg_sub_logo_page.png) no-repeat 0 0;
}
* html .sub_logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_sub_logo_page.png');
	background:none;
}
#sub_nav {
	height:12px;
	padding:0 0 0 119px;
	background:transparent url(../images/bg_sub_nav.png) repeat-y -1px 0;
}



#sub_nav #slider {
	width:119px;
	height:12px;
	padding:0;
	background-color:#eb690a;
}
#overview.page2 #content {
	background:transparent url(../images/bg_page2.png) repeat-y 0 0;
}
#overview.page #content {
	background:transparent url(../images/bg_page.png) repeat-y 0 0;
}
/* Pathway ==================================================================== */
#pathway {
    padding:10px 0 0 10px;
    margin-left:240px;
    width:450px;
    display:block;
    font-size:1em;
    color:#0c82d4;
    background-color:#fff;
}
#pathway a {
    font-weight:bold;
    font-size:0.8em;
    padding:0 5px 0 0;
    line-height:1.8em;
}
*+html #pathway a {
    white-space:nowrap;
    float:left;
}
#pathway a.arrow {
    padding-left:10px;
    background:transparent url(../images/bullet_path.png) no-repeat 0 3px;
}
*+html #pathway a.arrow {
    display:block;
    padding-left:12px;
    background-position:2px 5px;
}
#col1 {
	padding:50px 0 200px 0;
	width:239px;
	min-height:220px;
}
* html #col1 {
	height:220px;
}


/* Navigation de gauche ========================================================= */
/* init */
#overview.page2 #col1 ul,
#overview.page2 #col1 li,
#overview.page #col1 ul,
#overview.page #col1 li {
	padding:0;
	margin:0;
}
#overview.page2 #col1 a,
#overview.page #col1 a {
	display:block;
	text-decoration:none;
}
#overview.page2 #col1 ul li a:hover,
#overview.page #col1 ul li a:hover {
	text-decoration:underline;
	background-color:#fff !important;
}
/* lev1 */
#overview.page2 #col1 ul.lev1 li,
#overview.page #col1 ul.lev1 li {
	background:transparent url(../images/bg_nav_left_line.png) no-repeat 0 100%;
	padding-bottom:2px;
}
#overview.page2 #col1 ul.lev1 li a,
#overview.page #col1 ul.lev1 li a {
	color:#0b6ba8;
	font:bold 1.25em "Trebuchet MS",Arial,sans-serif;
	padding:5px 10px 5px 30px;
	background:transparent url(../images/bullet_arrow_off.png) no-repeat 10px 8px;
}
#overview.page2 #col1 ul.lev1 li.on a,
#overview.page #col1 ul.lev1 li.on a {
	background-image:url(../images/bullet_arrow_on.png);
}
/* lev2 */
#overview.page2 #col1 ul.lev1 li ul.lev2 li a,
#overview.page #col1 ul.lev1 li ul.lev2 li a {
	color:#1889df;
	font:normal 1.1em "Trebuchet MS",Arial,sans-serif;
	line-height:1.2em;
	padding:3px 10px 3px 50px;
	background:transparent url(../images/bullet_round_off.png) no-repeat 33px 6px;
}
#overview.page2 #col1 ul.lev1 li.on ul.lev2 li.on a,
#overview.page #col1 ul.lev1 li.on ul.lev2 li.on a {
	font-weight:bold;
	background-image:url(../images/bullet_round_on.png);
}
#overview.page2 #col1 ul.lev1 li ul.lev2,
#overview.page #col1 ul.lev1 li ul.lev2 {
	background:transparent url(../images/bg_nav_left_line.png) no-repeat 0 0;
	padding-top:2px;
}
#overview.page2 #col1 ul.lev1 li ul.lev2 li,
#overview.page #col1 ul.lev1 li ul.lev2 li {
	background:transparent url(../images/bg_nav_left_lev2.png) repeat-y 0 0;
}
/* bottom line */
#overview.page2 #col1 ul,
#overview.page #col1 ul {
	background:transparent url(../images/bg_nav_left_line.png) no-repeat 0 100%;
}


#overview.page2 #col2 {
	width:474px;
}
#overview.page #col2 {
	width:712px;
}
#overview.page2 #col3 {
	width:238px;
	padding-top:27px;
	padding-bottom:50px;
}
#overview.page #col3 {
	display:none;
}


#corner_bottom {
	width:125px;
	background:transparent url(../images/corner_bottom_page.png) no-repeat 0 0;
}
* html #corner_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner_bottom_page.png');
	background:none;
}

div.photoequipe {
	width: 120px;
	float:left;
	text-align: center;
	margin: 10px;
	font-size: 9px;
	}

 /* affichage des tableau de slide */
 
 td.slide1 {
	background-image: url(../images/bgSlide1.jpg);
	background-repeat: repeat-x;
	width: 200px;
	text-align:center;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight: normal;
	padding-top: 5px;
	vertical-align: top;
	font-size:11px;
	}

td.slide2 {
	background-color: #ebebeb;
	width: 460px;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	}

table.border {
	border-collapse:collapse;
	}	
	
table.border td {
	border:1px solid #ccc;
	padding: 2px;
	}