
/* BODY ---------------------------------------------------------------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

body{
	margin: 0;
	padding: 0;
	background: #380025 url("rep/rep_site/bg.jpg") top left repeat-x;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* GLOBAL ------------------------------------------------------------------------------------------------------------------------- */
#global {
	position: relative;
	overflow: hidden; 
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	/*border: 1px solid #CC0088;*/
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* HAUT DE PAGE ----------------------------------------------------------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 130px;
	background: url("rep/rep_site/header.jpg") top left no-repeat;
}
#header_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 130px;
}
#header_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 130px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* MENU ---------------------------------------------------------------------------------------------------------------------------- */
#main {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 5px auto 0 auto;
	padding: 0;
	width: 980px;
	height: 35px;
	font-size: 11px;
}

#main dl, #main dt, #main dd, #main ul, #main li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main dl {
	float: left;
	margin-right: 30px;
}
#main dt {
	float: left;

	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-weight: bold;
}

#main dt a {
	margin: 0;
	padding: 0;
	color:  #CC0088;
	text-decoration: none;
}
#main dt a:hover {
	color: #E05CB4;
	text-decoration: underline;
	background: url("rep/rep_site/main_link_bg_over.gif") top left repeat;
}
/*
#main .dt_over a {
	color: #E05CB4;
	text-decoration: underline;
}
*/


#main dd {
	clear: both;
	display: none;
	position: absolute;
	top: 0;
	margin: 0 0 0 0;
	padding-left: 5px;
	background: #E05CB4;
	width: 250px; 
	border: 1px solid #CC0088;
	border-top: none;
	/*
	filter: alpha(opacity=90);
   -moz-opacity: 0.90;
    opacity: 0.90;
	*/
}
#main li {
	overflow: hidden;
	white-space: nowrap;
	width: 250px; 
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}
#main li a {
	color:  #CC0088;
	text-decoration: none;
}
#main li a:hover {
	color: #E05CB4;
	text-decoration: underline;
}


/* MENU IMAGE ------------------------------------------------------------------------------------------------------------------- */
#main dl a {
	display: block;
	float: left;
	height: 35px;
	text-decoration: none;
}


#main dl.main_news {
	margin-left: 5px;
}
#main dl.main_news a {
	width: 47px;
	background: url("rep/rep_site/main_news.gif") 0 0 no-repeat;
}
#main dl.main_news a:hover {
	background: url("rep/rep_site/main_news_over.gif") 0 0 no-repeat;
}
#main dl.main_news_over {
	margin-left: 5px;
}
#main dl.main_news_over a {
	width: 47px;
	background: url("rep/rep_site/main_news_over.gif") 0 0 no-repeat;
}


#main dl.main_agenda a {
	width: 62px;
	background: url("rep/rep_site/main_agenda.gif") 0 0 no-repeat;
}
#main dl.main_agenda a:hover {
	background: url("rep/rep_site/main_agenda_over.gif") 0 0 no-repeat;
}
#main dl.main_agenda_over a {
	width: 62px;
	background: url("rep/rep_site/main_agenda_over.gif") 0 0 no-repeat;
}


#main dl.main_visite a {
	width: 50px;
	background: url("rep/rep_site/main_visite.gif") 0 0 no-repeat;
}
#main dl.main_visite a:hover {
	background: url("rep/rep_site/main_visite_over.gif") 0 0 no-repeat;
}
#main dl.main_visite_over a {
	width: 50px;
	background: url("rep/rep_site/main_visite_over.gif") 0 0 no-repeat;
}


#main dl.main_photos a {
	width: 58px;
	background: url("rep/rep_site/main_photos.gif") 0 0 no-repeat;
}
#main dl.main_photos a:hover {
	background: url("rep/rep_site/main_photos_over.gif") 0 0 no-repeat;
}
#main dl.main_photos_over a {
	width: 58px;
	background: url("rep/rep_site/main_photos_over.gif") 0 0 no-repeat;
}


#main dl.main_djroom a {
	width: 61px;
	background: url("rep/rep_site/main_djroom.gif") 0 0 no-repeat;
}
#main dl.main_djroom a:hover {
	background: url("rep/rep_site/main_djroom_over.gif") 0 0 no-repeat;
}
#main dl.main_djroom_over a {
	width: 61px;
	background: url("rep/rep_site/main_djroom_over.gif") 0 0 no-repeat;
}


#main dl.main_livredor a {
	width: 78px;
	background: url("rep/rep_site/main_livredor.gif") 0 0 no-repeat;
}
#main dl.main_livredor a:hover {
	background: url("rep/rep_site/main_livredor_over.gif") 0 0 no-repeat;
}
#main dl.main_livredor_over a {
	width: 78px;
	background: url("rep/rep_site/main_livredor_over.gif") 0 0 no-repeat;
}


#main dl.main_tarifs a {
	width: 49px;
	background: url("rep/rep_site/main_tarifs.gif") 0 0 no-repeat;
}
#main dl.main_tarifs a:hover {
	background: url("rep/rep_site/main_tarifs_over.gif") 0 0 no-repeat;
}
#main dl.main_tarifs_over a {
	width: 49px;
	background: url("rep/rep_site/main_tarifs_over.gif") 0 0 no-repeat;
}


#main dl.main_location a {
	width: 68px;
	background: url("rep/rep_site/main_location.gif") 0 0 no-repeat;
}
#main dl.main_location a:hover {
	background: url("rep/rep_site/main_location_over.gif") 0 0 no-repeat;
}
#main dl.main_location_over a {
	width: 68px;
	background: url("rep/rep_site/main_location_over.gif") 0 0 no-repeat;
}


#main dl.main_partenaires a {
	width: 94px;
	background: url("rep/rep_site/main_partenaires.gif") 0 0 no-repeat;
}
#main dl.main_partenaires a:hover {
	background: url("rep/rep_site/main_partenaires_over.gif") 0 0 no-repeat;
}
#main dl.main_partenaires_over a {
	width: 94px;
	background: url("rep/rep_site/main_partenaires_over.gif") 0 0 no-repeat;
}


#main dl.main_job a {
	width: 33px;
	background: url("rep/rep_site/main_job.gif") 0 0 no-repeat;
}
#main dl.main_job a:hover {
	background: url("rep/rep_site/main_job_over.gif") 0 0 no-repeat;
}
#main dl.main_job_over a {
	width: 33px;
	background: url("rep/rep_site/main_job_over.gif") 0 0 no-repeat;
}


#main dl.main_contact {
	margin-right: 0;
}
#main dl.main_contact a {
	width: 64px;
	background: url("rep/rep_site/main_contact.gif") 0 0 no-repeat;
}
#main dl.main_contact a:hover {
	background: url("rep/rep_site/main_contact_over.gif") 0 0 no-repeat;
}
#main dl.main_contact_over {
	margin-right: 0;
}
#main dl.main_contact_over a {
	width: 64px;
	background: url("rep/rep_site/main_contact_over.gif") 0 0 no-repeat;
}

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

/* CONTENU ----------------------------------------------------------------------------------------------------------------------- */
#content {
	clear: both;
	position: relative;
	/*overflow: hidden;*/
	margin: 20px auto 0 auto;
	padding: 0; 
	width: 970px;
	height: auto !important;
	height: 420px;
	min-height: 420px;
	/*border: 1px solid #E05CB4;*/
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */	

/* BAS DE PAGE ------------------------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	width: 980px;
	height: 30px;
	line-height: 25px;
	border-top: 1px solid #CCCCFF;
	
}
#footer p {
	color: #CCCCFF;
}
#footer a { color: #CC0088; text-decoration: underline; }
#footer a:link { color: #CC0088; text-decoration: underline; }
#footer a:visited { color: #CC0088; text-decoration: underline; }
#footer a:hover { color: #E05CB4; text-decoration: underline; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* COPYRIGHT --------------------------------------------------------------------------------------------------------------------- */
#copyright {
	display: none;
	position: relative;
	margin: 5px auto;
	padding: 0;
	width: 980px;
	height: 30px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* 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: #CC0088;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

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

/* LIGNE ---------------------------------------------------------------------------------------------------------------------------- */
.hr_h1 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #CC0088;
}
.hr_solid {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #CC0088;
}
.hr_dotted {
	margin: 0 0 5px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #E05CB4;
}
/* 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_barre { text-decoration: line-through; }
.txt_normal { text-decoration: none; }
.txt_bold { font-weight: bold; }
.txt_warning { color: #FFFFFF; font-weight: bold; }
.txt_color_1 { color: #CC0088; }
.txt_color_2 { color: #526373; }
.txt_color_3 { color: #E05CB4; }
.txt_color_4 { color: #CCCCFF; }
.txt_color_5 { color: #000000; }
.txt_color_6 { color: #FFFFFF; }
.txt_color_7 { color: #370025; }
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

/* FORMULAIRE ------------------------------------------------------------------------------------------------------------------- */
fieldset {
 	display: block;
    margin: 0;
	padding: 5px;
	border: 1px solid #CC0088;
}
legend {
	color: #CC0088;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
fieldset p {
	margin: 5px 0 5px 0;
}
form {
	display: inline;
	font-size: 12px;
	color: #CCCCFF;
}
label {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	width: 30%;	
	text-align: left;
	line-height: 1.7;
	font-size: 12px;
}
input {
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #370025;
	border: 1px solid #E05CB4;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #370025;
	border: 1px solid #E05CB4;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #370025;
	border: 1px solid #E05CB4;
}
textarea:focus, input:focus {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #E05CB4;
}
input.radio {
	background: none; 
	border: none;
}
input.button {
	cursor: pointer;
	height: 18px;
	font-weight: bold;
	color: #CC0088;
	background-color: #000000;
	border: 1px solid #E05CB4;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */

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

