/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
	background-color: #FFF;
}
body,td,th {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #F0F0F0;
	text-align: center;
	text-decoration: none;
}
body {
	background-color: #FFF;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

}


/* Liens */
a {
	text-decoration: none;
	color: #000066;
}
a:hover  {
	color: crimson;
	text-decoration:underline;
}
a img {
	border: none;
	text-decoration: none;
}



#bandeau {
	position: absolute;
	width: 966px;
	height: 159px;
	left: 1px;
	top: 3px;
}
#separateur {
	height: 531px;
	width: 10px;
	position: absolute;
	left: 3px;
	text-align: left;
	top: 365px;
}

#menu {
	height: 21px;
	width: 729px;
	position: absolute;
	left: 116px;
	top: 187px;
	padding: 5px;
	color: #000066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
}

#corps {
	position: absolute;
	height: 562px;
	width: 750px;
	left: 109px;
	top: 255px;
	color: ffffff;
	text-align: justify;
	vertical-align: top;
	background-color: #0066ff;
}


#global {
	background-color: #FFF;
	width: 970px;
	height: 910px;
	position: relative;
	padding: 0px;
}
#global #pied #liens {
	font-size: 10px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#global #pied table tr td {
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}
#titre {
	position: absolute;
	top: 222px;
	width: 750px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	left: 109px;
	height: 60px;
	background-color: #0066ff;
	background-repeat: no-repeat;
}

#pied {
	height: 123px;
	width: 698px;
	position: absolute;
	top: 670px;
	left: 107px;
	background-image: url(file:///I|/CLIENTS/Miroiterie%20de%20la%20Plaine%20%20-%20Cedric%20CARBONE/images/pied_de_page.gif);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 21px;
	color: #000066;
	padding: 0px;
}
.texte_corps {
	text-align: justify;
	color: #FFF;
	font-size: 14px;
}
.texte_corps_accueil {
	text-align: left;
	font-size: 16px;
	color: #FFF;
}
.texte_corps_contact {
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
