body {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:0.8em;
	color:#4B4B4B;
	margin:0px;
	padding:0px;
	scrollbar-3dlight-color:#94B2CB;
	scrollbar-arrow-color:#335168;
	scrollbar-track-color:#94B2CB;
	scrollbar-darkshadow-color:#94B2CB;
	scrollbar-face-color:#94B2CB;
	scrollbar-highlight-color:#335168;
	scrollbar-shadow-color:#335168
}

td {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:0.8em;
	color:#4B4B4B;
}


table.formulaire {
	padding:6px;
}

td.formulaire_designation {
}
td.formulaire_champ {
}

/***
Liens
***/

a.titre_article {
	color: #CC0000;
	text-decoration:none;
}
a.titre_article:hover {
	text-decoration:underline;
}

a.rubrique {
	color: #CC0000;
	text-decoration:none;
	font-weight:bold;
}
a.rubrique:hover {
	text-decoration:underline;
}

a.sousrubrique {
	color: #804040;
	text-decoration:none;
}
a.sousrubrique:hover {
	text-decoration:underline;
}


/***
mise en forme
***/
table.content {
	width:90%;
}

/** cartouche  relief leger **/
.box3 {
	border-top: 1px solid #F7F7F7;
	border-left: 1px solid #F7F7F7;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	background: #F9F9F9;
	padding:3px;
}
/** titres **/
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335168;
	font-weight: bold;
}

.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #335168;
	font-weight: bold;
}

.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E008C;
	font-weight: bold;
}

td.case {
	border-right:1px dashed #3C6AA8;
	border-bottom:1px dashed #3C6AA8;
	/*background-color:#5B8AB0;*/
	width:30px;
	height:30px;
}

td.case_mot {
	border-right:1px dashed #808080;
	background-color:#5B8AB0;
	width:30px;
	height:30px;
}

table.plateau {
	border-left:2px solid #335168;
	border-top:2px solid #335168;
	border-right:2px solid #C1D3E1;
	border-bottom:2px solid #C1D3E1;

}
td.plateau {
	background-color:#94B2CB;
}

td.selection{
	width:30px;
}

/* emplacement des boules sélectionnées */
td.chevalet_boules {
	/*
	width:432px;
	*/
	
	
	border-top:2px solid #335168;
	border-bottom:2px solid #C1D3E1;
	background-color:#5B8AB0;
	height:30px;
	text-align:left;
}

img.imgboule{
	width:30px;
	height:30px;
	margin-left:1px;
/*	margin-right:3px;
	*/
	margin-top:3px;
	margin-bottom:3px;
	cursor:move;
}

/* popup d'info */
table.popup_table {
	border-top:1px solid #FFE697;
	border-left:1px solid #FFE697;
	border-right:1px solid #F9BB00;
	border-bottom:1px solid #F9BB00;
	background:#FFE084;
	padding:0px;
}
table.popup_cell {
	padding:0px;
}

#histo_action,#histo_action_adversaire {
	overflow-x:auto;
	overflow-y:scroll;
	height:200px;
	background-color:#5B8AB0;
	background-color:#AFC6D8;
	font-size:10px;
	font-weight:bold;
	font-family:tahoma;
	border-right:2px solid #C1D3E1;
	border-left:2px solid #335168;
	border-top:2px solid #335168;
	border-bottom:2px solid #C1D3E1;
	padding:2px;

}
#score,#score_adversaire {
	font-size:16px;
	font-family:tahoma;
	font-weight:bold;
	color:#335168;
}

#duree,#duree_adversaire {
	font-size:12px;
	font-family:tahoma;
	font-weight:bold;
	color:#335168;
}

.action {
	font-size:10px;
	margin:0px;
}

.points {
	font-weight:bold;
	margin:0px;
}

hr {
	height:1px;
	color:#335168;

}

.rouge {
	color:#A60000;
}

.vert {
	color:#009500;
}

.info{
	font-size:10px;
	font-family:tahoma;
	font-weight:bold;
	color:#335168;
}

#table_selection_lettre {
	border-top:1px solid #FFE697;
	border-left:1px solid #FFE697;
	border-right:1px solid #F9BB00;
	border-bottom:1px solid #F9BB00;
	background:#FFE084;
	padding:0px;
}

a.change_lettre {
	text-decoration:none;
	color:#335168;
	font-size:9px;
	font-weight:bold;
	font-family:tahoma;
	margin:0px;
}
a.change_lettre:hover {
	color:red;
}



a.lienjaune {
	color: #335168;
	text-decoration:none;
}
a.lienjaune:hover {
	text-decoration:underline;
}


/* lignes des tableaus */
td.pair {
	background-color:#A5BED3;
}

td.impair{
	background-color:#AFC6D8;
}

td.outline{
	background-color:#FFE084;
}



.textbox {
	border:1px solid #3C6AA8;
	background:#FFE084;
	font-size:11px;
	font-family:tahoma;
}

/* texte plus fin */
.texte2 {
	font-size:11px;
}

a.lien_alerte{
	color:#BB0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a {
	color: #aa0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
