/* #315ca3 bleu*/
/* #add306 vert*/
/* #818181 gris */

/* 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: #818181;
	text-align: center; /* for IE */
	background: #FFFFFF url("rep/rep_site/body_bg.jpg") top left repeat-x;
}
/* ---------------------------------------------------------------------------------------------------- */

/* GLOBAL ------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
	height: auto;
	height: auto !important;
	background: url("rep/rep_site/global_bg.gif") top left repeat-y;
}
/* ---------------------------------------------------------------------------------------------------- */

/* HAUT DE PAGE ----------------------------------------------------------------------------------- */
#header {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 250px;
	background: url("rep/rep_site/header_bg.jpg") top left no-repeat;
}
#header img {
	z-index: 5;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MENU --------------------------------------------------------------------------------------------- */
#menu {
	z-index: 10;
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 30px;
	top: 180px;
	left: 10px;
	width: 800px;
	height: 20px;
	font-size: 12px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* H1 ------------------------------------------------------------------------------------------------ */
#h1 {
	z-index: 10;
	position: absolute;
	margin: 0;
	padding: 0 20px 0 20px;
	top: 230px;
	left: 10px;
	width: 910px;
	height: 25px;
	font-size: 13px;
}

#h1 h1 {
	margin: 0;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #818181;
	letter-spacing: 1px;
	background: url("rep/rep_site/picto_h1.gif") 0 -2px no-repeat;
}

#h1 hr {
	margin: 3px 0 15px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #add306;
}
/* ---------------------------------------------------------------------------------------------------- */

/* CONTENU ----------------------------------------------------------------------------------------- */
#content {
	z-index: 1;
	clear: both;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 270px 20px 0 20px; 
	width: 920px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: #FFFFFF;
}
 
#content ul {
	margin: 0 20px 0 20px;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style: square inside;
}
#content ul li {
	margin: 5px 0 10px 20px;
}

#content_accueil_1 {
	float: left;
	overflow: hidden;
	margin: 0 auto;
	width: 910px; 
}
#content_accueil_1a {
	float: left;
	margin: 0;
	width: 250px; 
}
#content_accueil_1b {
	float: left;
	margin: 0 80px; 
	width: 250px; 
}
#content_accueil_1c {
	float: left;
	margin: 0;
	width: 250px; 
}
#content_accueil_2 {
	float: left;
	overflow: hidden;
	margin: 10px auto;
	padding: 20px 55px;
	width: 800px;
	height: 200px;
	background: url("rep/rep_site/extra_bg.gif") top left no-repeat;
}
#content_accueil_2a {
	float: left;
	margin: 0;
	width: 180px;
	height: 200px;
}
#content_accueil_2a ul {
	font-weight: bold;
}
#content_accueil_2b {
	float: left;
	margin: 0 0 0 100px;
	width: 520px;
	height: 200px;
	background: url("rep/rep_site/ill_actualites.jpg") top right no-repeat;
}
#content_accueil_2b hr {
	clear: both;
	margin: 25px 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #add306;
}


#content_actu {
	float: left;
	width: 340px;
	text-align: justify;
}

#content_left {
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
	width: 690px; 
}

#content_right {
	float: right;
	right: 0;
	margin: 0 auto;
	padding: 0;
	width: 200px;  
}
#content_right hr {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #add306;
}

#content_ubic {
	margin: 0 auto;
	padding: 0;
	width: 900px; 
}
/* ---------------------------------------------------------------------------------------------------- */

/* BAS DE PAGE ------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 80px;
	font-size: 11px;
	background: url("rep/rep_site/footer_bg.gif") top left no-repeat;
}
#footer a { color: #add306; font-weight: normal; text-decoration: none; }
#footer a:link { color: #add306; font-weight: normal; text-decoration: none; }
#footer a:visited { color: #add306; font-weight: normal; text-decoration: none; }
#footer a:hover { color: #315ca3; font-weight: normal; text-decoration: underline; }

#footer_txt {
	position: relative;
	float: left;
	margin: 10px 20px;
	padding: 25px 0 0 0;
	width: 500px;
	height: 35px;
}

#footer_logo {
	position: relative;
	float: right;
	margin: 10px 20px;
	padding: 0;
	width: 360px;
	height: 60px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* COPYRIGHT -------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align: center;
	width: 960px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
#copyright a { color: #315ca3; font-weight: normal; text-decoration: none; }
#copyright a:link { color: #315ca3; font-weight: normal; text-decoration: none; }
#copyright a:visited { color: #315ca3; font-weight: normal; text-decoration: none; }
#copyright a:hover { color: #add306; font-weight: normal; text-decoration: underline; }
/* ---------------------------------------------------------------------------------------------------- */

/* FLOAT -------------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 5px 5px 5px;
}
.right {
	float: right;
	margin: 0 5px 5px 5px;
}
.center {
	margin: 0 auto;
}
.spacer {
	clear: both;
	padding: 5px 0 0 0;
}

.img_left {
	float: left;
	margin: 0 10px 10px 5px;
	border: 1px solid #818181;
}
.img_right {
	float: right;
	margin: 0 5px 10px 10px;
	border: 1px solid #818181;
}
/* ---------------------------------------------------------------------------------------------------- */

/* 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;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #315ca3;
	letter-spacing: 1px;
}

h2 {
	margin: 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #315ca3;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIGNE --------------------------------------------------------------------------------------------- */
hr {
	clear: both;
	margin: 15px 0 15px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #add306;
}

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

.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: #818181; 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: #315ca3; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.txt_color_1 { color: #315ca3; }
.txt_color_2 { color: #add306; }

.img_border {
	border: 1px solid #818181;
}
/* ---------------------------------------------------------------------------------------------------- */

/* LIEN ---------------------------------------------------------------------------------------------- */
a:active, a:focus{ outline: none; }
a img { border-width: 0; border-style: none; }
a { color: #add306; font-weight: bold; text-decoration: underline; }
a:link { color: #add306; text-decoration: underline; }
a:visited { color: #add306; text-decoration: underline; }
a:hover { color: #315ca3; text-decoration: underline; }
	
a.linkrub {
	padding: 5px 0 5px 30px;
	color: #315ca3;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	background: url("rep/rep_site/picto_a.gif") 0 0 no-repeat;
}
a.linkrub:hover { color: #818181; }

a.pagetop { 
	margin: 0 5px;
	padding: 5px 5px 5px 15px;
	width: 11px;
	height: 11px;
	font-size: 11px;
	color: #315ca3;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	background: url("rep/rep_site/ico_pagetop.gif") no-repeat left center;
}
a:hover.pagetop { 
	color: #315ca3;
}
/* ---------------------------------------------------------------------------------------------------- */

/* FORMULAIRE ------------------------------------------------------------------------------------- */
.form_table {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border: none;
}
.form_td_left {
	width: 40%;
	vertical-align: top;
	text-align: left;
}
.form_td_right {
	padding-left: 20px; 
	width: 60%;
	vertical-align: top;
	text-align: left;
}

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

textarea:focus, input:focus {
	color: #add306;
	border-width: 1px;
	border-style: solid;
	border-color: #add306 #add306 #add306 #add306;
	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: #add306 #add306 #add306 #add306;
	background-color: #add306;
	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;
}
/* ---------------------------------------------------------------------------------------------------- */

/* MENUMATIC--------------------------------------------------------------------------------------- */
#nav, #nav ul {
	clear: both;
	z-index: 20;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 825px;
	height: 20px;
}
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px;
	height: 20px;
	line-height: 20px;
	color: #818181;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border-right: 1px solid #add306;
}
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	color: #315ca3;
	text-decoration: none;
}
#nav .li_active a {
	color: #315ca3;
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------------- */

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

/* NOOBSLIDE -------------------------------------------------------------------------------------- */
/* News */
.maskNews {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 200px;
	height: 320px;
	overflow: hidden;
}
#boxNews {
	position: absolute;
	margin: 0;
	padding: 0;
}
#boxNews div {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 160px;
}
#boxNews h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
#boxNews p {
	margin: 0;
}
#boxNews img {
	width: 200px;
	height: 160px;
}


/* Boutons */
.boxButtons { padding: 0; }

.boxButtons span { padding: 1px 5px; color: #FFFFFF; font-size: 10px; cursor: pointer; background: #add306; border: 1px solid #add306; 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: #add306; border: 1px solid #add306; 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; }
/* ---------------------------------------------------------------------------------------------------- */


