@charset "UTF-8";
/* CSS pour Sirius */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	
}

a {
	outline:none;
}

img {
	border:0;
}

#logo {
	margin:0 auto;
	width:964px;
	text-align:center;
}

body {
	background-image:url('../images/fondBody.png');
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#062c59;
	width:100%;
	height:100%;
}

#top {
	background-image:url('../images/fondTop.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
	height:90px;
	position:absolute;
	top:0px;
	z-index: 100;
}

#menu {
	background-image:url('../images/fondMenu.png');
	background-repeat:no-repeat;
	bottom:0px;
	height:31px;
	width:1000px;
	position:absolute;
	top: 59px;
	left: 50%;
    margin-left: -500px;
}

#menu ul {
	width:100%;
	margin-left:15px;
}

#menu li {
	margin:0px;
	text-align:center;
	width:212px;
	height:24px;
	float:left;
	list-style:none;
}

#menu a {
	color:#3e3d40;
	display:block;
	font-size:11px;
	font-weight:700;
	letter-spacing:2px;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}

#menu #selected {
	background-image:url('../images/menuSelected.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#background {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0px;
	background-image:url('../images/halo.png');
	background-repeat:no-repeat;
	background-position:center top;

}

#espacePro {
	background-image:url('../images/EspaceProMenuBas.png');
	background-position:center top;
	background-repeat:no-repeat;
	height:24px;
	width:500px;
	text-align:center;
	padding-top:5px;
	float:left;	
}

#menu_bas {
	margin:0 auto;
	width:1000px;
}

#menu_bas #mentionLegal {
	padding-top:17px;
	width:250px;
	float:left;
	text-align:left;
}

#menu_bas #conditionVente {
	padding-top:17px;
	width:250px;
	float:left;
	text-align:right;
}


#menu_bas a {
	color:#3e3d40;
	font-size:11px;
	font-weight:700;
	width:100px;
	padding:5px;
	letter-spacing:2px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu_bas #mentionLegal a, #menu_bas #conditionVente a {
	font-size:9px;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:1px;
}

#bande_bas {
	background-image:url('../images/fondMenuBas.png');
	background-position:bottom left;
	background-repeat:repeat-x;
	height:38px;
	width:100%;
	text-align:center;
	position:fixed;
	z-index:100000;
	bottom:0;
}

#main {
	margin:0 auto;
	width:1000px;
}

#mentionlegal {
	color:#000;
	font-size:11px;
	overflow:auto;
	width:652px;
	height:465px;
	/*border:1px #666 solid;*/
	background-color:inhert;	
	
}