/* CSS Document contenu de la page*/
#contenu{
	width:790px;
	margin-top:15px;
	margin-bottom:10px;
	padding:0px;
}

.page-content{
	width:610px;
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
}

#sidebar {
	width : 170px;
	padding : 0px;
	float : left;
	margin : 0;
}
#sidebar ul {
	margin : 0;
	padding : 0;
	background : url(../images/barreSousMenuOver.png) no-repeat top left;
	border-bottom : 1px solid #fff;
}
#sidebar ul li {
	margin : 0;
	padding : 0;
	list-style : none;
	border-top : 1px solid lightblue;
	background : url(../images/barreSousMenu.png) no-repeat top left;
	border-bottom : none;
}
#sidebar ul li a {
display : block;
padding : 0px;
width : 170px;
height:18px;
background : url(../images/barreSousMenuOver.png) no-repeat top left;
color:#006699;
font-weight:bold;
font-size:11px;
text-indent : 25px;
text-decoration : none;
}
#sidebar ul li a:hover, #sidebar a.active {
background : url(../images/barreSousMenu.png) no-repeat top left;
}

.sidebarheader{
	width:130px;
	height:100px;
	background-image:url(../images/menu_header.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}


.sidebarfoot{
	height:15px;
	width:170px;
	background-image: url(../images/peid_page.png);
	background-repeat:no-repeat;
	float:left;
}

.sidebartitle{
	height:20px;
	width:170px;
	background-image:url(../images/sidebar_title.png);
	background-repeat:no-repeat;
	color:white;
	float:left;	
}

.sidebartitle h2{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px;
}

.menuitems{
	float:left;
	width:170px;	
}

.colonne{	
	float:left;
	padding-right:70px;
	margin-left:30px;
	margin-bottom:100px;
	
}

.colonne1{
	padding-left:0px;
	margin-bottom:30px;
}

.tableau{
margin-bottom:20px; margin-top:20px; padding-top:10px;
}
.table{
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	background:#ECF9EE;
	width:95%;
}

.table td{	
	height:25px;
	border-bottom:#666666 1px solid;
	border-right:#666666 1px solid;
	text-indent:10px;
}

.h2title{
	height:16px;
	background-image:url(../images/h2header.png);
	background-repeat:no-repeat;
	text-align:left;
	text-indent:30px;
	padding:2px;
	margin:0px;
}

.h2title h3{
	margin:0px;
	padding:0px;
	font-size:bold;
	color:#0068B1;
	font-size:13px;
}


.imageslist{
	float:left;
	padding-top:10px;
	padding-bottom:30px;
	width:170px;
/*	border:#CCCCCC 1px solid;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}
