
/* BODY ---------------------------------------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #000000 url("rep_site/body_bg.gif") top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #191C36;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* EVITEMENT --------------------------------------------------------------------------------------------------------------------- */
#evitement {
	position: relative;
	left: 50%; 
	margin: 2px 0 0 -385px;
	padding: 0;
	width: 770px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
}
#evitement a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#evitement a:hover { color: #FFFFFF; text-decoration: underline; }
#evitement fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right; 
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* GLOBAL ------------------------------------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	left: 50%; 
	margin: 2px 0 0 -385px;
	padding: 0;
	width: 770px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* HAUT DE PAGE ----------------------------------------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 105px;
	background: url("rep_site/header.gif") top left no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* PICTUE / FLASH --------------------------------------------------------------------------------------------------------------- */
#flashcontent_left {
	display: none;
}
#flashcontent_right {
	display: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ---------------------------------------------------------------------------------------------------------------------------- */
#main {
	position: absolute;
	z-index: 50;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 25px;
	background: url("rep_site/main_bg.gif")  top left no-repeat;
}
#main dl, #main dt, #main dd, #main ul, #main li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main dl {
	float: left;
}
#main dt, #main .dt_over {
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	width: 154px; 
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}
#main dd {
	display: none;
	background: #D67143;
	width: 154px; 
	border-top: 1px solid #FFFFFF;
}
#main li {
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#main dt a, #main li a {
	color:  #FFFFFF;
	text-decoration: none;
}
#main li a:hover, #main dt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTENU ----------------------------------------------------------------------------------------------------------------------- */
#content {
	position: relative;
	margin: 0;
	top: 25px;
	padding: 10px;
	width: 750px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: url("rep_site/content_bg.gif") top left repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* BAS DE PAGE ------------------------------------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	overflow: hidden;
	width: 770px;
	height: 28px;
	line-height: 25px;
	background: url("rep_site/footer.gif") top left no-repeat;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
}
#footer a { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#footer a:link { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#footer a:visited { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* COPYRIGHT --------------------------------------------------------------------------------------------------------------------- */
#copyright {
	position: relative;
	left: 50%; 
	margin: 5px 0 0 -385px;
	padding: 0;
	width: 770px;
	height: 30px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

h2 {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #CD1204;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* LIGNE ---------------------------------------------------------------------------------------------------------------------------- */
.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #CD1204;
}
/* Pour empêcher un élément flottant de déborder vers le bas sur le contenu */
.hr_spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_warning { color: #CD1204; font-weight: bold; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIEN ------------------------------------------------------------------------------------------------------------------------------ */
a { color: #414562; text-decoration: underline; }
a:link { color: #414562; text-decoration: underline; }
a:visited  { color: #414562; text-decoration: underline; }
a:hover  { color: #CD1204; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
fieldset {
 	display: block;
    margin: 0;
	padding: 5px;
	border: 1px solid #000000;
}
legend {
	color: #000000;
	font-size: 12px; font-weight: bold;
	letter-spacing: 1px;
}
fieldset p {
	margin: 5px 0 5px 0;
}
form {
	display: inline;
	font-size: 12px; font-weight: bold;
}
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 {
	padding-left: 2px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191C36;
}
select, option {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191C36;
}
textarea {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191C36;
}
input.button {
	height: 20px;
	border: 1px solid #FFFFFF;
	background-color: #414562;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
}
textarea:focus, input:focus {
	border: 1px solid #191C36;
	background-color: #CCCCCC;
	color: #191C36;
}
.recherche {
	width: 100px;
	padding-left: 15px;
	vertical-align: middle;
	background: #EEEEEE url("rep_site/ico_form_search.gif") center  left no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* IMAGE --------------------------------------------------------------------------------------------------------------------------- */
.img_loading {
	margin: 0 5px 0 5px;
	padding: 0;
	background: url("rep_site/loading_small.gif") top left no-repeat;
    border: none;
}
.img_border {
	margin: 0 5px 0 5px;
	padding: 5px;
	background: #FFFFFF url("rep_site/loading_small.gif") top left no-repeat;
    border: 1px solid #666666;
}
.img_border_no {
	margin: 0 5px 0 5px;
	background: url("rep_site/loading_small.gif") top left no-repeat;
    border: none;
}
.img_diapo {
	margin: 5px;
	padding: 0;
	background: #000000 url("rep_site/loading_small.gif") top left no-repeat;
    border: 1px solid #000000;
}


/* SPECIAL POUR CE SITE */
.table_100 {
width:100%;
}
.table_center {
margin:0px auto;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* LIGHTBOX ----------------------------------------------------------------------------------------------------------------------- */
#lightbox {
    background-color: #FFFFFF;
    padding: 10px;
}

#lightboxDetails {
    font-size: 0.9em;
    color: #555555;
    padding-top: 0.5em;
}

#closeButton { top: 5px; right: 5px; }

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#lightbox img { border: 2px solid #000000; }

#overlay img { border: none; }

#overlay { background-image: url("rep_site/lb_overlay.png"); }

* html #overlay { /*Hack IE */
    background-color: #000000;
    background-color: transparent;
    background-image: url("http://www.tcbiterrois.com/invisible.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="rep_site/lb_overlay.png", sizingMethod="scale");
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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


/* FONT ----------------------------------------------------------------------------------------------------------------------------- */
.txt_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_em { font-style: italic; }
.txt_u { text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */


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



/* POPUP IMAGE ------------------------------------------------------------------------------------------------------------------ */
#popup_img_box { 
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px;
	left: 10px;
	top: 10px;
	z-index: 200;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#popup_img_box img { 
	border: 1px solid #000000;
}

 /* Titre */
#popup_header {
	padding: 2px 2px 0 2px;
	cursor: move;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#popup_header a {
	font-weight: bold;
	text-decoration : none;
	color: #000000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

