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

body {
	margin: 0;
	padding: 0;
	background: #0043AE url("rep_site/body_bg.jpg") top center repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #05144F;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* EVITEMENT --------------------------------------------------------------------------------------------------------------------- */
#evitement {
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	width: 770px;
	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: 770px;
	height: auto;
	background: url("rep_site/global_bg.gif") top left repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* HAUT DE PAGE ----------------------------------------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 190px;
}
#header_left {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 308px;
	height: 190px;
	background: url("rep_site/header_left_bg.gif") top left no-repeat;
}
#header_right {
	position: relative;
	float: right;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 462px;
	height: 190px;
	background: url("rep_site/header_right_bg.jpg") top left no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ---------------------------------------------------------------------------------------------------------------------------- */
#main {
    z-index: 100;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 308px;
	height: 190px;
	font-size: 12px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTENU ------------------------------------------------------------------------------------------------------------------------ */
#content {
	position: relative;
	margin: 0;
	padding: 10px;
	width: 750px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
}

#side {
	display: none;
}

#ggmapa {
	display: none; 
	overflow: hidden;
	margin: 10px auto 20px auto;
	padding: 0;
	width: 650px;
	height: 400px;
	text-align: center;
	border: 1px solid #0B97D3;
	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 #0B97D3;
	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: 770px;
	height: 27px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: center;
	background: url("rep_site/footer_bg.gif") 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: 5px 0;
	width: 770px;
	height: 20px;
    line-height: 20px;
    font-size: 12px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

h2 {
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #0043AE;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	background: url("rep_site/picto_h2.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 #0B97D3;
}

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

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

/* 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: #CC0000; font-weight: bold; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a { color: #0B97D3; text-decoration: underline; }
a:link { color: #0B97D3; text-decoration: underline; }
a:visited  { color: #0B97D3; text-decoration: underline; }
a:hover  { color: #0043AE; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
form {
	display: inline;
	font-size: 12px;
	color: #05144F;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #0B97D3;
}
legend {
	color: #0B97D3;
	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: #05144F;
	border-width: 1px;
	border-style: solid;
	border-color: #51beed #0B97D3 #0B97D3 #51beed;
	background-color: #EEEEEE;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05144F;
	border-width: 1px;
	border-style: solid;
	border-color: #51beed #0B97D3 #0B97D3 #51beed;
	background-color: #EEEEEE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05144F;
	border-width: 1px;
	border-style: solid;
	border-color: #51beed #0B97D3 #0B97D3 #51beed;
	background-color: #EEEEEE;
}
input.radio {
	background: none; 
	border: none;
}

textarea:focus, input:focus {
	color: #05144F;
	border-width: 1px;
	border-style: solid;
	border-color: #3571d1 #0043ae #0043ae #3571d1;
	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: #51beed #0B97D3 #0B97D3 #51beed;
	background-color: #0B97D3;
}
input.button:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #3571d1 #0043ae #0043ae #3571d1;
	background-color: #0043ae;
}


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

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

/* 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 #0b97d3;
	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: #0b97d3;
	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: 105;
	display: block;
	position: absolute;
	top: 10px;
	left: 128px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 180px;
    letter-spacing: 1px;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
    width: 180px;
    height: 25px;
	white-space: nowrap;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	color: #ffd71a;
	background: url("rep_site/main_bg_hover.gif") top left no-repeat;
}
#nav li a.li_active {
	color: #ffd71a;
	background: url("rep_site/main_bg_hover.gif") top left no-repeat;
}

#subMenusContainer { 
	display: block;
	position: absolute; 
	overflow: visible;
	top: 0; 
	left: 0; 
	margin: 0;
	padding: 0;
	width: 240px;
	height: 0; 
	z-index: 100;
    letter-spacing: 1px;
}
#subMenusContainer ul { 
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	background: #0043ae;	
	border: 1px solid #FFFFFF;
}
#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: #ffd71a;
}


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