<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.event-title {
font-size: 1.5em;
font-weight: normal;
margin-top: 20px;
}
#event_details #event_desc img {
max-width:100%;
height:100%;
}

#event_details .attachments {
	margin-top:20px;
}
#event_details .attachment-title {
	font-size:16px;
	padding-bottom:5px;
}
#event_details .files {
	padding-left: 15px;
}
#event_details #map-canvas {
	margin:10px 0;
}

/*************/
/*************/
#events .titre2 {
	margin-bottom: 10px;
}
#events .barre {
	margin:0;
}
#events .barre div {
	float:left;
}
#events .barre select {
	float:right;
	margin: 5px 10px 0;
	font-size: 0.85em;
	max-width: 230px;
}
#events .month {
	width:100%;
	margin:10px 0;
}
#events .month .previous {
	padding-left:5px;
}
#events .month .next {
	text-align:right;
	padding-right:5px;
}
#event .title {
	width:100%;
	background-color:#ebebeb;
	margin-bottom:5px;
}
#event .title span {
	font-weight:bold;
	line-height:22px;
}
#event .title span.intitule {
	padding-left:15px;
	margin-left:5px;
}
#event .title span.category {
	float:right;
	margin-right:5px;
}
#event table {
	width:100%;
	/*height:200px;*/
}
#event td {
	padding: 5px;
}
#event .descr {
	text-align:justify !important;
}
#event .photo {
	width:10%;
}
#event .photo img {
	margin:0 4px 0 0px;
}
#event .nom {
	font-weight:bold;
	font-size:1em;
	padding-bottom:3px;
}
#event .date {
	font-style:italic;
	color:#666;
	padding-bottom:3px;
}
#event .sep {
	height:1px;
	margin-bottom:5px;
}
#event_details .icon{
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:15px;
	line-height:16px;
	display:block;
}
#event_details .icon-address{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_address.png);
}
#event_details .icon-phone{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_phone.png);
}
#event_details .icon-website{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_website.png);
}
#event_details .icon-email{
	background-image: url(http://static.reseaudescommunes.fr/default/images/design/ico_email.png);
}
#event_details .right{
	float: right;
	width:200px;
	height:150px;
	margin: 0 0 15px 10px;
	-moz-box-shadow: 6px 6px 12px #555; 
	-webkit-box-shadow: 6px 6px 12px #555; 
	box-shadow: 6px 6px 12px #555; 
}
#event_details .right #diapo_txt {
	width:200px;
	height:150px;
	position:relative;
}
#event_details .right #diapo_txt a {
	display:block;
	position:absolute;
	width:200px;
	height:150px;
	top:0;
	left:0;
}
#event_details .btn-reservez {
	float: right;
	width:200px;
	margin: 0 0 10px 10px;
}
#event_details .btn-reservez a {
	display:block;
	width:158px;
	height:50px;
	margin:auto;
	text-indent:-9999px;
	background-image:url('/default/images/btn-reserver.png');
	background-repeat: no-repeat;
}
#event_details .infos {
	width:100%;
	margin-top:10px;
	display:table;
}
#event_details .infos table {
	width:100%;
	margin:0;
}
#event_details .infos td {
	line-height:20px;
}
#event_details .infos td.intitule {
	width:30%;
	text-align:right;
}
#event_details .infos td.intitule p {
	background-color:#ececec;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#event_details .infos td.val {
	width:70%;
}
#event_details .infos td.val p {
	padding-left:5px;
}

#editevent table.radio,
#addevent table
{
	width:100%;
	margin-bottom:10px;
}
#editevent table.radio,
#addevent table.radio
{
	width:50%;
}
#editevent table .label,
#addevent table .label
{
	white-space:nowrap;
	width: 25%;
}
#editevent table input,
#editevent table textarea,
#addevent table input,
#addevent table textarea
{
	border:1px solid #4c4c4c;
}
#editevent table input.text,
#addevent table input.text
{
	width:150px;
}
#editevent td.submit,
#addevent td.submit
{
	text-align:right;
}
#editevent .submit input,
#addevent .submit input
{
	text-align:center;
	background-color:#4c4c4c;
	color:#FFFFFF;
	width:70px;
	padding:1px 0;
}</pre></body></html>