body {
	background-color : #f1f1f1;
	text-align       : center;
	font-family: Helvetica;
	font-size: 16px;
	color            : black
}
	
img {
	display : block
}

a {
	color : #e61983;
}

.main {
	margin : auto;
	text-align : center; 
	width : 1024px;
	height : auto;
	border : 5px solid #cfcfcf; 
	background-color : white;
}


.header {
	margin : auto;
	text-align : center;
}

.header img {
	margin : auto;
}



h1 { 
	color : #fb119b;
}

table {
	text-align:left;
}

/* IN CONTENT SOUS MAIN ET MENU */

div.incontent {
	margin : auto;
	margin-top : 2em;
	margin-bottom : 2em;
	width : 99%;
}

ul.nav {

	margin-top : 2em;
	margin-bottom : 2em;
}


/*FORMULAIRE DE CONNEXION*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

table.smallersize {

	font-size : 12px !important;
}

tr.active td{

	background-color:#ffe2fa !important;
}
tr.stand td{

	background-color:#fcffe2 !important;
}



div.main form input[type="image"] {

	width  : 50px;
	height : 50px;
	
	clear  : both;
	
}


.footer {
	margin : auto;
	width  : 800px;
	color  : gray;
	text-align : center;
	margin-top : 20px;
	font-size  : 10pt;
}

.footer a {
	color : gray;
	font-size : 10pt
}
