@import "../../global/css/global.css";

body {
	background: white;
	color: #666;
	}
	
a { color: black; }	
a:hover { color: #fbb14e; }

#wrapper {	
	width: 960px;
	margin: 0 auto;
	}
*html #wrapper { width: 965px; }
	
#top {
	padding: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	color: #999;
	}
#top input {
	background: url("../media/input.gif");
	padding: 2px;
	font-size: 10px;
	float: left;
	color: #666;
	}
#top input.rechercher { width: 150px; }
#top input.login { margin-right: 5px; }
#top label { float: left; margin: 1px 10px 0 0; }
#top a.loupe { background: #fbb14e; margin-left: 5px; width: 16px; height: 16px; display: block; float: left; }
#top a.ok { background: #fbb14e; margin-left: 5px; width: 17px; height: 16px; display: block; float: left; }
#top h1 { padding-top: 2px; }
#top h1 em { color: #fbb14e; }

#entete {
	height: 120px;
	overflow: hidden;
	}

#cols {
	overflow: hidden;
	}
#col_gauche {
	width: 180px;
	float: left;
	}
#col_center {
	width: 560px;
	float: left;
	margin: 0 20px;
	}
#col_droite {
	width: 180px;
	float: left;
	}
	
#cols .bloc {
	background: url("../media/bloc.gif");
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
	}
#cols .blocb {
	background: url("../media/bloc.gif");
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
	}
#cols .bloc li {
	font-size: 10px;
	margin: 7px 0 7px 15px;
	padding: 0;
	list-style-type: square;
	color: #fdd8a7;
	}
#cols .bloc li a { color: #000; font-size: 11px; }
#cols .bloc li a:hover { color: #fbb14e; }
span.title { padding: 2px 0 1px 0; display: block; }

#col_gauche .bloc { padding: 5px 10px; }

#content p.legend { color: #666; font-style: italic; font-size: 11px; text-align: center; margin-top: 20px; }

.title { color: #fbb14e; }

legend { color: #fbb14e; font-weight: bold; padding: 5px; }

.edito {
	line-height: 150%;
	text-align: justify;
	color: #666;
	padding: 5px;
	}
.edito span.texte_resume { display: none; }
.edito span.texte_full { display: none; }

.pub {
	width: 160px;
	height: 678px;
	display:block;
	border: 1px solid #ccc;
	}

#menu { text-align: center; }
#menu li {
	list-style-type: none;
	display: inline;
	}
#menu .hover { display: none; }

#content_wrap { background: url("../media/content_wrap.gif"); }

#content {
	background: url("../media/content.gif") no-repeat;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	color: #000;
	}
#content h1.heading { margin-bottom: 15px; }
#content h2.heading { margin: 0 0 5px -5px; }
#content p {
	color: #333;
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 10px;
	}
#content p strong { color: #fbb14e; font-weight: bold; }
#content p em { color: #fbb14e; }
#content ul { margin-bottom: 10px; }
#content li { color: #fbb14e; margin-left: 20px; font-size: 12px; }
#content li p { margin: 0; }

#carnet {
	background: #fbb14e url("../media/carnet.gif") no-repeat;
	width: 530px;
	height: 120px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 15px;
	}
#carnet .thumb { float: left; margin: 0 15px 0 5px; }
#carnet .text { color: #333; font-size: 11px; line-height: 160%; }
#carnet .reload { float: right; margin: 2px 5px; }
.loading { width: 530px; height: 120px; overflow: hidden; background: url("../media/loading.gif") 50% 50% no-repeat; }

.form label { color: #a37333; }
.warning_msg {
	border-top: 1px solid #fdd8a7;
	border-bottom: 1px solid #fdd8a7;
	background: #fef3e4;
	}

span.detail a { color: #fbb14e; }
span.detail a:hover { text-decoration: underline; }	
	
.etab { margin-top: 30px; text-align: center; }
.etab p {
	color: #666;	
	line-height: 170%;
	font-size: 10px;
	}

.pagination {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: white;
	margin: 15px auto 0 auto;
	}
.pagination a {
	border: 1px solid #fbb14e;
	padding: 3px 7px;
	color: #fbb14e;
	margin: 3px;
	}
.pagination a:hover {
	background-color: #fdd8a7;
	border-color: #a37333;
	color: #a37333;
	}
.pagination .current {
	border: 1px solid #ccc;
	padding: 3px 7px;
	color: #666;
	margin: 3px;
	font-weight: bold;
	}
.pagination .prev {
	margin-left: 15px;
	margin-right: 10px;
	font-weight: normal !important;
	}
.pagination .next {
	margin-left: 10px;
	margin-right: 15px;
	font-weight: normal !important;
	}

#pied {
	text-align: center;
	font-size: 11px;
	padding: 20px 0;
	color: #666;
	}
#pied span { color: #fdd8a7; }
#pied p {
	line-height: 250%;
	}
#pied .sig { font-size: 10px; }
#pied .sig a { color: #fbb14e; }
#pied .sig a:hover { color: #a37333; }

#content #jMonthCalendar * { font-size: 10px; line-height: 100%; font-family: "verdana" !important; border-color: #eee !important; }
.Inactive { background: #eee; color: #fbb14e; }
.Weekend { }
.Today { }
.Reserved { background: #fbb14e; color: #000; cursor: pointer; }
.DateLabel { padding: 5px; }
.DateHeader { color: #a37333; }
.hidden { display: none !important; }

#col_gauche .nopadd {
	padding-bottom: 0;
}

#col_gauche .bloc p.titre {
	font-weight: bold;
	line-height: 150%;
}
#col_gauche .bloc p.date {
	color: #333;
	margin-top: 5px;
	font-size: 10px;
}

.jcarousel-container {
    position: relative;
    width: 160px;
    height: 120px;
    overflow: hidden;
    margin: 10px 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 160px;
	height: 127px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    list-style: none;
    width: 150px;
    height: 45px;
    overflow: hidden;
    padding: 5px !important;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 5px 0 !important;
}
.jcarousel-item .float_left { margin-right: 5px; }