body {
	background-color : #213843;
	background-image: url('../imgs/degr.jpg');
	background-repeat: repeat-x;
	font-size: 14px;
	text-align: center;
}

html > body div.inbox {
	overflow: auto;
}

/* Cadre blanc qui contient toute la page */
div#page {
	text-align: left;
	width: 980px;
	margin: auto;
	background-color: #eff3f6;
	padding: 0px;
	overflow: auto;
}

/* petit hack pour faire marcher la bordure sous IE et Firefox */
div#padhack {
	margin: 10px;
}

/* Style du menu de navigation en dessous du logo */
div#navmenu {
	background-image: url('../imgs/menu_bg.gif');
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	height: 22px;
	text-align: right;
}

/* Style de la colonne de gauche */
div#leftcol {
	float: left;
	width: 150px;
	margin-bottom: 4px;
}

/* Style de la colonne de droite */
div#rightcol {
	float: right;
	width: 180px;
	margin-bottom: 4px;
}

/* Style de la colonne au centre, qui contient toutes les informations */
div#center {
	background-color: #F0F0F0;
	margin-left: 154px;
	margin-right: 184px;
	margin-bottom: 4px;
}

/* Barre de fin de page */
div#footer {
	background-image: url('../imgs/menu_bg.gif');
	background-repeat: repeat-x;
	margin-bottom: 4px;
	padding: 3px;
	height: 22px;
	text-align: right;
	color:#FFFFFF;
	font-size:11px;
	clear: both;
}

div#inscrits {
	float: left;
	width: 50%;
}

div#preinscrits {
	float: right;
	width: 50%;
}

div.erreur {
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #F44343;
	border: #FF0000 solid 1px;
	padding: 2px;
}

/* Style des colonnes de menu */
div.menu {
	background-color: #F0F0F0;
}

/* Styles des boites d'affichage dans les menus : 3 parties 
	- contbox = le conteneur ( avec la belle bordure bleue )
	- titlebox = le titre
	- inbox = le contenu
*/
div.contbox {
	background-image: url('../imgs/frame_bg.gif');
	background-repeat: repeat-x;
	background-color: #4b6673;
	padding: 3px;
}
div.titlebox {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	line-height: 22px;
	height: 22px;
	padding-left: 2px;
}
div.inbox {
	background-image: url('../imgs/contbg.png');
	background-repeat: no-repeat;
	color: #000000;
	background-color: #eef5f9;
	padding: 2px;
	overflow: hidden;
}

div.gallery-view {
	height: 510px;
}


p.space {
	font-size: 4px;
}

/* TABLEAUX */

table.tournoi {
	width: 95%;
	font-size: 13px;
	border: 1px solid black;
	background-color: black;
}
tr.titre {
	background-color: #C0C0C0;
}
tr.ligne {
	background-color: #E0E0E0;
}
tr.sel {
	background-color: #8ea3ac;
}
td.personne {
	text-align: center;
	background-color: #D3E1EA;
	font-size: 11px;
}
/* LIENS */
a.navlink {
	color: #000000;
	font-size : 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a.navlink:link,a.navlink:active,a.navlink:visited,a.navlink:hover  {
	text-decoration: none;
}
a.copylink,a.copylink:link,a.copylink:active,a.copylink:visited,a.copylink:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.link,a.link:link,a.link:active,a.link:visited{
	color: #000000;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}

a.menulink,a.menulink:link,a.menulink:active,a.menulink:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.menulink:hover {
	font-weight: bold;
}
/* IMAGES */
img.navlink {
	vertical-align:middle;
	border-width: 0px;
}
/* FONTS */
font.titre {
	font-size: 16px;
	font-weight: bold;
}

/* FORMULAIRE */
fieldset#itournoi {
	border-width: 0;
	padding: 1em;
	font:80%/1 sans-serif;
	width: 250px;
}
#itournoi label {
	float:left;
	width:80px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
}
