body
	{
	background-image:url(img/background.jpg);
	font-family: "Trebuchet MS", "Gill sans MT", sans-serif;
	}
	
a:link,a:active,a:visited
	{
	text-decoration:none;
	color:#082800;
	}
	
a:hover
	{
	text-decoration:underline;
	}
	
.menu
	{
	font-weight:bold;
	font-size: 0.88em;
	}

.header
	{
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	}
	
.corps
	{
	background-image:url(img/corps.jpg);
	background-repeat:repeat-y;
	}
	
.footer
	{
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	font-size: 0.71em;
	}
	
.corps_page_big
	{
	font-size: 1.09em;
	}
	
.corps_page
	{
	font-size: 0.88em;
	}
		
.corps_page_small
	{
	font-size: 0.77em;
	}
	
.corps_page_v_small
	{
	font-size: 0.71em;
	}
	
.question
	{
	background-color:#407aaa;
	padding-left:5px;
	}
	
.reponse
	{
	padding-left:5px;
	}
	
#lien
	{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:240px; 
	height:150px;
	}
	
#lien:hover
	{
	cursor:pointer;
	}
	
#container
	{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
	
select,input,textarea 
	{
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
	}
	
form
	{
	margin:0px;
	}
	
#bulle 
	{ 
	position: absolute; 
	visibility: hidden;  
	font-size:12px;
	}
.info
	{ 
	border:1px solid #000000; 
	padding: 2px; 
	color:#000000; 
	background-color:#96be37;
	}
