* {
	margin:0; 
	padding:0; 
	border:0;
}

html { 
	overflow-y:hidden ; 
}

body {
	overflow: hidden;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

*html body {
	overflow: hidden;
	background: #010c12 url(../_img/general/effervescence.jpg) no-repeat left 100px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
  text-decoration:none;
  outline: none;

}

img {
	font-size: 0px;
	overflow: hidden;
}

.left {
  float:left;
}

.right {
  float:right;
}

.ta_right {
  text-align:right;
}

.clear {
	clear: both;
}

.spacer {
  clear:both;
  height:0px;
  font-size:0px;
  line-height:0px;
}

.displaynone {
	display: none;
}
.valide_ok {
	position: absolute;
}

/* -- -----------------------
 * 
 *  Structure général du site 
 *  
 * -------------------------- */


#maincontainer {
	position: absolute;
	width: 1016px;
	height: 630px;
	top: 50%;
	left: 50%;
	margin-left: -508px;
	margin-top: -315px;	


}

#maincontainer #header {
	height: 56px;
	width: 100%;
	text-align: center;
	
}
#maincontainer #content {
	position: relative;
	width: 100%;
	height: 549px;
	overflow:hidden;
	z-index: 1;

}
#maincontainer #footer {
	width: 100%;
	height: 25px;

}

.fond_flash {
	/*background-image:url(../_img/fond_flash.jpg);
	background-repeat:no-repeat;*/
}


/* -- -----------------------
 * 
 *  Element  HOME 
 *  
 * -------------------------- */


#maincontainer #content .cityguide {
	position: absolute; 
	bottom:0; 
	right:0px;
}



/* -- -----------------------
 * 
 *  Element  MENU  HOME 
 *  
 * -------------------------- */
 #maincontainer #footer ul.menu {
	position: absolute;
	bottom: 0;
	text-align:right;
	right:15px;
}


#maincontainer #footer ul.menu li {
	display: inline;
	background:url(../_img/square.gif) no-repeat right 10px;
	*background:url(../_img/square.gif) no-repeat right ;
	padding:0 8px 0 6px;
	*padding:0 8px 0 6px; /*--  hack IE  --*/
}

#maincontainer #footer ul.menu li.last {
	display: inline;
	background:url(../_img/straight.gif) no-repeat right 5px;
	*background:url(../_img/straight.gif) no-repeat right 2px;
	padding:0 6px 0 6px;


}

#maincontainer #footer ul.menu a {
	display: inline;
	color:#FFFFFF;
}

#maincontainer #footer ul.menu a.on1{
	text-decoration: underline;
}

#maincontainer #footer ul.menu a:hover, 
#maincontainer #footer ul.menu a.on
{
	color: #248fd3;
}

#maincontainer #footer ul.menu h2 {
	display: inline;
	font-size: 11px;
	text-transform: uppercase; 
}
#maincontainer #footer ul.menu h3 {
	display: inline;
	font-size: 9px;
	text-transform: uppercase; 
	font-family: Arial;
	color: #FFFFFF;
}

#maincontainer #footer ul.menu li.utils {
	background: none;

	
}

#maincontainer #footer ul.menu li.sanspuce {
	display: inline;
	/*background:url(../_img/straight.gif) no-repeat right 6px;
	*background:url(../_img/straight.gif) no-repeat right ;*/
	background:none;
	padding:0 0px 0 0px;
	margin-right: 0px;
	*margin-right: 0px; /*--  hack IE  --*/
}

#maincontainer #footer ul.menu li.utils a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#maincontainer #footer .sound {
	position: absolute;
	bottom: 3px; 
	right: 3px;
}


/* -- -----------------------
 *                            *
 *     ELEMENT SOUS MENU      *
 *                            *
 * -------------------------- */
 
ul.menucollection {
	text-align: center;
	
}

ul.menucollection li {
	display: inline;
	padding:0 16px 0 16px;
}


ul.menucollection li a {
	display: inline;
	color:#000;
}


ul.menucollection li a:hover, 
ul.menucollection li a.on{
	color: #248fd3;
}

ul.menucollection h1 {
	display: inline;
	font-size: 11px;
	text-transform: uppercase; 
}

/* -- -----------------------
 *                            *
 *     typographie            *
 *                            *
 * -------------------------- */

h1.titrepage {
	text-transform: uppercase;
	font: bold 20px Arial, Helvetica, sans-serif;
	width: 100%;
	border-bottom: 1px solid #dbdee5;
	padding: 25px 0 8px 0;
	margin-bottom: 18px;
 }
 
p.texte {
	margin-top: 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.texte em {
	font-style:italic; 
	color:#248fd3;
}

h3.titre {
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #248fd3;
	margin-top: 20px;
 }
h3.titre b {
	color: #000000;
	text-transform: none;
	
}