@charset "utf-8";
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
body {
	background:url(../imgs/formation/bg_page.png) left top repeat;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#corps {
	width:900px;
	margin:0 auto;
}
span {
	color:#2962CB;
}
a, a:visited, a:active {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#1A637B;
	text-decoration:underline;
}
.center {
	text-align:center;
}
.calendrier {
	width:900px;
	margin-top:10px;
	Border:1px solid #2590b4;
}
.calendrier tr td {
	height:90px;
	width:128px;
}

.calendrier tr.paire td {
	height:30px;
	text-align:center;
	background-color:#FFF;
}
.souscal {
	width:100%;
	border:1px solid #CCC;
}
.tbselect {
	border:1px solid #1399CC;
}

.souscal th {
	width:100%;
	text-align:right;
	padding-right:6px;
	height:20px; border-bottom:1px solid #CCC;
	font-size:11px;
	background-color: #FFF;
}
.tbselect th {
	background-color:#9CCEF3;
}
.inscode, .instime {
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.group {
	padding-bottom:1px;
	padding-right:2px;
	height:21px;
	float:left;
}
.inscode {
	float:left;
	width:59px;
	font-size:11px;
	background-color:#DAF2FA;
	text-align:center;
}
.instime {
	float:right;
	width:70px;
	font-size:10px;
	background-color: #FFF;
	text-align:center;
}
.spacetop { margin-top:14px; }
.clr { clear: both; }
