
/*
 *		Home page
 */
 #main {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	height: 600px;

	overflow: hidden;
	margin-top: -300px;
	margin-left: -495px;
}

#img_test {
	width: 990px;
	height: 600px;
	position: absolute;
	z-index: -999;
	background-repeat: no-repeat;
}

.home {
	background-repeat: no-repeat;
}

#home_content {
	height: 381px;
}

#home_nav {
	height: 219px;
	background-image:url(../imgs/home/nav.png);
	background-repeat: no-repeat;
}


#home_nav_empty {
	height: 65px;
	display : block;
}
#home_main_links {
	height: 15px;
	padding-left: 60px;
}

#home_main_links {
	height: 15px;
	padding-left: 60px;
}


#home_sub_links {
	height: 33px;
	margin-left: 60px;
	width: 930px;
	overflow: hidden;
}

#home_main_links a, #home_sub_links a {
	color: #57656E;
	text-decoration: none;
	z-index:999;
}

#home_main_links a:hover , #home_sub_links a:hover{
	color:	#A0749D;
}

#menu_on a {
	color:	#680C61;
}

#home_pics {
	padding-left: 60px;
	height: 90px;
	font-weight: bold;
}

#home_pics .pic {
	float: left;
	color: #680C61;
	font-size: 10px;
	padding-right: 48px;
}

#home_pics .pic a {
	color: #863D81;
	text-decoration: none;
}
/* NEW */
#home_pics .pic p {
	/*background-image:url(../imgs/home/picto_small.gif);
	background-repeat:no-repeat;
	background-position:left top;*/
	padding-top: 1px;
	line-height: 12px;
	font-size: 10px;
}

#home_pics .pic a img {
    width:      114px;
    height:     66px;
}

#home_pics .pic p img.picto_small {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
/* END NEW */

/*
#home_pics .pic p img, #home_pics .pic p span{
	vertical-align: middle;
	display: inline-block; 
}
#home_pics .pic p {
	padding-top: 4px;
}

*/

#home_pics .direct_access {
	float: left;
	padding-left: 30px;
	padding-top: 1px;
	/*height: 87px;*/
}

#home_pics .direct_access a {
	color: #57656E;
	text-decoration: none;
}

#home_pics .direct_access .title {
	font-size: 11px;
	padding-left: 10px;
}
#home_pics .direct_access ul {
	padding-left: 10px;
	padding-top: 10px;
	margin: 0;
	list-style-position: inside;
}
#home_pics .direct_access li {
	padding: 0;
	margin: 0;
	font-size: 10px;
	list-style-type: square;
	padding-bottom: 4px;
}

#home_legals {
	height: 16px;
	padding-right: 57px;
	padding-top: 0px;
	margin-top: 3px;
	text-align: right;
	font-size: 8px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

#home_legals a {
	color: #FFFFFF;
	text-decoration: none;
}

#home_main_links ul, #home_sub_links ul {
	margin: 0;
	padding: 0;
}

#home_sub_links table {
	height: 100%;
	background-image:url(../imgs/home/background_sous_menu.gif);
	background-repeat:repeat-x repeat-y;
	overflow: hidden;
}

#home_main_links li, #home_sub_links li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-right: 30px;
	line-height: 1em;
}

#home_sub_links li.last {
	margin-right: 0px;
}

#home_main_links li.selected a, #home_sub_links li.selected a {
	color: #680C61;
}

#home_sub_links li.selected {
	background-image:url(../imgs/home/curseur.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

#first_pic {
	width: 990px;
	height: 600px;
}
