body
{
	font-family: Helvetica, Arial;	
	font-size: 13px;
	font-weight: normal;	
	background-color: #dbdbdb;
	margin: 0;
	width: 100%;	
}

h1
{
	font-size: 20px;
	color: #111;
	margin: 0px;
	padding-bottom:10px;
	background: url(images/h1_back.png) repeat-x bottom;
}

.header-menu
{	
	width:900px;	
	height:32px;
	background-image: url(images/menu_back2.png);
}

.header-menu li
{
	background:url(images/menu_sep2.png) no-repeat right;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-top:3px;
	height:29px;
	list-style-type:none;
	list-style-image : none;
}

.header-menu li#langid
{
	background:url(images/menu_sep2.png) no-repeat right;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-top:7px;
	height:25px;
	list-style-type:none;
	list-style-image : none;
}

.header-menu a
{	
	color:#555555;	
	margin-left:20px;
	margin-right:20px;	
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;	
	font-weight: bold;	
	text-decoration:none;
}

.page
{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:20px;
	background-color: #FFFFFF;
	width:870px;
}

.footer
{
	color:#AAAAAA;
	border-top : solid 1px #C9C9C9;
	text-align: right;
	padding-top: 15px;
	width:900px;
	height:79px;	
	background-image: url(images/footer_center.jpg);
}
.footer a
{
	margin-right:15px;
	color:#AAAAAA;
}

.divblock
{
	padding:5px;
	border : solid 1px #DDDDDD;
	border-width:2px;
	background-color: #F5F5F5;	
}

.divbutton
{
	display:block;
	padding-top:8px;
	background-image: url(images/bouton.png);	
	text-align:center;
	text-decoration:none;	
	color:#FFFFFF;
	font-size: 25px;
	width:307px;
	height:48px;
}


.divbutton:hover
{
	background-image: url(images/bouton_hover.png);	
	cursor: pointer;
}

.downloadicon
{
	color:#060869;
	font-weight:bold;
	background: url(images/icon_download.png) no-repeat left;	
	padding-left:25px;
}

.twittericon
{
	color:#060869;
	font-weight:bold;
	background: url(images/icon_twitter.png) no-repeat left;	
	padding-left:25px;
}

.facebookicon
{
	color:#060869;
	font-weight:bold;
	background: url(images/icon_facebook.png) no-repeat left;	
	padding-left:25px;
}

.bubble-icon
{
	width:100px;
	border-radius:100px;
	margin:10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3); 
}
.bubble-icon:hover
{
	margin-top:5px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3); 
}