

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: 15px;
	left: 0;
	width: 28%;
	height: 415px;
	border: 1px solid #b6bdce;
	/*background: #ff97f2;*/
}

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

div#pagm{
	position: absolute;
	top: 46px;
	left: 29%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/	
	width: 28%;
	height: 415px;
	float: right;
	/*background: #ff9797;*/
	border: 1px solid #b6bdce;
	/*margin: 1% 3% 1% 10px;*/
}


table#contlist{
	position: relative;
	top: 4%;
	left: 3%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/	
	width: 90%;
	height: 100px;
	/*background: #ff9797;*/
	/*margin: 1% 3% 1% 10px;*/
}
	
div#pagr{
	position: absolute;
	top: 45px;
	right: 1%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/	
	width: 41%;
	height: 415px;
	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: 145px;
	width: 99%;
	/*background: #ffaad9;*/
}

.interligne{
	position: relative;
	top: 0;
	left: 0;
	width: 99%;
	height: 5px;
	margin: 0;
	/*background: #8b0000;*/
}

.blocimgleft{
	position: relative;
	/*top: 0;*/
	/*left: 0;*/
	width: 190px;
	/*height: 100%;*/
	/*display: inline;*/
	float: left;
	/*background: #7172ff;*/
}
.blocimgright{
	position: relative;
	/*top: 0;*/
	left: 5px;
	width: 190px;
	/*height: 100%;*/
	display: inline;
	float: left;
	/*background: #ff6666;*/
}
/*.clipimg{
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 5px 1% 5px;
	clip: rect(30px 200px 100px 0px);
}*/
	
.bloctext{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 5px 10px 3%;
	float: right;
	width: 100%;
	/*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);
}*/
	
/* 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;
}

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