/* 
  Those are the main and generic styles for this theme
*/

#admin_menu{
	/*background:#215693;*/
	background:#374f59;
}

.all{
	margin:0px 0 0 0;
}


.header{
	/*background:url("images/frame/header.png") no-repeat;*/
	background:#000000;
	width:1000px;
	height:10px;
}

#footer{
	/*background:#215693;*/
	background:#374f59;
}

#logo{
	margin:10px 0 0 10px;
}

td, p {
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select {
  font-size: 100%;
  line-height: 150%;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  border:#2e2e2e solid 1px;
  background: url(images/frame/bg_input.jpg) repeat-x #b5b5b5;
  color:#2e2e2e;
}
textarea {
  font-size: 100%;
  line-height: 150%;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  border:#2e2e2e solid 1px;
  background-color:#b5b5b5;
  color:#2e2e2e;
}

.titre_h2{
	font-family: 'Lucida Grande','Trebuchet MS',verdana,helvetica,arial,sans-serif; 
	font-size: 14px; 
	font-weight:bold;
	margin:20px 0 0 0;
}

.zone_wiki{
	margin:0 0 10px 0;
	width:98%;
	float:right;
}

.bar_sep{
	width:100%; 
	height:5px; 
	background:url('images/frame/greenbar.gif');
	margin:0 0 10px 0;
}

.success{
	color:#0099FF;
	font-weight:bold;
}

.echec{
	color:#FF6600;
	font-weight:bold;
}

#liste_accueil ul{	
	margin:0;
	padding:0;
}

#liste_accueil li{
	list-style-image:url('images/frame/puce1.png');
	text-indent: inherit;
	font-weight:bold;
	padding:0 10px 10px 0;
	margin:0;
}

.content{
	height:500px;
	background:#808080;
	color:#e6e6e6;
	/*border-left:solid 1px #8f8f8f;
	border-right:solid 1px #8f8f8f;
	padding:10px 8px 10px 8px;*/
}

.content_column{
	height:500px;
	background:url('images/frame/bg_content.jpg') repeat-y #808080;
	color:#e6e6e6;
}

.content2{
	padding:0px 8px 10px 8px;
	margin:0;
}



.submit {
	border:#2e2e2e solid 1px;
  background: url(images/frame/bg_submit.jpg) repeat-x #2e2e2e;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #b5b5b5;
  height:17px;
  margin: 1px;
  padding: 0px 15px 3px 15px;
}

.submit_disabled {
  background: #CCCCCC;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

#img_blog{
	width:155px; 
	height:119px; 
	background:url('images/frame/bg_img_blog.jpg') no-repeat; 
	padding:5px 0 0 5px; 
	margin:0 auto;
}

#img_blog_fonce{
	width:155px; 
	height:119px; 
	background:url('images/frame/bg_img_blog_fonce.jpg') no-repeat; 
	padding:5px 0 0 5px; 
	margin:0 auto;
}

#img_mini_flip{
	width:97px; 
	height:76px; 
	background:url('images/frame/bg_mini_flip.jpg') no-repeat; 
	padding:5px 0 0 0; 
	margin:0 auto;
}

/* Text hilight */
.hilight {
  background-color:#770000; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  /*height: 100%;*/
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #658EFD;
}

.homeColorSet2 {
  color: #808080;
}

.footerColorSet1 {
  color: #FFFFFF;
}

.footerColorSet2 {
  color:#f58919;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #FFFFFF solid 1px;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #DCE6FF;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color: #2f63b3;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f63b3;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
	margin:0 0 40px 0;
}

/* Vote styles */
#votewrap {
  height: 12px;
  width: 65px;
  /*background: url("images/frame/rank_objects/green_layer.gif") repeat-x;*/
  
  background: url("images/frame/star.png") repeat-x;
  overflow:visible;
}

#voteInt {
  height: 12px;
  width: 65px;
  text-align: center;
  font: 8px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.votehover {
  width: 13px;
  height: 12px;
  float: left;
  /*background: url("images/frame/rank_objects/blue_layer.gif") repeat-x;*/
  background: url("images/frame/star_hover.png") repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
    font-size: 16px;
}

h2 {
    font-size: 14px;
  font-weight: bold;
  margin:0 0 0 5px;
}

h3 {
  font-weight: bold;
  color: #658EFD;
    font-size: 16px;
}

h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size:9px;
}

h6 {
  color: #ffffff;
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

h7 {
  font-size: 14px;
  font-weight: bold;
}


/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 16px;
  font-weight: bold;
  background-color: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
#menu_log a{
	color:#FFFFFF;
	padding:0 0px 5px 10px;	
}

#menu_centre{
	height:28px;
}

#menu_centre{
	float:left;
	background:url("images/frame/menu_centre.png") repeat-x;
	height:28px;
	width:980px;
}

#menu_left{
	float:left;
	background:url("images/frame/menu_left.png") no-repeat left;
	height:28px;
	width:10px;
}

#menu_right{
	float:left;
	background:url("images/frame/menu_right.png") no-repeat right;
	height:28px;
	width:10px;
}

#menu_item_l a{
	padding:5px 10px 0 10px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	height:28px;
}

#menu_item_l a:hover{
	background:url("images/frame/menu_centre_hover.png") repeat-x;
	padding:5px 10px 0 10px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	height:28px;
}

#menu_item_r a{
	padding:5px 10px 0 10px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	height:28px;
}

#menu_item_r a:hover{
	background:url("images/frame/menu_centre_hover.png") repeat-x;
	padding:5px 10px 0 10px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	height:28px;
}

#menu_item_pipe 
{	float:left;
	border-left:solid 1px #FFFFFF;
	height:28px;
}
#menu_item_pipe_right 
{	float:right;
	border-right:solid 1px #FFFFFF;
	height:28px;
}

menu_item_pipe

#navigation {
  padding: 0 10px 0 30px;
}

#navigation a {
  font: 12px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  padding-left: 8px;
  text-decoration: none;
  font-weight: bold;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 12px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#user_main_picture {
  padding: 0px;
  background-color: #FFFFFF;
  width:80px;
}

#picture {
  border: 1px solid #808080;
  background-color: #2e2e2e;
}

#picture:hover {
  border: 2px solid #CC6600;
  background-color: #FFFFFF;
}

/* Media gallerie */
#media{
	height:21px;
}

.media_cat{
	padding:0 0 20px 0;
}

.media_action{
	border-bottom:solid 1px #CCCCCC;
	padding:0 50px 2px 0;
	margin:0 0 2px 0;
}

.media_action:hover{
	background:#CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:0 50px 2px 0;
	margin:0 0 2px 0;
	text-decoration:none;
}

#mediabar_left{
	float:left;
	background:url("images/frame/mediabar_left.png") no-repeat left;
	height:21px;
	width:5px;
}

#mediabar_middle{
	float:left;
	background:url("images/frame/mediabar_middle.png") repeat-x;
	height:21px;
	width:660px;
}

#mediabar_right{
	float:left;
	background:url("images/frame/mediabar_right.png") no-repeat left;
	height:21px;
	width:5px;
}

#media_item_l a{
	padding:3px 10px 0 10px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#2f488e;
	border-right:solid 1px #FFFFFF;

	height:18px;
}

#media_item_l a:hover{
	background:url("images/frame/menu_centre_hover.png") repeat-x;
	padding:3px 10px 0 10px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#2f488e;
	border-right:solid 1px #FFFFFF;
	height:18px;
}



#medialist_centre{
	padding:0px 3px 0px 3px;
}
#medialist{
	width:164px;
	height:222px;
	clear:none;
	float:left;
	padding:0px;
	margin:3px 3px 3px 3px;
	/*background-color:#b5b5b5;*/
	background:url("images/medialist.gif") no-repeat;	
}

#medialist_pro{
	width:164px;
	height:222px;
	clear:none;
	float:left;
	padding:0px;
	margin:3px 3px 3px 3px;
	/*background-color:#b5b5b5;*/
	background:url("images/medialist_pro.gif") no-repeat;	
}

#medialist:hover{
	width:164px;
	height:222px;
	clear:none;
	float:left;
	padding:0px;
	margin:3px 3px 3px 3px;
	/*background-color:#68afcd;*/
	background:url("images/medialist_hover.gif") no-repeat;
}

#medialist_pro:hover{
	width:164px;
	height:222px;
	clear:none;
	float:left;
	padding:0px;
	margin:3px 3px 3px 3px;
	/*background-color:#68afcd;*/
	background:url("images/medialist_hover_pro.gif") no-repeat;
}





hr{
	border-bottom:dotted 1px #cccccc;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	margin:2px 6px 2px 0;
}

.medialist_picutre{
	padding:9px 0px 10px 6px; 
}


.medialist_title{
	color:#2e2e2e;
	font-size:9px;
	font-weight:bold;
}

.medialist_title a{
	color:#2e2e2e;
	font-size:9px;
	font-weight:bold;
}
.medialist_title:visited{
	color:#2e2e2e;
	font-size:9px;
	font-weight:bold;
}
.medialist_title:hover{
	color:#CC6600;
	font-size:9px;
	font-weight:bold;
}



/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #DCE6FF;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #464646;
	border-bottom: none;
	background: #b5b5b5;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #464646; 
}
ul.tabbernav li a:visited {
	color: #464646;
}

ul.tabbernav li a:hover
{
	color: #464646;
	background: #b5b5b5;
	border-color: #464646;
}

ul.tabbernav li.tabberactive a {
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	color: #b5b5b5;
	background-color: #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

ul.tabbernav li.tabberactive a:hover {
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	color: #b5b5b5;
	background-color: #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	background: #2e2e2e;
	border: 1px solid #b5b5b5;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}


.tab1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: justify;
/*	background-color: #dce6ff;*/
	border: 1px solid #dddddd;
	width:90%;
}
.tab1_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:15px;
	padding:4px 0 4px 0;
	color: #000000;
	background: #bbd4f9;
	font-weight:bold;
}

.tab1_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background: #dce6ff;
}

.tab1_button{
	font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #2f63b3;
}

.tab1_pref{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: justify;
/*	background-color: #dce6ff;*/
	border: 1px solid #dddddd;
	width:90%;
}

.tab1_pref input{
	border:1px solid #dddddd;
	background:#dce6ff;
}

.tab1_pref select{
	border:1px solid #dddddd;
	background:#dce6ff;
}

.td1
{
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.td1bis
{
	border-top: 1px solid #dddddd;
}

.td2
{
	border-right: 1px solid #dddddd;
	font-size:9px;
}

.suggestionsBox {
	position: absolute;
	/*left: 830px;*/
	width: 138px;
	border: 1px solid #888;
	background-color:#FFF;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	cursor: pointer;
	list-style-type:none;	
	height:20px;
	font: 10px/16px "Lucida Grande", verdana, helvetica, arial, sans-serif ;
}

.suggestionList li:hover {
	background-color: #DCE6FF;
}

.carousel-component {
	position:relative;
	overflow:hidden;
	display:none;
}

.carousel-component ul.carousel-list {
	width:10000000px;
	position:relative;
	z-index:1;
}

.carousel-component .carousel-list li {
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li {
	margin-bottom:0px;
	float:left;
	clear:left;
	overflow:hidden;
	display:block;
} 

.carousel-component ul.carousel-vertical{}

.carousel-component .carousel-clip-region {
	overflow:hidden;
	margin:0px auto;
	position:relative;
}

.carousel-component {
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}

.carousel-component ul.carousel-list {
	margin:0px;
	padding:0px;
	line-height:0px;
}

.carousel-component .carousel-list li {
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}

.carousel-component .carousel-vertical li{}

.carousel-component ul.carousel-vertical{}

.carousel-component {
	padding-left:8px;
	padding-right:10px;
	margin:0px;
}

.carousel-component .carousel-list li {
	margin:4px; 
	width:auto;
	height:90px;
	text-align:center;
}

.carousel-component .carousel-list li a {
	display:block;
	border:0px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover {
	border:0px solid #e9b501;
}

.carousel-component .carousel-list li img {
	border:0px solid #999;
	display:block;
} 

.carousel-component .carousel-prev { 
	position:absolute;
	top:30px;
	z-index:3; 
	cursor:pointer;
	left:0px;
}

.carousel-component .carousel-next {
	position:absolute;
	top:30px;
	z-index:3;
	cursor:pointer;
	right:0px;
}


/* G-Maps CSS */

#gmOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 8;
}

#gmCenter, #gmBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9;
}

#gmMap {
	width: 600px;
	height: 400px;
	border: 10px solid #fff;
}

#gmBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:9px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}	

#gmCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url("images/closelabel.gif") no-repeat center;
	margin: 5px 0;
}	

#gmCaption {
	margin-right: 71px;
}

/* BOUTONS CSS */
a.bouton, button.bouton a{ 
		display:-moz-inline-box; 
		display:inline-block; 
		margin:0; 
		padding:0; 
		font-size:9px;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-align:center; 
		vertical-align:middle; 
		cursor:pointer; 
		border:0;
		text-decoration:none;
		height:16px;
	} 
	a.bouton span, button.bouton span { 
		float:left; 
		padding:0 0 0 5px;
		vertical-align:middle; 
		background:url("images/frame/bt_little_left.png") left top no-repeat; 
		/*widht:5px;*/
		height:16px;
	} 
	a.bouton span span, button.bouton span span { 
		padding:0 5px 0 0; 
		background:url("images/frame/bt_little_right.png") right top no-repeat; 
		/*widht:5px;*/
		height:16px; 
	} 
	a.bouton span span span, button.bouton span span span { 
		height:16px; 
		margin:0; 
		padding:0; 
		/*line-height:1.5;*/
		background:url("images/frame/bt_little_middle.png") center repeat-x; 
	} 
	 
	* html button {width:1%; overflow:visible;} 
	*:first-child+html button {overflow:visible;}

/* FIN BOUTONS CSS */

/* AJAX BOX*/

#layer1{
		position: absolute;
		width:150px;
		height:200px;
		background:none;		
		padding:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ffffff;
		font-weight:bold;
		text-align:center;
		left:200px;
		top:100px;
		z-index: 50;
	}
	
	#close{
		float:right;		
		margin:-10px -10px 0 0!important;
		margin:-10px -5px 0 0;
	}
	
	#layer1_content{
		background:#0099FF;
		border:solid 1px #258fcd;
		padding:10px 10px 10px 10px;
		/*margin:10px 10px 0 0;*/
	}
		/*#layer1 
		{
			position: absolute;
			left:200px;
			top:100px;
			width:250px;
			background-color:#f0f5FF;
			border: 1px solid #000;
			z-index: 50;
		}
		#layer1_handle 
		{
			background-color:#5588bb;
			padding:2px;
			text-align:center;
			font-weight:bold;
			color: #FFFFFF;
			vertical-align:middle;
		}
		#layer1_content 
		{
			padding:5px;
		}
		#close
		{
			float:right;
			text-decoration:none;
			color:#FFFFFF;
		}*/
		
		/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #000;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size:9px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 700px;
    padding: 5px;
}
.highslide-wrapper  .highslide-html-content-identification  {
	    width: 200px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-html-content-identification .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}

.highslide-wrapper .highslide-body a{
	color:#000000;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/*************************************************************/

/* Progress Bar */
#demo-fallback
{
	visibility:hidden;
	height:0;
}

#demo-status
{
	padding:10px 15px;
	width:600px;
}
 
#demo-status .progress
{
	background: transparent url(images/progress.gif) no-repeat;
	background-position:+100% 0;
	margin-right:0.5em;
}
 
#demo-status .progress-text
{
	font-weight:bold;
}
 
#demo_list
{
	list-style:none;
	margin:0;
}
 
#demo_list li.file .file-name
{/*
	display:block;
	clear:left;
	line-height:40px;
	height:40px;*/
	margin-right:15px;
	font-weight:bold;
}
#demo_list li.file .file-size
{
	margin:15px;
/*	line-height:18px;
	float:right;
	margin-top:12px;
	margin-right:20px;*/
}
#demo_list li.file .file-info
{
	/*display:block;
	margin-left:44px;
	line-height:20px;
	clear:right;*/
}
#demo_list li.file .file-remove
{
	margin:15px;
	/*visibility:hidden;*/
	/*clear:right;
	float:right;
	line-height:18px;
	margin-right:6px;*/
}
/*************************************************************/

.column_right_simple
{
	background-color:#464646;
	/*padding:0 14px 0 15px;*/
}


.column_right
{
	padding:0 14px 0 14px;
	/*background-color:#464646;*/
	margin:0;
}

.column_right_text_align
{
	padding:0 0 0 5px;
}



/* BOX */
#gd_box{
	margin:0 0 20px 0;
	width:676px;
}

#gd_box_top{
	background:url('images/frame/top_boxcontent.png') no-repeat;
	width:676px;
	height:7px;
}

#gd_box_content{
	background:#424242;
	width:676px;
	text-align:center;
}

#gd_box_content_marges{
	margin:0 15px;
}

#gd_box_content_left{
	background:#424242;
	width:676px;
}

#gd_box_bottom{
	background:url('images/frame/bottom_boxcontent.png') no-repeat; 
	width:676px; 
	height:7px;
}

#box{
	margin:0 auto 10px auto;
	background-color:#b5b5b5;
	color:#2e2e2e;
	width:260px;
}


#box a {
  color: #2e2e2e;
  text-decoration: none;
}

#box a:hover {
  text-decoration: underline;
}

#box h6 {
  color: #2e2e2e;
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}



#box_top{
	height:6px;
	/*background:url("images/frame/box_top.jpg") no-repeat bottom;*/
}

#box_content{
	 padding:3px 0px 3px 3px;
	/* background:url("images/frame/box_content.jpg") repeat-y;*/
}

#box_bottom{
	  height:6px;
	 /* background:url("images/frame/box_bottom.jpg") no-repeat;*/
}
/* FIN BOX */

	#small_text {
	font-size:9px;
	color: #575D5D;
	}
	
	.guide {
	  font-size: 16px;
	}
	

	
	.style_upload_pdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: justify;
	border: 1px solid #acacac;
	width:100%;
	margin: 4px;

	}

	
	.style_list_pdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-align: justify;
	width:100%;
	}


    .action_sur_pdf {
	width:100%;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	margin:-1px;
	}
	
	.action_sur_pdf th {
	border-left:1px solid white;
	border-collapse:collapse;
	}
	
	.action_sur_pdf td {
		
	border-left:0.5px solid white;
	border-right:0.5px solid white;
	border-collapse:collapse;
	}
	
	
	.action_sur_pdf  .th_option {
	font-size:9px;
	font-weight:bold;
	}	
	
	.tr_hover:hover {
	background-color:#d5e8ff;
	}






	.chemin_v 
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	}
	.chemin_v2 
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #c0c0c0;
	}


.tableau
{
	font-size: xx-small;
	background:#f0f0f0;	
	border:solid 1px #999999;

}
.tab_titred
{
	background:#CCCCCC;	
	border-bottom:solid 1px #AAAAAA;
	border-right:solid 1px #AAAAAA;
}
.tab_titre
{
	background:#CCCCCC;	
	border-bottom:solid 1px #AAAAAA;
}
.td_listed
{

	border-bottom:solid 1px #AAAAAA;
	border-right:solid 1px #AAAAAA;
}
.td_liste0
{
	border-bottom:solid 1px #AAAAAA;
}
.td_liste
{

	border-bottom:solid 1px #AAAAAA;
}
.td_listeR
{
	background:#BFD2DB;	
	border-bottom:solid 1px #AAAAAA;
}
.td_listeB
{
	background:#DFDFDF;	
	border-bottom:solid 1px #AAAAAA;
}
.td_listeB1
{

	border-bottom:solid 1px #AAAAAA;
}
.td_liste1d
{

	border-bottom:solid 1px #AAAAAA;
	border-right:solid 1px #AAAAAA;
}
.td_liste1
{
	
	border-bottom:solid 1px #AAAAAA;
}










