/* ******************************************************** PARTIE COMMUNE ********************************** */
html, body {

	overflow-x:hidden;
	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;				
}
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;
	/*height: 100%;*/

}
.aks_header {
	position: relative;
	height: 133px;
	width: 900px;
	padding: 0 20px 0 0;
}
.aks_content {
	position: relative;
	/*height: 800px;
	min-height: 480px;
	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 {
	position: relative;
	color: #575a5e;
	text-align: right;
	padding: 5px 10px 20px 10px;

}
.aks_footer2 
{
	padding: 15px 0px 0px 0px;
	color: #575a5e;	
	height: 163px;
	width: 1000px;
	/*text-align:left;*/
	
	background: #f4f4f4 url(../design/images/aks_bgFooter.jpg) repeat-x bottom left;

}
/* ****************************************************** 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;
}
.aks_menu a.str_onglet_menu_6 {
	background: #6d63b1 url(../client/str_onglet_menu_6.gif) no-repeat top left;
	cursor: hand;
}
/* ****************************************************** GESTION DU HEADER ********************************** */
.aks_header .aks_header_phone {
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	width: 176px;
	white-space: nowrap;
}

/** DPE **/
.dpe
{
    position:relative;
    float:left;
    text-align:left;
}
