@charset "utf-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Verdana, Arial, serif;
font-size: 0.8em;
background-color: #000000;
color: #FFFFFF;
width: 80%;
height: 100%;
margin: 0 auto;
padding: 10px 10px 10px 10px;

}
p {
margin: 0 0 10px 0;
}

#header {
width : 100%;
height: 85px;
text-align : center;
background-image: url("../templates/gaspar-entete_eng.gif");
background-repeat: no-repeat;
background-color: #000000;
margin: auto;
margin-top: 5px;
margin-bottom: 10px;
}
#haut {
height: 1%;
background-color:#000000;
margin-bottom: 2px;
}
#centre {
background-color:#000000;
width: 65%;
max-height: 100%;
padding:10px 15px 5px 15px;
border: 0px solid #FF6600;
margin-bottom: 15px;
overflow: auto;
}
#conteneur {
position: absolute;
width: 85%;
height: 97%;
background-color:#000000;
}
#pied {
clear:both;
height: 3%;
padding: 10px 0px 0px 0px;
background-color: #000000;
font-size: 0.9em;
text-align: center;
border-top: 1px solid #FF6600;
}
#gauche {
background-color:#000000;
float:left;
width: 15%;
min-height: 80%;
}
#navigation {
	width: 120px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	}

#navigation li {
	float: left ;
	width: 120px ;
	background: #EC902F ;
	color: #000000 ;
	border: 1px solid #FF6600 ;
	margin-top: 2px ;
	margin-bottom: 1px ;
	}
#navigation li a {
	display: block ;
	background: #000000 ;
	color: #EC902F ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	font-size: 1.2em;
	line-height: 1.3em ;
	text-indent: 15px;
	text-decoration: none ;
	padding: 4px 0 ;
	}
	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #EC902F ;
	color: #000000 ;
	font-style: italic;
	text-decoration: underline ;
	}

p
{
color: #FFFFFF;
font-size: 1em;
font-family: "Trebuchet MS", Verdana, Arial, serif;
text-align: justify;
}
p
{
	
}
h1
{
   color: #B7B7B7;
   font-size: 2em
}
h2
{
   color: #FF9966;
   font-size: 18px
}

p1
{
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: justify;
	color: #EC902F;
    font-size: 1.2em;
}
p2
{
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: center;
	color: #EC902F;
    font-size: 1.1em;
}
h1, h2, h3, h4
{
	font-style: italic;
	text-indent: 30px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}

.surligne 
{
   background-color: yellow;
   color: black; 
}
a
{
   text-decoration: underline; 
   color: #CCCCCC; 
   font-weight: bold;
   font-style: italic; 
}
a:hover 
{
   text-decoration: none; 
   font-weight: bold;
   color: #FFFFCC; 
}
