/* Citoyen */
body{
    margin: 0 auto;
    width:100%;
    font-family:verdana,arial,helvetica;
    font-size:12px;
     /* background: #bdbdbd; */
     background: #d1d1d1;
    border: 0px solid;
    position:relative;
    text-align:center;
}

div#fondBanniere{
 /*background: url("../images/skin/fond_banniere.jpg"); */
 width:100%;
 margin-bottom:10px;

}

div#frame{
    width:990px;
    background-color:#fff;
    border: 0px solid #000;
    margin: 0 auto;

}

div#cadrage_top_left{
    background: url("../images/skin/maville/cadrage_top_left.gif") 0 0 no-repeat;
    height:36px;
}

div#cadrage_top_right{
    background: url("../images/skin/maville/cadrage_top_right.gif") top right no-repeat;
    height:36px;
}

div#cadrage_left{
    background: #fff url("../images/skin/maville/cadrage_left.gif") top left repeat-y;
}

div#cadrage_right{
    background: url("../images/skin/maville/cadrage_right.gif") top right repeat-y;
}

div#cadrage_bottom_left{
    background: url("../images/skin/maville/cadrage_bottom_left.gif") 0 0 no-repeat;
    height:43px;
}

div#cadrage_bottom_right{
    background: url("../images/skin/maville/cadrage_bottom_right.gif") top right no-repeat;
    height:43px;
}

div#frame_interieur{
    border: 0px solid;
    padding: 0px 20px 0 25px;
    text-align:left;
    background: url("../images/degrade_bleu_topofPage2.jpg") 25px 0 no-repeat;
}

/*~~~~~~~~~~~~~~~~~*/
/* Début du header */
/*~~~~~~~~~~~~~~~~~*/


div#header{
   background: url("../images/skin/maville/entete.gif") 0 0 no-repeat;
   padding-top:10px;
}

/*
div#header{
   background: url("../images/skin/maville/entete2.gif") 0 0 no-repeat;
   padding-top:10px;
} 
*/
div#header ul li, div#footer ul li {
    display: inline;
}

/* ~~~~~Menu Supérieur ~~~~~*/


img#logo_ville_saguenay{
    float:left;
}

div#header ul#menuSuperieur{
    margin-left:400px;
    margin-right:7px;
    padding:0px 0px 0px 0;
    text-align:right;
    border-right:2px solid #000;

}

div#header ul#menuSuperieur li{
    border-left:2px solid #000;
    margin:0px 0px 0px 0;
    padding:0px 5px 0 9px;
    color:#000;
}


div#header ul#menuSuperieur li a:active, div#header ul#menuSuperieur li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#0c2c41;
    font-weight: bold;
    text-decoration: none;
}

div#header ul#menuSuperieur li a:hover{
    color:#cc0000;
    text-decoration: none;
}

div#header ul#menuSuperieur li:first-child{
    border-left: 2px solid #000;
}

div#rechercheGoogle{
    margin-top:10px;
    float:right;
}

div#rechercheGoogle div{
    float:right;
    position:relative;
}

div#rechercheGoogle input[type=text]{
    border: 1px solid #0f334b;
    color:#2065A3;
    font-size: 12px;
    margin-top:25px;
    width:150px;
    height:15px;
    position:absolute;
    top:-8px;
    left:-155px;
}
/*
div#rechercheGoogle div#boutonGoogle{
    position:absolute;
    left:170px;
}
*/
div#rechercheGoogle input#rechercher{
    background: url("../images/skin/maville/bouton_loupe.gif") 0 0 no-repeat;
    border: none;
    height:46px;
    width:45px;
    margin-top:-2px;
    margin-right:10px;

}

div#rechercheGoogle input#rechercher:hover{
    background: url("../images/skin/maville/bouton_loupe_over.gif") 0 0 no-repeat;
    cursor: pointer;
}


/*  ~~~~~~~~Menu inférieur~~~~~~ */
/*
div#menu_header_corner_left{
    background: url("../images/skin/maville/menu_superieur_background.gif") top left repeat;
    height:29px;
    border: 0px solid #000;
    margin-top: 55px;
} */

div#menu_header_corner_left{
    background: url("../images/skin/maville/menu_superieur_background.gif") top left repeat;
    height:29px;
    border: 0px solid #000;
    margin-top: 55px;
}
 
div#menu_header_corner_right{
    background: url("../images/skin/maville/menu_superieur_background.gif") top right repeat;
    border: 0px solid #000;
    height:29px;
}

ul#menuInferieur {
    margin-left:14px;
    text-align: center;
    border: 0px solid #000;
    float:left;
}

ul#menuInferieur li{
    padding:6px 12px 6px 12px;
    color: #ffffff;
    border: 0px solid #000;
    border-right: 1px solid #fff;
    float:left;
    background:  url("../images/skin/maville/menu_superieur_background.gif") 0 0 repeat;
}

ul#menuInferieur li:hover{
    background:  url("../images/skin/maville/menu_superieur_background_roll.gif") 0 0 repeat;
}

ul#menuInferieur li:first-child{
    border-left: 1px solid #fff;
}

ul#menuInferieur li a{
   /*font-family: "Arial, Verdana, Helvetica, sans-serif";*/
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
}
  
ul#menuInferieur li a:hover{
    color: #ffffff;
}

body#accueil li#nav_accueil {
    background:  url("../images/skin/maville/menu_superieur_background_roll.gif") 0 0 repeat;
}

body#accueil li#nav_accueil a:hover{
    color:#000;
}


/*~~~~~~~~~~~~~~~~~~*/
/* Début du content */
/*~~~~~~~~~~~~~~~~~~*/

div#content{
   text-align: left;
   background: #fff;
   border:0px solid;
}

div#breadcrumb{
    padding:11px 10px 13px 10px;
    font-size: 10px;
    text-decoration:none;
    text-align: left;
    background: #8aa7bb;
    border-bottom:1px solid #000;
}

div#breadcrumb span{
    font-size: 10px;
    font-family: verdana, arial, helvetica;
    color: #000000;
}

div#breadcrumb a{
    font-size: 10px;
    font-family: verdana, arial, helvetica;
    color: #000000;
    text-decoration:none;
}

div#breadcrumb a:visited{
    color: #000;
}

div#breadcrumb a:hover{
    color: #f00;
}

/****************************/
/* disposition de l'accueil */
/****************************/

div#cote_gauche{
    float:left;
}

div#cote_droit{
    float:right;
    width:265px;
    line-height:15px;
    margin-top:3px;
    text-align:center;
}

div#niv2_top_left{
    background: #d9dde1 url("../images/skin/maville/fond_niv2_top_left.gif") 0 0 no-repeat;
    height:13px;
}

div#niv2_top_right{
    background: url("../images/skin/maville/design/fond_niv2_top_right.gif") top right no-repeat;
    height:13px;
}

div#niv2_bottom{
    background: #37485a url("../images/skin/maville/fond_niv2_bottom.gif") 0 0 repeat;
    height:19px;
}

div#niv3_top_left{
    background: #d9dde1 url("../images/skin/maville/fond_niv3_top.gif") 0 0 repeat;
    height:15px;
    background: #8aa7bb;
}

div#niv3_top_right{
    height:15px;
}

div#niv3_left{
    background: #ffffff; 
}

div#niv3_right{
  padding:0 10px;
}

div#niv3_bottom_left{
    background: #d9dde1 url("../images/skin/maville/fond_niv3_bottom_left.gif") 0 0 no-repeat;
    height:28px;
   /* margin-right:172px; */
    margin-bottom: 10px;
}

div#niv3_bottom_right{
    background: url("../images/skin/maville/fond_niv3_bottom_right.gif") top right no-repeat;
    height:28px;
}

div#small {
    color: #000;
    float:left;
    width:203px;
}

div#small div#menuGauche_entete{
    height:25px;
    font-size:13px;
    text-align: left;
    color: #fff;
    line-height:15px;
    padding:4px 0px 0px 15px;
    background: url("../images/skin/maville/menu_gauche_entete.gif") 0 0 no-repeat;
    margin-top:5px;
}



div#small div#menuGauche_bottom{
    height:25px;
    background: url("../images/skin/maville/menu_gauche_bottom.gif") 0 0 no-repeat;
}

div#small div#menu_bottom{
    height:0px;
}

div#small ul#menuGauche {
    text-align: left;
    padding:0px 15px 15px 27px;
    background: url("../images/skin/maville/menu_gauche_background.gif") 0 0 repeat;
}

div#small ul#menuGauche a{ 
    color: #000;
    text-decoration:none;
    line-height:15px;
    font-size: 11px;
    display:block;
    padding-bottom:5px;
}

div#small ul#menuGauche a:hover{
    color: #f00;
}

div#small ul#menuGauche li {
    border: 0px solid #000;
    border-bottom: 1px solid #c8c8c8;
    padding:7px 0 5px 7px;
    list-style-image : url("../images/skin/maville/menu_gauche_puce.gif");
}

div#small ul#menuGauche li ul{
    margin: 0px -4px 0px -5px;
    text-align:left;
    padding-left:20px;
    padding-bottom: 0px;
}

div#small ul#menuGauche li ul li{
    font-size: 10px;
    list-style-image : url("../images/skin/maville/menu_gauche_enfant_puce.gif");
    border: 0px solid #000;
    padding-top: 0px;
    padding-bottom: 0;
    text-align:left;
}


div#small ul#menuGauche li ul li a{
    font-size:10px;
    color: #000;
    border: 0px solid #000;
    display:block;
    padding-bottom:4px;
}

div#large {
    margin-right: 10px;
    margin-left:212px;
    border: 0px solid #000;
    color: #000;
    text-align: left;
    line-height:15px;
}

.page_section_entete{
    font-size:16px;
    text-align: left;
    color: #000;
    padding:15px 15px 3px 12px;
}

.gris_left{
    background: url("../images/skin/maville/page_section_entete_left.gif") 0 0 no-repeat;
    height:48px;
    margin-top:4px;
}

.gris_right{
    background: url("../images/skin/maville/page_section_entete_right.gif") top right no-repeat;
    height:48px;
}


/* ~~~~~ Menu Droit ~~~~~ */

div#small_droite {
    color: #000;
    position:absolute;
    left:795px;
    top: 172px;
    width:172px;
    padding:0 2px 0 2px;
    text-align:center;
    border:0px solid;
}

.contenu_small_droite{
   padding:0 3px 7px 3px;
}

div#ecrivezNous{
    height:24px;
    font-size:13px;
    text-align: left;
    color: #fff;
    padding:6px 15px 0px 12px;
    background: url("../images/skin/maville/bulle_section_orange.gif") 0 0 no-repeat;
}

div#annonces{
    height:24px;
    font-size:13px;
    text-align: left;
    color: #fff;
    padding:6px 15px 0px 12px;
    background: url("../images/skin/maville/bulle_section_verte.gif") 0 0 no-repeat;
}

div#annonces span{
    color: #37485a;
    font-size:11px;
    display:block;
    margin-bottom: 5px;
    font-weight:bold;
    margin-left: 2px;
}

div#info {
    background: url("../images/citoyen/questionsEmail.jpg") top left no-repeat;
    height:40px;
    border: 0px solid;
    padding-top:8px;
    padding-left: 50px;
}

div#small_droite ul#menu_lienRapide {
    text-align: left;
    margin-left:16px;
    margin-top:3px;
}

div#small_droite ul#menu_lienRapide li {
    vertical-align: text-top;
    list-style: square;
    margin-left:0px;
    padding-bottom: 2px;
    font-size: 10px;
}

div#small_droite ul#menu_lienRapide a {
    text-decoration:none;
    font-size:10px;
    display:block;
    color: #000;
    /*border-bottom: 2px solid #206519;*/
}

div#small_droite ul#menu_lienRapide a:hover{
    color: #f00;
}

div#clear {
    clear: both;
    height: 50px;
    border: 0px solid;
}


/*~~~~~~~~~~~~~~~~~*/
/* Début du Footer */
/*~~~~~~~~~~~~~~~~~*/

div#topPage{
    background: url("../images/skin/maville/top.jpg") 0 0 repeat-x;
    height:10px;
}

div#piedPage{
    background: url("../images/skin/maville/bottom.gif") 0 0 repeat-x;
    height:10px;
}

div#footer {
   text-align: center;
   font-size:10px;
   border: 0px solid #000;
   background: #b7c7d2;
   height:140px;
   padding-top: 10px;
   padding-left:10px;
  
}

div#footer ul#menuLiensAdditionnels {
    border: 0px solid #000;
}

div#footer ul#menuLiensAdditionnels li{
    display: block;
}

div#footer ul#menuLiensAdditionnels li a{
    text-decoration: none;
    font-size:10px;
}

div#footer ul#menuLiensAdditionnels li a:hover{
    color: #f00;
}

body#citoyen li#navFooter_citoyen a {
   font-weight:bold;
}

body#citoyen li#nav_citoyen a:hover {
    color: #f00;
}

div#footer ul#menuNavigation {
    color: #000;
    float:left;
    text-align:left;
}

div#footer ul#menuNavigation li{
    display: block;    
}

div#footer ul#menuNavigation li:last-child{
    border-right: 0px solid #fff;
}

div#footer ul#menuNavigation li a{
    text-decoration: none;
    font-size:10px;
}

div#footer ul#menuNavigation li a:hover{
    color: #f00;
}

img#hotel_ville {
    float:left;
    margin-left:3px;
    border: 3px double;
}

div#footer div {
    margin-left: 10px;
    margin-right:40px;
    float:left;
    font-size:10px;
    text-align: left;
    line-height: 12px;
}


div#footer div span{
    color: #37485a;
    font-weight:bold;
    font-size:11px;
    margin-bottom: 10px;
    display:block;
}

div#footer div a{
    font-size:10px;
    text-decoration:none;
}

#srchResult iframe {
    width: 550px;
    float:left;
}

div#infolettreAccueil{
    text-align: left;
    margin:11px 0 0 0;
    padding-left:20px;
    padding-top:18px;
    width: 240px;
    height:80px;
    background: url("../images/skin/maville/infolettre_fond.jpg") 0 0 no-repeat;
}

form#infolettreAccueil{
    margin-bottom:0px;
}

div#infolettreAccueil form#infolettreAccueil p{
    margin:0;
    text-align: left;
    font-size: 13px;
    margin-bottom:3px;
    font-weight:bold;

}







/* player container */
div#player {
	height:219px;
	width:256px;
        background: #fff url("../images/maireVoeuxNoel.jpg") 2px 0 no-repeat; 
	cursor:pointer;
	text-align:center;
        margin:0px 0 15px 0px;
}

/* play button */
div#player img {
	margin-top:53px;
        margin-bottom:40px;
}

/* info area */
div#player div.maireNoel {
	height:20px;
	background:#28343b url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
        filter : alpha(opacity=80);
	color:#fff;
        margin-left:2px;
	text-align:left;
	padding:10px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
}

/* duration data inside info area */
div#player div.maireNoel span {
	color:#fff;
	display:block;
	font-weight:bold;
}



/********calendrier************/


div#group_calendar{
    position:relative;
}

div#calendar_search{
    position:absolute;
    left:0px;
    top:160px;
    width:100%;
    font-family: "Arial";
    font-size:12px;
}

div#calendar_search h2{
    margin-top:10px;
    padding-bottom:10px;
    font-size: 10px;
}

div#calendar_search h3{
    margin-top:0;  
}

div#calendar_search input{
    margin-bottom:5px;
    width:90px;
}

div#calendar_search input.disabled{
    background: #e8e8e8;
}

div#calendar_search input.button_calendar{
    margin-top:10px;
}

img#liste_detaille, img#liste_detaille_fermer{
    float:right;
    cursor: pointer;
    margin-bottom:0px;
}

.inputCalendar{
    float:left;
    width:50px;
}



#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 350px;
}

#calendar {
	width: 90%;
	height: auto;
        margin-bottom:30px;
}

#calendar_details {
	width: auto;
	height: auto;
}

#calendar_details h1{
	margin-left:0;
}

.cal {
	background: #000;
	width: 27%;
       
}

table.cal td {
	font-family: "Arial";
	padding: 2px 3px;
        
}

.cal td{
    
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;      
}

.calhead td div{
	color: #FFF;
        
}

.calhead td img{
	cursor: pointer;    
}

.calhead img {
	border: none;
}

.current{
    font-weight:bolder;
}


td.current div, td.current div a{
    color: #f00;
}

.dayhead {
	height: 15px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
        border-bottom:1px solid #000;
        border-right:1px solid #000;
}

.dayhead td:first-child {
         border-left:1px solid #000;
}

.dayrow {
	background: #FFF;
	height: 15px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 12px;
        border-bottom:1px solid #000;
        border-right:1px solid #000;
}

.dayrow td:first-child {
        border-left:1px solid #000;
}

.day {
	text-align:right;
       /* float:right;*/
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

.dayevent {
	background: #ed9100;
}

.day a{
 display:block;
 text-decoration:none;
}

.hautDePage{
    float:right;
    text-decoration:underline;
    margin-right: 10px;
}

div#logo_autorise div{
    float:left;
    border:1px solid;
    margin-right:10px;
    padding:5px;
    height:170px;
    width:192px;
    
}


/************************/
/* ville en action RSS  */
/************************/


div#villeEnAction{
     /* margin:0 20px 10px 10px;*/
     background: url('../images/bannierePublicite/villeenaction_accueil.jpg') no-repeat;
     height:350px;
     margin-left:12px;
     margin-top:-5px;
     z-index: 500;
}

div#villeEnAction div.dates{
 
}

div#villeEnAction div p b{
    color: #747677;
    font-size:10px;
    font-style:italic;
    font-weight: normal;
}

div#villeEnAction div#nouvellesTop p{
    padding-top:5px;
}


div#villeEnAction div#nouvellesTop{
    border:0;
    padding-left:4px;
    width:565px;
    height:80px;
    padding-top:170px;
    position:relative;
}


div#villeEnAction div#nouvellesTop a#villeEnActionLink{
    display:block;
}

div#villeEnAction div#nouvellesTop img{
    float:right;
    margin-left:5px;
}

div#villeEnAction a#lireLaSuite{
    font-weight: normal;
    color: #a51c26;
    font-size:11px;
    margin-left:10px;
}

div#villeEnAction a#lireLaSuite:hover{
    text-decoration: underline;
    color: #000;
}


img.imagenews{
    float:left;
    margin-right:-10px;
    margin-top:-3px;
}


#villeEnActionLogeLink{
    display:block;
    width:400px;
    height:100px;
    position:absolute;
    top:40px;
    left:160px;
}
