/* CSS Document */

/*Menus*/
.menu {list-style-type: none; list-style-image:none;margin: 0;padding: 0;}
.menu a{
	display: block;
	height: 15px;
	text-decoration: none;
	color: #00267F;
	margin-left:31px;
	text-indent: 20px;
	font-size:11px;
	background-image:url(../datas/commun/point.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	 
.menu a:hover{
	background-image:url(../datas/commun/point_ov.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.menu_on {
	display: block;
	height: 15px;
	text-decoration: none;
	color: #00267F;
	margin-left:31px;
	text-indent: 20px;
	font-size:11px;
	background-image:url(../datas/commun/point_ov.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#DF0024
}
.item {padding-top:8px; background:#FFFFFF url(../datas/commun/left_m.gif) repeat-y 0px; width:265px}

#global {left: 50%; MARGIN-LEFT: -390px; width: 780px; position:absolute;}
#top {width:780px; height:173px}
#contenu {width:780px;background:#FFFFFF url(../datas/commun/m_fond.gif) repeat-y center}
#navigEntreprise {width:265px;background: url(../datas/commun/liens_m.gif) repeat-y 0px; float:left; display:block; margin-bottom:10px}
#navigEntreprise td {padding:0; margin:0}
#navig {width:265px; float:left}
#text {width:515px;padding-left:10px;padding-right:20px;}
#pied {
	background:#FFFFFF url(../datas/commun/m_pied.gif) no-repeat center top;
	height:60px;
	width:780px;
	padding:10px;
}
#form {margin-top:20px;}
.newsletter_div{
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	margin-bottom: 2px;
	background: white;
}
.newsletter_div h3{
	text-align: left;
	color: #888888;
	margin: 10px 0 0 0;
}
.newsletter_div p{
	text-align: left;
	color: #999999;	
	margin: 0;
}
.newsletter_div a{
	font-size: 10px;	

}
div.newsletter_div:hover{
	background-color: #F7F7F7;
}
div.newsletter_div:hover a{
	color: #DF0024; 
	text-decoration: underline;
}
div.newsletter_div:hover h3{
	color: #00267F;	
}
div.newsletter_div:hover p{
	color: #555555;	
}

