	
	body {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		font-color: #0099ff;
		text-align:center;
		margin-top:-5px;
		margin-bottom:-5px;
		background-color:#4D99E4
		}
		
.style1 {font-weight: normal; color: #0099ff; font-size: 9px; text-align:center}
.style2 {font-weight: bold; color: #0099ff; font-size: 11px; text-align:center}
.style3 {font-weight: bold; color: green; font-size: 18px; text-align:center}
.style4 {font-weight: normal; color: #0099ff; font-size: 10px; text-align:inherit}
.style5 {font-weight: normal; color: #0099ff; font-size: 14px; text-align:inherit}
.style6 {font-weight: bold; color: #0099ff; font-size: 14px; text-align:left}
.style7 {font-weight: bold; color: #0099ff; font-size: 12px; text-align:left}
.style8 {font-weight: normal; color: #0099ff; font-size: 12px; text-align:left}
.style9 {font-weight: bold; color: #0099ff; font-size: 14px; text-align:center}
.style10 {font-weight: normal; color: #0099ff; font-size: 12px; text-align:right}
.style11 {font-weight: bold; color: magenta; font-size: 18px; text-align:center}
.style12 {font-weight: normal; color: #0099ff; font-size: 14px; text-align:left}
.style13 {font-weight: normal; color: #0099ff; font-size: 14px; text-align:center}
.style14 {font-weight: normal; color: #0099ff; font-size: 12px; text-align:center}
.style15 {font-weight: bold; color: magenta; font-size: 11px; text-align:center}

.style16 {font-weight: normal; color: #0099ff; font-size: 11px; text-align:left}
.style17 {font-weight: bold; color: #0099ff; font-size: 11px; text-align:left}
.style18 {font-weight: normal; color: #0099ff; font-size: 11px; text-align:center}
.style19 {font-weight: normal; color: #0099ff; font-size: 12px; text-align:center}
.style20 {font-weight: normal; color: #0099ff; font-size: 11px; text-align:right}
.style21 {font-weight: bold; color: #0099ff; font-size: 11px; text-align:center}
.style24 {font-weight: bold; color: #FF6600; font-size: 11px; text-align:center}
.style22 {font-weight: bold; color: #333333; font-size: 14px; text-align:left}
.style23 {font-weight: normal; color: #cc3300; font-size: 11px; text-align:left}
.style25 {font-weight: bold; color: #ff0000; font-size: 11px; text-align:center}
		
	/*Cette section est celle de ton frame pour ton site */
	#frame {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	margin-top: 0px;
	background-color:#FFFFFF;
		}
		/* Barre de gauche ou il y a ton menu */
	#contentleft {
	padding:0px;
	float:left;
	font-size: 9px;
	clear: left;
	width: 140px;
	cursor: auto;
		}
	/* Centre de ton site, la ou toi tu vas tout modifier */
	#contentcenter {
		width:850px;
		padding-left: 18px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 5px;
		float:left;
		}
	
	/* barre de droite de ton site */

	/* Cette partie est pour ton header, si jamais ce n'est plus une image ici tu pourras changer le font, etc.  */
	#contentheader {
	width:1024px;
	max-width:1024px;
		}
	#footer{
  	width:100%;
	}
	/* ici c'est pour changer les fonctions de tout tes p, h1 et pre dans ton site. */
	p,h1,pre {
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#borderless img {border:none;}
	#contentright p { font-size:11px}
	/* use this when you want the text in your div to be centered*/
	#center{
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		text-align:center;
	}
	/*use this div if you want to start below two divs that are placed in columns*/
	#newrow{
	float:left;
	width:100%;
	height:100%;
	}
	#deuxcolones1{
	float:left;
	width:70%;
	}
	#deuxcolones2{
	width:30%;
	float:left;
	}
	
	#troiscolones1{
	float:left;
	width:34%;
	max-width:180px;
	height:100%;
	}
	#troiscolones2{
	width:33%;
	float:left;
	max-width:180px;
	height:100%;
	}
	#troiscolones3{
	width:33%;
	float:left;
	max-width:180px;
	height:100%;
	}
	.alignleft{
	text-align:left;	
	}
	.alignright{
	text-align:right;	
	}
	.aligncenter{
	text-align:center;
	}
	.alignmiddle{
	vertical-align:middle;
	}
	
	

