/* #4055a8 bleu*/
/* #ff8808 orange*/
/* #444444 gris*/
/* #666666 gris clair */

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

/* GLOBAL ------------------------------------------------------------------------------------------ */
#global {
	position: relative;
	overflow: hidden; 
	margin: 0 auto;
	padding: 0;
	width: 966px;
	height: auto;
	text-align: left;
	background: url("rep/rep_site/global_bg.jpg") top left repeat-y;
}
/* ---------------------------------------------------------------------------------------------------- */

/* EVITEMENT ---------------------------------------------------------------------------------------- */
#evitement {
	display: none;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 966px;
	height: 243px;
	background: url("rep/rep_site/header_bg.jpg") top left no-repeat;
}
#header_left {
	z-index: 10;
	position: absolute;
	top: 28px;
	left: 6px;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 210px;
}
#header_left a {
	z-index: 20;
	display: block;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 210px;
	text-decoration: none;
}
#header_right {
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 730px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 150px;
}
#header_post_it {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MENU --------------------------------------------------------------------------------------------- */
#main {
	clear: both;
	z-index: 50;
	position: relative;
	margin: 0 auto;
	padding: 0 6px 0 6px;
	width: 954px;
	height: 50px;
	font-size: 13px;
	background: url("rep/rep_site/main_bg.jpg") top left no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0; 
	width: 940px;
	height: auto;
	background: #FFFFFF;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU LEFT ----------------------------------------------------------------------------------- */
#content_left {
	display: inline;
	position: relative;
	float: left;
	margin: 0 0 0 5px;
	padding: 0; 
	width: 648px;
	height: auto !important;
	height: 620px;
	min-height: 620px;
	background: #FFFFFF;
}
#content_left ul {
	margin: 0 20px 0 20px;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style: square inside;
}
#content_left ul li {
	margin: 5px 0 5px 20px;
}

#content_left ul li ul {
	margin: 10px 20px 10px 20px;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style: circle inside;
}


#ggmap {
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 650px;
	height: 310px;
	text-align: center;
	border: 1px solid #333333;
	background: #FFFFFF;
}
#ggmap iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENT RIGHT --------------------------------------------------------------------------------- */
#content_right {
	display: inline;
	position: relative;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	width: 260px;
	height: 620px;
 }

#content_right_rea {
	position: relative;
 	margin: 0 auto 30px auto;
	padding: 0;
	width: 247px;
	height: 192px;
	background: url("rep/rep_site/applat_rea.jpg") top left no-repeat;
}

#content_right_news {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 247px;
	height: 322px;
	background: url("rep/rep_site/applat_news.jpg") top left no-repeat;
}
#content_right_news p {
	margin: 0;
	padding: 0;
}


#content_right_actu a {
	color: #ff8808;
	text-decoration: none;
}

#content_right_actu a:hover {
	color: #ff8808;
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 966px;
	height: 60px;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	background: #4055a8 url("rep/rep_site/footer_bg.jpg") top left no-repeat;
}
#footer p {
	color: #FFFFFF;
}
#footer a { color: #FFFFFF; font-weight: normal; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	margin: 5px auto;
	padding: 0;
	width: 970px;
	height: 20px;
	overflow: hidden;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FLOAT -------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.center {
	margin: 0 auto;
}
.spacer {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
}
.spacer_10 {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 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: 5px 0 0 0;
	padding: 0 5px 0 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-transform: uppercase;
}

h2 {
	margin: 5px;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-transform: uppercase;
	background: url("rep/rep_site/arrow_grey.gif") 0 2px no-repeat;
}

h3 {
	margin: 5px;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #4055a8;
	text-transform: uppercase;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LISTE --------------------------------------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}
ul li {
	margin: 5px 0 5px 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIGNE --------------------------------------------------------------------------------------------- */
hr {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #4055a8;
}

.hr_h1 {
	margin: 0 0 15px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #444444;
}
.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #4055a8;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #666666;
}

.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: #FFFFFF; font-weight: bold; background: #ff8808; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.txt_color_1 { color: #4055a8; }
.txt_color_2 { color: #ff8808; }
.txt_color_3 { color: #444444; }
/* ---------------------------------------------------------------------------------------------------- */

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

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: #FFFFFF;
}
/* ---------------------------------------------------------------------------------------------------- */

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

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

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

input {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4055a8;
	border-width: 1px;
	border-style: solid;
	border-color: #8B9EDF #4055a8 #4055a8 #8B9EDF;
	background-color: #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4055a8;
	border-width: 1px;
	border-style: solid;
	border-color: #8B9EDF #4055a8 #4055a8 #8B9EDF;
	background-color: #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4055a8;
	border: none;
}
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4055a8;
	border-width: 1px;
	border-style: solid;
	border-color: #8B9EDF #4055a8 #4055a8 #8B9EDF;
	background-color: #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

textarea:focus, input:focus {
	color: #ff8808;
	border-width: 1px;
	border-style: solid;
	border-color: #FFB25F #ff8808 #ff8808 #FFB25F;
	background-color: #FFFFFF;
}

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: #ff8808 #ff8808 #ff8808 #ff8808;
	background-color: #ff8808;
	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: #4055a8 #4055a8 #4055a8 #4055a8;
	background-color: #4055a8;
}

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

/* IMAGE --------------------------------------------------------------------------------------------- */
.img_loading {
	margin: 0 5px 0 5px;
	padding: 0;
	border: none;
}
.img_border {
	margin: 0 5px 0 5px;
	padding: 0;
	border: 1px solid #444444;
}
.img_border_no {
	margin: 0 5px 0 5px;
	border: none;
}
.img_diapo {
	margin: 0;
	padding: 0;
	border: 1px solid #444444;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BARRE NAVIGATION ----------------------------------------------------------------------------- */
.barre_nav { font-size: 10px; }
.barre_nav a { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #666666; border: 1px solid #666666; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav a.active, .barre_nav a:hover{ color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #ff8808; border: 1px solid #ff8808; 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: #666666; border: 1px solid #666666; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.barre_nav span { color: #FFFFFF; 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; }

.img_reference {
	width: 395px;
	height: 270px;
	background: url("rep/rep_site/img_shadow_bg.gif") top left no-repeat;
}
.img_reference img {
	margin: 0;
	padding: 10px 0 0 0;
}
.img_reference_vign {
	width: 285px;
	height: 197px;
	background: url("rep/rep_site/vign_shadow_bg.gif") top left no-repeat;
}
.img_reference_vign img {
	margin: 0;
	padding: 10px 0 0 0;
}

.reference a {
	z-index: 2;
	position: relative;
	margin: 0;
	padding: 2px 3px 2px 17px;
	background: url(rep/rep_site/reference_link.gif) no-repeat left center;
}
.reference a:visited {
	color: #666666;
	text-decoration: none;
	background: url(rep/rep_site/reference_link_off.gif) no-repeat left center;
}
.reference a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #ff8808 url(rep/rep_site/reference_link_over.gif) no-repeat left center;
}
/* ---------------------------------------------------------------------------------------------------- */

/* APPLICATIONS ----------------------------------------------------------------------------------- */
.img_apps_vign {
	width: 240px;
	height: 190px;
	background: url("rep/rep_site/img_apps_bg.gif") top left no-repeat;
}
.img_apps_vign img {
	margin: 0;
	padding: 10px 0 0 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MOOSLIDE ----------------------------------------------------------------------------------------------------------------------- */
.mooSlide {
	padding: 10px;
	text-align: center;
	background: #FFFFFF;
}
/* ---------------------------------------------------------------------------------------------------- */

/*  ---------------------------------------------------------------------------------------------------------------------------- */
#accordion {
	margin: 0 auto;
	width: 500px; 
}
h3.toggler {
	cursor: pointer;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #4055a8 ;
	margin: 0 0 5px 0;
	padding: 5px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* AUTOCOMPLETER ---------------------------------------------------------------------------------------------------------------- */
input.autocompleter-loading {
	background-image:	url(rep/rep_site/loader_autocompleter.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

ul.autocompleter-choices {
	z-index:	 50;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #8B9EDF #4055a8 #4055a8 #8B9EDF;
	background-color: #FFFFFF;	
}
ul.autocompleter-choices li {
	display: block;
	position: relative;
	float:	none !important;
	margin: -2px 0 0 0;
	padding: 5px;
	cursor: pointer;
	white-space: nowrap;
}
ul.autocompleter-choices li.autocompleter-selected {
	color:	 #444444;
	background-color: #EEEEEE;
}
ul.autocompleter-choices span.autocompleter-queried {
	display:	inline;
	float:	none;
	margin:	0;
	padding: 0;
	font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:	 #4055a8;
}

.autocompleter_link {
	position: absolute;
	top: 0;
	right:	5px;
	margin: 0;
	padding: 5px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------------------------------------- */

/* VIEWER SLIDE 1 ------------------------------------------------------------------------------------------------------------------ */
#boxviewer1_global {
	margin: 0 auto;
	width: 500px; 
	height: 260px;
	background: #444444;
}

.boxviewer1_sample {
	display: inline;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 10px;
	width: 500px;
}

.boxviewer1_left {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 260px;
	text-align: center;
}
#boxviewer1_prev {
	display: block;
	position: relative;
	width: 50px;
	height: 260px;
	text-indent: -9999px;
	cursor: pointer;
	background: url('rep/rep_site/boxviewer1_nav.png') no-repeat 0 0;
}
#boxviewer1_prev:hover {
	background: url('rep/rep_site/boxviewer1_nav.png') no-repeat 0 -260px;
}

.boxviewer1_right {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 473px;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 260px;
	text-align: center;
}
#boxviewer1_next {
	display: block;
	position: relative;
	width: 50px;
	height: 260px;
	text-indent: -9999px;
	cursor: pointer;
	background: url('rep/rep_site/boxviewer1_nav.png') no-repeat 100% 0;
}
#boxviewer1_next:hover {
	background: url('rep/rep_site/boxviewer1_nav.png') no-repeat 100% -260px;
}

.boxviewer1_mask {
	z-index: 50;
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 240px;
}
.boxviewer1_mask img {
	display: block;
	position: absolute;
	border: none;
}
#boxviewer1 {
	z-index: 50;
	position: absolute;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* TEXTE DEFILANT ----------------------------------------------------------------------------------------------------------------- */
.mooquee {
	position: absolute;
	overflow: hidden;
	/*white-space: nowrap;*/
	margin: 0;
	padding: 10px;	
	width: 380px;
	height: 100px;
	border: solid 1px #CCCCCC;
}
.mooquee-text {
	position: absolute;
}
/* ---------------------------------------------------------------------------------------------------- */

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

/* MENUMATIC--------------------------------------------------------------------------------------- */
#nav, #nav ul {
	clear: both;
	z-index: 5;
	display: block;
	position: absolute;
	top: 0;
	left: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 954px;
    height: 32px;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 23px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	background: #ff8808 url("rep/rep_site/main_bg_a_over.gif") top left repeat;
}
.li_active a {
	background: #ff8808 url("rep/rep_site/main_bg_a_over.gif") top left repeat;
}


#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: #ff8808;	
	border: 1px solid #ff8808;
}
#subMenusContainer li {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}
#subMenusContainer a {
	display: block;
	margin: 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	color: #FFFFFF;
	text-decoration: underline;
	background: url("rep/rep_site/main_submain_over.gif") no-repeat top left;
}


/* 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") 100% 50% no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
	background: url("rep/rep_site/main_arrow_down_over.gif") right center 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; }
/* ---------------------------------------------------------------------------------------------------- */

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

.MultiBoxLoading {
	background: url("rep/rep_site/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.png") no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url("rep/rep_site/multibox_leftDisabled.png") 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: #4055A8;
	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: #4055A8;
	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: #4055A8;
	text-align: left;
}
/* ---------------------------------------------------------------------------------------------------- */

/* NOOBSLIDE -------------------------------------------------------------------------------------- */

/* News */
.maskNews {
	position: relative;
	margin: 0 0 0 20px;
	width: 210px;
	height: 290px;
	overflow: hidden;
}
#boxNews {
	position: absolute;
}
#boxNews div {
	float: left;
	width: 210px;
	height: 480px;
}
#boxNews img{
	/*float: left;
	width: 100px;
	margin: 5px;*/
}


/* Création Internet / Référencement Internet*/
.sampleGlobal {
	margin: 0 auto 10px auto;
	padding: 0 5px 5px 5px;
	width: 610px;
	/*border: 1px solid #333333;*/
}
.maskSlide {
	position: relative;
	width: 600px;
	/*height: 300px;*/
	overflow: hidden;
	/*border:1px solid #CC0000*/
}
.sampleSlide .maskSlide {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.sampleSlide .buttons{
	margin: 0;
	text-align: center;
	clear: both;
}
.pSlide {
	margin-left: 10px;
}
#boxSlide {
	position: absolute;
}
#boxSlide div {
	width: 600px;
	float: left;
}
#boxSlide .buttons{
	text-align: left;
}
#boxSlide .next{
	float: right;
}


/* Boutons */
.buttons { padding: 5px; }
.buttons span { color: #FFFFFF; padding: 1px 5px; cursor: pointer; font-size: 10px; background: #666666; border: 1px solid #666666; 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: #ff8808; border: 1px solid #ff8808; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
/* ---------------------------------------------------------------------------------------------------- */