/* BODY ---------------------------------------------------------------------------------------------------------------------------- */
html, body {

	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* GLOBAL -------------------------------------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	margin: 2%;
	padding: 0;
	width: auto;
	background: #FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* HAUT DE PAGE ------------------------------------------------------------------------------------------------------------------ */
#header {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ----------------------------------------------------------------------------------------------------------------------------- */
#main {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* TITRE ---------------------------------------------------------------------------------------------------------------------------- */
.h1_box {
	display: none;
}
.h2_box {
	display: none;
}

/* CONTENU ------------------------------------------------------------------------------------------------------------------------ */
#content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	color: black;
	border: 0;
	background: transparent none;
}

#content_center {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	color: black;
	border: 0;
	background: transparent none;
}
#content_center ul {
	margin: 0 20px 0 20px;
	padding: 0;
	list-style-type: square;
}
#content_center li {
	margin: 5px 0 5px 0;
}
#content_center a:after {
	/*content:" ("attr(href)")";*/
}


#content_left {
	display: none;
}

#content_right {
	display: none;
}

#content_navig {
	display: none;
}

#content_footer {
	display: none;
}

.noprint {
	display: none;
}

#content_title_img {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 400px;
	height: 55px;
	text-align: center;
}

.content_paypal {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */	

/* BAS DE PAGE ------------------------------------------------------------------------------------------------------------------- */
#footer {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* COPYRIGHT --------------------------------------------------------------------------------------------------------------------- */
#copyright {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* 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;
}
.spacer_5 {
	clear: both;
	margin-top: 5px;
}
.spacer_10 {
	clear: both;
	margin-top: 10px;
}
.spacer_20 {
	clear: both;
	margin-top: 20px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* 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; }
.span_warning { padding: 2px 10px; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_italic { font-style: italic; }
.txt_center { text-align: center; }
.txt_warning { color: #FFFFFF; font-weight: bold; background: #990000; letter-spacing: 1px; }
.txt_color { color: #000000; }
.txt_color_1 { color: #990000; }
.txt_color_2 { color: #660000; }
.txt_color_3 { color: #FFDFE0; }
.txt_size_10 { font-size: 10px; }
.txt_size_11 { font-size: 11px; }
.txt_size_12 { font-size: 12px; }
.txt_size_13 { font-size: 13px; }
.txt_size_14 { font-size: 14px; }
.txt_size_15 { font-size: 15px; }
.txt_size_16 { font-size: 16px; }
.txt_maj { text-transform: uppercase; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a { color: #000000; font-weight: bold; text-decoration:underline; }
a:hover { color: #000000; text-decoration:underline; }
a img { border-width: 0px; border-style: none; }

a.default { 
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

a.home { 
	display: none;	
}
a.contact { 
	display: none;	
}
a.rss { 
	display: none;	
}
a.pageback { 
	display: none;
}
a.pagetop { 
	display: none;
}

.button_extra {
	display: none; 
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIGNE ---------------------------------------------------------------------------------------------------------------------------- */
hr {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
}

.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* IMAGE ------------------------------------------------------------------------------------------------------------------------------ */
.img_border { border: 1px solid #000000; }
.img_border_1 { border: 1px solid #000000; }
.img_middle { padding: 0 4px 1px 0; vertical-align: middle; }
.img_left { margin: 0 5px 0 0; }
.no_border { border: none; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* TABLEAU ------------------------------------------------------------------------------------------------------------------------------ */
.tbl_center { margin: 2%; width: 100%; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
.form_center {
	display: none;
}
form {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* BARRE NAVIGATION ------------------------------------------------------------------------------------------------------------- */
.barre_nav { display: none; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* ARTICLE -------------------------------------------------------------------------------------------------------------------------- */
.art_search {
	display: none;
}

.art_list {
	position: relative;
	margin: 0 auto 5px 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
.art_list h2 {
	margin: 0 auto 5px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: none;
}
.art_list p {
	margin: 0;
}
.art_img {
	float: left;
	margin: 0 5px 0 0; 
}
.art_text {
	height: 50px;
	text-align: justify; 
}
.art_user {
	float: right;
	margin: 3px 0 0 5px; 
}
.art_sign {
	font-style: italic;
	font-size: 12px;
}
.art_list a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.art_list a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
.art_view {
	position: relative;
	margin: 0 auto 5px 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
.art_view_h2 {
	margin: 0 auto 5px 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: none;
}
.art_view_user {
	display: none;
}
.art_view_user a {
	color: #FFFFFF;
}
.art_view_user img {
	vertical-align: middle;
	border: 1px solid #FFFFFF;
}
.art_trombino a {
	font-weight: normal;
}
.art_hr {
	margin: 5px 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #999999;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* TROMBINO ------------------------------------------------------------------------------------------------------------------------ */
.tr_search {
	display: none;
}
input.tr_search_input {
	padding-left: 5px;
	width: 200px;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000 #990000 #990000 #CC0000;
	background-color: #FFFFFF;
}
input.tr_search_input:hover {
	border-color: #666666 #000000 #000000 #666666;
	background-color: #FFFFFF;
}
input.tr_search_input:focus {
	border-color: #666666 #000000 #000000 #666666;
	background-color: #FFFFFF;
}

input.tr_search_button {
	padding-left: 15px;
	width: 120px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000 #990000 #990000 #CC0000;
	background-color: #990000;
	background: #990000 url('rep/rep_site/search.gif') 3px 3px no-repeat;
}
input.tr_search_button:hover {
	border-color: #666666 #000000 #000000 #666666;
	background-color: #000000;
	background: #000000 url('rep/rep_site/search.gif') 3px 3px no-repeat;
}
input.tr_search_button:focus {
	border-color: #666666 #000000 #000000 #666666;
	background-color: #000000;
	background: #000000 url('rep/rep_site/search.gif') 3px 3px no-repeat;
}

.tr_list {
	margin : 0 0 20px 20px;
}
.tr_list h2 {
	margin : 0;
	text-align: left;
	font-size: 13px;
	text-transform: none;
}
.tr_list_img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.tr_view {
	margin : 0 auto 20px auto;
	padding: 0 10px;
}
.tr_view h2 {
	margin : 0 0 10px 0;
	text-align: center;
	font-size: 18px;
	color: #990000;
	text-transform: none;
}
.tr_view_img {
	float: right;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* PETITES ANNONCES --------------------------------------------------------------------------------------------------------------- */
.pa_tbl { 
	margin: -2px auto 0 auto;
	width: 100%; 
}
.pa_td_titre { 
	height: 25px;
	vertical-align: middle;
	background: #990000 url("rep/rep_site/app_top_v1.jpg") top left repeat-x;
	border: 1px solid #000000;
}
.pa_td_titre h2 { 
	margin: 0 0 0 5px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-transform: none;
}
.pa_td { 
	width: 33%;
	height: 100px;
	text-align: center;
	vertical-align: top;
}

.pa_list_1 {
	position: relative;
	margin: 0 auto 5px auto;
	padding: 5px 5px 0 5px;
	width: 95%;
	height: 100px;
	border: 1px solid #990000;
	background: #FFDFE0;
}
.pa_list_2 {
	position: relative;
	margin: 0 auto 5px auto;
	padding: 5px 5px 0 5px;
	width: 95%;
	height: 100px;
	border: 1px solid #000000;
	background: #FFFFFF;
}
.pa_list_1 h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.pa_list_2 h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.pa_list_1 p {
	margin: 0;
}
.pa_list_2 p {
	margin: 0;
}
.pa_list_1 a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.pa_list_1 a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
.pa_list_2 a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.pa_list_2 a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
.pa_img {
	float: left;
	margin: 0 5px 0 0; 
}
.pa_text {
	height: 60px;
	text-align: justify; 
}
.pa_hr {
	margin: 5px 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #999999;
}
.pa_view {
	margin: 10px auto 5px auto;
	padding: 0;
	width: 440px;
	text-align: center;
}
.pa_view_h2 {
	margin: 0 auto 5px 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.pa_header {
	margin: 0 auto 10px auto;
	padding: 5px 5px 0 5px;
	width: 440px;
	height: 20px;
	border: 1px solid #990000;
	background: #FFDFE0;
}
.pa_content {
	margin: 0 auto;
	padding: 5px;
	width: 440px;
	border: 1px solid #990000;
	background: #FFEFF0;
}
.pa_footer {
	margin: 10px auto 0 auto;
	padding: 5px 5px 0 5px;
	width: 440px;
	height: 45px;
	line-height: 20px;
	border: 1px solid #990000;
	background: #FFDFE0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* ANNUAIRES ----------------------------------------------------------------------------------------------------------------------- */
#Id_Activite_ProAnnu {
	width: 300px;
	height: 20px;
	border-color: #CC0000 #990000 #990000 #CC0000;
}

#Id_SActivite_ProAnnu {
	width: 300px;
	height: 20px;
	border-color: #CC0000 #990000 #990000 #CC0000;
}

#Id_Activite_WebAnnu {
	width: 300px;
	height: 20px;
	border-color: #CC0000 #990000 #990000 #CC0000;
}

#Id_SActivite_ProAnnu {
	width: 300px;
	height: 20px;
	border-color: #CC0000 #990000 #990000 #CC0000;
}

.annu_loc {
	margin: 0 0 10px 0;
	width: 95%;
	text-align: center;
}
.annu_margin_20 {
	margin-left: 20px;
}
.annu_margin_40 {
	margin-left: 40px;
}

.annu_tbl { 
	margin: 0 auto;
	width: 100%; 
}
.annu_td { 
	width: 33%;
	height: 100px;
	text-align: center;
	vertical-align: top;
}

.annu_view { 
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 95%;
}
.annu_view_web { 
	float: left;
	margin-right: 20px;
	border: 1px solid #000000;
}

.annu_view_1 { 
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 95%;
	background: #FFFFFF;
	border: 1px solid #990000;
}
.annu_view_2 { 
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 95%;
	background: #FFDFE0;
	border: 1px solid #990000;
}
.annu_view_img { 
	float: right;
	border: 1px solid #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* GALERIE -------------------------------------------------------------------------------------------------------------------------- */
.gal_view_h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.gal_view {
	margin: 0 auto;
	padding: 0;
	text-align: justify;
}
.gal_view img {
	margin: 5px;
	padding: 0;
	border: 1px solid #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* BOUTIQUE ------------------------------------------------------------------------------------------------------------------------ */
.boutique_tbl {
	margin: 0 auto;
	width: 100%; 
	text-align: center;
}
.boutique_tbl tr td {
	width: 50%;
	text-align: center; 
}
.boutique_tbl tr td h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.boutique_view_h2 {
	margin: 0 auto 5px 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	text-transform: none;
}
.boutique_view {
	margin: 0 auto;
	padding: 5px;
	width: 430px;
	text-align: justify;
	border: 1px solid #990000;
	background: #FFDFE0; 
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------ */
.sampleGlobal {
	display: none;
}

.maskSlide {
	display: none;
}

.sampleSlide .maskSlide {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* TOP ------------------------------------------------------------------------------------------------------------------------------ */
#pagetop {
	display: none;
}
#gopagetop { 
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

