
body {
	background: #ffffff;
	font-size: 62.6%;
}

* {
	margin: 0;
	padding: 0;
	font-family: arial, serif !important;
	font-size: 1.0em;
}

a{
		text-decoration: none;
}


.hidden {
		visibility: hidden;
}


a img {
	border: 0;
}

#navi_barre {
	position: absolute;
	top: 0;
	left: 0;
}

#global {
	position: relative;
	width: 770px;
	/*height: 800px;*/
	/*background: url('/img/base/fond_global.gif') repeat-y 0 0;*/
}

#colone_gauche {
	width: 340px;
	/*height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;*/

	background: #000;
}

#colone_gauche #haut {
		height: 180px;
		width: 340px;
		background: url('/img/base/logo.jpg') no-repeat 0 0;
}

#colone_gauche #haut a {
		width: 250px;
		height: 100%;
		display: block;
}


#colone_droite {
		margin-left: 340px;
		padding: 10px;
		position: absolute;
		top: 0;
		width: 430px;
}

#frise_pied {
		background: url('/img/base/frise_pied.jpg') no-repeat bottom left;
		margin-top: 10px;
		position: relative;
}

#titre_rubrique {

	font-size: 2.4em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 18px;
}


#div_menu_menu1 {
	margin-top: 50px;
}

#div_menu_menu2 {
	
}




/* road
************************************************** */
#road {
	font-size: 1.0em;
	color: #777;
	margin-left: 2px;
}

#road a {
	text-decoration: none;
	color: #777;
}

#road a:hover {
	color: #333;
}

/********* PLAYERs FLV et MP3 **********/
#flv_player {
		margin-left: 10px;
		position: relative;
		margin-top: 8px
}

#flashmag {
		margin-left: 20px;
		position: relative;
}

#playerMp3 {
		/*margin-left: 50px;*/
		padding-top: 15px;
		position: relative;
		margin-top: 8px
}

/* ** PARA LEFT
*************************** 
div.para_left {
	clear: both;
	color: #777;
}

div.para_left img {
	width:160px;
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.para_left img {
	margin-top: 3px;
}

div.para_left p {
	font-size: 1.2em;
}

div.para_left .clearer {
	clear:both;
	width: 100%;
	height: 1px;
	background-color: transparent;
}
*/

.clearer {
	clear:both;
}



label.formError {
		color: red;
}

/***
	CELIO Paragraphes video
*/

/*
.para_video .img {
	background:url(/img/base/fond.video.png);
	float:left;
	width:156px;
	height:108px;
	margin-right:24px;
	margin-bottom:24px;
}


.para_video .img img {
	margin:12px;
	width:132px;
	height:72px;
	
}


.paragraphe_simple h2 {
	font-size:1.4em !important;
	margin-bottom:14px;

}

.paragraphe_simple .lien_video a {
	font-weight:bold;
	text-decoration:none;
}


.paragraphe_simple .lien_video a:hover {
	font-weight:bold;
	text-decoration:underline;
}


.paragraphe_simple {
	margin-bottom:15px;
	color: #777;
}*/

/** INFOS BULLES **/
a.bubble {
  position:					relative;
  border-bottom:		1px dashed #808080;
  text-decoration: 	none; 
  font-weight: 			bold;
}

a:hover.bubble {
  text-decoration: 	none;
  background: 			none;
}

a.bubble span {
	display: 					none;
}

a:hover.bubble span {
  display: 					inline;
  position: 				absolute; 
  top:							1.5em;
  left:							0.5em;
  z-index: 					20;
  background: 			#446D87;
  color: 						#fff;
  border:						1px solid #000;
  width:						150px;
  text-align:				center;
  font-weight:			normal;
  font-size: 				10px;
  line-height:			12px;
  padding:					2px 4px;
}
