body, html {
	height: 100%;
}
body {
	background: url('../images/Fond.jpg') center top no-repeat;
	margin:0px 0px 0px 0px;
	text-align:center;
	color:#E75294;
	font-size:12px;
	font-family:"Arial";
}

a {
	color:#E75294;
	font-size:12px;
	font-family:"Arial";
	text-decoration:none;
}

a:hover {
	color:#E75294;
	font-size:12px;
	font-family:"Arial";
	text-decoration:none;
}

.lien_blanc a {
	color:#FFFFFF;
	font-size:10px;
	font-family:"Arial";
	text-decoration:none;
}

.lien_blanc a:hover {
	color:#FFFFFF;
	font-size:10px;
	font-family:"Arial";
	text-decoration:none;
}

#cote {
	float:right;
	width:30px;
	position:relative;
	top:20px

}

#content {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding-left:50px
}

.text_slide_petit {
	color:#000000;
	font-family:"Arial";
	font-size:11px
}
.text_slide {
	color:#000000;
	font-family:"Arial";
	font-size:13px;
	font-weight:bold;
}

#fond_dock {
	background:url('../images/fonddock.png');
	width:90px;
	height:540px;
	position:relative;
	float:left;
	top:7px;
	left:-14px;
}

#grand_bloc_page {
	background-image: url(../images/grand_blockpage.png);
	width: 790px;
	height: 555px;
	position: relative;
	text-align: left;
	float:left;
	text-align:center;
}

#grand_bloc_page_content {
	margin:15px 15px 15px 15px;
}

#grand_bloc_page_content_scroll{
	margin:15px 15px 15px 15px;
	overflow:auto;
	max-height:251px;
	height:251px;
	width:739px;
	max-width:739px;
	color:#000000;
	text-align:left;
	font-size:12px;
	float:left;
}

#grand_bloc_page_content_scroll a{
	color:#000000;
	text-transform:uppercase;
}

#demi_bloc_page {
	width: 790px;
	height: 290px;
	position:relative;
	float:left;
	top:-276px;
	left:0px;
	background-image: url('../images/demi_blockpage.png');
	background-repeat:no-repeat;
	text-align:center;
}
#demi_bloc_page_content {
	margin:15px 30px 15px 15px;
	width:758px;
	height:242px;
	float:left;
	position:relative;
	z-index:2000;
}

#bloc_milieu {
	width:800px;
	height:280px;
	position:relative;
	float:left;
	top:-264px;
	left:13px;
}
#bloc_content_noir {
	background:url('../images/fond_block_barrenoir.png') no-repeat;
	width:200px;
	height:140px;
	max-height:129px;
	position:relative;
	float:left;
	margin-left:-7px;
	margin-top:-5px;
	padding-top:11px;
}
#bloc_content_normal {
	background:url('../images/fond_block_milieu.png');
	width:200px;
	height:140px;
	position:relative;
	float:left;
	margin-left:-7px;
	margin-top:-5px;
}

#bloc_pub {
	width:865px;
	height:86px;
	position:relative;
	float:left;
	top:-280px;
	left:5px;
	background:url('../images/cadre_pubs.png');
}

#Pub1 {
	width:364px;
	height:63px;
	margin-top:10px;
	margin-left:16px;
	border:none;
	float:left;
}

#Pub2 {
	width:364px;
	height:63px;
	margin-top:10px;
	margin-right:99px;
	border:none;
	float:right;
}

#barre_noir {
	background:url('../images/barre_noir.png');
	width:865px;
	height:35px;
	position:relative;
	float:left;
	top:-292px;
	left:3px;
}

#cadre_tags {
	background:url('../images/cadre_bas_tags.png');
	width:865px;
	height:150px;
	position:relative;
	float:left;
	top:-300px;
	left:3px;
}

#lien_btn_barre_bas { color:#FFFFFF; padding-top:7px; font-family:"Arial"; }
#lien_btn_barre_bas a { color:#FFFFFF; font-size:10px; font-family:"Arial";text-transform:uppercase;text-decoration:none; }
#lien_btn_barre_bas a:hover { color:#FFFFFF; font-size:10px; font-family:"Arial";text-transform:uppercase;text-decoration:none; }

#liens_bas_tags { color:#FFFFFF; padding-top:19px; margin-left:90px; margin-right:16px;font-family:"Arial"; font-size:10px; line-height:14px; text-align:left }
#liens_bas_tags a { color:#FFFFFF; font-size:10px; font-family:"Arial";text-transform:uppercase;text-decoration:none; }
#liens_bas_tags a:hover { color:#FFFFFF; font-size:10px; font-family:"Arial";text-transform:uppercase;text-decoration:none; }

#titre_bloc { color:#FFFFFF; font-size:10px; padding-top:3px; font-family:"Arial";}
#ligne_copy td { color:#FFFFFF; font-size:10px; padding-top:22px; text-align:center; font-family:"Arial";}


/***************************
**  JQDOCK :              **
****************************/
/*place the various demo menus around the screen (note: 1, 3, 4 and 7 are horizontal; 2, 5 and 6 are vertical)...*/
  /*...menu2 needs enough width to show the shrunken images + border, because it's positioned fully to the right...*/
  #menudock {position:relative; width:50px; left:17px; float:left; text-align:left}

/*dock styling...*/
/*docks (div.jqDock) get absolute position, zero padding and margin, and visible overflow; width and height are calculated*/
  /*...set a default dock background colour...*/
  div.jqDock {background-color:transparent;}
  /*...override background colour and/or border for specific demo docks...*/
  #menudock div.jqDock {border:0px; border-right:0px none;}
/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
  /*...let's set some defaults...*/
  div.jqDockLabel {border:none; padding:0px 0px; font-weight:bold; font-size:14px; white-space:nowrap; color:#000000; background-color:transparent;}
  div.jqDockLabelLink {cursor:pointer;}
  div.jqDockLabelImage {cursor:default;}
  /*...and some overrides...*/
  /*...give the right-hand vertical a smaller, non-bold, deep red label, on a white background...*/
  #menudock div.jqDockLabel {color:#FFFFFF; background-color:#000000; padding:5px; font-size:12px; font-weight:bold;font-style:normal; }
  /*...and the left-hand vertical (with the black background) a white, smaller, label...*/


.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 214px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  214px;
    height: 131px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 214px;
    height: 131px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 1px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


#content_page {
	width:490px;
	height:280px;
	float:right;
	position:relative;
	text-align:left;
	padding-top:45px;
	padding-bottom:10px;
}
#content_page td {
	font-size:13px;
	font-family:Arial;

}



/* LA CARTE */


#accor_menu {
	width:260px;
	float:left;
}

