* {
    margin:0;
    padding:0;
}

body {
    color: #000000;
    background-color: #f5f5f5;
    font: 12px Arial,Verdana,Helvetica,sans-serif;
}

a { text-decoration:none !important;}
a:hover,a:active,a:focus { text-decoration:underline;}
img { border:none;}

.red { color:#a00;}
.right { text-align:right;}
.clear_right {clear:right;}
.clear_left {clear:left;}
.clear_all{clear:both;}
.clear {clear:both;}
.puce {
    display: inline-block;
    margin-right:5px;
    width:8px;
}
.link-more {
    font-family:Arial;
    font-size:12px;
    font-style: italic;
    display:inline-block;
    margin-top: 10px;
    font-weight: bold;
}
.read_more {
    padding-top: 5px;
    text-align: right;
}
.read_more a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    position: relative;
    padding-left: 23px;
    text-decoration: underline;
}
.read_more a span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-image: url(http://static.reseaudesmicrocommunes.fr/default/images/design/v2/arrow-link.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ico2 {
    background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/design/v2/arrow-link2.png) !important;
}
.OpenSans {font-family:'Open Sans', sans-serif;line-height: 1.2em;}
.titre2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 20px;
}
.sep {
	margin: 0 0 5px 0;
	border-top:1px solid #ddd;
}
/************************/
/* Structure de la page */
/************************/
#window {
    width:1000px;
    margin:0 auto;
}
#page {
    padding:15px;
    background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 7px rgba(100, 100, 100, 0.7);
	-moz-box-shadow:    0px 0px 7px rgba(100, 100, 100, 0.7);
	box-shadow:         0px 0px 7px rgba(100, 100, 100, 0.7);
}
#right-column {
    float:right;
    width:285px;
}
#center-column {
    width:665px;
    overflow:hidden;
    margin-top:20px;
}

/*****************************/
/*		Frontheadbar		 */
/*****************************/
#frontheadbar {
    position:relative;
    width:100%;
    height:25px;
    background-color:#999;
    border-bottom:1px solid #777;
}
#frontheadbar .txt {
    float:left;
    color:#fff;
    margin:5px 0 0 10px;
    font-size:12px;
}
#frontheadbar .txt span {
    font-weight:bold;
}
#frontheadbar .close {
    float:right;
    margin:5px 10px 0 0;
}
#frontheadbar .close a {
    font-size:12px;
    color:#fff;
    padding-right:12px;
    display:block;
    background:url('http://static.reseaudesmicrocommunes.fr/default/images/close.png') no-repeat center right;
    text-decoration:none;
}
#frontheadbar .close a:hover {
    text-decoration:underline;
}

/*****************************/
/*		Pagination			 */
/*****************************/
#paginator {
    float:right;
    padding:30px 0;
}
#paginator a {
    text-decoration:none !important;
}
#paginator li {
    display:inline-block;
}
#paginator li span {
    display:table-cell;
    width:20px;
    height:18px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    background-color:#efefef;
    cursor:pointer !important;
}
#paginator .current span {
    cursor:default;
}

/*****************************/
/*		Formulaire			 */
/*****************************/
input[type=text], select, textarea {
    font-size:11px !important;
    border:1px solid #bbb;
}
option {
    padding:1px;	
}
option {
    text-indent:3px;
}
input[type=submit], input[type=button] {
    padding:0 5px;
}
input[type=text], textarea {
    padding:3px;
}
input[type=radio], input[type=checkbox] {
    border:none;
}

/*****************************/
/*		Files icons			 */
/*****************************/
.file {
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:20px;
    line-height:16px;
    margin:4px 0;
    display:block;
}
.page {background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/icons/page.png);}
.pdf {background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/icons/page_white_acrobat.png);}
.doc, .docx {background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/icons/page_white_word.png);}
.xls, .csv {background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/icons/page_white_excel.png);}
.ppt, .pps {background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/icons/page_white_powerpoint.png);}
.zip, .rar {background-image:url(http://static.reseaudesmicrocommunes.fr/default/images/icons/page_white_zip.png);}

/*****************************/
/*			Menu			 */
/*****************************/
#menu {
	border-width: 1px 0;
	border-style:solid;
    height:45px;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
    text-decoration:none;
}
#menu ul {
    list-style-type:none;
}
#menu ul li{
    display:inline-block;
    line-height:45px;
}
#menu ul li a{
    font-family:Arial;
    font-size:18px;
    color:#1f1f1f;
    margin:0 17px;
}



.categories {
    float:right;
    margin-top:5px;
}
#viewer {
    margin: 0 auto 20px;
    padding:0;
    width: 520px;
    height: 294px;
}


#top {
	position:relative;
	margin-bottom:15px;
    background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 7px rgba(100, 100, 100, 0.7);
	-moz-box-shadow:    0px 0px 7px rgba(100, 100, 100, 0.7);
	box-shadow:         0px 0px 7px rgba(100, 100, 100, 0.7);
}
#welcome {
    position: absolute;
    top: 7px;
	left:15px;
}
#welcome a {color:#000;}
#head_barre {
    height: 23px;
    padding: 7px 0 0;
}
#head_barre #head_txt {
    background-color:#e7e7e7;
    color:#4e4e4e;
    margin-right:10px;
}
#head_barre #head_txt div {
    float:right;
}
#head_barre #head_txt .separateur {
    padding:0 5px 0 5px;
}
#head_barre #head_txt a {
    color:#4e4e4e;
    text-decoration:none;
}
#head_barre #head_txt a:hover,a:focus,a:active {
    text-decoration:underline;
}

#header {
    height:110px;
}
#header a:hover,a:active,a:focus {
    text-decoration:none;
}
#logo_container {
    width:500px;
    height:110px;
}
#logo_container #logo{	
    float:left;
    /* width:110px; */
    height:100px;	
    padding-top:10px;
	margin-right:7px;
}
#logo_container #logo_city {	
    height:90px;
    padding-top:20px;
}
#logo_container #logo_city #city_name {	
    font-size:30px;
    font-family:Arial;
    margin-bottom:10px;
    color: #0a0a0a;
}
#logo_container #logo_city #city_desc {	
    font-size:17px;
    font-family:Arial;
    font-style: italic;
}

#contact_mod {
    float:right;
	text-align:right;
    margin-top:15px;
    font-family:Arial;
    font-size:11px;
    color:#7b7b7b;
}
#contact_mod .city_infos{
    margin-top:5px;
}
#contact_mod img{
    float:left;
    margin-left:10px;
    margin-right:10px;
}

#bandeau {
    position:relative;
    margin-bottom:5px;
	height:380px;
}

#bandeau .right{
    float:right;
    height:380px;
    width:10px;
}

#bandeau .under{
    margin-top:-10px;
    width:870px;
    height:10px;
}



.bloc {
    width:100%;
    margin-top:20px;
}
.bloc_first {margin-top:0px;}
.bloc_headline {
	padding:7px 0;
    font-family:Arial;
    font-size:25px;
	position:relative;
}

.bloc .bloc_content .files a{
    font-family: Arial;
    font-size: 12px;
}

.bloc .space{
    margin-top: 10px;
}

.bloc .diaporama{
    margin:0 auto;
    width:510px;
}

.bloc_content .img {
    float:left;
    margin-right:15px;
}

.bloc_content .title {
    font-family:Arial;
    font-size:15px;
    color:#000000;
    margin-bottom:15px;
}

.bloc_content .text{
    font-family:Arial;
    font-size:12px;
    color:#1d1d1d;
}

#headline {
    border-width: 1px 0 0;
    border-style:solid;
}
#lastnews {
    border-width: 1px 0 0 0;
    border-style:solid;
}
#lastnews .moreactus {
	top:0;
	right:10px;
	display:block;
	font-size:33px;
	position:absolute;
	text-decoration:none !important;
}

#lastnews .othersactus {
    text-decoration:none !important;
}

#lastnews .blocLeft,
#lastnews .blocRight{
    border-width: 0 0 1px 0;
    border-style:solid;
	padding:5px 0 12px;
}
#lastnews .blocLeft{
	float:left;
	width:270px;
}
#lastnews .blocLeft .title {
	margin-top:5px;
}
#lastnews .blocRight{
	float:right;
	width:380px;
}
#lastnews .blocRight .blocImg {
	float:left;
	width:130px;
}
#lastnews .blocRight .blocInfos {
	float:right;
	width:245px;
}

#detail,
#thanks,
#contact {
    border-width: 1px 0 0 0;
    border-style:solid;
	padding-bottom:20px;
}
#maj,
#map,
#edito,
#sitemap,
#mentions,
#patrimoine,
#externallink,
#municipalite,
#accessibility,
#municipalreport,
#citiescommunity,
#onlineprocedures,
#events,
#agenda,
#event_details {
    border-width: 1px 0 1px 0;
    border-style:solid;
	padding-bottom:20px;
}
#maj .bloc_headline,
#map .bloc_headline,
#news .bloc_headline,
#edito .bloc_headline,
#detail .bloc_headline,
#thanks .bloc_headline,
#contact .bloc_headline,
#sitemap .bloc_headline,
#mentions .bloc_headline,
#headline .bloc_headline,
#lastnews .bloc_headline,
#patrimoine .bloc_headline,
#externallink .bloc_headline,
#municipalite .bloc_headline,
#accessibility .bloc_headline,
#citiescommunity .bloc_headline,
#municipalreport .bloc_headline,
#onlineprocedures .bloc_headline,
#events .bloc_headline,
#event_details .bloc_headline,
#agenda .bloc_headline {
	border-width: 0 0 1px 0;
	border-style: solid;
	margin-bottom: 15px;
}

.bloc_content .news .title {
    font-family:Arial;
    font-size:14px;
    color:#000000;
    margin-bottom:15px;
	display:block;
}

.bloc_content .news .text{
    font-family:Arial;
    font-size:12px;
    color:#1d1d1d;
}



.link-more {
    float:right;
    margin-right:10px;
}


#mayorword-mod {
    position:absolute;
    bottom:12px;
    left:12px;
    padding:10px;
    background-image:url('http://static.reseaudesmicrocommunes.fr/default/images/design/mayorword-transp.png');
    width:330px;
    color:#000;
    font-size:14px;
    font-family:Arial;
}
#mayorword-mod .mayor-title {
	padding-bottom:10px;
    font-weight: bold;
}
#mayorword-mod p{
	text-align:justify;
}
#mayorword-mod a, #mayorword-mod a:hover,
#mayorword-mod a:focus, #mayorword-mod a:active{
    color: #000 !important;
    text-decoration: none;
}
#mayorword-mod p.link {
	text-align:right;
	padding-top:7px;
    margin-right:5px;
}
#mayorword-mod p.link a {
    color:#000;
    font-size:14px;
	font-style:italic;
}

.bloc_content .links {
    margin-bottom:5px;
}


a.lien_suite .ico {
    display: inline-table;
    height: 10px;
    margin-right: 3px;
    width: 10px;
    background: url("/default/images/icons/puce.png") no-repeat scroll left center transparent;
}

/*****************
* Pièces jointes
*****************/
.attachments {
	margin-top: 20px;
}
.attachment-title {
	font-size: 16px;
	padding-bottom: 5px;
}
.files {
	padding-left: 15px;
}
.barre {
	color: #fff;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(90, 90, 90, 1);
}
#diapo-attachments {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#picture_attachments {
	padding: 0 8px 5px;
}
#picture_attachments a {
	float: left;
	width: 88px;
	height: 88px;
	margin: 2px;
}

/*****************
* Formulaires
*****************/
.formulaire {
	border-width:1px;
	border-style:solid;
}
.formulaire form {
	padding:5px;
}
.formulaire table {
	width:100%;
}
.formulaire table td {
	padding:5px;
}
.formulaire .asteriskInfos {
	text-align:right;
	font-style:italic;
}
.formulaire .error-msg {
	font-weight:bold;
	color:red;
}
.formulaire .confirm-msg {
	font-weight:bold;
	color:green;
}
.formulaire .asterisk {
	padding:0 5px;
}
.formulaire .intertitre-td {
	font-size:1.2em;
	padding-top:20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.formulaire .label-td{
	width:220px;
	padding-top:8px;
	font-weight:bold;
}
.formulaire .inputText,
.formulaire .inputTextarea {
	width:320px;
	padding:2px;
	border: 1px solid #676767;
}
.formulaire .inputSelect {
	padding:2px;
	border: 1px solid #676767;
}
.formulaire .submitBtn {
	border:0;
	padding:7px 20px;
	color:#fff;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50556a), color-stop(1, #31354a));
	background-image: -webkit-linear-gradient(top, #50556a 0%, #31354a 100%);
	background-image: linear-gradient(to bottom, #50556a 0%, #31354a 100%);
}
.formulaire .error .label-td {
	 color:red;
}

.formulaire .error .field-td input,
.formulaire .error .field-td textarea,
.formulaire .error .field-td select {
	border:1px solid red;
}

/*****************************/
/*	Colonne de droite		 */
/*****************************/
.bloc_right {
    margin-bottom:15px;
}
.bloc_right .head{
    text-align:center;
    font-size:24px;
    color:#ffffff;
	height:45px;
	line-height:45px;
}
.bloc_right .head a{
    color:#ffffff;
	height:45px;
	line-height:45px;
    display: block;
    text-decoration: none;
}
.bloc_right .content_text {
    background-color:#e7e7e7;
    padding:7px 12px;
}
.bloc_right .content_text .extlink {
    padding:4px 0;
}
.bloc_right .content_text .extlink a{
    font-family:Arial;
    font-size:12px;
    color:#332e2e;
}
.bloc_right #map_canvas {
	height:270px;
}

.bloc_right .op_link {
	height:40px;
	display:block;
}

/*****************************/
/*			Footer			 */
/*****************************/
#footer {
    height:40px;
}
#footer ul {
    margin:0 auto;
    padding-top:12px;
    text-align: right;
    margin-left:185px;
}
#footer li {
    display:inline;
    margin-right:10px;
    color:#4c4c4c;
    font:13px Arial, Helvetica, sans-serif;
}
#footer li.last {
    margin:0;
}
#footer li a {color:#4c4c4c;}
#footer li a:hover, #footer li a:active, #footer li a:focus {text-decoration:none;}

#footer #w3c {
    position:relative;
    top:15px;
    left:2px;
}
#footer #w3c a {
    float:left;
    width:80px;
    height:15px;
    display:block;
    margin-right:5px;
    background:url('http://static.reseaudesmicrocommunes.fr/default/images/design/w3c.gif') no-repeat;
}
#footer #w3c .html {background-position:0 0;}
#footer #w3c .css {background-position:0 -15px;}
#footer #w3c a span {display: none;}

#center-column #news {
    margin-bottom: 15px;
}

.date_title {
    font-weight: bold;
}