/* Total ouphe design made by Colargogol (himself) */

body {
   margin:0;
   font-family: Georgia, "Times New Roman", serif;
   background-color:#FFF;
   background-image: url("bg.png");
   background-repeat: repeat-x;
   background-position: top;
}
#all {
   margin: 0 150px 0 150px;
   padding: 5px;
}
#header {
   height: 100px;
   width: 100%;
}
#content {
   margin: 0;
   padding: 10px 0 0 0;
}
p {
   color:#888;
   text-align:left;
   margin-right:0px;
}
h3 {
   color:#98CF56;
   font-variant: small-caps;
   text-align:left;
}
a {
   text-decoration: none; 
   color: #726A6A;
   font-style: italic;
}
a:hover {
   color:#92C94A;
}
a:active, a:focus  {width:0; height:0;margin-left:0;outline:0;color:#92C94A !important;}

a img {
   border: none;
}
.petit {
   font-size: 0.8em;
}
.quizz {
   background-color: #FFF;
   font-size: 0.8em;
   color: #888;
}
.result {
   font-size: 0.8em;
   color: #888;
}
ul
{
	list-style-image: url("favicon.png");
}
ul > li {
	margin-top:15px;
	color: #888;
	font-size: 0.8em;
	line-height:1.5em;
}
ul > li a {
   color:#92C94A;
}
ul > li a:hover {
   color: #888;
}
#msg {
   font-size: 0.8em;
   color: #888;
}
#msg a {
   color:#92C94A;
}
#msg a:hover {
   color:#888;
}
#footer {
	margin: 30px 0 0 10px;
}
#footer img {
	margin: 0 20px 0 0;
}

