html,body {
	margin: 0;
	padding: 0;
    background-color:#222/* #7e7f82; */  /* Couleur d'arrière plan de site web */
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 10pt;
	height: 100%;
}

a img{
	border: none;
}

#head {
	height: 24px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E8E8E8));
	position: relative;
	width: 1100px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #363739;
}

#head form {
	position: absolute;
	top: 12px;
	right: 10px;
	border: 1px solid #363739;
	border-radius: 50px;
	background: -webkit-linear-gradient(top, #84868d 0%,#424447 100%);
	padding: 0;
	margin: 0;
	height: 18px;
}




#wrapper{
	width: 1100px;
	min-height: 100%;
   	height: auto;
  	margin: 0 auto -30px;
}
#top{margin-top: 10px;}


#agenda{
	min-height: 1000px;
}

#logo_left{
float: left;
margin-top: 10px;
margin-right: 10px;
}

#logo_center{
	text-align: center;
	width: 1100px;
	margin: auto;
}

#logo_right{
float: right;
}

.space0{clear: both;margin: 0;padding: 0;}

td{
padding:6px;
}



.table_button{
	text-align: left;
	width: 140px;
}

.submitleft{
	background:	#0047ad;
	border:solid 1px black;
	color:white;
}


.username{
	display: none;
}
.box-common { 
    margin:0 0 15px;
    padding-left: 10px;
    border:1px solid #dee0e1; border-radius:3px; -moz-border-radius:3px; box-shadow:0 0 1px rgba(0, 0, 0, .2);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E8E8E8));
}

.box-common p{
	margin-left: 10px;
	text-align: left;
	font-size: 0.8em;
	line-height: 18px;
} 

.box-common radio{
	margin-top: 12px;
}
.box-common h4 {
	color: #0333B5;
	display: block;
	text-align: center;
} 

.box-common h5 {
	margin-left: 10px;
	color: #0333B5;
	display: block;
	text-align: left;
	text-decoration: underline;
	font-style: italic;
} 

.box-common h6 {
	margin-left: 10px;
	color: #0333B5;
	display: block;
	text-align: left;
	text-decoration: underline;
	font-style: italic;
} 

#mainincludeform  label{
	display: block;
	width: 180px;
	margin-top: 10px;
	float: left;
	text-align: right;
}





#upload_process{
	float: right;
	font-size: 0.8em;
	line-height: 1.0em;
	margin-right: 20px;
	margin-top: 2px;
	display: none;
}

#footer {margin: auto; font-size:0.81em; padding:0px; background:#0047ad; color:#fff;
	width: 100%; }
	
 #footer, .push {
  height: 30px;
  }

#footer h1, #footer ul, #footer li { display:inline-block; vertical-align:baseline; }
#footer a{ color: #fff;text-decoration: none;}
#footer img { margin-right:10px; vertical-align:middle; } 

.space{clear: both;padding-top: 5px;}

/* .topspace{width: 660px;min-height: 40px;background-color: aqua;} */
.topspace{width: 660px;min-height: 40px;}
.topspace2{width: 760px;min-height: 40px;}
