body
{
  margin:0px;
  padding:0px;
	font-family: verdana, sans-serif;
}

a, a:visited
{
  color: #0C2DD5;
	text-decoration: none;
}

a:hover
{
  color: #D50C2D;
	text-decoration: underline;
}

img
{
  border: 0px;
	max-width: 100%;
}

#bull_contenu
{
	position: relative;
	margin: 0px auto;
	width: 600px;
	padding: 96px 0px 60px 0px;
}

#bull_refresh
{
	position:fixed;
	bottom:0px;
	left:0px;
	width: 160px;
	height: 80px;
	z-index: 99;
}

#bull_top
{
	position: fixed;
	top: 0px;
	width: 600px;
	margin-top: 0px;
	padding: 10px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#bull_bottom
{
	position: fixed;
	bottom: 0px;
	height: 50px;
	width: 600px;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	color: rgba(60,60,59,1);
	background-color: #FFFFFF;
	text-align: center;	
}

h1
{
	margin: 30px 0px 7px;
	font-size: 1.4em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #ee972e;
}

h2
{
	margin: 15px 0px 0px 0px;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #00aeef;
}

p
{
	margin: 20px 10px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: rgba(60,60,59,1);
	text-align: center;
}

td
{
	font-size: 1.4em;
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(60,60,59,1);
	text-align: right;
}

input
{
	border: 2px solid #CCCCCC;
	padding: 10px 15px;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #333333;
}

div.ligne_cog
{
	border: 1px solid #EEEEEE;
	margin: 5px;
	padding: 3px 0px;
	color: #00aeef;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

div.ligne_cog:hover
{
	border: 1px solid #00aeef;
}

.question_carre
{
	margin: 20px;
	padding: 10px;
	border: 1px solid #00aeef;
	border-radius: 5px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

.bouton_accueil
{
	margin: 20px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #ee972e;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	cursor: pointer;
}

.bouton_accueil:hover
{
	border: 1px solid #ee972e;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #ee972e;
}

@media screen and (max-width: 600px)
{
  #bull_contenu
  {
	  width: 100%;
  }
  
  #bull_top
  {
  	width: 100%;
	padding: 0px 10px;
  }

  #bull_bottom
  {
  	width: 100%;
  }
}