﻿.bouton_texte{
	border: 1px solid #E2E2E2;
	padding: 5px;
	line-height: 35px;
	margin-right: 6px;
	background-color: #F3F3F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #C7C7C7;
	font-weight:bold;
}
.bouton_texte:hover{
	color: #23AF20;
	border: 1px solid #23AF20;
}
div.pointagestyle_simple{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-o-box-shadow: 0px 0px 10px #0A0A0A;
	-icab-box-shadow: 0px 0px 10px #0A0A0A;
	-khtml-box-shadow: 0px 0px 10px #0A0A0A;
	-moz-box-shadow: 0px 0px 10px #0A0A0A;
	-webkit-box-shadow: 0px 0px 10px #0A0A0A;
	box-shadow: 0px 0px 10px #0A0A0A;
	margin: 0 auto 15px auto;
	width:98%;
}
div.pointagestyle_simple h2{
	background:url("../graphismes/fond_lignes.png");
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	padding: 5px 10px;
	border-bottom: 1px solid #8C8C8C;
}
.pointage_contenu{
	padding: 0 10px 5px 10px;
	margin-top: 0px;
}
div.pointagestyle_simple table{
	margin: 0 auto;
	text-align: center;
}

div.pointage_contenu input[type="submit"].bouton_simple{
	float: right;
}
.bouton_simple{
	padding: 2px 5px;
	color: #8C8C8C;
}
.bouton_simple,
div.pointage_contenu input[type="text"],
div.pointage_contenu select{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	border: 1px solid #8C8C8C;
	
}
div.pointage_contenu input[type="text"]{
	width: 100px;
	padding: 2px 5px 2px 25px;
	background-position: 2px center;
	background-repeat:no-repeat;
}
.table_challenges_index{
	border-collapse:collapse;
	width:100%;
}
.table_challenges_index tr.top{
	height:20px;
	width: 100%
}
.table_challenges_index tr.top td.top_gauche_pop{
	background-image:url("/graphismes/top_left_pop.png");
	width:19px;
	background-repeat:no-repeat;
}
.table_challenges_index tr.top td.top_gauche{
	background-image:url("/graphismes/top_left.png");
	width:3px;
	background-repeat:no-repeat;
}
.table_challenges_index tr.top td.top_centre{
	background-image:url("/graphismes/top_middle.png");
}
.table_challenges_index tr.top td.top_droite{
	background-image:url("/graphismes/top_right.png");
	width:4px;
	background-repeat:no-repeat;
}
.table_challenges_index tr.top td.top_espace{
	width:3px;
}
.table_challenges_index tr.description_challenge,
.table_challenges_index td.description_challenge{
	padding: 3px 7px 10px 7px;
}
.table_challenges_index td.description_challenge span.version_sims{
	font-size:0.7em;
}
.table_challenges_index td.description_challenge span.description_challenge{
	font-size:0.9em;
}
.table_challenges_index td.description_challenge a{
	background-image:url("/graphismes/degrade_boutons.jpg");
	font-size:0.9em;
	border: 1px solid #8C8C8C;
	padding: 2px 3px;
	margin: 5px 4px 0px 0px;
	color: #1D3D5B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #2273BF;
	background-repeat: repeat-x;
}
.table_challenges_index td.description_challenge a:hover{
	background-image:url("/graphismes/degrade_boutons_hover.jpg");
}
.table_challenges_index td.description_challenge{
	min-width:100px;
}
.table_challenges_index_tout{
	background-image:url("/graphismes/fond_fenetre_bleu.jpg");
	width:100%;
	text-align:center;
	border-spacing:6px;
}
.table_challenges_index_tout td:hover{
	background-image:url("/graphismes/fond_fenetre_vert.jpg");
}
.table_index_ligne_horizontale{
	background-image:url("/graphismes/fond_fenetre_bleu.jpg");
}
.table_challenges_index_tout td{
	border: 1px solid white;
	padding: 5px;
}
.table_index_blanc{
	background-color: white;
}