/* #DD931F doré*/

/* BODY --------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url("rep/rep_site/body_bg.png") top left repeat-x;
	text-align: center; /* for IE */
}
/* ---------------------------------------------------------------------------------------------------- */

/* GLOBAL ------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
	height: auto;
	height: auto !important;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	z-index: 10;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 190px;
	background: url("rep/rep_site/header_bg.png") top left no-repeat;
}

#header_logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 190px;
	border: none;
}
#header_logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 190px;
	border: none;
}

#header_diapo {
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
	width: 580px;
	height: 190px;
	border: none;
}
#header_diapo img {
	z-index:1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MENU --------------------------------------------------------------------------------------------- */
#main {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 40px;
	text-align: left;
	color: #FFFFFF;
	background: url("rep/rep_site/main_bg.png") top left no-repeat;
}

#main_lang {
	z-index: 5;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 5px 0 0;
	width: 115px;
	height: 31px;
	line-height: 35px;
	text-align: right;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	clear: both;
	position: relative;
	top: 30px;
	margin: -1px 0 0 0;
	padding: 10px; 
	width: 960px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style: square inside
}
#content ul li {
	margin: 5px 0 5px 10px;
	padding: 0;
}

#content_home_left {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
	width: 650px;
}
#content_home_right {
	display: inline;
	position: relative;
	float: right;
	margin: 0;
	padding: 0; 
	width: 280px;
}
#content_home_right h2 {
	margin: 0 0 3px 0;
	padding: 0 5px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}
#content_home_news {
	margin: 0;
	padding: 0; 
	width: 280px;
	background-color: #eee6d9;
	border-width: 1px;
	border-style: solid;
	border-color: #DD931F;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#content_home_maille {
	margin: 0;
	padding: 10px; 
	width: 260px;
	background-color: #eee6d9;
	border-width: 1px;
	border-style: solid;
	border-color: #DD931F;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#content_catalogue_left {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
	width: 660px;
}

.catalogue_table {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.catalogue_table td {
	margin: 0;
	padding: 0;
	width: 25%;
	text-align: center;
	vertical-align: bottom;
}
.catalogue_table td h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
}

.catalogue_table_vign {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	font-size: 11px;
	font-weight: bold;
}
.catalogue_table_vign td {
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: center;
	vertical-align: bottom;
}
.catalogue_table_vign td h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#content_catalogue_right {
	display: inline;
	position: relative;
	float: right;
	margin: 0;
	padding: 0; 
	width: 280px;
}

#content_realisation_left {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
	width: 250px;
	text-align: left;
}
#content_realisation_right {
	display: inline;
	position: relative;
	float: right;
	margin: 0;
	padding: 0; 
	width: 690px;
}

.content_article_list {
	margin: 10px auto;
	padding: 10px;
	width: 95%;
}
.content_article_list_img {
	float: left;
	margin: 0 15px 5px 5px;
	border: 1px solid #000000;
}
.content_article_view {
	margin: 0;
	padding: 0;
}
.content_article_view_img {
	float: left;
	margin: 0 20px 5px 0;
	border: 1px solid #000000;
}

.content_none {
	display: none;
}

.diaporama_table {
	margin: 0 auto;
	width: 95%;
	border: none; 
}
.diaporama_table td {
	padding-bottom: 15px;
	width: 33%;
	text-align: center; 
}

.content_doc_table {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border: none;
}
.content_doc_td_left {
	width: 570px;
	vertical-align: top;
	text-align: left; 
}
.content_doc_td_right {
	padding-left: 30px;
	vertical-align: top;
	text-align: left; 
}

#matiere_diapo {
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 240px;
	height: 150px;
	border: 1px solid #000000;;
}
#matiere_diapo img {
	z-index:1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 110px;
	text-align: center;
	border-top: 5px solid #DD931F;
	background: #000000;
}
#footer_content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 0 30px;
	width: 950px;
	height: 90px;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	background: #000000 url("rep/rep_site/footer_bg.png") top right no-repeat;
}

#footer_content a { color: #DD931F; font-weight: normal; text-decoration: underline; }
#footer_content a:link { color: #DD931F; font-weight: normal; text-decoration: underline; }
#footer_content a:visited { color: #DD931F; font-weight: normal; text-decoration: underline; }
#footer_content a:hover { color: #FFFFFF; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	overflow: hidden;
	margin: -1px auto 0 auto;
	padding: 0;
	text-align: right;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #000000;
}
#copyright a {
	margin: 0 20px 0 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FLOAT -------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.center {
	margin: 0 auto;
}
.spacer {
	clear: both;
	padding: 5px 0 0 0;
}
.spacer_10 {
	margin-top: 10px; 
	clear: both;
	padding: 5px 0 0 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* PARAGRAPHE ------------------------------------------------------------------------------------- */
p { margin: 0 0 10px 0; }
.p_left { text-align: left; }
.p_right { text-align: right;}
.p_center { text-align: center;}
.p_justify { text-align: justify; }
/* ---------------------------------------------------------------------------------------------------- */

/* TITRE --------------------------------------------------------------------------------------------- */
h1 {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.5px;
}

h2 {
	margin: 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIGNE --------------------------------------------------------------------------------------------- */
hr {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #DD931F;
}

.hr_h1 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
}

.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #DD931F;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #DD931F;
}

.hr_spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FONT --------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_warning { padding: 2px 7px; color: #000000; font-weight: bold; background: #DD931F; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.txt_color_1 { color: #000000; }
.txt_color_2 { color: #DD931F; }

.img_border {
	border: 1px solid #000000;
}

.reflect {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
a.reflectimg {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 125px;
	height: 150px;
	border: 2px solid #FFF;
}
a:hover.reflectimg {
	display: block;
	padding: 0;
	width: 125px;
	height: 150px;
	border: 2px solid #DD931F;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIEN ---------------------------------------------------------------------------------------------- */
a:active, a:focus{ outline: none; }
a img { border-width: 0; border-style: none; }
a { color: #DD931F; font-weight: bold; text-decoration: underline; }
a:link { color: #DD931F; text-decoration: underline; }
a:visited { color: #DD931F; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

a.link {
	padding: 2px 7px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	background: #DD931F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.link { 
	color: #FFFFFF;
	background: #000000;
}

a.pagetop { 
	margin: 0 5px;
	padding: 5px 5px 5px 15px;
	width: 11px;
	height: 11px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	border: 0;
	background: url("rep/rep_site/ico_pagetop.gif") no-repeat left center;
}
a:hover.pagetop { 
	color: #000000;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FORMULAIRE ------------------------------------------------------------------------------------- */
.form_table {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border: none;
}
.form_td_left {
	width: 40%;
	vertical-align: top;
	text-align: left;
}
.form_td_right {
	padding-left: 20px; 
	width: 60%;
	vertical-align: top;
	text-align: left;
}

form {
	display: inline;
	color: #000000;
	font-weight: bold;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #DD931F;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
legend {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
fieldset p {
	margin: 5px 0 7px 0;
}
label {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	width: 30%;	
	text-align: left;
	line-height: 1.7;
	font-weight: bold;
}

#p_Ctc_Mail {
	display: none;
	visibility: hidden;
}

input {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #EEEEEE;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
select, option {
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #EEEEEE;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
option {
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: none;
}
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #EEEEEE;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	resize: none;
}

textarea:focus, input:focus {
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #DD931F;
	background-color: #eee6d9;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	outline: none;
}

input.button {
	padding: 0 0 2px 2px;
	height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #DD931F;
	background-color: #DD931F;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
input:hover.button {
	padding: 0 0 2px 2px;
	height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #000000;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

input.radio {
	background: none; 
	border: none;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BARRE NAVIGATION ----------------------------------------------------------------------------- */
.barre_nav { font-size: 10px; }
.barre_nav a { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #000000; border: 1px solid #000000; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav a.active, .barre_nav a:hover{ color: #000000; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #DD931F; border: 1px solid #DD931F; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav a:visited { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #000000; border: 1px solid #000000; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav span { color: #666666; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #CCCCCC; border: 1px solid #CCCCCC; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
/* ---------------------------------------------------------------------------------------------------- */

/* MENUMATIC--------------------------------------------------------------------------------------- */
#nav, #nav ul {
	z-index: 5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	width: 850px;
	height: 31px;
	letter-spacing: 1px;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
}
#nav a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 22px;
	height: 31px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	color: #FFFFFF;
	text-decoration: none;
	background: url("rep/rep_site/main_bg_hover.png") top left repeat-x;
}
#nav .li_active a {
	color: #FFFFFF;
	text-decoration: none;
	background: url("rep/rep_site/main_bg_hover.png") top left repeat-x;
}

#nav li.main_1 {
	padding-left: 10px;
	border-left: none;
}
#nav li.main_6 {
	padding-right: 10px;
	border-right: none;
}

#subMenusContainer { 
	display: block;
	position: absolute; 
	overflow: visible;
	top: 0; 
	left: 0; 
	margin: 0;
	padding: 0;
	width: 240px;
	height: 0; 
	z-index: 800;
}
#subMenusContainer ul {
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#subMenusContainer li {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
}
#subMenusContainer a {
	display: block;
	margin: 0;
	padding: 7px 10px;
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	letter-spacing: 1px;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	color: #FFFFFF;
	text-decoration: underline;
	background: #FFFFFF;
}


/* Parent Sub Menu Links - javascript users only */
.subMenuParentBtn {
	background: url("rep/rep_site/main_arrow_right.gif") right center no-repeat; 
}

/* Parent Sub Menu Links on hover or focus - javascript users only */
.subMenuParentBtnFocused {
	background: url("rep/rep_site/main_arrow_right_over.gif") right center no-repeat; 
}

/* Parent Main Menu Links - javascript users only */
.mainMenuParentBtn {	
	background: url("rep/rep_site/main_arrow_down.gif") 130px 11px no-repeat;
}

/* Parent Main Menu Links on hover or focus - javascript users only */
.mainMenuParentBtnFocused {
	background: url("rep/rep_site/main_arrow_down_over.gif") 130px 11px no-repeat;
}


/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW { 
	display: none; 
	position: absolute; 
	overflow: hidden; 
	/*the 2px left & right padding lets you have a 1px border on the ul or ol inside since overflow is set to hidden*/
	padding: 0 2px;
	margin: 0 0 0 -2px;
}

/* non-javscript users */
#nav li li {	float: none; }

#nav li li a { /* Just submenu links*/	
	position: relative;
	float: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul { margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul { margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top: -2.5em; }

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; margin-top: 2.2em; }
#nav li li a:focus + ul { left: 0; margin-left: 1010em; margin-top: -2.2em; }
#nav li li a:focus { left:0; margin-left: 1000em; width: 10em; margin-top: 0;}
#nav li li li a:focus { left: 0; margin-left: 2010em; width: 10em; margin-top: -1em; }
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }
/* ---------------------------------------------------------------------------------------------------- */

/* MOOBYZOOMER ---------------------------------------------------------------------------------- */
a.byzoomer img {
	z-index: 900;
	/*margin: 2px 5px 0 0;*/
	margin: 0 10px 10px 10px;
	border: 1px solid #000000;
	cursor: pointer;
}
a:hover.byzoomer img {
	border: 1px solid #000000;
}
a.byzoomerOver img {
	border: 1px solid #000000;
}
img.byzoomerZoomed {
	z-index: 900; 
	border: 1px solid #000000;
	cursor: pointer;
}
div#byzoomerTitle {
	color: #000000;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MULTIBOX ---------------------------------------------------------------------------------------- */
.MultiBoxContainer {
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	display: none;
	z-index: 200;
}

.MultiBoxLoading {
	background: url("rep/rep_site/multibox_loader.gif") no-repeat center;
}

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

.MultiBoxClose {
	position: absolute;
	top: -12px;
	right: -12px;
	background: url("rep/rep_site/multibox_close.png") no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

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

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

.MultiBoxPrevious {
	z-index: 500;
	position: absolute;
	background: url("rep/rep_site/multibox_left.gif") no-repeat;
	width: 24px;
	height: 24px;
	left: 4px;
	margin-top: 4px;
	cursor: pointer;
}

.MultiBoxNext {
	z-index: 500;
	position: absolute;
	background: url("rep/rep_site/multibox_right.gif") no-repeat;
	width: 24px;
	height: 24px;
	right: 4px;
	margin-top: 4px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url("rep/rep_site/multibox_rightDisabled.gif") no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url("rep/rep_site/multibox_leftDisabled.gif") no-repeat;
}

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

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

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

/* SLIDESHOW -------------------------------------------------------------------------------------- */
.slideshow {
	z-index: 0;
	display: block;
	position: relative;
	height: 450px;
	/*border: 3px solid #DD931F;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;*/
	background: url("rep/rep_site/slideshow_bg.png") top left no-repeat;
}
.slideshow-images {
	display: block;
	position: relative;
	overflow: hidden;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	width: 600px;
	height: 450px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	top: 0;
	left: 0;
}
.slideshow {
	margin: 0;
	width: 600px;
	height: 450px;
}
.slideshow a img {
	border: 0;
}

.slideshow-captions {
	z-index: 10000;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow :hidden;
	padding: 5px;
	width: 590px;
	height: 50px;
	font-size: 12px;
	color: #FFF;
	text-indent: 10px;
	background: #000;
}
.slideshow-captions-hidden {
	opacity: 0;
	height: 0;
}
.slideshow-captions-visible {
	opacity: 0.8;
	height: 50px;
}

.slideshow-controller {
	z-index: 10000;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -119px;
	width: 238px;
	height: 42px;
	background: url("rep/rep_site/slideshow_controller.png") no-repeat;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden {
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 12px;
	height: 18px;
	cursor: pointer;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	left: 33px;
	width: 19px;
	background-image: url("rep/rep_site/slideshow_controller-first.gif");
}
.slideshow-controller li.last a {
	left: 186px;
	width: 19px;
	background-image: url("rep/rep_site/slideshow_controller-last.gif");
}
.slideshow-controller li.next a {
	left: 145px;
	width: 28px;
	background-image: url("rep/rep_site/slideshow_controller-next.gif");
}
.slideshow-controller li.pause a {
	left: 109px;
	width: 20px;
	background-image: url("rep/rep_site/slideshow_controller-pause.gif");
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	left: 65px;
	width: 28px;
	background-image: url("rep/rep_site/slideshow_controller-prev.gif");
}
.slideshow-loader {
	z-index: 10001;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

.slideshow-thumbnails {
	position: absolute;
	left: 0;
	bottom: -65px;
	width: 100%;
	height: 65px;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	height: 65px;
}
.slideshow-thumbnails li {
	position: relative;
	float: left;
	margin: 5px 5px 5px 0;
	list-style: none;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative;
}
.slideshow-thumbnails a:hover {
	opacity: 1!important;
	background-color: #DD931F!important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	opacity: 1;
	background-color: #000;
}
.slideshow-thumbnails-inactive {
	opacity: 0.8;
	background-color: #FFF;
}
.slideshow-thumbnails {
	/*top: 0;
	left: auto;
	right: -80px;
	width: 70px;
	height: 450px;*/
	top: 0;
	right: auto;
	left: -80px;
	width: 100px;
	height: 450px;
}
.slideshow-thumbnails ul {
	width: 50px;	
	height: 450px;
}
.slideshow-thumbnails img {
	width: 50px;
	height: 50px;

}

.slideshow-images-visible { 
	margin-left: 0;
}	
.slideshow-images-prev { 
	margin-left: 600px;
}
.slideshow-images-next { 
	margin-left: -600px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* NOOBSLIDE -------------------------------------------------------------------------------------- */
/* News */
.maskNews {
	position: relative;
	margin: 0 auto;
	width: 260px;
	height: 270px;
	overflow: hidden;
}
#boxNews {
	position: absolute;
}
#boxNews div {
	float: left;
	width: 260px;
	height: 280px;
}
#boxNews h3 {
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#boxNews img{
	margin: 0 auto;
	border: 1px solid #000;
}

/* Boutons */
.buttons { padding: 5px; }
.buttons span { color: #FFFFFF; padding: 1px 5px; cursor: pointer; font-size: 10px; background: #000000; border: 1px solid #000000; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.buttons span.active, .buttons span:hover { color: #FFFFFF; padding: 1px 5px; cursor: pointer; font-size: 10px; background: #DD931F; border: 1px solid #DD931F; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
/* ---------------------------------------------------------------------------------------------------- */