/* 
    Document   : style.css
    Created on : 12-janv.-2010, 20:16:05
    Author     : Thomas Sacre
    Description:
        Stylesheet for the gazrockette's website
*/

root { 
    display: block;
}
body {
    background-image: url("images/bg_floral_mini.gif");
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}

#global {
    margin-left: auto;
    margin-right: auto;
    width: 964px; /* largeur obligatoire pour être centré */
    height: 100%;
    text-align: left; /* rectification text-align: center */
}

#header{

}

#logo{
    margin-left: auto;
    margin-right: auto;
    background: url("./images/gazrock10_2.png") no-repeat;
    width: 954px;
    height: 299px;
}
#centralbox{
    width: 100%;
}

#rightpanel{
    text-align: center;
    margin-left: 10px;
    float: right;
    width: 240px;
    height: 100%;
}
#sharing{
    text-align: center;
    margin: 0px 0px 20px 0px;

}

#sharing a img{
    border: 0;
    text-decoration: none;
}

#shareFacebook{
   /* display: block;
    background: url("./images/facebook.png") no-repeat;*/
}

#mp3Content{
    margin: 0px 0px 20px 0px;
}

#slideConcert{
    margin: 0px 0px 0px 20px;
    width: 200px;
    height: 200px;

}

#content{
    /*Set the padding is to avoid the margin fusion */
    padding: 1px 0;
    width: 710px;
    /*background-color: #DEFC18;*/
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

#footer{
    bottom: 0px;
    width: 100%;
    margin-top: 15px;
    height: 50px;
    background-color: #302226;
    text-align: center;
    clear:both;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

.spacer {
    clear: both;
    visibility: hidden;
}

.mailus{
 vertical-align:middle;
display:inline-block;
padding-left:32px;
line-height:32px;
background:url(images/mail32.png) center left no-repeat;
}

/**
        Naviation menu list style
*/

#menu{
    margin-left: auto;
    margin-right: auto;
    background: url("./images/bg_menu.jpg") no-repeat;
    width: 924px;
    height: 60px;
}

#menu a{
    margin: 5px 5px 5px 5px;
    cursor: pointer;
}

a#lnk_index{
    float: left;
    display: block;
    background: url("./images/bt_accueil.png") no-repeat;
    width: 153px;
    height: 50px;
}

a#lnk_index:hover{
    float: left;
    display: block;
    background: url("./images/bt_accueil_hover.png") no-repeat;
    width: 153px;
    height: 50px;
}

.currentIndex{
    float: left;
    display: block;
    background: url("./images/bt_accueil_hover.png") no-repeat;
    width: 150px;
    height: 60px;
}

a#lnk_prog{
    float: left;
    display: block;
    background: url("./images/bt_prog.png") no-repeat;
    width: 209px;
    height: 50px;
}

a#lnk_prog:hover{
    float: left;
    display: block;
    background: url("./images/bt_prog_hover.png") no-repeat;
    width: 209px;
    height: 50px;
}
a#lnk_acces{
    float: left;
    display: block;
    background: url("./images/bt_acces.png") no-repeat;
    width: 125px;
    height: 50px;
}

a#lnk_acces:hover{
    float: left;
    display: block;
    background: url("./images/bt_acces_hover.png") no-repeat;
    width: 125px;
    height: 50px;
}

.currentProg{
    float: left;
    display: block;
    background: url("./images/bt_prog_hover.png") no-repeat;
    width: 219px;
    height: 60px;
}
a#lnk_part{
    float: left;
    display: block;
    background: url("./images/bt_partners.png") no-repeat;
    width: 162px;
    height: 50px;
}

a#lnk_part:hover{
    float: left;
    display: block;
    background: url("./images/bt_partners_hover.png") no-repeat;
    width: 162px;
    height: 50px;
}
a#lnk_contact{
    float: left;
    display: block;
    background: url("./images/bt_contact.png") no-repeat;
    width: 153px;
    height: 50px;
}

a#lnk_contact:hover{
    float: left;
    display: block;
    background: url("./images/bt_contact_hover.png") no-repeat;
    width: 153px;
    height: 50px;
}

#map_canvas{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 300px;
}

#loading {
    background:url(images/wait.gif) center no-repeat;
    text-align:center;
    padding:33px 0px 0px 0px;
    font-size:12px;
    width: 710px;
    height: 120px;
    display: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul#footerMenu li {
    display : inline;
    padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}

ul#footerMenu {
    list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

#footer a:link, a:visited, a:active{
    color:gray;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

#copy{
    font-size: 0.6em;
}

div.stdtext{
    background-color: #FFDE00;
    margin: 0px 10px 20px 10px;
    padding: 1px 15px 5px 10px;
    font-size: 0.8em;
    text-align: justify;

}

div.group{
    /**background: url("./images/bg_grp.gif") no-repeat;*/
    background-color: #FFDE00;
    width: 680px;
    min-height: 300px;
    /*height: 300px;*/
    /* for IE */
    filter:alpha(opacity=30);
    /* CSS3 standard */
    opacity:0.3;
    margin: 0px 10px 20px 10px;
    padding: 1px 15px 5px 10px;
    font-size: 0.8em;
}

div.group p{
    text-align: justify;
}
div.firstgroup{
    margin: 20px 10px 10px 10px;
}

div.lastgroup{
    margin: 0px 10px 50px 10px;
}

div.slidegrp{
    margin-right: 10px;
    float: left;
}

.myspace_link{
    float:right;
    margin-left: 10px;
}

.myspace_link img{
    border: 0;
}

.compteur{
    color: white;
    font-weight: bolder;
    font-size: 1.4em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*** Questions****/

.accordion {
	margin-left: auto;
    margin-right: auto;
	width: 600px;
	border-bottom: solid 1px #c4c4c4;
}

.accordion h3 {
	background: #e9e7e7 url(arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #e3e2e2;
}

.accordion h3.active {
	background-position: right 5px;
}

.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
/*** END Questions****/

#lk_gmap{
    font-weight: 1.2em;
}




