/* CSS Document */

body{
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #A2B4C0;
	background-image: url(../../../medias/Image/fonds/fond02.gif);
/*
	background: #009696;
	background-image: none;
*/

	
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear{
	clear:both;
}

#page{
}

#pageOuter{
	background-color: white;
}
#pageInner{
	text-align:left;
	padding: 10px 10px 10px 10px;

}

#pageFooter{
	margin: 0;
	
	height: 24px;
	background-color: transparent;
	background-image: url(../images/bg_bottom.png);		
	background-repeat: no-repeat;
	background-position: bottom;	

}
#pageFooter .pageFooterLeft {
	float: left;
	width:200px;
		color:#9c9c9c;
}
#pageFooter .pageFooterCenter {
	margin: 0;
	text-align: center;
	color:#9c9c9c;
	float: left;
	width:600px;
}	
	#pageFooter .pageFooterCenter a{
		padding-left: .2em;
		padding-right: .2em;	
		color: #009696;
		text-decoration: none;
	}	
	#pageFooter .pageFooterCenter a:hover{
		text-decoration: underline;
	}	
#pageFooter .pageFooterRight {
	float: left;
	width:200px;
}

/*
 * CONTENUS
 */
#header{
	background-color: transparent;
	background-image: url(../images/bg_top.png);		
	height: 52px;	
	padding-left: 10px;
	padding-right: 10px;
}	
#logo {
	float: left;
	padding-top: 15px;
}
/*
.baseline{
	display: block;
	text-align: left;
	position:absolute;
	margin-top:-3px;
	margin-left:35px;
	text-transform: uppercase;
}
*/
#content{
	height: 500px;
	background-color: white;
}
	html>body #content{
		height: auto;
		min-height: 500px;
	}

	

/* ================ Menu principal ================ */
#tinoicones{
	margin-top: 30px;
	float: right;
}
#dropdownMenu{
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	font-size: 8px;
}
	 
	#dropdownMenu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		border: 0;
	}
	
	#dropdownMenu li {
		display:inline;
		float: left;
		width: 10px; /* <- pour IE uniquement*/
		border: 0;
	}
	html>body #dropdownMenu li {
		width:auto;
	}

	#dropdownMenu li ul {
		position: absolute;
		z-index: 1000;
		width: 110px;
		border-left: 1px solid #DBE2E8;
		border-right: 1px solid #DBE2E8;	
		border-bottom: 1px solid #DBE2E8;
		border-top: 1px solid #fff;
		margin-top: -1px;
		text-align: left;
		background: #fff;	
	}
	
	#dropdownMenu li ul li {
	
		width: 100%;
		background: #fff;	
		border: 0;
	}
	
	#dropdownMenu a {
		text-decoration: none;
		display: block;
		height: 20px;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 20px;
		border: 0;
		color: #009696;
	}	
	#dropdownMenu a:hover{
		color: white;
		background: #009696;
	}		
	#dropdownMenu li {
		color: #009696;
		background: #fff;	
	}	
	#dropdownMenu li.over {
		color: white;
		background: #009696;
	}
	#dropdownMenu li.over a {
		color: white;
	}	
	#dropdownMenu li.over li a{
		color: #92AEB7;
		background: white;
	}	
	#dropdownMenu li.over li a:hover{
		color: white;
		background: #92AEB7;
	}				

		/* menu de level 2
		#dropdownMenu li ul ul {
			position: absolute;
			margin-top: -20px;
			margin-left: 100px;
			background: #fff;
			width: 100px;
		}*/	
		

	/*
	#dropdownMenu a:hover {
		color: white;
		background-color: #009696;
		border: 0;
	}		
	*/
	#dropdownMenu a.menu_item_activ{
		color: black;
	}
	
	/*
	#dropdownMenu ul li ul li a:hover{
		background-color: #009696;
		color: white;		
	}*/
/* ================ PATHWAY ================ */

#pathway_conteneur {
	position: relative;
	width:100%;
	height: 100px;
	background: url(../images/bg_titre.jpg) left top no-repeat;
	margin: 0;
	padding-left: 37px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #C59E5E;
	z-index: 50;
}

	.pathway {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		padding-top: 6px;
	}
	.pathway strong {
		font-weight: normal;
	}
	.pathway a {
		color: #C59E5E;
		font-weight: normal;
		text-decoration: none;
	}

	.pathway a:hover, #menus p a:active, #menus p a:focus {
		color: #DBC49B;
		text-decoration: underline;
	}
	
	#pathway_conteneur h1 {
		font-size: 26px;
		color: #fff;
		line-height: 16px;
	}
		
/* ================ MODULES HOME PAGE ================ */

	#footerLeft{
		width:240px;
		float: left;
		margin-top: 10px;
		/*margin-left: 10px;*/
	}
	#footerRight{
		float:right;		
		margin-top: 10px;
	}
	#footerRight .actu_img{
		float: left;
		margin-left: 10px;		
	}


/* ================ BLOG ================ */
.blog .left{
	height: 500px;
}	
html>body .left{
	height:auto;
	min-height:500px;
}
.blog td{
	vertical-align: top;
}
.blog .left{	
	width:200px;
	background-color: #A2B4C0;
}
.blog .left a{	
	color:white;
	display:block;
	/*border: 1px solid #DBE2E8;*/
	margin: 10px;
	padding: 2px;
	text-decoration: none;
}
.blog .left a:hover{	
	color: #A2B4C0;
	background: white;
	text-decoration: none;
}
.blog .left a.active{	
	border: none;
	color: #54727C;
}
.blog .center{	

}
.blog .right{	
	width:200px;
	background-color: #A2B4C0;
}