/* ******************************************************** PARTIE COMMUNE ********************************** */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: #f4f4f4 url(../design/images/aks_bg.jpg) repeat-x top left;
	margin: 0;
	text-align: center;
}
html, body {
	height: 100%;
	width: 100%;
}
img, table {
	border: none;
}
/* ****************************************************** GESTION DES BLOCS ********************************** */
.aks_bg {
	background: #f4f4f4 url(../design/images/aks_bg.jpg) repeat-x top left;
}
.aks_global {
	position: relative;
	width: 923px;
	margin: 0 auto;
	text-align: left;
}
.aks_header {
	position: relative;
	height: 133px;
	width: 870px;
	padding: 0 50px 0 0;
}
.aks_content {
	position: relative;
	height: 450px;
}
html>body .aks_content {
	position: relative;
	height: auto;
	min-height: 450px;
}
.aks_sidebar_left_1 {
	float: left;
	width: 364px;
}
.aks_sidebar_right_1 {
	float: left;
	width: 556px;
}
.aks_sidebar_left_2 {
	float: left;
	width: 450px;
}
.aks_sidebar_right_2 {
	float: left;
	width: 470px;
}
.aks_footer {
	color: #575a5e;
	text-align: right;
	padding: 5px 10px 20px 10px;
}
/* ****************************************************** GESTION DES MENUS ********************************** */
ul.aks_menu {
	position: absolute;
	bottom: 0;
	height: 31px;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
.aks_menu li {
	float: left;
	margin-right: 1px;
}
.aks_menu a {
	color: #fff;
	width: 114px;
	height: 19px;
	text-align: center;
	display: block;
	padding-top: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.aks_menu a:hover {
	margin-top: -7px;
	font-size: 16px;
	height: 26px;
}
.aks_menu a.aks_menu_on {
	color: #fff;
	width: 114px;
	height: 26px;
	text-align: center;
	display: block;
	padding-top: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin-top: -7px;
}
.aks_menu a.aks_onglet_menu_1 {
	color: #7e7e7e;
	background: #eeedeb url(../design/images/aks_onglet_menu_1.gif) no-repeat top left;
}
.aks_menu a.aks_onglet_menu_2 {
	background: #ffa800 url(../design/images/aks_onglet_menu_2.gif) no-repeat top left;
}
.aks_menu a.aks_onglet_menu_3 {
	background: #d04567 url(../design/images/aks_onglet_menu_3.gif) no-repeat top left;
}
.aks_menu a.aks_onglet_menu_4 {
	background: #9cba38 url(../design/images/aks_onglet_menu_4.gif) no-repeat top left;
}
.aks_menu a.aks_onglet_menu_5 {
	background: #599aac url(../design/images/aks_onglet_menu_5.gif) no-repeat top left;
}
/* ****************************************************** GESTION DU HEADER ********************************** */
.aks_header .aks_header_phone {
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	width: 176px;
	white-space: nowrap;
}
