@import url('btn.css');

/*
menu BG : #E0755E
font color : #060606
*/

body {
	background-color: #F9FBFC;
	font-family: "Gill Sans", sans-serif;
	font-size: 1em;
}

body #logo {
	font-size: 0.5em;
}

/* MESSAGE ALERTE ROUGE ITALIQUE */
i {
	color: red;
}

/*TITRE POUR PAGE INDEX*/
.titresite {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10%;
	text-align: center;
	position: middle;
}

/*ESPACE IMAGE POUR PAGE INDEX AU DESSUS DU COPYRIGHT*/
.ub {
	text-align: center;
}

/*LOGO LIMITE EN TAILLE*/
.ub img {
	width: 8%;
}

.attention {
	background-color: red;
	color: white;
}

.aligncenter {
	text-align: center;
}

.aligncenter fieldset {
	min-width: 50%;
}

.profile5 {
	text-align: left;
	width: 1%;
	float: left;
}

.menu {
	background-color: #F1F3F7;
	text-transform: uppercase;
	margin: 0 ;
	padding: 0 ;
	list-style: none;
	text-align: center;
}

.menu ul {
	margin-bottom: 0px;
	max-width: 80%;
	padding: 0px;
}

/*Menu déroulant*/
.menu li {
	display: inline-block;
	/*margin: 0 15px;
	padding: 0 5px;*/
	text-align: center;
}

.menu a {
	text-decoration: none;
	display: block;
	height: 35px;
	letter-spacing: normal;
	line-height: 35px;
	color: #060606;
}

/* Survol d'un lien */
.menu a:hover {
	color: #fff;
	background: #4978ab;
}

/* Sous-listes */
.menu ul li ul li a {
	/*width: 155px;*/
}

/* Sous-listes */
.menu ul li ul {
	position: absolute;
	/*width: 155px;*/
	visibility: hidden;
}


.menu ul li:hover ul {
	visibility: visible;
	font-size: 0.95em;
	min-height: 0;
	;
}

.menu li:first-child:hover,
.menu li:first-child li:hover {
	background: #4978ab;
}

.menu li:nth-child(2):hover,
.menu li:nth-child(2) li:hover {
	background: #4978ab;
}

.menu li:nth-child(3):hover,
.menu li:nth-child(3) li:hover {
	background: #4978ab;
}

.menu li:nth-child(4):hover,
.menu li:nth-child(4) li:hover {
	background: #4978ab;
}

.menu li:nth-child(5):hover,
.menu li:nth-child(5) li:hover {
	background: #4978ab;
}

.menu li:last-child:hover,
.menu li:last-child li:hover {
	background: #4978ab;
}

/*D�sactive la main au survol de Gestion et Evenement*/
#unactivecursor {
	cursor: default;
}

.profil2 {
	text-align: left;
	display: block;
	width: 45%;
	float: left;
}

.profile3 {
	text-align: left;
	display: block;
	width: 25%;
	float: left;
}

.profile4 {
	margin-left: 2%;
	display: inline-block;
	min-width: 25%;
}



.inputchiffre {
	width: 20%;
}

.tarif {
	text-align: left;
	display: block;
	width: 70%;
	float: left;
}

.membre {
	text-align: left;
	display: block;
	width: 100%;
	float: left;
}

.gestionleft {
	background-color: #f5f5f5;
	padding: 5px;
	text-align: left;
	width: 23%;
	margin-right: 2%;
}

.gestionright {
	width: 100%;
}


#clear {
	clear: both;
}

#liste {
	/*margin: auto;
	max-width: 80%;*/
}

#liste_mini_panier {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-color: #f5f5f5;
	padding: 5px;
}

#liste_panier {
	clear: both;
	min-width: 100%;
	min-height: 10%;
}

#forminscription input[type="text"] {
	width: 20%;
}

#forminscription input[type="password"] {
	width: 20%;
}

#overlay {
	display: none;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400%;
	text-align: center;

	background-color: rgba(0, 0, 0, 0.9);
}

#overlay img {
	margin-top: 100px;
}

.petitbouton {
	font-size: 0.8em;
	max-width: 48%;
	min-height: 2%
}

#tablecommandephoto {
	font-size: 0.95em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	/* Les bordures du tableau seront coll�es (plus joli) */
}


.CommandePhoto {
	margin: 0px;
	padding: 0px;

	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
}

.CommandePhoto table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.CommandePhoto tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.CommandePhoto table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CommandePhoto table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.CommandePhoto tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.CommandePhoto tr:hover td {}

.CommandePhoto tr:nth-child(odd) {
	background-color: #aad4ff;
}

.CommandePhoto tr:nth-child(even) {
	background-color: #ffffff;
}

.CommandePhoto td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

.CommandePhoto tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.CommandePhoto tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.CommandePhoto tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.CommandePhoto tr:first-child td {
	background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
	background: -moz-linear-gradient(center top, #005fbf 5%, #003f7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top, #005fbf, 003f7f);
	background-color: #005fbf;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

.CommandePhoto tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
	background: -moz-linear-gradient(center top, #005fbf 5%, #003f7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top, #005fbf, 003f7f);

	background-color: #005fbf;
}

.CommandePhoto tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.CommandePhoto tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

.alignementvertical {
	display: inline-block;
	margin-left: 5%;
	margin-right: auto;
	vertical-align: middle;
	line-height: normal;
}

/* PAGE VU_MINI PANIER */
#vu_mini_panier {
	font-size: 0.85em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	/* Les bordures du tableau seront coll�es (plus joli) */
	border-radius: 5px;
	opacity: 0.5;


}

#vu_mini_panier span:nth-child(n) {
	display: none;
}

#vu_mini_panier th:nth-child(n+1) {
	display: none;
}

#vu_mini_panier table {
	border: 1px solid;
	border-color: #aaa2aa;
	color: black;
}

#vu_mini_panier:hover span:nth-child(n) {
	display: inline;
}

#vu_mini_panier:hover th:nth-child(n) {
	display: inline;
}

#vu_mini_panier:hover {
	opacity: 1;
}


#vu_mini_panier tr:nth-child(odd) {

	background-color: #aad4ff;
}

#vu_mini_panier tr:nth-child(even) {

	background-color: #ffffff;
}


/* PAGE VU_LISTE_PHOTO */
#liste_photo {
	clear: both;
	min-width: 100%;
	min-height: 10%;
	margin-top: 20px;
}

.piecephoto {
	float: left;
	min-width: 300px;
	min-height: 360px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.8);
}

.piecephoto img {
	margin-top: 5%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.piecephoto button {
	font-size: 0.8em;
	padding: 2px;
	background: #00aaee;
	color: #ffffff;
	border-radius: 0px;
	border: 0px solid #ccc;
	box-shadow: 1px 1px 3px #999;
}

.piecephoto button:hover {
	font-size: 0.8em;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	color: #333;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #999;
}

.piecephoto_panier {
	float: left;
	border: 2px ridge #ccc;
	min-width: 370px;
	min-height: 400px;
}

.piecephoto_panier img {
	margin-top: 5%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	margin-left: auto;
	margin-right: auto;
}

.piecephoto_panier button {
	font-size: 0.8em;
	padding: 2px;
	background: #f5f5f5;
	color: #555;
	border-radius: 2px;
	margin-left: 1%;
	width: 150px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #999;
}

.piecephoto_panier button:hover {
	font-size: 0.8em;
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	color: #555;
	border-radius: 2px;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #999;
}


#aligngauche {
	text-align: left;
}

#divoverflow {
	max-height: 1000px;
	overflow: scroll;
}

@media screen and (min-width:300px) and (max-width:600px) {
	/* MISE EN FORME GLOBAL */

	#signature {
		font-size: 0.7em;
	}

	/* MESSAGE ALERTE ROUGE ITALIQUE */
	i {
		color: red;
	}

	/* LOGO DU CLUB SITUE AU DESSUS DU MENU*/
	.logo {
		font-size: 1.2em;
		color: #46A2BA;
		-webkit-text-fill-color: white;
		position: relative;
		margin-left: 5%;
	}

	/*LOGO LIMITE EN TAILLE*/
	.logo img {
		max-width: 40%;
	}

	/*TITRE POUR PAGE INDEX*/
	.titresite {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 10%;
		text-align: center;
		position: middle;
	}

	/*ESPACE IMAGE POUR PAGE INDEX AU DESSUS DU COPYRIGHT*/
	.ub {
		text-align: center;
	}

	/*LOGO LIMITE EN TAILLE*/
	.ub img {
		width: 25%;
	}

	/*Alignement � gauche du texte pour le formulaire inscription*/
	#forminscription {
		text-align: left;
		font-size: 0.8em;
		width: 95%;
	}

	/*Les fieldsets(Gymnaste,Contacts,Parents,...) du formulaire inscriptions ont une taille minimale*/
	#forminscription fieldset {
		min-width: 40%;
	}

	.aligncenter {
		text-align: center;
	}

	.aligncenter fieldset {
		min-width: 50%;
	}

	.profile5 {
		text-align: left;

		width: 1%;
		float: left;
	}

	#champs_contact {}

	#champs_contact input {
		width: 25%;
	}

	/*Cadre par d�faut attribu� � tous les fieldsets*/
	fieldset {
		border: 1px solid black;
		text-align: left;
		margin-bottom: 10px;
		margin-right: 10px;
		min-width: 90%;
		font-size: 0.8em;
	}

	label {
		display: block;
		width: 350px;
	}

	legend {
		font-weight: bold;
		padding: 0.2em 0.5em;
		border: 1px solid black;
		color: black;
		font-size: 90%;
		text-align: left;
	}

	/*Positionnement du menu dans la page*/
	.menu {
		margin-top: -20%;
		margin-top: 5%;
		margin-left: 5%;
	}

	/*Design du menu*/
	.menu ul {
		font-size: 0.45em;
		border-top-right-radius: 2em;
		margin-bottom: 0px;
		max-width: 100%;
		background-color: #14212f;
		padding: 0px;
	}

	/*Menu d�roulant*/
	.menu li {
		display: inline-block;
		text-align: center;
	}

	.menu a {

		text-decoration: none;
		display: block;
		width: 8em;
		height: 10%;
		letter-spacing: normal;
		line-height: 2em;
		color: #fff;
	}

	/* Survol d'un lien */
	.menu a:hover {
		color: #fff;
		background: #4978ab;
		-moz-transition: .4s all .2s;
		-webkit-transition: .4s all .2s;
		transition: .4s all .2s;
	}

	.menu ul li ul

	/* Sous-listes */
		{
		position: absolute;
		width: 8em;
		visibility: hidden;
	}

	.menu ul li:hover ul {
		visibility: visible;
		font-size: 0.95em;
		min-height: 0;
		border-top-right-radius: 0;
	}

	.menu li:first-child:hover,
	.menu li:first-child li:hover {
		background: #4978ab;
	}

	.menu li:nth-child(2):hover,
	.menu li:nth-child(2) li:hover {
		background: #4978ab;
	}

	.menu li:nth-child(3):hover,
	.menu li:nth-child(3) li:hover {
		background: #4978ab;
	}

	.menu li:nth-child(4):hover,
	.menu li:nth-child(4) li:hover {
		background: #4978ab;
	}

	.menu li:nth-child(5):hover,
	.menu li:nth-child(5) li:hover {
		background: #4978ab;
	}

	.menu li:last-child:hover,
	.menu li:last-child li:hover {
		background: #4978ab;
	}

	/*D�sactive la main au survol de Gestion et Evenement*/
	#unactivecursor {
		cursor: default;
	}

	.profil {
		text-align: left;
		display: block;
		width: 65%;
		float: left;

	}

	.profil2 {
		text-align: left;
		display: block;
		width: 45%;
		float: left;
	}

	.profile3 {
		text-align: left;
		display: block;
		width: 25%;
		float: left;
	}

	.profile4 {
		margin-left: 2%;
		display: inline-block;
		min-width: 25%;
	}



	.inputchiffre {
		width: 20%;
	}

	.tarif {
		text-align: left;
		display: block;
		width: 80%;
		float: left;
	}

	.membre {
		text-align: left;
		display: block;
		width: 100%;
		float: left;
	}

	.formtarif {
		margin: auto;
		width: 100%;
		line-height: 25px;
		font-size: 0.7em;
	}

	.formtarif input[type=text] {
		max-width: 7%;
	}

	.formmembre {
		width: 100%;
		line-height: 28px;
		font-size: 0.75em;
	}

	.formtest {
		margin: auto;
		width: 500px;
		line-height: 30px;
	}

	.formgestionnaire {
		margin: auto;
		width: 80%;
		line-height: 25px;
		font-size: 0.8em;
	}

	.formgestionnaire input[type="password"] {
		width: 30%;
	}

	.formgestionnaire input[type="text"] {
		width: 30%;
	}

	.formdeletion {
		margin: auto;
		width: 80%;
		line-height: 20px;
		font-size: 0.8em;
	}

	.formmodifmembre {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		line-height: 25px;
		clear: both;
		margin-bottom: 25%;
	}

	.formmodifmembre input {
		max-width: 100%;
	}

	.formuploadimg {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		line-height: 30px;
	}

	.formboutiquephoto {
		margin: auto;

		line-height: 10px;
		float: left;
	}

	.gestionleft {
		float: left;
		text-align: left;
		width: 100%;
		margin-right: 2%;
	}

	.gestionright {
		width: 100%;
	}

	#clear {
		clear: both;
	}

	#liste {
		margin: auto;
		max-width: 80%;
		font-size: 0.6em
	}

	#liste_panier {
		clear: both;
		min-width: 100%;
		min-height: 10%;
	}

	#forminscription input[type="text"] {
		width: 20%;
	}

	#forminscription input[type="password"] {
		width: 20%;
	}

	#overlay {
		display: none;

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;

		background-color: rgba(0, 0, 0, 0.6);

	}

	#overlay img {
		margin-top: 100px;
	}

	#overlay:hover {
		cursor: pointer;
	}

	.petitbouton {
		font-size: 0.8em;
		max-width: 48%;
		min-height: 2%
	}


	#tablecommandephoto {
		font-size: 0.95em;
		margin-left: auto;
		margin-right: auto;
		border-collapse: collapse;
		/* Les bordures du tableau seront coll�es (plus joli) */
	}

	#tablecommandephoto td {
		border: 1px solid black;
		padding: 5px;
	}

	#tablecommandephoto th {
		border: 1px solid black;
		padding: 5px;
	}

	.alignementvertical {
		margin-left: auto;
		margin-right: auto;
		vertical-align: middle;
		line-height: normal;
		text-align: center;
	}

	/* PAGE VU_MINI PANIER */
	#vu_mini_panier {
		font-size: 0.85em;
		margin-left: auto;
		margin-right: auto;
		border-collapse: collapse;
		/* Les bordures du tableau seront coll�es (plus joli) */
	}

	#vu_mini_panier td {
		border: 1px solid black;
	}

	#vu_mini_panier th {
		border: 1px solid black;
	}

	/* PAGE VU_LISTE_PHOTO */
	#liste_photo {
		clear: both;
		min-width: 100%;
		min-height: 10%;
	}

	.piecephoto {
		float: left;
		border: 2px ridge #ccc;
		min-width: 300px;
		min-height: 340px;
	}

	.piecephoto img {
		margin-top: 5%;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	}

	.piecephoto button {
		font-size: 0.8em;
		padding: 2px;
		background: #f5f5f5;
		color: #555;
		border-radius: 2px;
		width: 100%;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 3px #999;
	}

	.piecephoto button:hover {
		font-size: 0.8em;
		background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
		background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
		color: #555;
		border-radius: 2px;
		width: 100%;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 3px #999;
	}

	.piecephoto_panier {
		float: left;
		border: 2px ridge #ccc;
		min-width: 370px;
		min-height: 400px;
		margin-left: auto;
		margin-right: auto;

		text-align: center;
	}

	.piecephoto_panier img {
		margin-top: 5%;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
		margin-left: auto;
		margin-right: auto;
	}

	.piecephoto_panier button {
		font-size: 0.8em;
		padding: 2px;
		background: #f5f5f5;
		color: #555;
		border-radius: 2px;
		margin-left: 1%;
		width: 150px;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 3px #999;
	}

	.piecephoto_panier button:hover {
		font-size: 0.8em;
		background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
		background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
		color: #555;
		border-radius: 2px;
		width: 100%;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 3px #999;
	}


	#aligngauche {
		text-align: left;
	}

	#divoverflow {
		max-height: 1000px;
		overflow: scroll;
	}

	.CommandePhoto {
		margin: 0px;
		padding: 0px;
		font-size: 0.8em;
		border: 1px solid #000000;
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;

		-moz-border-radius-bottomright: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-bottom-right-radius: 0px;

		-moz-border-radius-topright: 0px;
		-webkit-border-top-right-radius: 0px;
		border-top-right-radius: 0px;

		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
	}

	.CommandePhoto table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 50%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	.CommandePhoto tr:last-child td:last-child {
		-moz-border-radius-bottomright: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.CommandePhoto table tr:first-child td:first-child {
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
	}

	.CommandePhoto table tr:first-child td:last-child {
		-moz-border-radius-topright: 0px;
		-webkit-border-top-right-radius: 0px;
		border-top-right-radius: 0px;
	}

	.CommandePhoto tr:last-child td:first-child {
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.CommandePhoto tr:nth-child(odd) {
		background-color: #aad4ff;
	}

	.CommandePhoto tr:nth-child(even) {
		background-color: #ffffff;
	}

	.CommandePhoto td {
		vertical-align: middle;
		border: 1px solid #000000;
		border-width: 0px 1px 1px 0px;
		text-align: left;
		padding: 7px;
		font-size: 1em;
		font-weight: normal;
		color: #000000;
	}

	.CommandePhoto tr:last-child td {
		border-width: 0px 1px 0px 0px;
	}

	.CommandePhoto tr td:last-child {
		border-width: 0px 0px 1px 0px;
	}

	.CommandePhoto tr:last-child td:last-child {
		border-width: 0px 0px 0px 0px;
	}

	.CommandePhoto tr:first-child td {
		background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
		background: -moz-linear-gradient(center top, #005fbf 5%, #003f7f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
		background: -o-linear-gradient(top, #005fbf, 003f7f);
		background-color: #005fbf;
		border: 0px solid #000000;
		text-align: center;
		border-width: 0px 0px 1px 1px;
		font-size: 0.8em;
		color: #ffffff;
	}

	.CommandePhoto tr:first-child:hover td {
		background-color: #005fbf;
	}

	.CommandePhoto tr:first-child td:first-child {
		border-width: 0px 0px 1px 0px;
	}

	.CommandePhoto tr:first-child td:last-child {
		border-width: 0px 0px 1px 1px;
	}
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.selectionColonne {

	color: #0088fe;

}

#contacts {
	color: #ffaaff;
}

.tabok {
	background-color: #005fbf;
}

.masquer {
	border-radius: 15px;
}

#trogne {
	max-width: 90px;
}

fieldset+div {
	clear: both;
}

.trombi {
	display: inline-block;
	padding: 10px 10px 35px 10px;
	margin: 4px 2px 4px 2px;
	border: solid;
	border-color: #005fbf;
	border-radius: 15px;
}

#sms {
	padding-top: 5px;
}

#valider_sms {
	visibility: hidden;
}