/***************/
/**  GENERAL  **/
/***************/

body {
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;

	font-family : Arial;
	color : #535353;
}

a {
	cursor : pointer;
	display : inline;

	text-decoration : inherit;
	color : #000000;
}

*[onclick] {
	cursor : pointer;
}


/***************/
/**  CONTENU  **/
/***************/

#entete {
	width : 100%;
	padding : 10px 0px 10px 0px;
	border-bottom : 20px solid #071E39;
}

#entete #logo {
	float : left;
	width : 50%;
	text-align : center;
}

#entete #compte {
	float : left;
	width : 50%;

	font-size : 13px;
	font-weight : bold;
	text-align : left;
}

#menu_bouton {
	width : 80px;
	margin : 10px 0px 0px 30px;
	padding : 2px 5px 4px 5px;
	background-color : #1EA2B7;
	border : 1px solid #1EA2B7;
	border-radius : 4px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;

	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
}

#contenu {
	width : 100%;
	padding : 10px 0px 20px 0px;
	background-color : #F0F0F0;

	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #000000;
}

#contenu_bis {
	width : 90%;
}

#contenu h1 {
	margin : 0px;

	font-size : 20px;
	font-weight : bold;
	color : #1EA2B7;
}

#contenu .separateur {
	width : 100%;
	margin : 5px 0px 30px 0px;
	border-top : 1px dashed #189DB3;
}

#contenu .menu {
	width : 95%;
	padding : 2px 0px 4px 0px;
	margin : 5px 0px 15px 0px;
	background-color : #CCCCCC;
	border : 1px solid #CCCCCC;
	border-radius : 4px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;

	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	text-shadow : 1px 1px 0px #AAAAAA;
}

#contenu .titre {
	margin-bottom : 15px;

	font-family : 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #EA5918;
	text-decoration : none;
	text-shadow : 1px 1px 0px #FFFFFF;
}

#contenu .sous_titre {
	margin : 5px 0px 5px 0px;

	font-family : 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #535353;
	text-decoration : none;
	text-shadow : 1px 1px 0px #FFFFFF;
}

#contenu .erreur {
	float : left;

	font-size : 15px;
	color : #FF0000;
}

#contenu .confirmation {
	margin : 0px 0px 30px 200px;
	color : green;
}


/*******************/
/**  FORMULAIRES  **/
/*******************/

#contenu input[type=text], input[type=password] {
	width : 250px;
	height : 40px;

	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #000000;
	text-decoration : none;
}


#contenu input[type=submit], #contenu input[type=button] {
	width : 250px;
	height : 40px;

	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}


/***********************/
/**  CARTES DE SCORE  **/
/***********************/

#contenu_bis #carte_score {
	border : 1px solid #CCCCCC;
	border-spacing : 0;
	border-collapse : collapse;
	margin-bottom : 5px;
}

#contenu_bis #carte_score td {
	width : 30px;
	height : 25px;
	border : 1px solid #CCCCCC;

	font-size : 12px;
	font-weight : bold;
	text-align : center;
}

#contenu_bis #carte_score .carte_entete {
	background-color : #EEEEEE;
}

#contenu_bis #carte_score .carte_entete_ligne {
	width : 125px;
	padding-left : 10px;
	text-align : left;
}

#contenu_bis #carte_score .carte_entete_ligne_score {
	width : 125px;
	height : 35px;
	padding-left : 10px;

	text-align : left;
}

#contenu_bis #carte_score .carte_entete_ligne_coupsrecus {
	height : 20px;
	padding-left : 0px;
	padding-right : 10px;

	font-size : 10px;
	font-weight : normal;
	text-align : right;
}

#contenu_bis #carte_score .carte_ligne {
	background-color : #FFFFFF;
}

#contenu_bis #carte_score .carte_ligne_score {
	height : 35px;

	font-size : 20px;
	font-weight : normal;
	background-color : #FFFFFF;
}

#contenu_bis #carte_score .carte_ligne_coupsrecus {
	height : 20px;

	font-size : 10px;
	font-weight : normal;
	background-color : #FFFFFF;
}

#contenu_bis #carte_score .carte_ligne_jaune {
	background-color : #FDEB34;
}

#contenu_bis #carte_score .carte_ligne_bleu {
	background-color : #2BB1E1;
}

#contenu_bis #carte_score .carte_ligne_rouge {
	background-color : #E7262B;
}

#contenu_bis #carte_score .carte_ligne_distance {
	font-size : 11px;
	font-weight : normal;
}

#contenu_bis #message_carte_score {
	width : 500px;
	background-color : #FF0000;
	padding : 5px 10px 5px 10px;
	margin-top : 30px;

	font-size : 16px;
	font-weight : bold;
	color : #FFFFFF;
	text-align : center;
}