
/* FLOAT --------------------------------------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.spacer {
	clear: both;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_em { font-style: italic; }
.txt_u { text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a img { border-width: 0; border-style: none; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* POPUP IMAGE ------------------------------------------------------------------------------------------------------------------ */
#popup_img_box { 
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px;
	left: 10px;
	top: 10px;
	z-index: 200;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#popup_img_box img { 
	border: 1px solid #000000;
}

 /* Titre */
#popup_header {
	padding: 2px 2px 0 2px;
	cursor: move;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#popup_header a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* BODY ---------------------------------------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	background: #4c7a1e url("rep_site/body_bg.jpg") top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* EVITEMENT --------------------------------------------------------------------------------------------------------------------- */
#evitement {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 12px;
}
#evitement a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#evitement a:hover { color: #FFFFFF; text-decoration: underline; }

#evitement_left {
	position: relative;
	float: left;
	margin: 0 ;
	padding: 0;
}
#evitement_right {
	position: relative;
	float: right;
	margin: 0 ;
	padding: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* HAUT DE PAGE ----------------------------------------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 260px;
	background: url("rep_site/header_bg.jpg") top left no-repeat;
}
#header_left {
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 245px;
	background: url("rep_site/header_left_bg.gif") top left no-repeat;
}
#header_right {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ---------------------------------------------------------------------------------------------------------------------------- */
#main {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 30px;
	font-size: 12px;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTENU ------------------------------------------------------------------------------------------------------------------------ */
#content {
	position: relative;
	float: left;
	left: 20px;
	margin: 20px 0 0 0;
	padding: 0; 
	width: 660px;
	height: auto !important;
	height: 440px;
	min-height: 440px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* SIDE ------------------------------------------------------------------------------------------------------------------------------ */
#side {
	position: relative;
	float: right;
	right: 20px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	width: 260px;
	height: auto !important;
	height: 440px;
	min-height: 440px;
}

#extra1 {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 30px 20px 20px 20px;
	width: 205px;
	height: 245px;
	background: url("rep_site/extra1_bg.gif") 0 0 no-repeat;
}

#extra2 {
	position: relative;
	margin: 15px auto 0 auto;
	padding: 30px 20px 20px 20px;
	width: 205px;
	height: 245px;
	background: url("rep_site/extra2_bg.gif") 0 0 no-repeat;
}

#extra1_diapo {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 190px;
	height: 210px;
	border: 1px solid #444444;
}

#ggmapa {
	display: none; 
	overflow: hidden;
	margin: 10px auto 20px auto;
	padding: 0;
	width: 650px;
	height: 400px;
	text-align: center;
	border: 1px solid #105aa5;
	background: #FFFFFF;
}
#ggmapa iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#ggmapb {
	display: none; 
	overflow: hidden;
	margin: 10px auto 20px auto;
	padding: 0;
	width: 650px;
	height: 400px;
	text-align: center;
	border: 1px solid #105aa5;
	background: #FFFFFF;
}
#ggmapb iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* BAS DE PAGE --------------------------------------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 980px;
	height: 40px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	background: url("rep_site/footer_bg.jpg") top left no-repeat;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold; 
}
#footer a { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#footer a:link { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#footer a:visited { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* TITRE ----------------------------------------------------------------------------------------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #954a01;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #2e5fc2;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	background: url("rep_site/picto_h2.gif") 0 1px no-repeat;
}

h3 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #4c7a1e;
	letter-spacing: 1px;
	text-decoration: underline;
	background: url("rep_site/picto.gif") 0 1px no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* LIGNE ---------------------------------------------------------------------------------------------------------------------------- */
.hr_h1 {
	margin: 0 0 15px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #954a01;
}

hr {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #954a01;
}

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

/* Pour empêcher un élément flottant de déborder vers le bas sur le contenu */
.hr_spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_warning { color: #2e5fc2; font-weight: bold; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a { color: #2e5fc2; text-decoration: underline; }
a:link { color: #2e5fc2; text-decoration: underline; }
a:visited  { color: #2e5fc2; text-decoration: underline; }
a:hover  { color: #954a01; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
form {
	display: inline;
	font-size: 12px;
	color: #444444;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #954a01;
}
legend {
	color: #954a01;
	font-size: 12px;
	font-weight: bold;
	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-size: 12px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	border-width: 1px;
	border-style: solid;
	border-color: #9e6127 #954a01 #954a01 #9e6127;
	background-color: #EEEEEE;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	border-width: 1px;
	border-style: solid;
	border-color: #9e6127 #954a01 #954a01 #9e6127;
	background-color: #EEEEEE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	border-width: 1px;
	border-style: solid;
	border-color: #9e6127 #954a01 #954a01 #9e6127;
	background-color: #EEEEEE;
}
input.radio {
	background: none; 
	border: none;
}

textarea:focus, input:focus {
	color: #444444;
	border-width: 1px;
	border-style: solid;
	border-color: #adcd86 #4c7a1e #4c7a1e #adcd86;
	background-color: #FFFFFF;
}

input.button {
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #9e6127 #954a01 #954a01 #9e6127;
	background-color: #954a01;
}
input.button:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #adcd86 #4c7a1e #4c7a1e #adcd86;
	background-color: #4c7a1e;
}


.recherche {
	width: 100px;
	padding-left: 15px;
	vertical-align: middle;
	background: #f2da87 url("rep_site/ico_form_search.gif") center  left no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* FLOAT --------------------------------------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.spacer {
	clear: both;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_em { font-style: italic; }
.txt_u { text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a img { border-width: 0; border-style: none; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

.MultiBoxLoading {
	background: url("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_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_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_site/multibox_right.gif") no-repeat;
	width: 24px;
	height: 24px;
	right: 4px;
	margin-top: 4px;
	cursor: pointer;
}

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

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url("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: #105aa5;
	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: #FFFFFF;
	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: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------ */
#nav, #nav ul {
	z-index: 5;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 960px;
	height: 30px;
	background: url("rep_site/main_bg.gif") top left repeat-x;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: center;
}
#nav a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 28px 0 28px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background: url("rep_site/main_bg.gif") top left repeat-x;
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	background: url("rep_site/main_bg_hover.gif") top left repeat-x;
}
#nav li a.li_active {
	background: url("rep_site/main_bg_hover.gif") top left repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#subMenusContainer { 
	display: block;
	position: absolute; 
	overflow: visible;
	top: 0; 
	left: 0; 
	margin: 0;
	padding: 0;
	width: 240px;
	height: 0; 
	z-index: 100; 
}
#subMenusContainer ul { 
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	background: #cb3002;	
	border: 1px solid #cb3002;
}
#subMenusContainer li {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	border-top: 1px dotted #FFFFFF;
}
#subMenusContainer a {
	display: block;
	margin: 0;
	padding: 0 20px;
	height: 25px;
	line-height: 25px;
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	color: #FFFFFF;
	/*background: #2e5fc2 url("rep_site/main_submain_hover.gif") no-repeat top left;*/
}


/* Parent Sub Menu Links [javascript users only] */
.subMenuParentBtn {
}
/* Parent Sub Menu Links on hover or focus [javascript users only] */
.subMenuParentBtnFocused {
}
/* Parent Main Menu Links [javascript users only] */
.mainMenuParentBtn {	
}
/* Parent Main Menu Links on hover or focus [javascript users only] */
.mainMenuParentBtnFocused {
}

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

/* [ The below is just for non-javscript users ] */
#nav li li {	float: none; }

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

/* second-level lists */
#nav li ul {
	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; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */