html { margin:0px; padding:0px; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#0f1431;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	color: #FFF;
}
/* designe g�neral */
table { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
td { padding:0px 10px; }
img { border:0px; }
a {text-decoration:underline; color:#FFF; }
strong { color:#00adee; }
form{margin:0px; padding:0px; border:0px; }
.hr { clear:both; height:0px; margin:0px; padding:0px; display:block !important; display:inline;}
h2 { font-size:13px; text-decoration:underline;}


/*structure */
#container { 
	width: 946px;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px 10px;
	border-left:1px dotted #223C62;
	border-right:1px dotted #223C62;
}
#header {
	height:240px;
	width: 100%;
	margin: 0px auto;
	padding:0px;
	background:url(../../images/cesid/header.png) repeat-x;
}
#ban {
	width: 966px;
	height:188px;
	margin: 0px auto 0px auto;
	background:url(../../images/cesid/ban.png) no-repeat;
}

#footer {
	width: 100%;
	height:186px;
	background:url(../../images/cesid/footer.png) repeat-x;
}

#footer-menu {
	width:100%;
	text-align:center;
	margin:0px auto 0px auto;
	height:144px;
	position: relative;
}

#footer-menu a { text-decoration:none; color:#FFF;}
#footer-menu a.current { font-weight:bold; }

#footer-txt { 
	width:100%;
	text-align:center;
	margin:0px auto 0px auto;
	position: relative;
	color:#FFF;
}



/* formulaire*/
label { display:block; margin:5px 0px 5px 0px;}

.type1 {
	width:98%;
	display:block;
	margin:0px;
	border:#CCC 1px solid;
	background:#FFF;
}

.type2 {
	width:100px;
	display:block;
	margin:5px 0px;
	border:#CCC 1px solid;
	background:#FFF;
}

.type3 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:170px;
	font-size:11px;
}
.type4 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	width:170px;
	font-size:11px;
}
.type_date {
	margin:0px;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:82px;
	font-size:11px;
}

.imgfooter { padding:25px; display:inline-block;}