body {
    margin: 0px;
    padding: 0px;
	background-image:url(../img/motif_fond.jpg);
	background-repeat:repeat;
	
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/************************************************************** HEADER **************************************************************/

#header
{
    text-align: center;
	margin: 0px;
}

#header_titre_calendrier_fr {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/calendrier_titre.png);
	background-repeat:no-repeat;
}

#header_titre_calendrier_en {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/calendar_titre.png);
	background-repeat:no-repeat;
}

#header_menu {
    background-color: #657E8D;
    height: 51px;
    margin-top: 19px;
	/*background-image:url(../img/menu.png);
	background-repeat:repeat-x;*/
}

#menu_rubrique{
	display:inline;
	float:left;
}
#menu_logo{
	margin-top:-30px;
}
.W4{width:4%;}
.W5{width:5%;}
.W6{width:6%;}
.W7{width:7%;}
.W8{width:8%;}
.W9{width:9%;}
.W10{width:10%;}
.W11{width:11%;}
.W12{width:12%;}
.W15{width:15%;}
.W16{width:16%;}

#milieu{

}






/************************************************************** CENTRE **************************************************************/


#centre_calendrier{
	padding-top:25px;
    margin-left: 10px;
    margin-right: 10px;
}



#centre_hg_calendrier {
	background-image: url(../img/centre_hg_calendrier.png);
	float:left;
	margin-left:14px;
	height:64px;
	width: 22px;
}
#centre_hc_calendrier{
	background-image:url(../img/centre_hc_calendrier.png);
	background-repeat:repeat-x;
	height:64px;
	margin:0px 373px 0px 36px;	
}
#centre_hd_calendrier {
	background-image: url(../img/centre_hd_calendrier.png);
	float: right;
	margin-right:18px;
	height:64px;
	width:344px;
}

#centre_conteneur{
}

#centre_fondmg_calendrier{
	margin: 0px 0px 0px 32px;
    padding: 0px 0px 0px 0px;
    background-image:url(../img/centre_mg_calendrier.png);
    background-repeat: repeat-y;
    width: 100%;
	border: solid 0px red;
}
*+html #centre_fondmg_calendrier{
	width:auto;
	margin: 0px -32px 0px 32px;
}
#centre_fondmd_calendrier{
	margin: 0px 0px 0px -18px;
    padding: 0px 0px 0px 0px;
    background-image:url(../img/centre_md_calendrier.png);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
}
*+html #centre_fondmd_calendrier{
	width:auto;
	margin: 0px 18px 0px -18px;
}

#centre_mg {
	float:left;
	width:22px;
}

#centre_md {
	float:right;
	width:22px;
}


#centre_mc_calendrier {
	/*background-image: url(../img/centre_mc.png);
	background-repeat:repeat;*/
	margin:0px 54px 0px 22px;
}

#calendrier{
}


#centre_bd_calendrier, #centre_bg_calendrier {
	height: 22px;
	width: 22px;
}

#centre_bg_calendrier {
	background-image: url(../img/centre_bg_calendrier.png);
	float:left;
	margin-left:14px;
}
#centre_bc_calendrier{
	background-image:url(../img/centre_bc_calendrier.png);
	background-repeat:repeat-x;
	height:22px;
	margin:0px 40px 0px 36px;	
}
#centre_bd_calendrier {
	background-image: url(../img/centre_bd_calendrier.png);
	float: right;
	margin-right:18px;
}

#footer {
    padding: 10px;
    text-align: center;
    clear: both;
} 






/************************************************************** INTERIEUR **************************************************************/

#mois{
	margin-top:-64px;
	position:absolute;
	right:28px;
}

*+html #mois{
	margin-top:-83px;
}


#mois_espace{
	float:left;
	margin:Opx;
}

#mois_fleche_G{
	float:left;
	margin: 14px 10px 0px 10px;
}
#mois_nom{
	float:left;
}
#mois_fleche_D{
	float:left;
	margin: 14px 30px 0px 10px;
}

#case{
	background-color:#657E8D;
	/*width:14%;*/
	color:#FFFFFF;
	/*width:119px;
	height:99px;*/
	vertical-align:top;
	height:50px;
}

#casevide{
	
}

.date{
	color:white;
	font-size:18px;
}

#texte_date{
	border: solid 1px white;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.weight_normal{
	font-weight:normal;
	display:inline;
	color:black;
}

#texte_date a:link, #texte_date a:visited{
	font-size:12px;
	color:white;
	font-weight:normal;
}
#texte_date a:hover{
	font-size:12px;
	font-weight:normal;
	color:#000000;
}


/************************************************************** AUTRES **************************************************************/




.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
h2{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#657E8D;
}

h4{
	margin-top:50px;
	margin-bottom:2px;
	font-size:14px;
	color:#657E8D;
}



a:link, a:visited{
	font-family:"Comic sans MS", Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
	color:#657E8D;
	font-weight:bold;
}
a:active{
	text-decoration:none;
	font-weight:bold;
}


.PB10{
	padding-bottom:10px;
}





