/*
definitions d'une classe pour le logo
*/
#logo
{
/* Indiquez les propriétés CSS ici */
}
.titre
{
	font-family: 'LearningCurveProRegular';
	font-size: 400%;
	color: rgb(255,0,0,0.8);
}
.introduction
{
	font-family: 'LearningCurveProRegular';
	font-size: 200%;
	color: blue;
}
.corps
{
	font-family: 'Quantico-Regular';
	font-size: 150%;
	color: rgb(0,255,0,0.8);
}
//definition d'une police telechargeable sur le client
@font-face {
font-family: 'LearningCurveProRegular';
src: url('../fonts/LearningCurve_OT-webfont.eot');
src: url('../fonts/LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/LearningCurve_OT-webfont.woff') format('woff'),
url('../fonts/LearningCurve_OT-webfont.ttf') format('truetype'),
url('../fonts/LearningCurve_OT-webfont.svg#LearningCurveProRegular') format('svg');
}
@font-face {
font-family: 'Quantico-Regular';
src: url('../fonts/Quantico-Regular-webfont.eot');
src: url('../fonts/Quantico-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Quantico-Regular-webfont.woff') format('woff'),
url('../fonts/Quantico-Regular-webfont.ttf') format('truetype'),
url('../fonts/Quantico-Regular-webfont.svg#LearningCurveProRegular') format('svg');
}
