@charset "utf-8";
/* CSS Document */
* {
	margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;

padding-top:0px;
padding-left:0px;
padding-bottom:0px;
padding-rigth:0px;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#CCC
}
h1,h2,h3,h4,h5,h6{
	margin-top:0px;
}
h1{
	font-size:2em;
	margin-bottom: 1.5em;
}

h2{
	fontsize:1.8em;
	margin-bottom:1.8em;
}

h3{
	font-size:1.5em;
	margin-bottom:0.8em;
}

h4{
	font-size:1.3em;
	margin-bottom:15px;
}

h5{
	font-size:1.1em;
	margin-bottom:1.1em;
}
p{
	margin-bottom:1em;
}
#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:20px;*/
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	/*background-color:#FFF*/
	background: repeat-y url(images/bg.png);
}

#menu{
	max-width:900px;
	width:830px;
	height:32px;
	line-height:32px;
}
#menu ul{
	margin-left:auto;
	margin-right:auto;
}
#menu ul li{
	float:left;
	list-style-type:none;
	width:137px;
}
#image_main{
	float:left;
	width:520px;
	min-height:300px;
	background-color:#fff;
	margin-right:5px;
}
#information{
	float:right;
	width:350px;
	min-height:280px;
	/*border:#999 double 3px;*/
	padding:5px;
	background:no-repeat url(images/subbg.png);
}
img{
	border:none;
}
/*#title{
	margin-bottom:20px;
}*/
.border{
	border-bottom:#000 dotted 1px;
}
.border2{
	border-bottom:#F90 solid 2px;
}
.box, .box2{
	width:280px;
	min-height:250px;
	padding:5px;
	/*border: 1px solid #CCC;*/
}
.box{
	float:left;
	margin-right:12px;
	
}
.box2{
	float:right;
}
.text_right, .renouvellement{
	text-align:right;
}
.text_center{
	text-align:center;
}
.text_center{
	margin-top:10px;
}
.renouvellement{
	border-top:#000 dotted 1px;
	font-weight:bold;
}
.leftside{
	float:left;
}
.rightside{
	float:right;
}

/* calendar */
.liT{
	float:left;
	display:block;
	width:20px;
	list-style:none;
	padding:6px;
	height:20px;
	text-align:center;
}
.liH{
	float:left;
	display:block;
	width:20px;
	list-style:none;
	padding:6px;
	text-align:center;
}
.today{
	float:left;
	display:block;
	width:20px;
	list-style:none;
	padding:6px;
	height:20px;
	text-align:center;
	border:#666 solid 1px;
}
.occupe{
	background-color:#99FF00;
	color:#000;
}
.samedi{
	float:left;
	display:block;
	width:20px;
	list-style:none;
	padding:6px;
	height:20px;
	text-align:center;
	background-color:#fff;
	color:#09c;
}
.dimanche{
	float:left;
	display:block;
	width:20px;
	list-style:none;
	padding:6px;
	height:20px;
	text-align:center;
	background-color:#fff;
	color:#c36;
}
/*****/
