/* #000000 noir */
/* #454e53 gris */
/* #95140e rouge */
/* #f69300 jaune */

/* 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: #000000;
	text-align: center; /* for IE */
	background: #454e53 url("rep/rep_site/body_bg.png") top center no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */
	
/* GLOBAL ------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
	height: auto;
	height: auto !important;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	z-index: 1;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 200px;
}

#header_menu {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 0;
	width: 240px;
	height: 200px;
	font-size: 13px;
}

#header_diapo {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 200px;
}
#header_diapo img {
	z-index: 1;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#header_bottom {
	z-index: 1;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 40px;
}
#header_bottom_flash {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 40px;
}
.MarqueeBox {
	display : inline-block;
	overflow: hidden;
	float : left;
	margin: 5px;
	padding: 5px 0 0 0;
	width: 540px;
	height: 25px;
	white-space : nowrap;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #f69300;
	cursor: pointer;
}

#header_bottom_newsletter {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	padding: 10px 0 0 0;
	width: 410px;
	height: 30px;
	text-align: right;
}
#NewsletterText {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content_global {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	padding: 0; 
	width: 980px;
	height: auto;
}

h1 {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #FFFFFF;
}

.content h2 {
	margin: 15px 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #95140e;
}
.content h3 {
	margin: 15px 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.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;
}

#content_ggmap {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	height: 430px;
	text-align: center;
	border: 1px solid #000000; 
}
#content_ggmap_direction {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	text-align: left;
}

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

/* CONTENU PROG ---------------------------------------------------------------------------------- */
#content_prog {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0; 
	width: 980px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

.content_prog_top {
	position: relative;
 	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url("rep/rep_site/content_prog_top.png") top left no-repeat;
}
.content_prog_content {
	overflow: hidden;
	position: relative;
 	margin: -1px auto 0 auto;
	padding: 5px 20px;
	width: 940px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	background: url("rep/rep_site/content_prog_bg.png") top left repeat-y;
}
.content_prog_bottom {
	position: relative;
	margin: -1px auto 10px auto;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url("rep/rep_site/content_prog_bottom.png") top left no-repeat;
}

.content_prog_box {
	position: relative;
	float: left;
 	margin: 0 30px 0 0;
	padding: 10px;
	width: 200px;
	height: 200px;
	background: url("rep/rep_site/200x200_bg.png") top left no-repeat;
}

#pub3 {
	overflow: hidden;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
#pub3 img {
	z-index: 10;
	margin: 0;
	padding: 0;
	display: block;
}
#pub4 {
	overflow: hidden;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
#pub4 img {
	z-index: 10;
	margin: 0;
	padding: 0;
	display: block;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU LEFT ----------------------------------------------------------------------------------- */
#content_left {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
	width: 750px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

.content_left_top {
	position: relative;
 	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 10px;
	background: url("rep/rep_site/content_top.png") top left no-repeat;
}
.content_left_content {
	overflow: hidden;
	position: relative;
 	margin: -1px auto 0 auto;
	padding: 5px 20px;
	width: 710px;
	height: auto !important;
	/*height: 925px;
	min-height: 925px;*/
	height: 820px;
	min-height: 820px;
	background: url("rep/rep_site/content_bg.png") top left repeat-y;
}
.content_left_bottom {
	position: relative;
 	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 10px;
	background: url("rep/rep_site/content_bottom.png") top left no-repeat;
}

h2.content_evenement_h2 {
	position: relative;
 	margin: 0;
	padding: 2px 0 0 10px;
	width: 240px;
	height : 22px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFFFF;
	background: #95140e;
	border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;
}

#content_affiche {
	position: relative;
	margin: 0 0 5px 0;
	padding : 10px 0 0 0;
	width: 710px;
	border: 1px solid #95140e;
	border-radius: 0 5px 5px 5px; -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px;
}
h2.content_affiche_h2 {
	position: relative;
 	margin: 0;
	padding: 2px 0 0 10px;
	width: 240px;
	height : 22px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFFFF;
	background: #95140e;
	border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;
}
.content_affiche {
	float: left;
	position: relative;
	overflow: hidden;
 	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 330px;
	height: 150px;
}
.content_affiche img {
	float: left;
	position: relative;
 	margin: 0 15px 0 0;
	padding: 0;
}
.content_affiche img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #454e53; 
}
.content_affiche img:hover {
	border: 1px solid #95140e; 
}
.content_affiche h3 {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #95140e;
}
.content_affiche p {
	margin: 0 0 5px 0;
	font-size: 12px;
}
.content_affiche p a {
	color: #000000;
}
.content_affiche p a:hover {
	color: #95140e; 
}


.content_film {
	position: relative;
	margin: 0 auto;
	padding : 0;
}
.content_film h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #95140e;
}
.content_film img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #000000;
}

.content_film_code {
	position: relative;
	margin: 0 auto;
	padding : 0;
	text-align: center;
}
.content_film_code div {
	position: relative;
	margin: 0 auto;
	padding : 0;
	text-align: center;
}



.content_prochainement {
	position: relative;
	margin: 0 auto;
	padding : 0;
}
.content_prochainement h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #95140e;
}
.content_prochainement img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #000000;
} 
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU RIGHT ----------------------------------------------------------------------------------- */
#content_right {
	display: inline;
	position: relative;
	float: right;
	margin: 0;
	padding: 0; 
	width: 220px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

.content_right_h2 {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #FFFFFF;
}

.content_right_top {
	position: relative;
 	margin: 0 auto;
	padding: 0;
	width: 220px;
	height: 10px;
	background: url("rep/rep_site/side_top.png") top left no-repeat;
}
.content_right_content {
	position: relative;
 	margin: -1px auto 0 auto;
	padding: 0 10px;
	width: 200px;
	background: url("rep/rep_site/side_bg.png") top left repeat-y;
}
.content_right_bottom {
	position: relative;
	margin: -1px auto 5px auto;
	padding: 0;
	width: 220px;
	height: 10px;
	background: url("rep/rep_site/side_bottom.png") top left no-repeat;
}

#pub1 {
	overflow: hidden;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
#pub1 img {
	z-index: 10;
	margin: 0;
	padding: 0;
	display: block;
}

#pub2 {
	overflow: hidden;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
#pub2 img {
	z-index: 10;
	margin: 0;
	padding: 0;
	display: block;
}

#facebook {
	height: 100px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100%;
	height: 60px;
	color: #FFFFFF; 
	text-align: center;
	font-size: 12px;
	background: #000000 url("rep/rep_site/footer_bg.png") top left repeat-x;
}

#footer a { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#footer a:link { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#footer a:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#footer a:hover { color: #f69300; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

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

/* LIGNE --------------------------------------------------------------------------------------------- */
hr {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #95140e;
}

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

.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_uppercase { font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding: 2px 7px; color: #FFFFFF; font-weight: bold; background: #000000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt_bold { font-weight: bold; }
.txt_warning { padding: 2px 7px; color: #FFFFFF; font-weight: bold; background: #95140e; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.txt_color_1 { color: #95140e; }
.txt_color_2 { color: #f69300; }

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

.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 #95140e;
}
/* ---------------------------------------------------------------------------------------------------- */

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

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

a.pagetop { 
	margin: 0 5px;
	padding: 5px 5px 5px 15px;
	width: 11px;
	height: 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: #95140e;
}

a.top { 
	margin: 0 5px;
	padding: 5px 5px 5px 15px;
	width: 11px;
	height: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	border: 0;
	background: url("rep/rep_site/ico_top.gif") no-repeat left center;
}
a:hover.top { 
	color: #95140e;
}
/* ---------------------------------------------------------------------------------------------------- */

/* 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: #000000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #95140e;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-color: #EEEEEE;
}
legend {
	padding: 0 5px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #95140e;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #95140e;
}
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: 1em;
}

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

input {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #000000 #000000 #000000;
	background-color: #FFFFFF;
	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: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #000000 #000000 #000000;
	background-color: #FFFFFF;
	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: #000000;
	border: none;
}
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #000000 #000000 #000000;
	background-color: #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	resize: none;
}

textarea:focus, input:focus {
	color: #95140e;
	border-width: 1px;
	border-style: solid;
	border-color: #95140e #95140e #95140e #95140e;
	background-color: #FFFFFF;
	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: #95140e #95140e #95140e #95140e;
	background-color: #95140e;
	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: #454e53 #454e53 #454e53 #454e53;
	background-color: #454e53;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

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

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

/* NOOBSLIDE -------------------------------------------------------------------------------------- */
/* News */
.maskNews {
	position: relative;
	margin: 0 0 5px 0;
	padding : 0;
	width: 710px;
	height: 250px;
	overflow: hidden;
	border: 1px solid #95140e;
	border-radius: 0 5px 5px 5px; -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px;
	background: #FFFFFF url("rep/rep_site/boxnews_bg.png") top left no-repeat;
}
#boxNews {
	position: absolute;
	/*top: 10px;*/
	margin: 0;
	padding: 0;
}
#boxNews div {
	float: left;
	margin: 0;
	/*padding: 0 10px;
	width: 690px;*/
	padding: 0;
	width: 710px;
	height: 250px;
}
#boxNews h3 {
	margin: 5px auto 5px auto;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #f69300;
	text-align: center;
	text-transform: uppercase;
}
#boxNews p {
	/*margin: 0; 
	line-height: 20px;*/
}
#boxNews img {
	float: left;
}

#boxNews .boxInfo {
	z-index: 10;
	float: left;
	margin: 0 0 0 0;
	padding: 10px;
	width: 340px;
	height: 230px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	/*color: #FFFFFF;*/
}

#boxNews .boxInfo .p_link { margin: 10px 0 0 0; text-align: right; }

#boxNews .boxInfo .p_link  a {
	padding: 2px 7px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#boxNews .boxInfo .p_link  a:hover { 
	color: #FFFFFF;
}


/* Films */
.maskFilm {
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
#boxFilm {
	position: absolute;
	margin: 0;
	padding: 0;
}
#boxFilm div {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
}
#boxFilm p {
	margin: 0;
}
#boxFilm img {
	margin: 0 auto;
}


/* Boutons */
.boxButtons { padding: 0; }
/*
.boxButtons span { padding: 1px 5px; color: #FFFFFF; font-size: 12px; cursor: pointer; background: #f69300; border: 1px solid #f69300; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.boxButtons span.active, .boxButtons span:hover { padding: 1px 5px; color: #FFFFFF; font-size: 12px; cursor: pointer; background: #454e53; border: 1px solid #454e53; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.boxButtons a { padding: 1px 5px; color: #FFFFFF; font-size: 12px; text-decoration: none; cursor: pointer; background: #f69300; border: 1px solid #f69300; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.boxButtons a:hover { padding: 1px 5px; color: #FFFFFF; font-size: 12px; text-decoration: none; background: #454e53; border: 1px solid #454e53; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
*/
.boxButtons span { padding: 1px 5px; color: #FFFFFF; font-size: 12px; cursor: pointer; background: #95140e; border: 1px solid #95140e; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.boxButtons span.activebox, .boxButtons span:hover { padding: 1px 5px; color: #FFFFFF; font-size: 12px; cursor: pointer; background: #454e53; border: 1px solid #454e53; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }


.boxButtons a { padding: 1px 5px; color: #FFFFFF; font-size: 12px; text-decoration: none; cursor: pointer; background: #95140e; border: 1px solid #95140e; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.boxButtons a:hover { padding: 1px 5px; color: #FFFFFF; font-size: 12px; text-decoration: none; background: #454e53; border: 1px solid #454e53; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.boxButtons2 { padding: 0; }
.boxButtons2 a { padding: 1px 5px; color: #FFFFFF; font-size: 12px; text-decoration: none; cursor: pointer; background: #95140e; border: 1px solid #95140e; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.boxButtons2 a:hover { padding: 1px 5px; color: #FFFFFF; font-size: 12px; text-decoration: none; background: #454e53; border: 1px solid #454e53; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
/* ---------------------------------------------------------------------------------------------------- */

/* DIAPORAMA -------------------------------------------------------------------------------------- */
.diapo { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: none; 
}
.diapo td { 
	padding-bottom: 15px;
	width: 33%;
	text-align: center;
	vertical-align: top;
}
.diapo a img {
	border: 1px solid #000000; 
}
.diapo a img:hover {
	border: 1px solid #000000; 
}
/* ---------------------------------------------------------------------------------------------------- */

/* ARTICLES ---------------------------------------------------------------------------------------- */
.article_home {
	margin: 10px auto;
	padding: 0;
	width: 100%;
}

.article_home h2 {
	background: none;
}

.article_home a img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #000000; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.article_home a img:hover {
	border: 1px solid #95140e; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.article_list {
	margin: 10px auto;
	padding: 10px;
	width: 95%;
	border: 1px solid #454E53; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.article_list h2 {
	background: none;
}

.article_list a img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #000000; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.article_list a img:hover {
	border: 1px solid #95140e; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* BARRE NAVIGATION ----------------------------------------------------------------------------- */
.barre_nav { font-size: 10px; }
.barre_nav a { color: #FFFFFF; padding: 2px 5px; cursor: pointer; text-decoration: none; background: #95140e; border: 1px solid #95140e; 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: #000000; border: 1px solid #000000; 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: #95140e; border: 1px solid #95140e; 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; }
/* ---------------------------------------------------------------------------------------------------- */

/* GALERIE ------------------------------------------------------------------------------------------ */
.gallery { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: none; 
}
.gallery td { 
	padding-bottom: 15px;
	width: 33%;
	text-align: center;
	vertical-align: top;
}
.gallery td h2 { 
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #95140e;
	background: none;
}
.gallery td img { 
	z-index: 1;
	border: 1px solid #95140e;
}
.gallery td a img {
	border: 1px solid #000000; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.gallery td a img:hover {
	border: 1px solid #95140e; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIENS --------------------------------------------------------------------------------------------- */
.link_list { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: none; 
}
.link_list td { 
	padding-bottom: 15px;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
.link_list td h2 { 
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #95140e;
	background: none;
}
.link_list td img { 
	z-index: 1;
	border: none;
}
.link_list td a img {
	border: 1px solid #FFFFFF; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.link_list td a img:hover {
	border: 1px solid #000000; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------------------------------------- */

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

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

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

/* MENUMATIC--------------------------------------------------------------------------------------- */
/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
	color: #FFFFFF;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
	margin: 0;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a {
	text-align: left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	color: #f69300;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	color: #f69300;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url("rep/rep_site/main_img/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_right.gif") right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url("rep/rep_site/main_arrow_right_over.gif") right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

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

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/
	left: 0;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well] */
#nav li { 
	/*great place to use a background image as a divider*/
	display: block;
	list-style: none;
	position: relative;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	letter-spacing: 1px;
}

#subMenusContainer li {
	list-style: none;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	letter-spacing: 1px;
}

/* main menu ul or ol elment */
#nav {
	z-index: 40;
	display: block;
	position: absolute;
	list-style: none;
	margin: 0;
	width: 185px;
	top: 0;
	left: 0;
	text-align: left;
}

#subMenusContainer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;*/
	height: 0;
	overflow: visible;
	/*z-index:1000000000;*/
}


/* --------------------------[ The below is just for 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 */
	z-index: 10;
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* third-and-above-level lists */
#nav li ul ul { z-index: 40; 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: 185px; margin-top:-2.5em;}
#nav li li:hover ul {	margin-left: 10em; }

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 185px; margin-top:-2.5em; }
#nav li li a:focus + ul { left: 185px; margin-left: 1010em; margin-top: -2.5em;}
#nav li li a:focus { left: 185px; margin-left: 1000em; width: 10em; margin-top: -2.5em;}
#nav li li li a:focus { left: 185px; margin-left: 2010em; width: 10em; margin-top: -2.5em;}
#nav li:hover a:focus { margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }


#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	margin-left: 10px;
	color: #f69300;
	text-decoration: none;
	/*background: url("rep/rep_site/menu_bg_hover.png") top left repeat-x;*/
}
#nav .li_active a {
	margin-left: 10px;
	color: #f69300;
	text-decoration: none;
	/*background: url("rep/rep_site/menu_bg_hover.png") top left repeat-x;*/
}
/* ---------------------------------------------------------------------------------------------------- */
