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

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

/* GLOBAL ------------------------------------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	left: 50%; 
	margin: 2px 0 0 -345px;
	padding: 0;
	width: 740px;
	background: 	#ECE4F2 url("rep_site/global_bg.gif") top left no-repeat;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* HAUT DE PAGE ----------------------------------------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 720px;
	height: 100px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTENU ----------------------------------------------------------------------------------------------------------------------- */
#content {
	position: relative;
	margin: 20px 0 10px 0;
	padding: 0;
	width: 720px;
	height: 405px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* GAUCHE ------------------------------------------------------------------------------------------------------------------------- */
#left {
	position: absolute;
	left: -40px;
	margin: 0;
	overflow: hidden;
	width: 180px;
	height: 370px;
	text-align: left;
	background: url("rep_site/left_bg.gif") top left no-repeat;
}
#left fieldset {
	margin: 0 auto 0 auto;
	border-color: #FFFFFF;
}
#left legend {
	color: #FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ---------------------------------------------------------------------------------------------------------------------------- */
ul#menu_left {
	margin-top: 25px;
	margin-left: 3px;
	padding: 0;
	list-style-type: none;
}
ul#menu_left li {
	margin: 0;
	padding: 0;
}
ul#menu_left li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 170px;
	background: url("rep_site/main_bg.gif") no-repeat 0 0;
	color: 	#FFFFFF;
	line-height: 25px;
	font-weight: bold;
	text-indent: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}
ul#menu_left li a:hover {
	background: url("rep_site/main_bg.gif") no-repeat 0 -25px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* EXTRAS ------------------------------------------------------------------------------------------------------------------------- */
#extra {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type: none;
	width: 160px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
}
#extra li {
	margin: 6px 0 5px 0;
	padding: 0;
}
#extra a {
	color: #FFFFFF;  text-decoration: none;
}
#extra a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#extra img {
	margin: 0 2px 0 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTENU FRAME  -------------------------------------------------------------------------------------------------------------- */
#content_frame {
	margin: 0;
	margin-left: 145px;
	padding: 0;
	padding-right: 5px;
	overflow: auto;
	width: 565px;
	height: 100%;
	/*background: #FFFFFF;*/
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* BAS DE PAGE ------------------------------------------------------------------------------------------------------------------- */
#footer {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 720px;
	height: 25px;
	line-height: 15px;
}
#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 -335px;
	padding: 0;
	width: 720px;
	height: 30px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* TITRE ---------------------------------------------------------------------------------------------------------------------------- */
h1 {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #766086;
	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: #766086;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* 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 #766086;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #766086;
}
/* 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: #CC0000; font-weight: bold; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
fieldset {
 	display: block;
    margin: 0;
	padding: 5px;
	border: 1px solid #766086;
}
legend {
	color: #766086;
	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 #766086;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
select, option {
	border: 1px solid #766086;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
textarea {
	border: 1px solid #766086;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input.button {
	height: 20px;
	border: 1px solid #FFFFFF;
	background-color: #766086;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
}
textarea:focus, input:focus {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	color: #333333;
}
.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;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */


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

