html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
	background:#7FB3CD url('../images/fond_bleu.jpg');
	background-repeat:repeat-y;
	font-family:arial,sans-serif;
}


a:link {color: #f2f2f2; text-decoration: none ;}
a:hover {color: #66C;}
a:visited {color:#66C;}

h1 {
	font-size: 1.7em;
}
h2 {
	text-align: center;
	font-family: arial;
	font-size: 1.3em;
	color: #ffffff;
}
h3 {
	text-align: center;
	font-family: arial;
	font-size: 0.9em;
	color: #ffffff;
}

/* responsive image */
img {
	max-width: 100%;
	height: auto;
    border : none;
}

#footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 0.5em;
}

#footer ul li { display: inline; }

#footer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
}

#footer ul li a:hover
{
	color: #66C;
}
	
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

#page-table {
    height: 93%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
	text-align:center; 
}
div#global {
    width: 100%;
    margin: 5px auto;
    text-align: left;
}

#menu ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
#menu li {
 float:left; /*pour IE*/
 /*border-left:1px solid black;*/
 }
#menu ul li a {
 font: bold 12px Arial, Times, serif;
    margin-left:12px;
    padding:0;
 display:block;
 float:left;   
 width:133px;
 line-height:50px; /*hauteur de l'image de fond*/
 background:black url('../images/noir-1.png') repeat-x;
 color:#DCDCDC;
 text-decoration:none;
 text-align:center;
 }
#menu ul li a:hover {
 background:black url('../images/noir-2.png') repeat-x;
 color:white;
 }

#menu {
	/*width: 546px;*/
	float: left;
}

#cell td
{
opacity:0.8;
}
#cell td:hover
{
opacity:1;
}



ul li a, ul li a:visited{
	color: #B22222;
	font-weight: bold;
	text-decoration: none;
	font-size : 1.4em;
	font-family:arial,sans-serif;
}
ul li a:hover, ul li.link1 a:hover, ul li.link2 a:hover, ul li.link3 a:hover{
	color: #B22222;
}

ul li.link1 a{
	color: #191970;
}
ul li.link2 a{
	color: #191970;
}
ul li.link3 a{
	color: #000000;
}

.tiragetable {
    vertical-align: middle; 
	height: 50px; 
	width: 50px; 
	text-align: center; 
	background-image: url('../images/boule.gif');
	background-repeat:no-repeat;
	color: black; 
	font-weight: bold;
	}
 
 .tirageetoiletable {
    vertical-align: middle; 
	height: 50px; 
	width: 50px; 
	text-align: center; 
	background-image: url('../images/etoile.gif');
	background-repeat:no-repeat;
	color: black; 
	font-weight: bold;
	}
 
.day-date {
margin : 1px 15px 0 0;
padding : 3px 10px 0 10px;
display : block;
float : left;
width : 30px;
text-align : center;
line-height : 12px;
text-transform : uppercase;
border-right : 1px solid;
font-size : 1.4em;
font-weight : bold;
color: white;
}
.day-date-month {
display : block;
font-size : 0.65em;
color: #555;
}
.day-date-year {
display : block;
font-size : 0.5em;
color: #555;
}

/****************************/
div p {margin: 0; padding: .5em; color: #fff; }

	
div {display: table; width: 100%; table-layout: fixed}


@media (min-width: 321px) {
div.one p {display: table-cell}
}
@media (max-width: 320px) {
h2
{
  font-size:20px;
}
img {
	max-width: 70%;
}
.choice
{
  font-size:10px;
}
input[type=checkbox] 
{ 
  border: none; 
  font-size:6px;
}

div.one p 
{
display: block;
}
}





