

/* ------------------------------------------
/* menu droit sommaire
/* ------------------------------------------ */




#menu-droit {
	float: right;
	margin-top:10px;
	width: 200px;
	height: auto;
	border-left-width: 1px;
	border-left-color: #dcdbe1;
	border-left-style: solid;
	margin-left:-170px;}

.titre{margin-top:-5px;
margin-bottom:5px;
font-size: 18px;
	color: red;
	font-weight: bold;
	
}

#contact{

	margin-top: 20px;
	margin-bottom:20px;
	margin-left: 10px;
	width: 180px;
	height: auto;
	background-color: #dcdbe1;
	color: black;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}
#contact a {
color: black;
font-weight:bold;
font-size:12px;
}
#contact a:hover {
color:red;
font-weight:bold;
	
}


	
#textecentre{
	margin-top: 20px;
	height: auto;
	width: 180px;
	margin-left: 10px;
	border-width: 1px;
	border-color: #dcdbe1;
	border-style: solid;
	text-align: center;
	padding-top: 12px;
	color: black;
	font-weight: bold;
	background-color: #f2f9fb;
}
	
#textecentre li{

padding:10px;
list-style: none;


}
ul#pub-droit{
	margin: 0;
	padding: 0px;
	background-color: White;
	text-align:left;
	color:black;
	font-weight:normal;
}

ul#pub-droit h1{
	font-weight: bold;
	color:black;
	font-size:12px;
}



	
	
