/* BODY ---------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	background: #ce717f url("rep/rep_site/body_bg.jpg") top center repeat-x;
	text-align: center; /* for IE */
}
/* ---------------------------------------------------------------------------------------------------- */

/* EVITEMENT ---------------------------------------------------------------------------------------- */
#evitement {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	color: #942334;
}
#evitement p { margin-left: 10px; }
#evitement a { color: #942334; font-weight: bold; text-decoration: none; background: none; }
#evitement a:hover { color: #942334; text-decoration: underline; }


#evitement a {
	z-index: 2;
	position: relative;
	margin: 0;
	padding: 1px 3px 1px 15px;
	background: url(rep/rep_site/link.gif) no-repeat left center;
}
#evitement a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #942334 url(rep/rep_site/link_over.gif) no-repeat left center;
}
	
#evitement a img { border: none; background: none; }
/* ---------------------------------------------------------------------------------------------------- */

/* GLOBAL ------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 970px;
	height: auto;
	height: auto !important;
	background: #ce717f url("rep/rep_site/global_bg.jpg") top center no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	position: relative;
	overflow: hidden;
	margin: 4px auto 0 auto;
	padding: 0;
	width: 960px;
	height: 270px;
}
#header_left {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	height: 270px;
	background: url("rep/rep_site/header_left_bg.jpg") top left no-repeat;
}
#header_right {
	display: inline;
	float: right;
	position: relative;
	overflow: hidden;
	margin: 0 10px 0 10px;
	padding: 10px;
	width: 170px;
	height: 270px;
}

#header_right form {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}
#header_right fieldset {
 	display: block;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #7979b9;
}
#header_right legend {
	color: #333366;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
#header_right fieldset p {
	margin: 5px 0 5px 0;
}
#header_right label {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 5px 0 0;
	width: 150px;	
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
#header_right input {
	float: left;
	margin-right: 6px;
	padding-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #7979b9 #333366 #333366 #7979b9;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
}
#header_right input:focus {
	border-width: 1px;
	border-style: solid;
	border-color: #ce717f #942334 #942334 #ce717f;
	background-color: #ffe7eb;
	color: #942334;
}
#header_right input.button {
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #7979b9 #333366 #333366 #7979b9;
	background-color: #333366;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MENU --------------------------------------------------------------------------------------------- */
#main {
	position: relative;
	overflow: hidden;
	margin: 9px auto 0 auto;
	padding: 0;
	width: 952px;
	height: 160px;
}
#main ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;	
	height: 160px;
	width: 2000px;
}
#main ul li {
	float: left;
}
#main ul li a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 160px;
	text-indent: -1000px;
	cursor: pointer;
	color: #942334;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px; 
	letter-spacing: 0px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 0 solid #FFFFFF;
}
#main ul li.fr_m_1 a, a:hover {
	background: url("rep/rep_site/fr_main_1.jpg") repeat scroll 0%;
}
#main ul li.fr_m_2 a, a:hover {
	background: url("rep/rep_site/fr_main_2.jpg") repeat scroll 0%;
}
#main ul li.fr_m_3 a, a:hover {
	background: url("rep/rep_site/fr_main_3.jpg") repeat scroll 0%;
}
#main ul li.fr_m_4 a, a:hover {
	background: url("rep/rep_site/fr_main_4.jpg") repeat scroll 0%;
}
#main ul li.fr_m_5 a, a:hover {
	background: url("rep/rep_site/fr_main_5.jpg") repeat scroll 0%;
}

#main ul li.en_m_1 a, a:hover {
	background: url("rep/rep_site/en_main_1.jpg") repeat scroll 0%;
}
#main ul li.en_m_2 a, a:hover {
	background: url("rep/rep_site/en_main_2.jpg") repeat scroll 0%;
}
#main ul li.en_m_3 a, a:hover {
	background: url("rep/rep_site/en_main_3.jpg") repeat scroll 0%;
}
#main ul li.en_m_4 a, a:hover {
	background: url("rep/rep_site/en_main_4.jpg") repeat scroll 0%;
}
#main ul li.en_m_5 a, a:hover {
	background: url("rep/rep_site/en_main_5.jpg") repeat scroll 0%;
}

#main ul li.de_m_1 a, a:hover {
	background: url("rep/rep_site/de_main_1.jpg") repeat scroll 0%;
}
#main ul li.de_m_2 a, a:hover {
	background: url("rep/rep_site/de_main_2.jpg") repeat scroll 0%;
}
#main ul li.de_m_3 a, a:hover {
	background: url("rep/rep_site/de_main_3.jpg") repeat scroll 0%;
}
#main ul li.de_m_4 a, a:hover {
	background: url("rep/rep_site/de_main_4.jpg") repeat scroll 0%;
}
#main ul li.de_m_5 a, a:hover {
	background: url("rep/rep_site/de_main_5.jpg") repeat scroll 0%;
}


#main ul li a#imageOpen {

}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 940px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#content_left {
	display: inline;
	float: left;
	position: relative;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	width: 280px;
}
#content_left_news {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 280px;
	height: 360px;
	background: url("rep/rep_site/applat_news.jpg") top left no-repeat;
}

#content_left_part {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 280px;
	height: 210px;
	background: url("rep/rep_site/applat_part.jpg") top left no-repeat;
}

#content_right {
	display: inline;
	float: right;
	position: relative;
	/*overflow: hidden;*/
	margin: 0 10px 0 0;
	padding: 0;
	width: 620px;
	height: auto !important;
	height: 430px;
	min-height: 430px;
}

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

/* NEWS noobSlide ---------------------------------------------------------------------------------- */
.maskNews {
	position: relative;
	margin: 0 0 0 20px;
	width: 240px;
	height: 320px;
	overflow: hidden;
}
#boxNews {
	position: absolute;
}
#boxNews div {
	float: left;
	width: 240px;
	height: 620px;
}

.imgboxNews { 
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}

.buttons{ padding: 5px; }
.buttons span{ background: #942334; color: #FFFFFF; padding: 0 5px; cursor: pointer; font-size: 10px; }
.buttons span.active, .buttons span:hover{ background: #333366; color: #FFFFFF; }
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	color:#FFFFFF;
	font-size: 12px;
	text-align: center;
	width: 950px;
	height: 45px;
	line-height: 66px;
	background: url("rep/rep_site/footer_bg.jpg") top left no-repeat;
}
#footer p {
	margin: 0;
	margin-right: 10px;
	text-align: left;
	color: #FFFFFF;
}
#footer a { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	color:#FFFFFF;
	text-align: center;
	width: 950px;
	height: 20px;
	line-height: 20px;
}
#copyright a { color: #942334; font-weight: bold; text-decoration: none; background: none; }
#copyright a:hover { color: #942334; text-decoration: underline; }
#copyright a img { border: none; background: none; }
/* ---------------------------------------------------------------------------------------------------- */

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


/* TITRE --------------------------------------------------------------------------------------------- */
h1 {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #942334;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0 5px 10px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #942334;
	background: url("rep/rep_site/arrow.gif") 0 3px no-repeat;
}

h3 {
	margin: 0 0 15px 0;
	padding: 1px 1px 1px 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background: #333366;
	letter-spacing: 1px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIGNE --------------------------------------------------------------------------------------------- */
.hr_h1 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #613d26;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FONT ---------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_warning { color: #FFFFFF; font-weight: bold; background: #942334;}
.txt_color_1 { color: #333366; }
.txt_color_2 { color: #942334; }
.txt_oblig { font-size: 14px; font-weight: bold; color: #942334; }
/* ---------------------------------------------------------------------------------------------------- */

/* LIEN ---------------------------------------------------------------------------------------------- */
a:active, a:focus{ outline: none; }
a { color: #942334; font-weight: bold; text-decoration: underline; border: none; background: none; }
a:link { color: #942334; text-decoration: underline; border: none; background: none; }
a:visited { color: #942334; text-decoration: underline; border: none; background: none; }
a:hover { color: #333366; text-decoration: underline; border: none; background: none; }
a img { border: none; background: none; }
/* ---------------------------------------------------------------------------------------------------- */

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

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

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	border-width: 1px;
	border-style: solid;
	border-color: #7979b9 #333366 #333366 #7979b9;
	background-color: #EEEEEE;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	border-width: 1px;
	border-style: solid;
	border-color: #7979b9 #333366 #333366 #7979b9;
	background-color: #EEEEEE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	border-width: 1px;
	border-style: solid;
	border-color: #7979b9 #333366 #333366 #7979b9;
	background-color: #EEEEEE;
}
input.button {
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #7979b9 #333366 #333366 #7979b9;
	background-color: #333366;
}
textarea:focus, input:focus {
	color: #942334;
	border-width: 1px;
	border-style: solid;
	border-color: #ce717f #942334 #942334 #ce717f;
	background-color: #ffe7eb;
}
/* ---------------------------------------------------------------------------------------------------- */

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

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

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url("rep/rep_site/calendar-icon.gif");
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
	border-width: 0; border-style: none;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
	border-width: 0; border-style: none;
}

div.calendar {
background: url("rep/rep_site/calendar.png");
height: 195px;
padding: 0 6px;
text-align: center;
width: 147px;
}	
div.calendar * {
margin: 0;
padding: 0;
}	
div.calendar div {
background: none !important;
cursor: move;
height: 185px;
overflow: hidden;
padding-top: 10px;
position: relative;
width: 147px;
}	
	
div.calendar caption {
color: #333366;
font: normal 12px/16px Arial, Helvetica, sans-serif;
padding-top: 6px;
text-align: center;
width: 100%;
}
div.calendar caption a {
cursor: pointer;
display: block;
height: 12px;
overflow: hidden;
position: absolute;
text-indent: -100px;
top: 17px;
width: 11px;
}
div.calendar caption a.prev {
background-image: url("rep/rep_site/calendar-prev.gif");
left: 0;
}
div.calendar caption a.next {
background-image: url("rep/rep_site/calendar-next.gif");
right: 0;
}
div.calendar caption a:hover {
background-position: 0 12px;
}
div.calendar caption span {
height: 25px;
position: relative;
text-align: center;
}
div.calendar caption span.month {
padding-right: 8px;
}
div.calendar caption span.month:after {
content: ',';
}

div.calendar table {
background: #FFF;
border: 0;
border-collapse: collapse;
border-spacing: 0;
cursor: default;
margin: 0 auto;
overflow: hidden;
width: 147px;
}
div.calendar td,
div.calendar th {
border: 0;
color: #942334;
font: normal 12px Arial, Helvetica, sans-serif;
height: 21px;
text-align: center;
width: 21px;
}
div.calendar td {
background: url("rep/rep_site/calendar-td.gif");
color: #FFF;
font-size: 11px;
}
div.calendar td.invalid {
color: #999;
}
div.calendar td.valid {
background: url("rep/rep_site/calendar-valid.gif");
color: #942334;
cursor: pointer;
}
div.calendar td.hilite {
background: url("rep/rep_site/calendar-hilite.gif");
}
div.calendar td.inactive {
background: url("rep/rep_site/calendar-td.gif") 0 100%;
color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
background: url("rep/rep_site/calendar-valid.gif") 0 100%;
color: #FFF;
cursor: pointer;
}

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

/* 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 #333366;
}
#content_diapo a img {
	border: 1px solid #333366;
}
#content_diapo a:hover img {
	border: 1px dotted #333366;
}
#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: 24px;
	height: 24px;
	background: url("rep/rep_site/arrow_left.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollover_left {
	background: url("rep/rep_site/arrow_left.gif") 0 -24px no-repeat;
}
a.rollover_right {
	display: block;
	width: 24px;
	height: 24px;
	background: url("rep/rep_site/arrow_right.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.rollover_right {
	background: url("rep/rep_site/arrow_right.gif") 0 -24px no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

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