* {padding:  0; margin: 0;}
img{border: none;}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; 
    background-color: #fff;
    font: normal .7em/1.6em "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color: #666;
}

#conteneur{
    margin: 0 auto;
    width: 1100px;
}

/***** COMMUN ******/
.rond4{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.rond6{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.rond11{
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

/***** MAIN *****/
#main{
    margin: 10px 0;
    color: #464646;
    padding: 12px;
}

.link{
    font: italic 1em Georgia, serif;
    /*text-decoration: none;*/
    color: #464646;
}

#main h1 img{
    margin-right: 8px;
    vertical-align: middle;
}
.title{
    background-color: #c9c9c9;
    color: #333;
    font-size: 85%;
    text-shadow: 1px 1px 0 #e6e6e6;
}

.table{
    /*width: 100%;*/
    border: 1px solid #e2e2e2;
    background-color: #fff;
}

#main th, #main td{
    padding: 4px;
}

/**** MENU GAUCHE ****/
#menu_gauche{
    float: left;
    width: 90px;
    margin: 235px 10px 0 0;
}

.menu{
    width: 94px;    
}
.menu td{
    padding: 2px;
}

/****** AGENDA ******/
#date{
    text-align: center;
}
#date a, #date a:visited{
	font-weight: bold;
	color: #000;
}

#tableagenda{
	text-align: center;
	border: 1px dashed Silver;
	font-size: 11px;
	margin: 4px;
}

#tableagenda td{
	padding: 1px;
	width: 28px;
}

#tableagenda td a{
	color: #000;
}

#tableagenda select{
	border: 1px solid #e2e2e2;
	background-color: white;
	
}
#tableagenda tbody{
	text-align: right;
	vertical-align: top;
}

.titretableau input{
display: inline;
}
.joursemaine{
	background-color: #DCDCDC;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}
.jourweekend{
	background-color: #A9A9A9;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}
.aujourdhui{
	background-color: #B0C4DE;
	border: 1px solid #778899;
	font-weight: bold;
}
.weekend{
    color: #858585;
}

/****** CALENDRIER ******/
#calendrier{
	text-align: center;
	font-size: 11px;
    background-color: white;
}
#calendrier td{
	padding: 2px;
	width: 50px;
    height: 45px;
    border: 1px solid #e2e2e2;
}

#calendrier td a{
	text-decoration: none;
    color: #000;
}

#calendrier select{
	border: 1px solid #fff;
	background-color: white;
    font-size: 14px;
	
}
#calendrier tbody{
	text-align: right;
	vertical-align: top;
}
#calendrier td.joursemaine, #calendrier td.jourweekend, #calendrier td.titretableau{
    height: 40px;
}
#calendrier th.numsemaine, #calendrier td.numsemaine{
    text-align: left;
    width: 20px;
    border: none;
}
#calendrier td.numsemaine{
    vertical-align: bottom;
    padding-left: 4px;
    font-size: 0.8em;
}
.icone{
  float: left;
  text-align: left;
  margin: 12px 0 0 12px;  
}
#legende{
    margin-top: 10px;
}