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;
}

p {
	margin: 10px 0;
	color: #000;
}

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

#myForm
{
	color: #fff;
	font-size: 0.7em;
}

#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;
}

#hidden { 
	display: none; 
}

#tagsphere{				
	/* background: url('images/background.png') top center no-repeat;*/
	width: 100%;
	margin: 0 auto;
	height: 230px; 
	margin: 0 auto;
	
}

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 {
	color: #B22222;
}
ul li.link3 a:hover{
	color: #CCCCCC;
}

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

.choice
{
  font-size:12px;
}

/****************************/
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;
}
}





