body
{
	font-family:Arial, Helvetica, sans-serif;
	margin : 0;
	background-image: url(../images/fond.gif);
    background-repeat: repeat-x;
  	background-color:#9bb7f9;
	font-size: 10Px;
}

/* Les polices */								


.t0{font-size : 10px;}
.t1{font-size : 11px;}
.t2{font-size : 12px;}
.t3{font-size : 13px;}
.t3a{font-size : 13px;}
.t4{font-size : 17px;}
.t5{font-size : 18px;}
.t6{font-size : 20px;}

.c1{color : #ffffff;}
.c2{color : #d0defe;}

.c3{color : #37b61a;}
.c4{color : #4e93d4;}
.c5{color : #8ac5ff;}
.c6{ color : #bbdeff;}
.c7{ color : #16426c;}
.c8{ color : #7d2000;}
.c9{ color : #6f0044;}
.c10{color:#012b8f;}
.cs1{ color : #f80000;}
.cs2{ color : #ff1aec;}
.ch {color:#f80000;}
.cf {color:#ff1aec;}

.bc1 { background-color: #93b1f7; }
.bc2 { background-color: #83a5f4; }
.bc3 { background-color: #2651b2; }
.bc-a { background-color: #2c70b1; }
.bc-b { background-color: #2162a2; }

.trait3 { background-color: #211715; height: 2Px; }

h1
{
	font-size: 19px;
	color: #FFFFFF;
	margin: 1Px 0 0 0;
	height: 35Px;
	line-height: 35Px;
	background-color: #6891f0;
	padding-left: 10Px;
}

h2{font-size : 14px; color : #FFFFFF; margin: 5Px 0 6px 0; }

.non-souligne { text-decoration: none; }
.gras { font-weight: bold; }
.non-gras { font-weight: normal; }
.italique { font-style: italic; }
.justifie { text-align: justify; }
a.lien { text-decoration: none; }
a.lien:hover { text-decoration: underline; }

.trait { background-color: #5d0000; }

.img-evenement, .photo-over { border: 1Px solid #acc5ff; }
.image_membre { border: 1Px solid #c51313; }
img.img-corps { border: 2Px solid #c1d3ff; }

/* Structure */	

/*td.ombre-gauche
{
	width: 25Px;
	background: url(../images/ombre-gauche.gif);
	background-repeat: repeat-y;
}

td.ombre-droite
{
	width: 25Px;
	background: url(../images/ombre-droite.gif);
	background-repeat: repeat-y;
}

td.bas-gauche
{
	background: url(../images/ombre-bas-gauche.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.bas-droite
{
	background: url(../images/ombre-bas-droite.gif);
	background-repeat: no-repeat;
}*/

td.bas
{
	height: 25Px;
	/*background: url(../images/ombre-bas.gif);
	background-repeat: repeat-x;*/
	font-size: 11Px;
	color: White;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top : 8Px;
}

td.haut
{
	height: 35Px;
	background: url(../images/haut.gif);
	background-repeat: repeat-x;
}

td.flash
{
	height: 211Px;
	background-color: #7197f1;
}

td.menu
{
	height: 44Px;
	background: url(../images/menu-fond.gif);
	background-repeat: repeat-x;
}

td.sous-menu
{
	height: 30Px;
	background-color: #85a7f8;
	color: White;
	font-size: 13Px;
	font-weight: bold;
	padding-left: 12Px;
}

td.corps
{
	background-color: #5382ec;
	height: 400Px;
}

td.photo
{
	width: 94Px;
	height: 74Px;
	border: solid 1Px #85a7f8;
	background-image: url(../images/photo-mini.gif);
	background-repeat: no-repeat;
	text-align:center;
}

/* Menu */

td.menu a
{
    background: url(../images/menu-lien.gif);
	background-repeat: repeat-x;
	width: 130Px;
	height: 44Px;
	line-height: 44Px;
	display: block;
	text-align: center;
	color: #012b8f;
	font-size: 14Px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2Px;
	float: left;
}

td.sous-menu a
{
	color: White;
	font-size: 13Px;
	font-weight: bold;
}

td.menu a.sel { background: url(../images/menu-lien-sel.gif); }
td.menu a:hover { background: url(../images/menu-lien-over.gif); }
td.menu a.sel:hover { background: url(../images/menu-lien-sel.gif); }
    
/* Formulaire */	

input.input1, select.select1, input.input3, select.select2
{
    color: #3a65cf;
	border: 1Px solid #3a65cf;
	height: 16Px;
	font-size: 10Px;
	background-color: #94b3fc;
}

input.button1
{
    color: #3a65cf;
	border: 1Px solid #3a65cf;
	height: 20Px;
	font-size: 10Px;
	background-color: #8babf7;
}

textarea.textarea1
{
	color: #3a65cf;
	font-size: 12Px;
	height: 104Px;
	border: 1Px solid #3a65cf;
	background-color: #94b3fc;
	overflow: auto;
}

/* Multipage */	

a.num-page
{
    padding: 2Px 5Px 2Px 5Px;
    border: 1Px solid #acc5ff;
    color: #ffffff;
	font-size: 11Px;
	margin: 0 2Px 0 2Px;
	display: block;
    text-decoration: none;
}

td.num-page-sel
{
    padding: 2Px 5Px 2Px 5Px;
    border: 1Px solid #ffffff;
    color: #dedede;
	font-size: 11Px;
	font-weight: bold;
	margin: 0 2Px 0 2Px;
    color: White;
    background-color: #6891f0;
}

a.num-page:hover
{
    color: White;
    background-color: #85a7f8;
    text-decoration: none;
}

td.num-page
{
    padding: 0 5Px 0 5Px;
    border: 1Px solid #85a7f8;
    color: #85a7f8;
	font-size: 11Px;
	cursor: default;
}

td.num-page-texte
{
    color: #acc5ff;
	font-size: 12Px;
	font-weight: bold;
	padding: 0 2Px 0 4Px;
}

td.num-page-texte2
{
    color: #ff1414;
	font-size: 12Px;
	font-weight: bold;
	padding: 0 4Px 0 2Px;
}

/*Contenu*/

td.tarifs 
{
    border-bottom: thin solid #6891f0;
}
th.tarifs
{
    border-bottom: thin solid #6891f0;
    font-size : 17px;
}
th.tarifsBowling 
{
    border-bottom: thin solid #6891f0;
    font-size : 17px;
    padding: 0 10Px 2Px 10Px;
}

td.anniv 
{
    border-bottom: thin solid #6891f0;
    padding: 5Px 5Px 5Px 5Px;
}
th.anniv
{
    border-bottom: thin solid #6891f0;
    font-size : 17px;
    padding: 5Px 5Px 5Px 5Px;
}

td.soireesBowling 
{
    border-bottom: thin solid #6891f0;
    padding: 0 30Px 2Px 30Px;
}
th.soireesBowling 
{
    border-bottom: thin solid #6891f0;
    font-size : 17px;
    padding: 0 10Px 2Px 10Px;
}
