html {overflow-y: scroll;}

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#dfe7f2;
}
#main{
	width:800px;
	border:2px solid #d8d8d8;
	margin-top:10px;
	background-color:#FFFFFF;
}
#header{
	width:100%;
	height:60px;
	text-align:left;
}
#content{
	background-image:url(imgs/fond1.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	width:100%;
	height:700px;
	padding-top:20px;
}
#footer{
	width:100%;
	height:60px;
}
div.hr_footer{
	width:99%;
	height:2px;
	background-color:#e2e2e2;
}
#logo{
	background-image:url(imgs/logo.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:210px;
	height:50px;
	float:left;
	cursor:pointer;
}
#lang_fr{
	background-image:url(imgs/lang_fr.gif);
	background-repeat:no-repeat;
	background-position:0 4;
	width:26px;
	height:26px;
	float:right;
	cursor:pointer;
}
#lang_uk{
	background-image:url(imgs/lang_uk.gif);
	background-repeat:no-repeat;
	background-position:0 4;
	width:26px;
	height:26px;
	float:right;
	cursor:pointer;
}
#shop{
	background-image:url(imgs/fleche.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:20px;
	float:right;
	cursor:pointer;
	padding-left:14px;
	padding-right:4px;
}
a.shop{
	font-size:10px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
a.shop:hover{
	color:#CC0000;
	text-decoration:underline;
}
#main_content{
	width:100%;
	padding:5px;
	text-align:left;
}
#menu_content{
	width:100%;
	border-bottom: 1px dotted #d8d8d8;
}
#menu_item1{
	background-image:url(imgs/bullet_presentation.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
#menu_item2{
	background-image:url(imgs/bullet_calandar.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
#menu_item3{
	background-image:url(imgs/bullet_communique.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
#menu_item4{
	background-image:url(imgs/bullet_archives.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
#menu_item5{
	background-image:url(imgs/bullet_contacts.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
#menu_item6{
	background-image:url(imgs/bullet_doc.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#copyright{
	padding-top:30px;
	color:#757575;
}
font.title1{
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}