@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #ffffff; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000099;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
    }
    .twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 250px;
    } 
    .twoColFixLtHdr #header {
	height: 250px;

    } 
    .twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 150px;
	height: 390px;
	margin-top: 10px;
    }
    .twoColFixLtHdr #mainContent {
	text-align: justify;
	width: 660px;
	float: right;
	padding: 0 20px;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;



    } 
    .twoColFixLtHdr #footer {
	background:#ffffff;
	text-align: center;
	color: #FF9900;
	padding-left: 150px;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
    } 
#ban1 {
	height: 100px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#pub {
	height: 100px;
	text-align: center;
}


#ban2 {
	height: 50px;
	color: #FFFFFF;
	padding-left: 150px;
	text-align: center;
	font-size: 34px;
	background-color: #000099;
	background-attachment: fixed;
	background-position: inherit;
}

    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	#fenetreVideo {
	width: 370px;
	height: 330px;
	}

h1 {
	color: #CC0033;
	font-size: 1.5em;
}

h2 {
	color: #FF9900;
	font-size: 1em;
}

p {
	color: #000099;
}

em {
	font-size: 0.9em;
}

strong {
	font-weight: bolder;
}
#video {
	float: left;
	width: 370px;
	height: 330px;
	background-color: #CC0033;
}
#texteVideo {
	float: right;
	width: 40%;
	text-align: center;
	height: 320px;
	line-height: 320px;
}
#cadreVideo {
	width: 360px;
	height: 320px;
	margin: 5px;
	}
.flashy {
	font-size: 1.5em;
	color: #FF0000;
	}
