	/* DEBUG : pour afficher les dimensions voulues pour le site */
#cadre_taille_site {
	position: absolute;
	background-color: transparent;
	border-style: dotted;
	border-width: 1;
	width: 1100px;
	height: 730px;
	top: 30px;
	margin-left: 0px;
	overflow: auto;
}

/* Zone où s'affichent les langues pour entrer dans le site */
#cadre_liste_langues {
	position: absolute;
	background-color: transparent;
	border-style: dotted;
	border-width: 0;
	color: red;
	width: 1100px;
	height: 30px;
	margin-top: 30px;
  margin-left: 10px;
	text-align: left;
	font-family: "Century Gothic";
	font-size: 10pt;
	font-weight: normal;
}

/* Zone où s'affiche le slogan "SERVE YOUR PERFORMANCE" */
#cadre_slogan {
	position: absolute;
	background-color: transparent;
	border-style: none;
	width: 500px;
	height: 50px;
 	margin-left: 20px;
 	margin-top: 50px;
	font-size: 18pt;
	font-style: normal;
	letter-spacing: 2pt;
}

/* Zone où s'affiche le slogan "SERVE YOUR PERFORMANCE" */
#cadre_slogan2 {
	position: absolute;
	background-color: transparent;
	border-style: none;
	width: 680px;
	height: 50px;
 	margin-left: 20px;
 	margin-top: 90px;
	font-size: 13pt;
	font-style: normal;
  font-weight: bold;
	letter-spacing: 0pt;
}

/* Zone où s'affiche les coordonnées de QUALIFORMED */
#cadre_coordonnees {
	position: absolute;
	background-color: transparent;
	border-style: dotted;
	border-width: 0;
	width: 330px;
	margin-left: 735px;
	margin-top: -110px;
}


BODY {
	background-color: #FFFFFF;
	font-family: "century gothic", Arial;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: yellow;
	scrollbar-base-color: green;
	scrollbar-darkshadow-color: Gray;
	scrollbar-face-color: #99cc00;
	scrollbar-highlight-color: #ddebcf;
}

A {
	color: white;
	text-decoration: none;
	font-size: 10pt;
}

A:Hover {
	text-decoration: underline;
}


/* ************************************************************************************************ */
/* Bande centrale où s'affiche le cadre avec les coordonnées */
TD.zone_coordonnees {
	background-image: url(../images/accueil_degrade_gris.jpg);
	background-repeat: repeat-y;
	background-position: top;
	color: green;
}
TR.zone_coordonnees {
	height: 300px;
}

/* Hauteur de la ligne blanche qui sépare le logo des coordonnées générales */
TR.zone_espace_blanc {
	height: 40px;
}

/* Hauteur de ligne dans le tableau de présentation des coordonnées de QUALIFORMED */
TR.ligne_tel {
	height: 70px;
}

/* Pour le cadre des coordonnées */
Table.coordonnees {
	color: #008000; /* 0, 128, 0 # green */
	text-align: left;
	width: 100%;
}


A.vert {
	color: green;
	font-size: 12pt;
}


TD.zone_image {
	width: 1100px;
	background-image: url(../images/index.jpg);
	height: 230px;
}


/* ************************************************************************************************ */
/* Pour la partie ou s'affichent les infos d'optimisation du site */
TD.note_optimisation {
	background-color: #FFFFFF;
	color: black;
	font-size: 10pt;
}
