hr { 
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-bottom:2px;
}

.tableau {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 98%;
	font-size:15px;
	border-color:#111;
	table-layout: fixed;
}	

.tableau th {
	background: url('../images/noise-diagonal.png'), linear-gradient(#00BFFF, #1E90FF);
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

.tableau th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.tableau th:first-child {
	border-left: 1px solid #111;	
	-ms-box-shadow: inset 1px 1px 0 #999;
	-o-box-shadow: inset 1px 1px 0 #999;
	-webkit-box-shadow: inset 1px 1px 0 #999;
	-moz-box-shadow: inset 1px 1px 0 #999;
	box-shadow: inset 1px 1px 0 #999;
}

.tableau th:last-child {
	-ms-box-shadow: inset -1px 1px 0 #999;
	-o-box-shadow: inset -1px 1px 0 #999;
	-webkit-box-shadow: inset -1px 1px 0 #999;
	-moz-box-shadow: inset -1px 1px 0 #999;
	box-shadow: inset -1px 1px 0 #999;
}

.tableau td {
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	padding: 2px 5px;
	position: relative;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	word-wrap: break-word;
}

.tableau td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.tableau td:last-child {
	border-right: 1px solid #111;
	-ms-box-shadow: inset -1px 0 0 #fff;
	-o-box-shadow: inset -1px 0 0 #fff;
	-webkit-box-shadow: inset -1px 0 0 #fff;
	-moz-box-shadow: inset -1px 0 0 #fff;
	box-shadow: inset -1px 0 0 #fff;
}	

.tableau tr {
	background: url('../images/noise-diagonal.png');	
}

.tableau tr:last-of-type td {
	-ms-box-shadow: inset 0 -1px 0 #fff; 
	-o-box-shadow: inset 0 -1px 0 #fff; 
	-webkit-box-shadow: inset 0 -1px 0 #fff; 
	-moz-box-shadow: inset 0 -1px 0 #fff; 
	box-shadow: inset 0 -1px 0 #fff; 
}

.tableau tr:last-of-type td:first-child {
	-ms-box-shadow: inset 1px -1px 0 #fff; 
	-o-box-shadow: inset 1px -1px 0 #fff; 
	-webkit-box-shadow: inset 1 -1px 0 #fff; 
	-moz-box-shadow: inset 1px -1px 0 #fff; 
	box-shadow: inset 1px -1px 0 #fff; 
}	

.tableau tr:last-of-type td:last-child {
	-ms-box-shadow: inset -1px -1px 0 #fff; 
	-o-box-shadow: inset -1px -1px 0 #fff; 
	-webkit-box-shadow: inset -1 -1px 0 #fff; 
	-moz-box-shadow: inset -1px -1px 0 #fff; 
	box-shadow: inset -1px -1px 0 #fff; 
}

.tableau tr:nth-child(4n) {
	background-color: #ccc;	
}
.row:hover {
	outline:  3px solid #93CEDF;
	opacity: 1;
}

#profilColonnes{
	margin:auto;
	/* padding:auto; */
}
#Profilcol1{
	margin-left:10px;
	position: relative;
	display:inline-block;
	width:45%;
}
#Profilcol2 {
	margin-left:3px;
	position: relative;
	display:inline-block;
	width:45%;
}

.cloud {
  position: relative;
  margin-top: 50px;
  background: white;
  width: 150px;
  height: 50px;
  border-radius: 100px;
  animation: move 26s linear infinite;
  -moz-animation: move 26s linear infinite;
  -o-animation: move 26s linear infinite;
  -ms-animation: move 26s linear infinite;
  -webkit-animation: move 26s linear infinite;
  opacity: 0;
}

.cloud:nth-of-type(5n + 1) {
	animation-delay: 0s; 
	-ms-animation-delay: 0s; 
	-moz-animation-delay: 0s; 
	-o-animation-delay: 0s; 
	-webkit-animation-delay: 0s;
	animation-duration: 26s;
	-o-animation-duration: 26s;
	-moz-animation-duration: 26s;
	-ms-animation-duration: 26s;
	-webkit-animation-duration: 26s;
}

.cloud::before {
	content: "";
	position: absolute;
	background: white;
	width: 50%;
	height: 160%;
	border-radius: 50%;
	top: -70%;
	left: 10%;
}

.cloud::after {
	content: "";
	position: absolute;
	background: white;
	width: 30%;
	height: 90%;
	border-radius: 50%;
	top: -50%;
	right: 20%;
}

@keyframes move {
  0% {
    opacity: 1;
    left: -150px;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@-moz-keyframes move {
  0% {
    opacity: 1;
    left: -150px;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@-o-keyframes move {
0% {
    opacity: 1;
    left: -150px;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@-ms-keyframes move {
  0% {
    opacity: 1;
    left: -150px;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@-webkit-keyframes move {
  0% {
    opacity: 1;
    left: -150px;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}

/*textarea*/
.pad{
	position:relative;
	width: 650px;
	margin: 10px auto 40px;
}

#padTitre{
	font: normal 15px 'Courgette', cursive;
	line-height: 17px;
	color:#444;
	background: url('../images/notepadline.png') repeat-y;
	display: block;
	border: none;
	width: 374px;
	min-height: 170px;
	overflow: hidden;
	resize: none;
	outline: 0px;
	padding: 0 41px 0 35px;
}
#padDesc{
	font: normal 15px 'Courgette', cursive;
	line-height: 17px;
	color:#444;
	background: url('../images/notepadline.png') repeat-y;
	display: block;
	border: none;
	width: 374px;
	min-height: 170px;
	overflow: hidden;
	resize: none;
	outline: 0px;
	padding: 0 41px 0 35px;
}
#padLien{
	font: normal 15px 'Courgette', cursive;
	line-height: 17px;
	color:#444;
	background: url('../images/notepadline.png') repeat-y;
	display: block;
	border: none;
	width: 374px;
	min-height: 170px;
	overflow: hidden;
	resize: none;
	outline: 0px;
	padding: 0 41px 0 35px;
}

.pad h2{
	background: url('../images/notepadhead.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	height: 69px;
	position: relative;
	margin-bottom:-1px
}

.pad:after{
	position:absolute;
	content:'';
	background:url('../images/notepadfoot.png') no-repeat;
	width:100%;
	height:40px;
	margin-top: -1px;
}

.notepad textarea {
	font: inherit;
	font-size: .75em;
	color: rgba(0,0,0,.7);
	margin: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	border-color: rgba(0,0,0,.7);
	border-top: 0;
	resize: vertical;
	min-height: 150px;
	padding: 1.5em;
	padding-left: 3em;
	background-image: linear-gradient(0deg, transparent, transparent 24px, #f0c9ca 24px, #f0c9ca 25px, transparent 25px, transparent 27px, #f0c9ca 27px, #f0c9ca 28px, transparent 28px), linear-gradient(#fff, #fff 17px, #e3ebf3 17px, #e3ebf3 18px);
	-ms-background-image: linear-gradient(0deg, transparent, transparent 24px, #f0c9ca 24px, #f0c9ca 25px, transparent 25px, transparent 27px, #f0c9ca 27px, #f0c9ca 28px, transparent 28px), linear-gradient(#fff, #fff 17px, #e3ebf3 17px, #e3ebf3 18px);
	-o-background-image: linear-gradient(0deg, transparent, transparent 24px, #f0c9ca 24px, #f0c9ca 25px, transparent 25px, transparent 27px, #f0c9ca 27px, #f0c9ca 28px, transparent 28px), linear-gradient(#fff, #fff 17px, #e3ebf3 17px, #e3ebf3 18px);
	-webkit-background-image: linear-gradient(0deg, transparent, transparent 24px, #f0c9ca 24px, #f0c9ca 25px, transparent 25px, transparent 27px, #f0c9ca 27px, #f0c9ca 28px, transparent 28px), linear-gradient(#fff, #fff 17px, #e3ebf3 17px, #e3ebf3 18px);
	-moz-background-image: linear-gradient(0deg, transparent, transparent 24px, #f0c9ca 24px, #f0c9ca 25px, transparent 25px, transparent 27px, #f0c9ca 27px, #f0c9ca 28px, transparent 28px), linear-gradient(#fff, #fff 17px, #e3ebf3 17px, #e3ebf3 18px);
	background-size: 36px 18px, 36px 18px;
	background-repeat: repeat-y, repeat;
}

.center {
	margin:auto;
	padding:auto;
}

#demandeTarif {
	width: 150px;
}
#demandeTarif:focus {
  box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  -ms-box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  -o-box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  -webkit-box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  -moz-box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  outline: 0;
}

hr { 
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-bottom:2px;
}

/* on fait un style special pour les infos user (le hover est reloud*/
.tableauUserInfo {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 75%;
	font-size:15px;
	border-color:#111;
}	

.tableauUserInfo th {
	background: url('../images/noise-diagonal.png'), linear-gradient(#00BFFF, #1E90FF);
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

.tableauUserInfo th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.tableauUserInfo th:first-child {
	border-left: 1px solid #111;	
	-ms-box-shadow: inset 1px 1px 0 #999;
	-o-box-shadow: inset 1px 1px 0 #999;
	-webkit-box-shadow: inset 1px 1px 0 #999;
	-moz-box-shadow: inset 1px 1px 0 #999;
	box-shadow: inset 1px 1px 0 #999;
}

.tableauUserInfo th:last-child {
	-ms-box-shadow: inset -1px 1px 0 #999;
	-o-box-shadow: inset -1px 1px 0 #999;
	-webkit-box-shadow: inset -1px 1px 0 #999;
	-moz-box-shadow: inset -1px 1px 0 #999;
	box-shadow: inset -1px 1px 0 #999;
}

.tableauUserInfo td {
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	padding: 10px 15px;
	position: relative;
}

.tableauUserInfo td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.tableauUserInfo td:last-child {
	border-right: 1px solid #111;
	-ms-box-shadow: inset -1px 0 0 #fff;
	-o-box-shadow: inset -1px 0 0 #fff;
	-webkit-box-shadow: inset -1px 0 0 #fff;
	-moz-box-shadow: inset -1px 0 0 #fff;
	box-shadow: inset -1px 0 0 #fff;
}	

.tableauUserInfo tr {
	background: url('../images/noise-diagonal.png');	
}

.tableauUserInfo tr:nth-child(odd) td {
	background: #f1f1f1 url('../images/noise-diagonal.png');	
}

.tableauUserInfo tr:last-of-type td {
	-ms-box-shadow: inset 0 -1px 0 #fff; 
	-o-box-shadow: inset 0 -1px 0 #fff; 
	-webkit-box-shadow: inset 0 -1px 0 #fff; 
	-moz-box-shadow: inset 0 -1px 0 #fff; 
	box-shadow: inset 0 -1px 0 #fff; 
}

.tableauUserInfo tr:last-of-type td:first-child {
	-ms-box-shadow: inset 1px -1px 0 #fff; 
	-o-box-shadow: inset 1px -1px 0 #fff; 
	-webkit-box-shadow: inset 1 -1px 0 #fff; 
	-moz-box-shadow: inset 1px -1px 0 #fff; 
	box-shadow: inset 1px -1px 0 #fff; 
}	

.tableauUserInfo tr:last-of-type td:last-child {
	-ms-box-shadow: inset -1px -1px 0 #fff; 
	-o-box-shadow: inset -1px -1px 0 #fff; 
	-webkit-box-shadow: inset -1 -1px 0 #fff; 
	-moz-box-shadow: inset -1px -1px 0 #fff; 
	box-shadow: inset -1px -1px 0 #fff; 
}	

#IdeesDeposees .tableau {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 75%;
	font-size:15px;
	border-color:#111;
}
#IdeesDeposees .tableau .afficheDateTd {
	width:25%;
	text-align:center;
}








/* liste déroulante */

.dropdown {
	margin:15px auto auto 15px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 150px;
	background: #f2f2f2;
	border: 1px solid;
	border-color: white #f7f7f7 whitesmoke;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	/* left: 1% */
}

.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

.lt-ie9 .dropdown {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.clicker {
	cursor:pointer;
}


#menu { 
	position: relative;
	background: transparent;
	font: 1.1em sans-serif;
	height:0px;
	top:-74px;
}

#menu ul {
	display: table;
	width: 950px;
	margin: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto; 
	padding: 0;
	background: dodgerblue;
	background: -webkit-linear-gradient(deepskyblue, dodgerblue);
	background: -moz-linear-gradient(deepskyblue, dodgerblue); 
	background: -ms-linear-gradient(deepskyblue, dodgerblue);
	background: -o-linear-gradient(deepskyblue, dodgerblue);
	background: linear-gradient(deepskyblue, dodgerblue);
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .2), 0 5px 5px rgba(0, 0, 0, .15);
}

#menu ul li {
	display: table-cell;
}

#menu ul li a{
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding: 8px 8px 17px 8px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 0 -1px 0 hsl(210, 100%, 32%) inset, 0 -2px 0 hsl(210, 100%, 38%) inset, 0 -3px 0 hsl(210, 100%, 44%) inset, 0 -4px 0 hsl(210, 100%, 50%) inset, 0 -5px 0 hsl(210, 100%, 60%) inset;
	-webkit-transition: padding .3s, background .3s;
	-o-transition: padding .3s, background .3s;
	transition: padding .3s, background .3s;
	position: relative;
	text-shadow:0 1px 0 #000000;
}

#menu ul li:first-child a {
	border-radius: 3px 0 0 3px;
}
#menu ul li:last-child a {
	border-radius: 0 3px 3px 0;
}
#menu ul li a:hover, ul li a:focus {
	background: rgba(255,255,255,.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 0 -1px 0 hsl(210, 100%, 42%) inset, 0 -2px 0 hsl(210, 100%, 48%) inset, 0 -3px 0 hsl(210, 100%, 54%) inset, 0 -4px 0 hsl(210, 100%, 60%) inset, 0 -5px 0 hsl(210, 100%, 70%) inset;
	padding: 8px 25px 17px 25px;
	-webkit-transition: all .3s 0s;
	-o-transition: all .3s 0s;
	-ms-transition: all .3s 0s;
	transition: all .3s 0s;
}
#menu ul li a:active {
	-webkit-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1));
	-o-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1));
	-ms-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1));
	background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1));
	box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
}
#menu ul li a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 9px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

#menu ul li a:hover::before, ul li a:focus::before{
	background: white;
	box-shadow: 0 0 2px white, 0 -1px 0 rgba(0, 0, 0, .4);
}

#MenuCloud {
	overflow:hidden;
	margin-bottom: 15px;
	margin-top: -15px;
}