

div#pag{
	position: relative;
	top: 0;
	left: 0;
	/*overflow: auto;*/
	/*width: 100%;*/
	height: 100%;
	padding: 0 1% 0 0;
	/*background-color: #f2aaaa;*/

	/*overflow: scroll;*/
	/*border-width: 0.2% 0.5% 0.2% 0.5%;
	border-color: #b5bdeb;
	border-style: solid;
	margin: 0 auto 0 auto;
	z-index: 102;*/
}

div#pagl{
	position: relative;
	top: 7px;
	left: 0;
	width: 27%;
	height: 433px;
	
	/*background: #ff97f2;*/
}

div#pagm{
	position: absolute;
	top: 40px;
	left: 27%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/
	width: 42%;
	height: 420px;
	float: right;
	/*background: #ff9797;*/
	border: 1px solid #b6bdce;
	text-align: center;
}
	
div#pagr{
	position: absolute;
	top: 40px;
	right: 3%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/	
	width: 25%;
	height: 90%;
	float: right;
	/*background: #ffde54;*/
} 
	
.paddright{
	padding: 1% 2% 0 0;
}

.ecartimg{
/*position:relative;*/
	/*width: 30%;
	height: 100%;*/
	margin: 1% 3% 1% 10px;
	float: left;
	/*border-width: 0.2% 0.5% 0.2% 0.5%;
	border-color: #000000;
	border-style: solid;*/
	}
	
#pagimg{
/*position:relative;
	top: 0;
	left: 0;
	z-index: 200;*/
}

.ecartext{
position:absolute;
	top: 0;
	right: 0;
	margin: 0 0 10px 2px;
}

.ligne{
	position: relative;
	top: 0;
	left: 0;
	height: 75px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	/*background: #ccf2cf;*/
}

.interligne{
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 15px 0;
	text-align: center;
	/*background: #ec7b92;*/
}

.lignehoriz{
	/*padding-bottom: 10px; 
	magin-bottom: 15px;*/
	border-bottom: 1px solid white;
	width: 90%;
	margin-left: 5%;
}

.blocimg{
	position: absolute;
	top: 0;
	left: 0;
	width: 47%;
	height: 100%;
	margin: 0 5px 1% 5px;
	/*background: #ffb9b9;*/
}
.clipimg{
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	clip: rect(30px 200px 100px 0px);
	/*float: left;*/
	/*display:block;*/

	/*background: #ffffae;*/
	/*overflow: visible;*/
}
	
.bloctext{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 5px 10px 10px;
	float: right;
	width: 44%;
	/*background: #87aecf;*/
	text-align: left;
}

.advert{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10% 20px 10% 0;
	width: 80%;
	/*background: #87aecf;*/
}

/*img.listimg{
clip: rect(5px 40px 45px 5px);
clip: rect(5px, 40px, 45px, 5px);
}*/
	

.bloadvtext{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10% 20px 10% 0;
	width: 80%;
	/*background: #87aecf;*/
	text-align: left;
}



/* CALENDRIER */

/*fleches mois précédents et suivant*/
a.nav {
	font-size: 130%;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {color:#aeaeae;}
a.nav:hover {color:red;}

td {
	padding: 0;
	margin: 0;
}
.cal_current_day{color:red}

.week {
	background-color: #6889de;
	padding: 0;
	margin: 0;
}
/*MODIF 0811*/
.vacancescol {background-image:url(images/vacancescol.gif); border:1px; font-size: 9pt}

.calendar {
	/*	border: 1px;
	border-color: #0000cd #0000cd #0000cd #0000cd;
	border-style: solid solid solid solid;*/
	width: 250px;
	height: 130px;
	padding: 0;
	margin: 0;
	/*border: 1px solid #cccccc;*/
	border-collapse:collapse;
	border: none;
}
.calendar td {
	border: 1px solid #cccccc;
	font-size: 60%;
	padding: 0;
	margin: 0;
	width: 30px;
}

.calenday:hover {
	background-color: #6889de;
	cursor: hand;
}

.calendar a:link {
	color: #cccccc;
	/*font-weight: bold;*/
	text-decoration: none;
}
.calendar a:visited {color:#aeaeae; /*font-weight: bold;*/ text-decoration: none;}
.calendar a:hover {color:red; text-decoration: none;}

td.calendarcol1, td.calendartit {
	background-color: #6889de;
	padding: 0;
	margin: 0;
}
td.calendarcol1 {
	font-size: 75%;
	/*line-height: 18px;*/
	}
td.calendarcol1:hover {
	background-color: #3a4185;
	cursor: hand;
	}
td.calendartit {
	font-size: 100%;
	height: 20px;
	white-space: nowrap;
	/* with 100% sinon white-space: nowrap; ne fonctionne pas sous ie quand colspan */ 
	width: 100%;
}
td.calendarHeader {
	font-size: 80%;
	background-color: #161621;
	padding: 0;
	margin: 0;
	height: 15px;
}

submit, input, select, option {	
	color: #cccccc; background-color:#3a4185;
	font-size: 95%; }
