/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background:url(../_img/bg_home.gif) repeat-x;
}
#containerHome {
	margin: 0 auto;
	width: 850px;
	height: 480px;
	margin-top: 2px;
	position:relative
}
#headerMenuHome {
	margin: 0 auto;
	width: 850px;
	text-align:right;
	font:10px Arial, Helvetica, sans-serif;
	color:#737fb5;
	margin-top: 15px
}
#headerMenuHome a {
	color:#66c5ec;
	text-decoration:none;
	margin:0 11px 0 7px;
}
#headerMenuHome a.enVersion {
	margin:0 0 0 7px;
}

/* Link Header */
#actualiteHome {
	width: 422px;
	height: 25px;
	margin-left: 410px;
	background-color:#ebe0b6;
	font:11px Arial, Helvetica, sans-serif;
	color:#545971;
	padding: 6px 9px 9px 9px;
}
#actualiteHome span {
	color:#009ee0;
	font-weight:bold;
}
#actualiteHome a {
	color:#009ee0;
}


/* Menu principale */
#menuMain {
	list-style-type: none;
	position:absolute;
	top: 121px;
	left: 290px;
}
#menuMain li {
	display: inline;
}
#menuMain li a {
    display: block;
	text-decoration: none;
	float:left;
	height:27px;
	margin-right:6px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 30px;
	text-align:center;
	color:#FFF;
	padding: 0 8px 0 4px
}
#menuMain li a:hover {
	background-color:#EBE0B6;
	color:#009EE0;
}
#sMenu1, #sMenu2, #sMenu4, #sMenu6 {
	list-style-type: none;
	position:absolute;
	top:148px;
	left:300px;
	background-color:#EBE0B6;
	font:11px Arial, Helvetica, sans-serif;
}
#sMenu6 {
	top:148px;
	left:461px;
}
#sMenu1 li, #sMenu2 li , #sMenu4 li , #sMenu6 li {
	display: inline;
}
#sMenu1 li a, #sMenu2 li a, #sMenu4 li a, #sMenu6 li a {
	color:#009EE0;
	line-height:22px;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center
}
#sMenu1 li a:hover, #sMenu2 li a:hover, #sMenu4 li a:hover, #sMenu6 li a:hover {
	color:#00B4FF;
}
#sMenu1 li a.on, #sMenu2 li a.on, #sMenu4 li a.on, #sMenu6 li a.on {
	font-weight:bold;
}










#footHome {
	font:10px Arial, Helvetica, sans-serif; 
	margin-top:-35px;
	color:#666
}
#footHome a {
	color:#666
}
a.linkHomeImgA_fr, a.linkHomeImgB_fr, a.linkHomeImgA_en, a.linkHomeImgB_en {
	position:absolute; 
	left:0px; 
	display:block; 
	height:17px;
	text-decoration:none
}
a.linkHomeImgA_fr {
	background:url(/_img/homelink_technoinfocom_fr.gif) no-repeat 0 0;
	top:463px; 
	width:426px; 
}
a.linkHomeImgB_fr {
	background:url(/_img/homelink_sciencevie_fr.gif) no-repeat 0 0;
	top:445px; 
	width:148px; 
}
a.linkHomeImgA_fr:hover {   
	background:url(/_img/homelink_technoinfocom_fr.gif) no-repeat 0 -17px;
}
a.linkHomeImgB_fr:hover {   
	background:url(/_img/homelink_sciencevie_fr.gif) no-repeat 0 -17px;
}


a.linkHomeImgA_en {
	background:url(/_img/homelink_technoinfocom_en.gif) no-repeat 0 0;
	top:463px; 
	width:372px; 
}
a.linkHomeImgB_en {
	background:url(/_img/homelink_sciencevie_en.gif) no-repeat 0 0;
	top:445px; 
	width:128px; 
}
a.linkHomeImgA_en:hover {   
	background:url(/_img/homelink_technoinfocom_en.gif) no-repeat 0 -17px;
}
a.linkHomeImgB_en:hover {   
	background:url(/_img/homelink_sciencevie_en.gif) no-repeat 0 -17px;
}


