/* #383129 marron foncé*/
/* #6b5f4f marron clair */
/* #4b6307 vert foncé */

/* 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: #383129;
	background: #b6ab9d url("rep/rep_site/body_bg.png") top center repeat-y;
	text-align: center; /* for IE */
}
/* ---------------------------------------------------------------------------------------------------- */

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


	background: url("rep/rep_site/global_bg.png") top left repeat-y;
}
/* ---------------------------------------------------------------------------------------------------- */

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

/* SIDE ---------------------------------------------------------------------------------------------- */
#side {
	display: inline;
	position: relative;
	float: left;
	left: 0;
	margin: 0;
	padding: 0; 
	width: 215px;
	height: 600px;
	background: url('rep/rep_site/side_bg.png') top left no-repeat;
}
#side_coord {
	z-index: 5;
	position: absolute;
	top: 350px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 215px;
	text-align: center;
	font-size: 13px;
	color: #383129;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MENU --------------------------------------------------------------------------------------------- */
#main {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 335px;
	text-align: left;
	font-size: 13px;
	color: #FFFFFF;
}

#main li.main_1_1 a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_1_1.png") 0 0 no-repeat;
}
#main li.main_1_1 a:hover {
	background: url("rep/rep_site/main_1_1.png") 0 -65px no-repeat;
}
#main li.main_1_1_hover a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_1_1.png") 0 -65px no-repeat;
}

#main li.main_2_1 a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_2_1.png") 0 0 no-repeat;
}
#main li.main_2_1 a:hover {
	background: url("rep/rep_site/main_2_1.png") 0 -65px no-repeat;
}
#main li.main_2_1_hover a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_2_1.png") 0 -65px no-repeat;
}

#main li.main_3_1 a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_3_1.png") 0 0 no-repeat;
}
#main li.main_3_1 a:hover {
	background: url("rep/rep_site/main_3_1.png") 0 -65px no-repeat;
}
#main li.main_3_1_hover a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_3_1.png") 0 -65px no-repeat;
}

#main li.main_4_1 a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_4_1.png") 0 0 no-repeat;
}
#main li.main_4_1 a:hover {
	background: url("rep/rep_site/main_4_1.png") 0 -65px no-repeat;
}
#main li.main_4_1_hover a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_4_1.png") 0 -65px no-repeat;
}

#main li.main_5_1 a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_5_1.png") 0 0 no-repeat;
}
#main li.main_5_1 a:hover {
	background: url("rep/rep_site/main_5_1.png") 0 -65px no-repeat;
}
#main li.main_5_1_hover a {
	width: 215px;
	height: 65px;
	background: url("rep/rep_site/main_5_1.png") 0 -65px no-repeat;
}

/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	display: inline;
	position: relative;
	float: right;
	right: 35px;
	margin: 0;
	padding: 0; 
	width: 710px;
}

.content ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style: square inside;
	text-align: left;
}
.content ul li {
	margin: 5px 0 5px 20px;
}

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

#diapo {
	z-index: 5;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 710px;
	height: 350px;
	background: url("rep/rep_site/diapo_bg.png") top left no-repeat;
}
#diapo img {
	z-index: 10;
	display: block;
	position: absolute;
	top: 10px;
	left: 4px;
}
#diapo a {
	color: #FFFFFF;
	text-decoration: none;
}
#diapo a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.toc {
	z-index: 2;
	display: block;
	display: none;
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 3px;
	width: 20px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background: #88A635;
	border: 1px solid #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
a.toc:hover {
	color: #FFFFFF;
	background: #b6ab9d;
	border: 1px solid #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}
a.toc-active {
	display: none;
	color: #88A635;
	background: #b6ab9d;
}

a#next {
	z-index: 15;
	display: block;
	position: absolute;
	bottom: 20px;
	padding: 3px; 
	right: 20px;
	width: 20px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none; 
	background: #88A635;
	border: 1px solid #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
}
a#next:hover {
	color: #FFFFFF;
	background: #b6ab9d;
	border: 1px solid #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}
a#previous {
	z-index: 15;
	display: block;
	position: absolute;
	bottom: 20px;
	padding: 3px; 
	right: 60px;
	width: 20px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none; 
	background: #88A635;
	border: 1px solid #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8;
}
a#previous:hover {
	color: #FFFFFF;
	background: #b6ab9d;
	border: 1px solid #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto 50px auto;
	padding: 0;
	width: 980px;
	height: 40px;
	text-align: center;
	background: url("rep/rep_site/footer_bg.png") top left no-repeat;
}
#footer_content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 20px 0 0;
	width: 960px;
	font-size: 11px;
	text-align: right;
	color: #6b5f4f;
}

#footer_content a { color: #4b6307; font-weight: normal; text-decoration: none; }
#footer_content a:link { color: #4b6307; font-weight: normal; text-decoration: none; }
#footer_content a:visited { color: #4b6307; font-weight: normal; text-decoration: none; }
#footer_content a:hover { color: #6b5f4f; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
#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;
}
/* ---------------------------------------------------------------------------------------------------- */

/* 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: 0 0 5px 20px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #383129;
}

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

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

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

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

.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: #4b6307; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.txt_color_1 { color: #383129; }
.txt_color_2 { color: #6b5f4f; }

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

.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 #6b5f4f;
}
/* ---------------------------------------------------------------------------------------------------- */

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

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

a.pageback { 
	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_pageback.gif") no-repeat left center;	
}
a:hover.pageback { 
	color: #383129;
}
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: #383129;
}
/* ---------------------------------------------------------------------------------------------------- */

/* 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;
	font-size: 12px;
	color: #383129;
	font-weight: bold;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 10px;
	border: 1px solid #6b5f4f;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
legend {
	color: #383129;
	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: 30%;	
	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: #383129;
	border-width: 1px;
	border-style: solid;
	border-color: #383129;
	background-color: #f3eeed;
	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: #383129;
	border-width: 1px;
	border-style: solid;
	border-color: #383129;
	background-color: #f3eeed;
	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: #383129;
	border: none;
}
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383129;
	border-width: 1px;
	border-style: solid;
	border-color: #383129;
	background-color: #f3eeed;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	resize: none;
}

textarea:focus, input:focus {
	color: #4b6307;
	border-width: 1px;
	border-style: solid;
	border-color: #88a635;
	background-color: #eef6d9;
	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: #4b6307;
	background-color: #4b6307;
	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: #383129;
	background-color: #383129;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

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

/* MENUMATIC--------------------------------------------------------------------------------------- */
#nav, #nav ul {
	z-index: 5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 215px;
	height: 335px;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav a {
	display: block;

	margin: 0;
	padding: 0;
	height: 65px;
	line-height: 65px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-indent: -2000px;
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
}
#nav .li_active a {
}

#subMenusContainer { 
	display: block;
	position: absolute; 
	overflow: visible;
	top: 0; 
	left: 0; 
	margin: 0;
	padding: 0;
	width: 200px;
	height: 0; 
	z-index: 800;
}
#subMenusContainer ul {
	left: 0;
	padding: 0;
	margin: 0;
	width: 200px;
	list-style: none;
	line-height: 1em;
	background: #6b5f4f;
	/*border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;*/
	border: 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: none;
	background: #000000;
}


/* 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") 95% 10px no-repeat;
}

/* Parent Main Menu Links on hover or focus - javascript users only */
.mainMenuParentBtnFocused {
	background: url("rep/rep_site/main_arrow_down_over.gif") 95% 10px 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 #383129;
	cursor: pointer;
}
a:hover.byzoomer img {
	border: 1px solid #383129;
}
a.byzoomerOver img {
	border: 1px solid #383129;
}
img.byzoomerZoomed {
	z-index: 900; 
	border: 1px solid #383129;
	cursor: pointer;
}
div#byzoomerTitle {
	color: #383129;
}
/* ---------------------------------------------------------------------------------------------------- */

/* SLIDESHOW -------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */

/* Page Disponibilités, mise en page des tableaux du calendrier ---------------------------------- */
/* objet calendrier */
#calendrier div.ungite {width:700px}
#calendrier div.legende {height:425px;width:168px;float:left;margin: 10px 10px 0 0;padding-right: 10px; border-right:solid 1px #cecece}
#calendrier div.legende h2 {font-size:10pt}
#calendrier div.legende table {font-size:8pt;}
#calendrier div.legende table td.couleur {height:15px;width:15px;border:solid 1px #888888}
#calendrier div.full {width:510px;float:left;}
#calendrier table.mois {float: left;font-family: arial;font-size: 7pt; margin: 5px;width:115px;height:140px;border:solid 1px #555555}
#calendrier table.mois td {width:10px;height:10px}
#calendrier table.mois thead {text-align:center;font-weight:bold;background-color:#555555;color:#ffffff}
#calendrier table.mois td.nmois {font-size:8pt;background-color:#ffffff;color:#000000}
#calendrier div.clearfix {width:100%;float:left;display:block; height:70px;}
/* ---------------------------------------------------------------------------------------------------- */
