/* @override Wysiwyg */

/* -------------------------------------------------------------- 
Date : 23.02.2010
Auteur : Aude Brugière
Projet : Solar Event
Logiciel : CSS Edit 2.6 - iMac
Commentaire : 
-------------------------------------------------------------- */
@import url("reset.css");
@import url("typography.css");
body {
	font: normal 13px/18px Arial, sans-serif;
	color: #666;
}

h2 {
	color: #999;
	font-size: 34px;
	line-height: 30px;
	font-weight: regular;
}

body.kids h2 {
	color: #993399;
}

body.expo h2 {
	color: #cc0000;
}

body.challenge h2 {
	color: #ff6600;
}

body.demo h2 {
	color: #999999;
}

body.lounge h2 {
	color: #0099cc;
}

body.conference h2 {
	color: #339933;
}
body.innovation h2 {
	color: #f90;
}

body.live h2 {
	color: #cccc33;
}

h3 {

	color: #999;
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
}

h4 {
	margin-left: 10px;
	color: #999;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

h5 {
	margin-left: 10px;
	background: #f9efcd;
	padding: 10px;
	color: #666;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	
}

h6 {
	margin-left: 10px;
	background: #e6e6e6;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
}

p {
	margin-left: 10px;
	line-height: 18px;
}

ul {
	padding: 0px 0 0 10px;
	margin: 25px 0 0 0;
	list-style: none;
}

ul li {
	padding: 5px 0 5px 20px;
	margin: 0;
	opacity: 1;
	background: url(../images/puce.gif) no-repeat 0 4px;
}	

img {
  margin:10px;
}
