/* importation du css layout*/
@import "layout.css";

/* Declaration globale********************************************/
body
{
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica, sans-serif;	
	font-size: 0.80em;
	line-height: 1.3em;
	color: #3A3A3A;
	background-color: #a9bc31;
	
	margin: 0;
	padding: 0;	
}

form
{
	margin: 0 auto;
	padding: 0 auto;
}

table
{
	position: relative;
    float: left;
}

tr
{
	
}

td
{
	padding: 2px;
	border: 1px solid grey;
	text-align: center;
}

h1
{	
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
}

h2
{	
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
	
h3
{
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
}

h4
{
	font-size: 1.8em;
	color: #B82E18;
	font-weight: bold;
	text-align: left;
}


h5
{	
	font-size: 1.25em; 
	font-weight: bold;	
	text-align: left;
	margin: 20px;
}

h6
{	
	font-size: 1em; 
	font-weight: normal;	
	text-align: center;
}


p
{
	margin: 0;
	padding: 0;	
}

a,a:visited,a:hover
{	
	font-size: 1em;
	color: #9fa02b;
	font-weight: normal;
	text-decoration: none;
}

a.bloc,a.bloc:visited,a.bloc:hover
{
	font-size: 1.2em;
	color: #3A3A3A;
	font-weight: normal;
	text-decoration: none;
}

a img
{
	border: none;
}

abbr, acronym
{
	border: none;
	cursor : help;
}


pre 
{
	overflow: scroll;
	width: 100%;
}

html>body pre
{
	overflow: auto;
	width: auto;
}

hr
{
	visibility: hidden;
}

ul
{
	margin: 0;
	padding: 0;	
}

li
{
	list-style-image: url("image/etoile.png");
	list-style-position: inside;
	margin: 0px;
	padding: 0;
	text-align: left;
}

img.gajim
{
	position: absolute;
	left: 600px;
	top: 30px;
}

img.jeti
{
	position: absolute;
	left: 520px;
	top: 30px;
}

