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

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

/****************************/


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








