/* MA VILLE
----------------------------------*/
body {
    background-color: #FFFFFF;
    background-image: url("../img/bg-site-pattern.png");
    background-repeat: repeat; 
    font-family: Arial;
    font-size: 13px;
    margin: 0;
	overflow: auto;
	padding: 0;
}
a {
	color: #0083BE;
    text-decoration: none;
}
a:hover {
	color: #0083BE;
    text-decoration: underline;
}
p {
	color: #333333;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 16.75px;
    margin: 0 0 10px;
}
form {
	margin: 0;
	padding: 0;
}
input, select, label, textarea, button, option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
}
label {
	white-space: nowrap;
}

/* POSITIONNING
----------------------------------*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
.show {
	display: block;
}
.hide {
	display: none;
}

/* LAYOUT
----------------------------------*/
#messages {
	background-color: #FFF19D;
	border: 1px solid #D7D889;
	color: #444444;
	display:none;
	font-family: Arial;
    font-size: 13px;
    font-weight: normal;
	line-height: 18px;
	padding: 10px;
	text-align: center;	
}
#placeholder {
	background-image: url("../img/bg-bande-bleu.png");
    background-position: center 91px;
    background-repeat: no-repeat; 
    display: block;
    height: 100%;
    width: 100%;
}

/* HEADER */
#header {
	background-image: url("../img/bg-bande-top-pattern-91px.png");
    background-repeat: repeat-x;
    height: 91px;
    margin: 0;
    padding: 0;
}
#header-container {
	margin: auto;
    width: 976px;
}
#header-logo {
 	float: left;
    padding-top: 9px;
    width: 158px;
}
#header-logo img {
 	border: none;
 	outline: 0 none;
}
#header-nav {
	float: right;
	width: 818px;	
}
#header-links {
    height: 41px;
    float: right;
    padding-top: 8px;
    text-align: right;
    width: 100%;
}
#header-links span {
	padding-left: 14px;    
}
#header-links a {
	color: #666666;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;    
}
#header-links a:hover {
	color: #0083BE;    
}
#header-menu {
    background-color: #0083BE;
    background-image: url("../img/bg-navprincipale-01.png");
    background-repeat: repeat-x;
    border: 1px solid #0083BE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 1px 1px 0 #80BCD8 inset;
    float: right;
    height: 40px;
    overflow: hidden;
}
#header-menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; 
}
.header-menu-item-separator {
    background-image: url("../img/bg-navprincipale-dividor.png");
    float: left;
    height: 40px;
    width: 2px;
}
.header-menu-item {
    display: block;
    float: left;
    height: 40px;
    background-image: url("../img/bg-navprincipale-02-normal.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Ubuntu, Arial;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 2px 2px 2px #01567C;
    text-transform: uppercase;
}
.header-menu-item:hover {
    text-decoration: none;
}
.header-menu-item:hover {
    background-image: url("../img/bg-navprincipale-02-hover.png");
    background-repeat: repeat-x;
}
.header-menu-item:active {
    background-image: url("../img/bg-navprincipale-02-actif.png");
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 #80BCD8 inset;
}
.header-menu-item a {
	color: #FFFFFF;
	text-decoration: none;
}

/* MAIN */
#main {
	height: 100%;
	margin: auto;
    width: 976px;
}

/* BREADCRUMB */
#breadcrumb {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	height: 13px;
	line-height: 15px;
	padding: 10px;
	width: 966px;
}
#breadcrumb div {
	float: left;	
}
#breadcrumb a {
	color: #a4d0e3;
	text-decoration: none;	
}
#breadcrumb a:hover {
	/*color: #ffffff;*/	
	text-decoration: underline;
}
.breadcrumb-arrow {
	background-image: url("../img/ico-breadcrumb-separator.gif");
	height: 15px;
    padding-left: 13px;
    padding-right: 13px;	
    background-position: center center;
    background-repeat: no-repeat;
    width: 6px;
}

/* CONTENT */
#content {
	background-color: #FFFFFF;
    box-shadow: 0 0 30px rgba(50, 50, 50, 0.2);
    float: left;
    margin: 0;
    width: 976px;
}
#content-social-media ul {
	margin: 0 0 0 976px;
	padding: 0;
	position: absolute;
}
#content-social-media li {
    height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 26px;
}
#content-container {
	float: left;
	padding: 10px 10px 20px 10px;
	min-height: 400px;	
}
#content-container .content-column-1-menu {
	width: 184px;	
}
#content-container .content-column-1-small {
	width: 568px;	
}
#content-container .content-column-1-normal {
	width: 636px;	
}
#content-container .content-column-2-content {
	width: 752px;
	padding-left: 20px;
}
#content-column-1 {
	clear: left;
	float: left;
	position: relative;
	width: 636px;
}
#content-column-2 {
	clear: right;
	float: left;
	padding-left: 10px;
	position: relative;
	width: 310px;
}

/* FOOTER */
#footer {
	clear: both;
	height: 200px;
	margin: auto;
	position: relative;
	width: 976px;
}
#footer a {
	color: #999999;
	font-weight: bold;	
}
#footer a:hover {
	color: #0083be;
	text-decoration: none;
}
#footer-container {
	padding: 24px 10px 10px 10px;
	text-align: center;
}
#footer-links {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.footer-links-separator {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;	
}
#footer-logos {
	height: 20px;
	padding-top: 20px;
	width: 976px;		
}
#footer-logos-container {
	height: 100%;
	margin: auto;
	width: 127px;	
}
#footer-logos-container a {
	cursor: pointer;		
}
#footer-copyright {
	color: #666666;
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;	
}
#footer-copyright a {
	color: #0083be;
	font-weight: normal;
	padding-left: 10px;
}
#footer-copyright a:hover {
	color: #0083be;
	text-decoration: underline;
}

/* BANNER */
#banner {
	float: left;
	position: relative;
	padding-bottom: 22px;
	width: 100%;
}
#banner img {
	border: 0 none;
}
#banner-topnews {
    opacity:0.5;
    filter:alpha(opacity=50); 
    background-color: #000;
    bottom: 25px;
    height: 50px;
    position: absolute;
    width: 636px;    
}
#banner-topnews-text {
    bottom: 25px;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    position: absolute;
    width: 616px;
    padding: 5px 10px;
}
#banner-topnews-text span {
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;    
}

#banner-title {
    background-color: #0083BE;
    box-shadow: 1px 1px 3px #333333;
    color: white;
    font-family: Ubuntu, Arial;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    min-width: 185px;
    padding: 7px 12px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 2px #01567C;
    text-transform: uppercase;
    top: 8px;
}


/* BUTTONS
----------------------------------*/
input[type="submit"], input[type="button"] {
    background-color: #0083BE;
    border-color: #0083BE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 #80BCD8 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Ubuntu, Arial;
    text-align: center;
    text-shadow: 2px 2px 2px #01567C;
    vertical-align: middle;    
}
input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #0083BE;
    background-image: url("../img/bg-navprincipale-02-hover.png");                                     
    background-repeat: none;
}               
.button-main {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 15px;
    text-transform: uppercase;    
}
.button-small {
    font-size: 12px;
    font-weight: bold;    
    line-height: 12px;
    padding: 6px;    
}

/* SEARCH
----------------------------------*/
#search {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    position: relative;        
}
.search-presets {
    background-color: #F2F2F2;
    height: 50px;
    border-bottom: 3px solid #fff;
    overflow: hidden;
    width: 100%;
}
.search-presets span  {
    background-color: #F2F2F2;
    border-right: 3px solid #fff;
    color: #999999;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: nowrap;    
}
.search-presets span:hover {
    background-color: #0083BE;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #01567C;
}
.search-presets span.selected{
    background-color: #0083BE;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #01567C;
}
.search-form {
    background-color: #F2F2F2;
    clear: both;
    float: left;
    height: 100%;
    width: 100%;        
}
.search-form-wrapper {
    clear: both;
    float: left;
    padding: 20px;    
}
.search-form-wrapper label {
	color: #666;
	display: block;
    font-weight: bold;
}
.search-form-wrapper div {
	float: left;		
}
.search-form-wrapper .padding-bottom {
	padding-bottom: 10px;
}
.search-form-wrapper .padding-top {
	padding-top: 10px;
}
.search-form-wrapper .padding-left {
	padding-left: 20px;
}
.search-form-wrapper .padding-right {
	padding-right: 20px;
}
.search-form-text {
	float: left;
	position: relative;
	margin-right: 20px;
}
.search-form-text img {
	position: absolute;
    right: 4px;
    top: 19px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.search-form-select-default {
	width: 500px;
}
.search-form-submit {
	float: left;	
}
.search-promoted {
    background-color: #F2F2F2;
    border-top: 3px solid #fff;
    overflow: hidden;
    width: 100%;   
}
.search-promoted ul {
    padding: 5px 10px;   
}
.search-pagination {
	clear: both;
	height: 15px;
	padding: 5px 0;
}
.search-pagination-pages {
	color: #0083BE;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 100%;
}
.search-pagination-pages a {
	color: #999999;
	font-weight: normal;
}
.search-pagination-pages a:hover {
	color: #0083BE;
    text-decoration: none;
}
.search-pagination-pages span {
	padding: 0 4px;
}
.search-pagination-results {
	color: #999999;
	float: right;
    font-size: 11px;
    height: 100%;
    line-height: 20px;    
}

/* WEBPARTS
----------------------------------*/
.webpart-blue {
	background-color: #fff;
	border: 1px solid #cccccc;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.webpart-blue .webpart-title {
	background-color: #0083be;
	color: #ffffff;
	font-family: Ubuntu, Arial;
	font-weight: bold;
	font-size: 18px;   
	line-height: 18px;     
	padding: 5px 8px 8px 8px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(2, 0, 0, 0.45);                 
}
.webpart-blue .webpart-title a {
	color: #ffffff;
	text-decoration: none;	
}
.webpart-blue .webpart-title a:hover {
	text-decoration: underline;	
}
.webpart-blue .webpart-content {
    padding: 5px;
}

.webpart-white {
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.webpart-white .webpart-title {
	background-color: #ffffff;
	border-bottom: 1px solid #333333;
    color: #0083BE;
    font-family: Ubuntu, Arial;
    font-size: 21px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    text-transform: uppercase;	
}
.webpart-white .webpart-title a {
	text-decoration: none;
}
.webpart-white .webpart-title a:hover {
	color: #666666;
}
.webpart-white .webpart-content {
    padding: 0 0 5px 0;    
}
.webpart-subtitle {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
	padding-bottom: 5px;
}

.webpart-link {
	font-weight: normal;
	font-size: 14px;
}
a.webpart-link:hover {
	color: #666;
	text-decoration: none;
}



/* LISTS & GRIDS
----------------------------------*/
.list-links {
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	float:left;
}          
.list-links li {
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 22px;
	background-image: url("../img/ico-chevron.png");
	background-position:  8px 8px;	
}
.list-links a {
	color: #333333;
	text-decoration: none;
}
.list-links a:hover {
	color: #0083be;
}
ul.list-links ul {
    display: block;
    margin: 0 0 5px 1px;
    padding: 0;    
}
ul.list-links ul li {
    background : none;
    font-size: 11px;
    line-height: 13px;
    list-style: none outside none;
    padding: 1px 1px 1px 22px;
}
.nav-2-columns {
	padding-bottom: 8px;	
}
.nav-2-columns li {	
	width: 128px;	
}	
.grid-wrapper {
	clear: both;
	position: relative;
}
.grid {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	line-height: 21px;
	width: 100%;
}
.grid th {
	background-color: #F2F2F3;
    background: linear-gradient(to bottom, #FFFFFF, #F2F2F2) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #cccccc;
    color: #333333;
    font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	padding: 10px;
	width: 100%;
}
.grid th .grid-subtitle {
    font-size: 14px;
	font-weight: normal;
}
.grid-subheader {
	background-color: #F2F2F3;
	font-weight: bold;	
}
.grid .odd {
	background-color: #ffffff;
}
.grid .even {
	background-color: #F2F2F3;
}
.grid td {
	padding: 5px 10px;	
}
.borders td {
	border-right: 1px solid #ccc;
}
.borders td:last-child, .grid .no-border {
	border-right: 0 none;
}

/* ICONS
----------------------------------*/
.icon-facebook {
    background-image: url("../img/ico-facebook.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;    
    margin-right: 13px;
    width: 20px;
}
.icon-twitter {
    background-image: url("../img/ico-twitter.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;    
    margin-right: 13px;
    width: 20px;
}
.icon-youtube {
    background-image: url("../img/ico-youtube.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;    
    margin-right: 13px;
    width: 48px;
}
.icon-email {
    background-image: url("../img/ico-mail.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    margin-right: 10px;
    width: 21px;
}
.icon-phone {
    background-image: url("../img/ico-telephone-dd.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;    
    margin-right: 10px;
    width: 21px;
}
.icon-fax {
    background-image: url("../img/ico-fax.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;    
    margin-right: 10px;
    width: 21px;
}
.icon-person {
    background-image: url("../img/ico-person.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;    
    margin-right: 10px;
    width: 21px;
}
.icon-website {
    background-image: url("../img/ico-externalLink.png");
    background-position: 4px -1px;
    background-repeat: no-repeat;
    height: 16px;    
    margin-right: 10px;
    width: 21px;
}
.icon-website-inline {
    background-image: url("../img/ico-externalLink.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0 5px;
    padding: 2px 0 0 15px;
    width: 15px;
}
.icon-mobilite {
    background-color: #FFFFFF;
    background-image: url("../img/ico-mobilite-bleu.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 16px;
    margin-right: 10px;
    width: 20px;
}
.icon-map {
    background-image: url("../img/ico-map.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 25px;    
    margin-right: 10px;
    width: 21px;
}
.icon-important-inline {
    background-image: url("../img/ico-important.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    padding: 2px 12px;
    width: 21px;
}

/* ICON RELATED
----------------------------------*/
.geo-default {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}
.phone-number {
	color: #0083be;
	color: #333;
	font-weight: bold;	
}

/* FILE (Fiche)
----------------------------------*/
.file {
	clear: both;
	border-bottom: 1px solid #CCCCCC;	
}
.file-item-header {
	background-color: #f2f2f2;
    background: linear-gradient(to bottom, #FFFFFF, #F2F2F2) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    clear: both;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 5px;
}
.file-item-content {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;    
}
.file-item-content ul {
  	margin-bottom: 0;
  	margin-top: 0;
}
.file-item-info {
	margin-top: 5px;
    min-height: 25px;
}
.file-back {
	clear: both;
	padding: 10px 0;
}
.file-back a {
	background-image: url("../img/ico-chevrons-back.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    padding-left: 15px;
}

/* Fiche d'un site
----------------------------------*/
#site-image {
	float: left;
	padding-bottom: 20px;
	padding-right: 10px;
	position: relative;	
}
#site-image img {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 8px #CCCCCC;
    height: 110px;
    padding: 5px;
    text-align: center;
    width: 175px;
}
#site-summary {
	float: left;
	max-width: 631px;
	min-width: 424px;
	padding-bottom: 20px;
	padding-right: 5px;
}
.site-summary-small {
    width: 424px;
}
.site-summary-large {
	width: 631px;
}
#site-title {
	color: #262626;
	font-size: 21px;
    font-weight: 300;
    padding-bottom: 10px; 
}
#site-address {

}
.search-form-wrapper .site-type-icon {
	padding-top: 5px;
}
.grid-wrapper .site-type-icon {
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	top: 0;	
}

/* Fiche d'un organisme
----------------------------------*/
#org-image {
	float: left;
	padding-bottom: 20px;
	padding-right: 10px;	
}
#org-image img {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 8px #CCCCCC;
    height: 110px;
    padding: 5px;
    text-align: center;
    width: 175px;
}
#org-summary {
	float: left;
	max-width: 631px;
	min-width: 424px;
	padding-bottom: 20px;
	padding-right: 5px;
}
.org-summary-small {
    width: 424px;
}
.org-summary-large {
	width: 631px;
}
#org-title {
	color: #262626;
	font-size: 21px;
    font-weight: 300;
    padding-bottom: 10px; 
}
#org-address {

}

/* Nouvelles 
----------------------------------*/
.news-title  {
	margin: 0;
}
.news-title a {
    font-size: 17px;
	color: #555555;
}
.news-title a:hover {
    color: #0083BE;
    text-decoration: none;
}
.news-date {
	color: #999999;
    margin: 0 0 10px 0;
    text-transform: lowercase;    
}

/* Pages
----------------------------------*/
.page-title {
	background-color: #ffffff;
	border-bottom: 1px solid #333333;
    color: #0083BE;
    font-family: Ubuntu, Arial;
    font-size: 21px;
    font-weight: bold;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 2px;
    text-transform: uppercase;	
}
.page-subtitle {
	background-color: #ffffff;
    border-bottom: 1px solid #333;
    color: #333;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 0;
}

/* Avertissements
----------------------------------*/
.warning-box {
	color: #D00119;
	border: 1px solid #D00119;
	padding: 10px;
}

.warning-small {
	color: #D00119;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	padding-top: 3px;	
}

/* Localisation 
----------------------------------*/
#location {
} 

.location-label {
	font-style: italic;
	white-space: nowrap;
	width: 125px;
}

/* CDN 
----------------------------------*/
#cdn .grid td {
	padding: 4px 2px;
	line-height: 16px;		
}
#cdn div {
	padding-top: 10px;
	color : #505050;
}
#cdn img {
	margin: 0 5px;
}