body {
margin: 0;
padding: 0;
background-image: url(images/trame5.gif);
}
/*CONTENEUR ET ELEMENTS*/
#conteneur {
position: absolute;
width: 750px;
height: 508px;
left: 50%;
margin-left: -375px;
}
#header {
width: 750px;
height: 93px;
background-image: url(img/bg_head.gif);
background-repeat: no-repeat;
}
#uheader {
position: relative;
width: 750px;
height: 25px;
background-image: url(img/bg_uhead.gif);
background-repeat: no-repeat;
}
/*Parametre de l'image des icones #uhead*/
.icone1, .icone2, .icone3 {
float: right;
}
/*Parametre de l'image de l'en-tête*/
span.imgheader img {
float:right;
z-index:1;
}
/***/
#centre {
position: absolute;
width: 580px;
height: 382px;
background-image:url(img/bg_texte.jpg);
background-repeat: no-repeat;
float: right;
margin-left:170px;
}
/*Texte dans #centre*/
#texte {
width: 540px;
height: 350px;
margin-left: 15px;
margin-top: 18px;
padding: 0 5px 0 5px;
overflow: auto;
font-family: Verdana, sans-serif;
font-size: 0.8em;
color: #996600;
text-align:justify;
}
/*Photo qui apparaît dans #centre*/
.photo {
float:left;
padding: 5px 15px 2px 2px;
}
/***/
#gauche {
	position: absolute;
	width: 170px;
	height: 382px;
	background-image:url(img/bg_menu.jpg);
    background-repeat: no-repeat;
	float: left;
}
#pied {
	position: absolute;
	width: 750px;
    top: 500px;
    text-align: right;
	font-family:Verdana, sans-serif;
	font-size: 0.8em;
	color: #6C8A0D;
	background-image:url(img/bg_footer.gif);
	background-repeat: no-repeat;
}
/*PARAMETRES*/
/*Parametres menu - CSS issu des tutoriels css.alsacreations.com */
.menu {
list-style-type: none;
margin-left: -10px;
margin-top: 20px;
padding: 0px;
}
.menu a {
display: block;
height: 22px;
width: 200px;
font-family:Verdana, Arial, sans-serif;
color: #996600;
text-decoration: none;
text-indent: 20px;
font-size: 0.7em;
}
.menu a:hover{
background-position: left center;
background-repeat: no-repeat;
font-size: 0.7em;
}
.menu a:visited {
color: #CC6600;
font-size: 0.7em;
}
/*Parametres des liens dans le pied de page et centre*/
#pied a:link, #pied a:visited {
color: #669933;
}
#pied a:hover {
text-decoration: underline;
color: #6C8A0D;
}
/*Parametres textes importants*/
.h1 {
font-family: "Century Gothic", Georgia, Arial;
font-size: 1.5em;
color:#669900;
}
.h2 {
font-family: "Century Gothic", Georgia, Arial;
font-size: 2em;
color: #FFCC00;
padding: 10px;
text-transform:capitalize;
letter-spacing: 3px;
display:block;
}
.h3 {
text-align: center;
font-size: 0.8em;
color: #666666;
}
.h4 {
font-family: "Century Gothic", Georgia, Arial;
font-size: 1.2em;
font-weight:bold;
color: #FF9933;
}
.asterisque {
text-align: justify;
font-size: 0.8em;
font-weight: bold;
color: #CC9966;
}
#code {
font-family:"Courier New", Courier, mono;
color: #666666;
border: 2px dotted #99CC00;
text-align: left;
}
p {margin: 0 0 10px 0;
/*Paramètres paragraphe, images et liens sur toute la page*/
}
.compteur {
font-family: Verdana, Arial, sans-serif;
font-size : 12px;
text-align: right;
color:#996633;
}
a img {
  border: none ;
}
a {
	color: #669900;
	font-size: 0.8em;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size: 0.9em;
}
a:hover{
	text-decoration: underline;
}