
/* 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: #8c0707 url("rep_site/body_bg.jpg") top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* EVITEMENT --------------------------------------------------------------------------------------------------------------------- */
#evitement {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 940px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	background: #8c0707;
}
#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;
	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: 225px;
    background: url("rep_site/header_bg.jpg") top left no-repeat;
}
#header_left {
	position: relative;
	float: left;
	top: 10px;
    left: 20px;
    margin: 0;
	padding: 0;
	width: 305px;
	height: 215px;
    background: url("rep_site/header_left_bg.jpg") top left no-repeat;
}
#header_right {
	position: relative;
	float: right;
	top: 10px;
    right: 10px;
	margin: 0;
	padding: 0;
	width: 645px;
	height: 215px;
	background: url("rep_site/header_right_bg.jpg") top left no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ----------------------------------------------------------------------------------------------------------------------------- */
#main {
	z-index: 100;
	position: absolute;
    overflow: hidden;
	top: 260px;
    right: 20px;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 30px;
    font-size: 12px;
    /*border: 1px solid #CCC;*/
}

#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#main li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#main a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
    letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

/*#main li a:hover, #main li a:focus {
	color: #FFFFFF;
    background: #000000;
}
#main .li_active a {
	color: #FFFFFF;
    background: #8c0707;
}
*/

#main li.main_accueil a {
	width: 130px;
    text-indent: -600px;
	background: url("rep_site/main_accueil.gif") 0 0 no-repeat;
}
#main li.main_accueil a:hover {
	background: url("rep_site/main_accueil.gif") 0 -30px no-repeat;
}
#main li.main_accueil_hover a {
	width: 130px;
    text-indent: -600px;
	background: url("rep_site/main_accueil.gif") 0 -30px no-repeat;
}

#main li.main_contact a {
	width: 130px;
    text-indent: -600px;
	background: url("rep_site/main_contact.gif") 0 0 no-repeat;
}
#main li.main_contact a:hover {
	background: url("rep_site/main_contact.gif") 0 -30px no-repeat;
}
#main li.main_contact_hover a {
	width: 130px;
    text-indent: -600px;
	background: url("rep_site/main_contact.gif") 0 -30px no-repeat;
}

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

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

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

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

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

#ggmapa {
	display: none; 
	overflow: hidden;
	margin: 10px auto 20px auto;
	padding: 0;
    width: 650px;
    height: 400px;
    text-align: center;
    border: 1px solid #000000;
    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 #000000;
    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: 20px;
	line-height: 20px;
    background: url("rep_site/footer_bg.jpg") top left no-repeat;
}
#footer p {
	text-align: center;
	color: #000000;
	font-weight: bold; 
}
#footer a { color: #000000; font-weight: bold; text-decoration: underline; }
#footer a:link { color: #000000; font-weight: bold; text-decoration: underline; }
#footer a:visited { color: #000000; font-weight: bold; text-decoration: underline; }
#footer a:hover { color: #000000; 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: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #8c0707;
    letter-spacing: 1px;
	text-transform: uppercase;
    text-decoration: underline;
    background: url("rep_site/arrow_grey.gif") 0 2px 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 #000000;
}

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

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

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

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a { color: #8c0707; text-decoration: underline; }
a:link { color: #8c0707; text-decoration: underline; }
a:visited  { color: #8c0707; text-decoration: underline; }
a:hover  { color: #666666; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
form {
	display: inline;
	font-size: 12px;
	color: #000000;
}

fieldset {
 	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #8c0707;
}
fieldset p {
	margin: 5px 0 15px 0;
}

legend {
	color: #8c0707;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

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: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #b40404 #8c0707 #8c0707 #b40404;
	background-color: #EEEEEE;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #b40404 #8c0707 #8c0707 #b40404;
	background-color: #EEEEEE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #b40404 #8c0707 #8c0707 #b40404;
	background-color: #EEEEEE;
}
input.radio {
	background: none; 
	border: none;
}

textarea:focus, input:focus {
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #000000 #000000 #666666;
	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: #b40404 #8c0707 #8c0707 #b40404;
	background-color: #8c0707;
}
input.button:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #000000 #000000 #666666;
	background-color: #000000;
}


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