/* CSS Document */

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
#editorbody{
	color:#000000;
}

/*==================text================*/
p{
	margin-bottom:10px;	
}
h1{
	margin-bottom:15px;
}
h2{
	font-size:24px;
	margin-bottom:10px;	
}
h3{
	
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	color:#66cccc;
	text-decoration: none;
}
.big{
	font-size:18px;
	font-weight:bold;
}
.bleu{
	color:#66cccc;
}
.upper{
	text-transform:uppercase;
}
