/*
#953f10		marron clair
#4c2314	marron foncé
#85981d	vert
*/

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

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

/* GLOBAL -------------------------------------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
    padding: 0;
	text-align: left;
	width: 980px;
	height: auto;
	height: auto !important;
	background: #FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* HAUT DE PAGE ------------------------------------------------------------------------------------------------------------------ */
#header {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 290px;
	/*background: url("rep/rep_site/header_bg_1.jpg") top center no-repeat;*/
}
#header_left {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 35px 0 0 0;
	padding: 0;
	width: 305px;
	height: 210px;
}
#header_right {
	display: inline;
	float: right;
	position: relative;
	overflow: hidden;
	margin: 35px 25px 0 0;
	padding: 0;
	width: 650px;
	height: 210px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ----------------------------------------------------------------------------------------------------------------------------- */
#main {
	position: relative;
	overflow: hidden;
	margin: 0 0 0 85px;
	padding: 0;
	width: 205px;
	height: 205px;
	font-size: 13px;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTENU ----------------------------------------------------------------------------------------------------------------------- */
#content {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 980px;
	background: #FFFFFF url("rep/rep_site/content_bg.jpg") top left repeat;
}
#content_left {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	width: 60px;
	/*height: auto !important;
	height: 100%;
	min-height: 100%;*/
	height: auto !important;
	height: 450px;
	min-height: 450px;
	background: #FFFFFF url("rep/rep_site/content_left_bg.jpg") top left no-repeat;
}
#content_right {
	display: inline;
	float: right;
	position: relative;
	/*overflow: hidden;*/
	margin: 0 30px 0 20px;
	padding: 0;
	width: 930px;
	/*width: 875px;*/
	/*height: auto !important;
	height: 100%;
	min-height: 100%;*/
	height: auto !important;
	height: 450px;
	min-height: 450px;
	background: #FFFFFF;
}
#content_right ul {
	margin: 0 20px 0 20px;
	padding: 0;
	list-style-type: square;
}
#content_right li {
	margin: 5px 0 5px 0;
}

#content_right a { background: none; }
#content_right a img { border: 1px solid #FFFFFF; }
#content_right a:hover img { border: 1px solid #85981d; }

#diapo a { background: none; }
#diapo a img { margin: 0; padding: 5px; background: #FFFFFF url("rep/rep_site/photo_frame.gif") top left no-repeat; border: none; }
#diapo a:hover img { margin: 0; padding: 5px; background: #FFFFFF url("rep/rep_site/photo_frame_hover.gif") top left no-repeat; border: none;  }

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

/* BAS DE PAGE ------------------------------------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color:#FFFFFF;
	font-size: 12px;
	text-align: center;
	width: 980px;
	height: 40px;
	line-height: 50px;
	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: 960px;
	height: 20px;
	line-height: 20px;
}
#copyright a { color: #FFFFFF; font-weight: bold; text-decoration: none; background: none; }
#copyright a:hover { color: #FFFFFF; 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: #FFFFFF;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
}

h2 {
	margin: 0;
	padding: 0;
	/*padding: 0 5px 0 10px;*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #953f10;
	/*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: #4c2314;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* 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: #85981d;}
.txt_color_1 { color: #953f10; }
.txt_color_2 { color: #85981d; }
.txt_oblig { font-size: 14px; font-weight: bold; color: #85981d; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a:active, a:focus{ outline: none; }
a { color: #4c2314; font-weight: bold; text-decoration: underline; border: none; background: none;  }
a:link { color: #4c2314; text-decoration: underline; border: none; background: none; }
a:visited  { color: #4c2314; text-decoration: underline; border: none; background: none; }
a:hover  { color: #85981d; 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 #953f10;
}
legend {
	color: #4c2314;
	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;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c2314;
	border-width: 1px;
	border-style: solid;
	border-color: #953f10 #4c2314 #4c2314 #953f10;
	background-color: #EEEEEE;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c2314;
	border-width: 1px;
	border-style: solid;
	border-color: #953f10 #4c2314 #4c2314 #953f10;
	background-color: #EEEEEE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c2314;
	border-width: 1px;
	border-style: solid;
	border-color: #953f10 #4c2314 #4c2314 #953f10;
	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: #b4c844 #55620f #55620f #b4c844;
	background-color: #85981d;
}
textarea:focus, input:focus {
	color: #55620f;
	border-width: 1px;
	border-style: solid;
	border-color: #85981d #55620f #55620f #85981d;
	background-color: #eaf1c6;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* 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 #4c2314;
}
#content_diapo a img {
	border: 1px solid #4c2314;
}
#content_diapo a:hover img {
	border: 1px dotted #4c2314;
}
#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;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */
