/* #242424 gris foncé */
/* #666666 gris */
/* #CC3300 orange */
/* #F08A01 jaune */
/* #86A323 vert */

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

.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #242424;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #242424;
}
.hr_spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}
/* ---------------------------------------------------------------------------------------------------- */

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

/* 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: #242424;
	text-align: center; /* for IE */
	background: #CC3300 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;
}
/* ---------------------------------------------------------------------------------------------------- */

/* EVITEMENT --------------------------------------------------------------------------------------- */
#evitement {
	z-index: 1;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 40px;
	text-align: right;
}

#evitement a.accueil {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 40px;
	background: url("rep/rep_site/link_accueil.png") 0 0 no-repeat;
}
#evitement a:hover.accueil {
	background: url("rep/rep_site/link_accueil.png") 0 -40px no-repeat;
}
#evitement a.contact {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 40px;
	background: url("rep/rep_site/link_contact.png") 0 0 no-repeat;
}
#evitement a:hover.contact {
	background: url("rep/rep_site/link_contact.png") 0 -40px no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

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

#header_logo {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 180px;
}
#header_logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 180px;
}

#header_diapo {
	z-index: 1;
	position: absolute;
	top: 18px;
	right: 15px;
	margin: 0;
	padding: 0;
	width: 765px;
	height: 150px;
}
#header_diapo img {
	z-index: 1;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#header_lang {
	z-index: 1;
	position: absolute;
	top: 190px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 30px;
}

#header_h1 {
	z-index: 1;
	position: absolute;
	top: 195px;
	right: 20px;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 30px;
}
#header_h1 h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #242424;
}
#header_h1 hr {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #CCCCCC;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content_global {
	clear: both;
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0; 
	width: 980px;
	height: auto;
	background: #FFFFFF url("rep/rep_site/content_bg.png") top left repeat-y;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU LEFT ----------------------------------------------------------------------------------- */
#content_left {
	z-index: 1;
	display: inline;
	position: relative;
	float: left;
	margin: 0 0 0 5px;
	padding: 0; 
	width: 235px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
}

#content_left_lang {
	z-index: 1;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 215px;
	height: 30px;
}

#content_left_menu {
	z-index: 1;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 235px;
}

#content_left_recherche {
	clear: both;
	z-index: 1;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 235px;
	text-align: center;
	background: url("rep/rep_site/content_left_gray.png") top left no-repeat;
}

.content_left_yellow {
	clear: both;
	z-index: 1;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	padding: 5px 15px;
	width: 205px;
	background: url("rep/rep_site/content_left_yellow.png") top left no-repeat;
}
.content_left_orange {
	clear: both;
	z-index: 1;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	padding: 5px 15px;
	width: 205px;
	background: url("rep/rep_site/content_left_orange.png") top left no-repeat;
}
.content_left_green {
	clear: both;
	z-index: 1;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	padding: 5px 15px;
	width: 205px;
	background: url("rep/rep_site/content_left_green.png") top left no-repeat;
}
.content_left_yellow h2, .content_left_orange h2, .content_left_green h2 {
	margin: 4px 0 15px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
/* ---------------------------------------------------------------------------------------------------- */

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

.content h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #242424;
}
.hr_h1 {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #242424;
}
.content h2 {
	margin: 15px 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #242424;
}
.content h3 {
	margin: 15px 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #242424;
}

.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_home_une {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 700px;
}
.content_home_une h2 {
	margin: 5px 0 0 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 665px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_une.png") 0 0 no-repeat;
}
.content_home_une h3 {
	margin: 10px 0;
	padding: 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #242424;
}
.content_home_une img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #242424;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
a.link_une {
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: #CC3300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.link_une { 
	background: #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content_home_left {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 330px;
}
.content_home_right {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 330px;
}

.content_home_left h2 {
	margin: 10px 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 295px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_lesaviezvous.png") 0 0 no-repeat;
}

.content_home_left .title_h2_membre {
	margin: 10px 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 295px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_membre.png") 0 0 no-repeat;
}

.content_home_right h2 {
	margin: 10px 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 295px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_reportages.png") 0 0 no-repeat;
}

.content_home_left h3, .content_home_right h3  {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #242424;
}
.content_home_left hr, .content_home_right hr {
	margin: 5px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
}
.content_home_left hr {
	border-top: 1px solid #F08A01;
}
.content_home_right hr {
	border-top: 1px solid #CC3300;
}

.content_home_left img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #F08A01;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.content_home_right img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #CC3300;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

a.link_left {
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: #F08A01;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.link_left { 
	background: #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.link_right {
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: #CC3300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.link_right { 
	background: #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.link_membre {
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: #86A323;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.link_membre { 
	background: #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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

.content_tel {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	line-height : 20px;
	border: 0;
	background: url("rep/rep_site/ico_tel.png") 0 0 no-repeat;
}
.content_fax {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	line-height : 20px;
	border: 0;
	background: url("rep/rep_site/ico_fax.png") 0 0 no-repeat;	
}
.content_map {
	margin: 15px 25px 5px 0;
	padding: 0 5px 5px 25px;
	text-decoration: none;
	line-height : 20px;
	border: 0;
	background: url("rep/rep_site/ico_map.png") 0 0 no-repeat;	
}

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


h2.title_orange {
	margin: 5px 0 0 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 665px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_orange.png") 0 0 no-repeat;
}
h2.title_vert {
	margin: 5px 0 0 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 665px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_vert.png") 0 0 no-repeat;
}
h2.title_jaune {
	margin: 5px 0 0 0;
	padding: 5px 0 0 35px;
	text-align: left;
	width: 665px;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url("rep/rep_site/title_jaune.png") 0 0 no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

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

#footer_content {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 980px;
	height: 90px;
	color: #FFFFFF; 
	text-align: center;
	font-size: 12px;
}

#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: #FFFFFF; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	overflow: hidden;
	margin: -2px auto 0 auto;
	padding: 0;
	text-align: right;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #CC3300;
}
#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;
}
.shadow {
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #CC3300;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 10px #666;
	-webkit-box-shadow: 1px 1px 10px #666;
	box-shadow: 1px 1px 10px #666;
}
/* ---------------------------------------------------------------------------------------------------- */

/* 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: #242424; 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: #CC3300; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.txt_color_1 { color: #CC3300; }
.txt_color_2 { color: #CC3300; }

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

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

/* LIEN ---------------------------------------------------------------------------------------------- */
a.link {
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: #242424;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover.link { 
	color: #FFFFFF;
	background: #666666;
}

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

/* 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: #242424;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
fieldset {
 	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #CC3300;
	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 #CC3300;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #CC3300;
}
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: #242424;
	border-width: 1px;
	border-style: solid;
	border-color: #242424 #242424 #242424 #242424;
	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: #242424;
	border-width: 1px;
	border-style: solid;
	border-color: #242424 #242424 #242424 #242424;
	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: #242424;
	border: none;
}
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	border-width: 1px;
	border-style: solid;
	border-color: #242424 #242424 #242424 #242424;
	background-color: #FFFFFF;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	resize: none;
}

textarea:focus, input:focus {
	color: #CC3300;
	border-width: 1px;
	border-style: solid;
	border-color: #CC3300 #CC3300 #CC3300 #CC3300;
	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: #CC3300 #CC3300 #CC3300 #CC3300;
	background-color: #CC3300;
	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: #666666 #666666 #666666 #666666;
	background-color: #666666;
	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 #242424;
	cursor: pointer;
}
a:hover.byzoomer img {
	border: 1px solid #242424;
}
a.byzoomerOver img {
	border: 1px solid #242424;
}
img.byzoomerZoomed {
	z-index: 900; 
	border: 1px solid #242424;
	cursor: pointer;
}
div#byzoomerTitle {
	color: #242424;
}
/* ---------------------------------------------------------------------------------------------------- */

/* NOOBSLIDE -------------------------------------------------------------------------------------- */
/* News */
.maskNews {
	position: relative;
	margin: 0 0 0 5px;
	padding: 0;
	width: 187px;
	height: 187px;
	overflow: hidden;
}
#boxNews {
	position: absolute;
	margin: 0;
	padding: 0;
}
#boxNews div {
	float: left;
	margin: 0;
	padding: 0;
	width: 187px;
	height: 187px;
}
#boxNews h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #242424;
}
#boxNews p {
	margin: 0;
}
#boxNews img {
	margin: 0 0 10px 0;
	width: 185px;
	height: 185px;
	border: 1px solid #242424;
}
.boxInfo {
	z-index: 100;
	display: block;
	position: absolute;
	margin: 150px 0 0 0;
	padding: 4px 0 0 0;
	width: 185px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #242424;
	letter-spacing: 1px;
	background: #666666;
}


/* Partenaires */
.maskPart {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 145px;
	height: 100px;
	overflow: hidden;
}
#boxPart {
	position: absolute;
}
#boxPart div {
	float: left;
	width: 145px;
	text-align: center;
}
#boxPart div p {
	text-align: center;
}
#boxPart div img {
	width: 145px;
	height: 100px;
}



/* Boutons */
.boxButtons { margin: 5px 0 0 0; padding: 0; }

.boxButtons span { padding: 1px 5px; color: #FFFFFF; font-size: 10px; cursor: pointer; background: #cc3300; border: 1px solid #cc3300; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.boxButtons span.active, .boxButtons span:hover { padding: 1px 5px; color: #FFFFFF; font-size: 10px; cursor: pointer; background: #666666; border: 1px solid #666666; 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: #cc3300; border: 1px solid #cc3300; 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: #666666; border: 1px solid #666666; 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 #242424; 
}
.diapo a img:hover {
	border: 1px solid #242424; 
}
/* ---------------------------------------------------------------------------------------------------- */

/* 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 #242424; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.article_home a img:hover {
	border: 1px solid #CC3300; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.article_list {
	margin: 10px auto;
	padding: 10px;
	width: 95%;
	border: 1px solid #242424; 
	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 #242424; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.article_list a img:hover {
	border: 1px solid #CC3300; 
	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: #CC3300; border: 1px solid #CC3300; 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: #666666; border: 1px solid #666666; 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: #CC3300; border: 1px solid #CC3300; 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: #CC3300;
	background: none;
}
.gallery td img { 
	z-index: 1;
	border: 1px solid #CC3300;
}
.gallery td a img {
	border: 1px solid #242424; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.gallery td a img:hover {
	border: 1px solid #CC3300; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIENS --------------------------------------------------------------------------------------------- */
.link_list {
	margin: 10px auto;
	padding: 10px;
	width: 95%;
	border: 1px solid #666666; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.link_list h2 {
	margin: 0;
	padding: 0;
	background: none;
}

.link_list a img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #FFFFFF; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.link_list a img:hover {
	border: 1px solid #CC3300; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.link_list img {
	float: left;
	margin: 0 10px 0 0;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MULTIBOX ---------------------------------------------------------------------------------------- */
.MultiBoxContainer {
	position: absolute;
	border: 1px solid #242424;
	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: #242424;
	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: #242424;
	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: #242424;
	text-align: left;
}
/* ---------------------------------------------------------------------------------------------------- */

/* DIAPORAMA -------------------------------------------------------------------------------------- */
#content_diapo {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
}
#content_diapo img {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	background: url("rep/rep_site/loading_small.gif") top left no-repeat;
	border: 2px solid #000000;
}
#content_diapo a img {
	border: 1px solid #000000;
}
#content_diapo a:hover img {
	border: 1px dotted #000000;
}
#content_diapo table {
	margin: 0;
	padding: 0;
	width: 100%;
}
#content_diapo td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

a.rollover_left {
	display: block;
	width: 17px;
	height: 33px;
	background: url("rep/rep_site/arrow_left.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollover_left {
	background-position: 0 -33px;
}
a.rollover_right {
	display: block;
	width: 17px;
	height: 33px;
	background: url("rep/rep_site/arrow_right.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollover_right {
	background-position: 0 -33px;
}
/* ---------------------------------------------------------------------------------------------------- */
