@charset "utf-8";
/* ===============================[ Général ]================================================================================================== */
html, body {
	font-size: 100%;
}
	
body {
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", Norasi, serif;
	color: #2d2d2d;
	font-size: .9em;
	background: #0c6272 url(../images/fond_site.png) left bottom repeat-x fixed;
	margin:0;
	padding: 2px;
	line-height: 1.3em;
}
	
#conteneur {
	max-width: 740px;
	min-width: 700px;
	margin: 20px auto 0;
	padding: 30px 30px 40px; 
	overflow: hidden;
	background: #fff;
	text-align: justify;
}

pre {
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", Norasi, serif;
	color: #2d2d2d;
	margin-left: 10px;
}
	
a {
	color: #008DDE;
	text-decoration: none;
}
	
img {
	border: none;
}
	
.img_gauche, .img_droite, .img_centre {
	border: 1px solid #ccc;
	padding: 6px;
}
	
.img_gauche {
	float: left;
	margin: 0 10px 2px 0;
}
	
.img_droite {
	float: right;
	margin: 0 0 2px 10px;
}
	
.img_centre {
	display: block;
	margin: 2px auto;
}
	
#entete {
	width: 98%;
	margin: 0 auto;
}

#entete td {
	vertical-align: middle;
	width: 48%;
	padding: 0;
	text-align: center;
	height: 1px;
}

#entete td.menu {
	text-align: left;
	height: 220px;
}

#entete td.menu .maintenance {
	text-align: center;
}

#entete span {
	display: block;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 1.2em;
	color: #5f4524;
}

#entete h1 {
	color: #6c4f29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}
	
#menu {
	margin: 0;
    list-style-type: none;
    padding: 0;
	font-size: 1em;
}


#menu li {
	display: block;
	padding: 4px;
	font-style: italic;
}

#menu a, #menu a:visited, #menu a:link {
	color: #0d6375;
	padding: 3px 12px;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

#menu a:hover, #menu a:focus, #menu a:active, #menu li.active a {
	color: #07353f;
	background-color: #ddeff4;
	-moz-border-radius: 10px;
	-wekbit-border-radius: 10px;
	border-radius: 10px;
	-moz-outline-radius: 10px;
	-webkit-outline-radius: 10px;
	outline-radius: 10px;
	outline: none;
	text-shadow: 1px 1px 0 #eee;
}
	
#menu li.active a {
	background-color: #d3f58c;
	text-shadow: 1px 1px 0 #ccc;
}

#menu a.locked {
	background: url(../images/locked.png) no-repeat right 3px;
	padding-right: 20px;
	margin-right: 3px;
	text-decoration: line-through;
}

#menu a.locked:hover, #menu a.locked:focus {
	background: #778a63 url(../images/locked.png) no-repeat right 3px;
}

#langues {
	float: right;
    list-style-type: none;
	margin: 0;
    padding: 0;
	font-size: 1em;
	position: relative;
	bottom: -8px;
}

#langues li {
	display: inline;
	padding: 0 3px;
	margin: 0;
}
	
#langues li.active img {
	/*	opacity: .5;	fait via jQuery pour IE < 9 */
}

#langues li a {
	outline: none;
	position: relative;
}

#langues li a:hover, #langues li a:focus {
	background-color: transparent;
}

#contenu {
	padding: 20px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #99d9e9;
}

#contenu h1, #contenu h2 {
	text-indent: 10px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
	
#contenu h1 {
	color: #a3c856;
	margin: 4px 3px 10px;
	padding: 10px;
	text-shadow: 1px 1px 0 #eee;
	font-size: 2em;
}
	
#contenu h2 {
	color: #61cee9;
	margin: 33px 3px 20px 3px;
	padding: 4px;
	font-size: 1.5em;
}
	
#contenu h3 {
	color: #1d3e46;
	margin: 24px 53px;
	padding: 4px 4px 4px 33px;
	border-bottom: 1px solid #00CC66;
	font-size: 1.1em;
}
	
#contenu h4 {
	color: #009966;
	margin: 14px;
	padding: 4px;
	font-size: 1em;
}
	


#contenu ul {
	list-style: none;
	padding: 0 10px;
	margin: 10px 0 36px;
}

#contenu hr {
  height: 1px;
  margin: -0.5em auto;
  padding: 0;
  color: #97c9ec;
  background-color: #97c9ec;
  border: 0;
  width: 90%;
}

#contenu ul li {
	margin: 10px 0;
	padding: 0 20px;
	background: transparent url(../images/bullet.png) left 5px no-repeat;
}

#contenu p {
	text-indent: 10px;
}

#contenu a, #contenu a:visited, #contenu a:link {
	padding: 2px;
	color: #008DDE;
	text-decoration: none;
}

#contenu a:hover, #contenu a:focus, #contenu .portfolio-categ li.active a, #contenu .portfolio-categ li a:active {
	color: #006ba9;
	background-color: #ddeff4;
	outline: none;
}

#contenu p.error strong {
	background-color: #FFFF66;
}

#footer {
	width: 800px;
	margin: 0 auto;
	color: #ddd;
	text-align: center;
	font-size: 0.8em;
}

#footer p {
	padding: 0;
	margin: 6px 0 20px;
}

#footer a, #footer a:visited, #footer a:link {
	color: #98c5de;
}

#footer a:hover, #footer a:focus {
	color: #008DDE;
	text-decoration: underline;
}

p.googlemap {
	margin-left: 20px;
}

p.source {
	font-size: .9em;
	font-style: italic;
	color: #1da2c5;
	position: relative;
	top: -20px;
}


/* --------------------------------------------------------------{ Accordion JS }-------------------------------------------------------------- */

.hasJS #va-accordion h2 {
	color: #008DDE;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	border: none;
	background: transparent url(../images/click_me.png) left 33px no-repeat;
	text-decoration: underline;
	
}

.hasJS #va-accordion h2.hover {
	color: #0f879d;
}



.hasJS #va-accordion ul {
	list-style: inside circle;
	margin: 0;
	padding: 2px 0;
}

.hasJS #va-accordion ul li {
	margin: 0;
	padding: 0;
	background: none;
	font-size: .8em;
	float: left;
	width: 50%;
}


/* --------------------------------------------------------------{ Formulaire }-------------------------------------------------------------- */
form {
	width: 700px;
	margin: 20px auto 0;
	padding: 10px 0;
}
input, textarea, select, span, label {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
textarea {
	overflow: auto;
	height: 200px;
}
label {
	margin-right: 5px;
	text-align: right;
	color: #0D6375;
}
label.textarea {
	vertical-align: top;
}
label:hover {
	color: #15a1be;	
	cursor: pointer;
}
input[type=radio]:checked + label {
	color: inherit;
	cursor: default;
}
label.not_hover, label.not_hover:hover {	/* pour IE < 9 */
	color: #48404a;
	cursor: default;
}
input[type=text], 
input[type=password], 
select, 
textarea {
	width: 400px;
	padding: 4px 2px;
	border: 1px solid #9f9f9f;
}
:root input[type=text], 
:root input[type=password], 
:root select, 
:root textarea {
	background: #f7f7f7;
	background: -moz-linear-gradient(90deg, #fff, #f7f7f7);
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7));
}
input[type=text]:focus, 
input[type=password]:focus, 
select:focus, 
textarea:focus {
	background: #fff;
	border-color: #10778e;
	-moz-box-shadow: 0 0 7px #4ecde7;
	-webkit-box-shadow: 0 0 7px #4ecde7;
	box-shadow: 0 0 7px #4ecde7;
	outline: none;
}
input[readonly=readonly]:not(:checked), 
input[disabled=disabled]:not(:checked) {
	border: 1px solid #b4b4b4;
	background: #ebebeb;
}
input[readonly=readonly]:not(:checked):focus {
	border: 1px solid #b4b4b4;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#submit {
	background: #3c3c3c;
	background: -moz-linear-gradient(90deg, #282828 25%, #505050 75%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #282828), color-stop(0.75, #505050));
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
	outline: none;
}

#submit:hover, 
#submit:focus {
	background: #141414;
	background: -moz-linear-gradient(90deg, #000 25%, #282828 75%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #000), color-stop(0.75, #282828));
}

#submit:active {
	background: #919191;
	background: -moz-linear-gradient(90deg, #7d7d7d 25%, #a5a5a5 75%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #7d7d7d), color-stop(0.75, #a5a5a5));
	color: #000;
	text-shadow: 1px 1px 0 #eee;
}

/* --------------------------------------------------------------{ Formulaire / Spécifiques }-------------------------------------------------------------- */
.advice {
	color: #17b1d1;
	font-style: italic;
	margin-bottom: 20px;
	background: url(../images/Info.png) left 2px no-repeat;
	margin-left: 46px;
	padding-left: 12px;
}
.mefiage {
	background: url(../images/warning.png) 26px 1px no-repeat;
	margin: 10px 0 0 20px;
	padding: 15px 0 15px 54px;
	color: #f0856f;
	text-shadow: 0 1px 0 #ddd;
	font-size: 1.1em;
}
.mefiage p {
	margin: 3px 0;
	padding: 2px;
	line-height: .8;
}
.listing, .temporisation {
	margin: 20px 40px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	background: #bbefc8;
	background: -moz-linear-gradient(270deg, #92efaa, #ceefd6);
	background: -webkit-gradient(linear, left top, left bottom, from(#92efaa), to(#ceefd6));
	color: #000;
	border: 1px solid #000;
	padding: 10px;
	-moz-box-shadow: 0 0 10px #b8b8b8;
	-webkit-box-shadow: 0 0 10px #b8b8b8;
	box-shadow: 0 0 10px #b8b8b8;
	border: 1px solid #0f0f0f;
}
.listing p, .temporisation p {
	margin: 3px 0;
	padding: 2px;
	line-height: .8;
}
#codpos {
	width: 50px;
}

#text label {
	min-width: 230px;
}
#text #submit {
	margin-left: 250px;
}

#password label {
	min-width: 145px;
}
#password #submit {
	margin-left: 165px;
}

#textarea label {
	min-width: 140px;
}
#textarea #submit {
	margin-left: 467px;
}

#select label {
	min-width: 300px;
}
#select #submit {
	margin-left: 320px;
}
#select select {
	width: 280px;
}

#file fieldset p {
	padding-left: 20px;
}

#file #submit {
	margin-left: 30px;
}

#checkbox label, 
#radio label {
	width: 95%;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
}

#checkbox input, 
#radio input {
	vertical-align: top;
}

/* --------------------------------------------------------------{ Erreurs }-------------------------------------------------------------- */
.erreur {
	color: #f0775e;
}
legend.erreur {
	text-shadow: none;
}
.erreur input[type=text], 
.erreur input[type=password], 
.erreur select, 
.erreur textarea {
	border-color: #af0627;
	background: #fff;
}
:root .erreur input[type=text], 
:root .erreur input[type=password], 
:root .erreur select, 
:root .erreur textarea {
	background: -moz-linear-gradient(90deg, #fff, #f8efe4);
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8efe4));
}

.erreur input[type=text]:focus, 
.erreur input[type=password]:focus, 
.erreur textarea:focus {
	border-color: #1f1817;
	background: #fff;
}
.erreur span, span.erreur {
	background: url(../images/error.png) left 2px no-repeat;
	color: #f0775e;
	margin-left: 162px;
	padding-left: 11px;
	display: block;
}
.erreur span.aide {
	display: none;
}


/* --------------------------------------------------------------{ Galerie }-------------------------------------------------------------- */

#conteneur .p-portfolio-categ {
	float: left;
	width: 13%;
	padding: 0px;
	margin: 10px 0px;
	line-height: 1.7em;
}
#conteneur .portfolio-categ {
    margin: 10px 0 30px;
	padding: 10px 0 0 13%;
    text-align: left;
}
.portfolio-categ li {
	display:inline;
	margin-right:10px;
}
.image-block {
	display: block;
	position: relative;
}
.image-block img {
	border: 1px solid #d5d5d5;
	border-radius: 4px 4px 4px 4px;
	background:#fff;
	padding:10px;
}
#contenu .image-block a:hover, #contenu .image-block a:focus {
	background-color: #fff;
}

.image-block img:hover {
	/*border: 1px solid #A9CF54;
	box-shadow:0 0 5px #eee;*/
	border-color: 1px solid #ddd;
	-moz-box-shadow: 0 0 3px 0 #ccc;
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 5px #ccc;
}
.hasJS ul.portfolio-area {
	display: none;
}
.portfolio-area li {
	float: left;margin: 0 12px 20px 0;
	overflow: hidden;
	width: 300px;
	padding:5px;
}
.home-portfolio-text {
	margin-top:10px;
}
li.active a {
	text-decoration:underline;
}

#contenu ul.portfolio-categ li, #contenu ul.portfolio-area li {
	background: none;
}
#contenu ul.portfolio-categ li {
	padding: 0 5px;
	line-height: 1.7em;
}
#contenu ul.portfolio-area li {
	margin-left: 20px;
}
p.source {
    top: -5px;
}

#contenu ul.portfolio-area li {
    display: inline-block;
    height: 210px;
    margin-left: 20px;
    width: 300px;
	text-align: center;
}


/* --------------------------------------------------------------{ Modification profil }-------------------------------------------------------------- */

#base_profil {
    background: url(../images/fond_blanc.png) repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	display: none;
	text-shadow: 1px 2px #000;
}

#profil {
    position: relative;
    width: 260px;
	margin: 120px auto 0;
	padding: 10px;
	background: #0c6272 url("../images/fond_site.png") repeat-x fixed left bottom;
	border: 1px solid #000;
	z-index: 11;
}

#profil form {
	padding: 2px;
	margin: 2px;
	width: 99%;
}

#profil p {
	text-indent: 0;
	color: #c0eb65;
}

#profil form #new_lindr_email {
	width: 240px;
}

#profil form .pwd {
	width: 172px;
}

#profil label {
	color: #61cee9;
	padding: 3px 0;
}

#profil label:hover, #profil label:focus, #profil label:active {
	color: #d1e4e9;
}

#data_error_profil {
	color: #f0775e;
	text-shadow: 1px 2px #000;
}

#data_error_profil ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

#data_error_profil ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/error.png) left 2px no-repeat;
}

#profil #profil_conf {
	display: none;
}

#profil #profil_conf p {
	text-align: center;
}




/* --------------------------------------------------------------{ Demande d'inscription }-------------------------------------------------------------- */

#base_inscription {
    background: url(../images/fond_blanc.png) repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	display: none;
	text-shadow: 1px 2px #000;

}

#inscription {
    position: relative;
    width: 610px;
	margin: 120px auto 0;
	padding: 10px;
	background: #0c6272 url("../images/fond_site.png") repeat-x fixed left bottom;
	border: 1px solid #000;
	z-index: 11;
}

#inscription form {
	padding: 2px;
	margin: 2px;
	width: 99%;
}

#inscription p {
	text-indent: 0;
	color: #c0eb65;
}

#inscription p.advice {
	color: #c4effa;
	margin: 30px 0 10px 20px;
	padding-left: 30px;
	font-size: .9em;
}

#inscription form .pseudo {
	width: 144px;
}

#inscription form .field {
	width: 333px;
}

#inscription form textarea {
	height: 100px;
}

#inscription label {
	color: #61cee9;
	padding: 3px 0;
	display: inline-block;
	min-width: 184px;
	text-align: right;
}

#inscription label.comm {
	vertical-align: top;
}

#inscription label:hover, #inscription label:focus, #inscription label:active {
	color: #d1e4e9;
}

#data_error_insc {
	color: #f0775e;
	text-shadow: 1px 2px #000;
}

#data_error_insc ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

#data_error_insc ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/error.png) left 2px no-repeat;
}

#inscription #inscription_conf {
	display: none;
}

#inscription #inscription_conf p {
	text-align: center;
}




/* --------------------------------------------------------------{ Mot de passe perdu }-------------------------------------------------------------- */

#base_lost_password {
    background: url(../images/fond_blanc.png) repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	display: none;
	text-shadow: 1px 2px #000;

}

#lost_password {
    position: relative;
    width: 580px;
	margin: 120px auto 0;
	padding: 10px;
	background: #0c6272 url("../images/fond_site.png") repeat-x fixed left bottom;
	border: 1px solid #000;
	z-index: 11;
}

#lost_password form {
	padding: 2px;
	margin: 2px;
	width: 99%;
}

#lost_password p {
	text-indent: 0;
	color: #c0eb65;
	text-align: justify;
}

#lost_password p.advice {
	color: #c4effa;
	margin: 30px 0 10px 20px;
	padding-left: 30px;
	font-size: .9em;
}

#lost_password form .pseudo {
	width: 144px;
}

#lost_password form .field {
	width: 333px;
}

#lost_password form textarea {
	height: 100px;
}

#lost_password label {
	color: #61cee9;
	padding: 3px 0;
	display: inline-block;
	min-width: 98px;
	text-align: right;
}

#lost_password label.comm {
	vertical-align: top;
}

#lost_password label:hover, #lost_password label:focus, #lost_password label:active {
	color: #d1e4e9;
}

#data_error_lost {
	color: #f0775e;
	text-shadow: 1px 2px #000;
}

#data_error_lost ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

#data_error_lost ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/error.png) left 2px no-repeat;
}

#lost_password #lost_password_conf {
	display: none;
}

#lost_password #lost_password_conf p {
	text-align: center;
}



/* --------------------------------------------------------------{ Login }-------------------------------------------------------------- */

#top {
  	background: url(../images/login_form_images/login_top.png) repeat-x 0 0;
	height: 38px;
	position: relative;
	border-top: 1px solid #000;
}

#top ul.login {
	display: none;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 40px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/login_form_images/login_r.png) no-repeat right 0;
	padding-right: 45px;
}

.hasJS #top ul.login {
	display: block;
}

#top ul.login li.left {
  	background: url(../images/login_form_images/login_l.png) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 0 0 10px;
	display: block;
	float: left;
  	background: url(../images/login_form_images/login_m.png) repeat-x 0 0;
}

#top ul.login li a {
	color: #ddd;
	padding-right: 20px;
}

#top ul.login li a#toggleLogin {
	background: url(../images/login.png) no-repeat top right;
}

#top ul.login li a#toggleLogout {
	background: url(../images/logout.png) no-repeat top right;
}

#top ul.login li a#MonProfil {
	background: url(../images/user.png) no-repeat top right;
}

#top ul.login li a:hover, #top ul.login li a:focus, #top ul.login li a:active {
	/* color: white; */
	color: #33CCCC; 
	outline: none;
}


/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: #ddd;
	background: #04282d url(../images/fond_login.gif) left bottom repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding-bottom: 10px;
}

.hasJS #login {
	display: none;
}

#login #sinscrire, #login #pswdperdu {
	display: none;
}

.hasJS #login #sinscrire, .hasJS #login #pswdperdu {
	display: inline;
}

#login .JS_obligatoire {
	color: #ff3333;
}

.hasJS #login .JS_obligatoire {
	display: none;
}

#login a {
	text-decoration: none;
	color: #0ecccc;
}

#login a:hover, #login a:focus, #login a:active {
	color: #10f6f6;
	outline: none;
}

#login .loginContent {
	width: 600px;
	/* height: 80px; */
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	padding-left: 54px;
	font-size: 0.95em;
}

#login .loginContent .right {
	padding-left: 65px;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	padding: 0;
}

#login .loginContent input.field, #login .loginContent input.passw  {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 14px;
	margin-top: 4px;
	color: white;
	height: 16px;
	width: 240px;
}

#login .loginContent input.passw {
	width: 100px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: text-top;
}

#login .loginClose {
	display: none;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 0.8em;
	text-align: left;
}

.hasJS #login .loginClose {
	display: block;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 19px;
	background: url(../images/login_form_images/button_close.jpg) no-repeat right 0;
	padding-right: 14px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover, #login .loginClose a:focus, #login .loginClose a:active {
	background: url(../images/login_form_images/button_close.jpg) no-repeat right -19px;
	outline: none;
}

#login label {
	color: #61cee9;
	text-shadow: 1px 2px #000;
}

#login label:hover, #login label:focus, #login label:active {
	color: #d1e4e9;
}

.erreur_login {
	position: absolute;
	top: 1px;
	left: 1px;
}


/* --------------------------------------------------------------{ Boutons }-------------------------------------------------------------- */

.skip {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #8C9CBF;
    background-image: -moz-linear-gradient(center top , #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
    border-color: #172D6E #172D6E #0E1D45;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #B1B9CB inset;
    color: #eee;
    font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 3px 9px 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000f4d;
}

.skip:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	color: #fff;
    cursor: pointer; }
.skip:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #ccc;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }
	
	
/* cupid green (inspired by okcupid.com)
*******************************************************************************/
.cupid-green {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #dae6e9;
	font-weight: bold;
	/*font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;*/
	padding: 3px 9px 4px;
	text-align: center;
	text-shadow: 1px 1px #000;
	box-shadow: inset 0 1px 0 0 #96ca6d;

	border: 1px solid #364629;
	border-bottom: 1px solid #374928;
}
.cupid-green:hover, .cupid-green:focus {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
	color: #fff;
}
.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; 
	color: #fff;
}

/* cupid gray (inspired by okcupid.com)
*******************************************************************************/
.cupid-gray {
	background-color: #708163;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #708163), color-stop(100%, #364629));
	background-image: -webkit-linear-gradient(top, #708163, #364629);
	background-image: -moz-linear-gradient(top, #708163, #364629);
	background-image: -ms-linear-gradient(top, #708163, #364629);
	background-image: -o-linear-gradient(top, #708163, #364629);
	background-image: linear-gradient(top, #708163, #364629);
	border: 1px solid #364629;
	border-bottom: 1px solid #374928;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #ddd;
	font-weight: bold;
	padding: 3px 9px 4px;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}
.cupid-gray:hover, .cupid-gray:focus {
	background-color: #4e5d42;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e5d42), color-stop(100%, #384a2b));
	background-image: -webkit-linear-gradient(top, #4e5d42, #384a2b);
	background-image: -moz-linear-gradient(top, #4e5d42, #384a2b);
	background-image: -ms-linear-gradient(top, #4e5d42, #384a2b);
	background-image: -o-linear-gradient(top, #4e5d42, #384a2b);
	background-image: linear-gradient(top, #4e5d42, #384a2b);
	-webkit-box-shadow: inset 0 1px 0 0 #637158;
	box-shadow: inset 0 1px 0 0 #637158;
	cursor: pointer;
	color: #eee;
	text-shadow: 1px 1px 0 #333;
}
.cupid-gray:active {
	border: 1px solid #374928;
	border-bottom: 1px solid #2e3e22;
	-webkit-box-shadow: inset 0 0 8px 4px #2a3620, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #2a3620, 0 1px 0 0 #eeeeee;
	color: #eee;
	text-shadow: 1px 1px 0 #333;
}
