/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
	font-family: Verdana,sans-serif;
	color: #fffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:  url("/prez/fond.jpg");
	background-attachment: fixed;
}


/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #B13500;
	text-decoration: none;
}

a:link{
	color: #B13500;
	text-decoration: none;
}

a:visited{
	color: #B13500;
	text-decoration: none;
}

a:hover{
	color: #B13500;
	text-decoration: underline;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: 'Vonness Medium',Verdana,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

p{
text-align: justify;
}



/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content {
	margin: 30px 1em 0 3em;
	padding-right: 10px;
}


#content li{
 list-style-type: none;
}


/************************************/
/* HAUT 							*/
/************************************/
#haut{
	position: absolute;
	top: 5px;
	left: 15px;
	width:178px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 18pt;
}

/************************************/
/* GAUCHE							*/
/************************************/
#gauche{
	position: absolute;
	top: 100px;
	left: 5px;
	width:205px;
	padding: 0px;
}

/************************************/
/* CORPS							*/
/************************************/
#corps{
	position: absolute;
	top: 100px;
	left: 220px;
	width:560px;
	padding: 0px;
}

/************************************/
/* CALENDRIER						*/
/************************************/
#calendrier{
 font-family: Verdana,sans-serif;
 }

#calendrier table{
vertical-align:top;
}

#calendrier td{
 text-align: center;
 padding: 1.5pt 1.5pt 1.5pt 1.5pt;
 border:none;
 }


#tarifs{
 font-family: Verdana,sans-serif;
 font-size: 80%;
 text-align: right;
}

/***********************************************/
/* End Layout Divs                             */
/***********************************************/

.pris {
	background-color: #FF9900;
}

.libre {
	background-color: #BAD3F2;
}

.vide {
	background-color: #999999;
}
.mois {
	background-color: blue;
	width: 222;
}

