body {
	background-color: #EEF2F9;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 20px;
}
#cadre-centre{
	margin : auto;
	width: 900px;
}
#cadre {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	width: 900px;
	height: 100%;
	margin : auto;
	float:left;
}
#top {
	height: 220px;
	width: 900px;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu-gauche {
	color: #333333;
	width: 150px;
	float: left;
	text-align:left;
	padding-left:4px;
}
#menu-gauche ul {
	font-size: 12px;
	font-weight:bold;
	line-height: 2em;
	margin: 0.1em 0 0 1em;
	padding:0;
	list-style-type:square;
}


#contenu {
	color: #333333;
	text-align:justify;
	width: 530px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
#menu-droit {
	color: #006699;
	width: 130px;
	float: right;
	padding-right: 10px;
}

#menu-droit a:link {
	text-decoration:none;
	color:#000000;
}
#menu-droit a:visited{
	text-decoration:none;
	color:#000000;
}
#menu-droit a:hover {
	color:#993333;
	text-decoration:none;
}

#copy{
	height: 20px;
	width: 900px;
	float: left;
	margin-top: 40px;
	font-size: 10px;
}


h1{
	font-size: 14px;
	color: #506FCC;
	text-align: left;
}

h2{
	font-size: 13px;
	color: #990000;
	text-align: left;
}

h3{
	font-size: 11px;
	color: #52AECD;
}

A:link {
	text-decoration:none;
	color:#000000;
}
 A:visited{
	text-decoration:none;
	color:#000000;
}
 A:hover {
	color:#993333;
	text-decoration: underline;
}

a.registration {
	color: #990000;
}

#speakers {
	background-color: #D1DCF3;
	border: 1px dashed #4A73CE;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#speakers ul{
	margin: 0.1em 0 0 1.5em;
}
#hot-topics {
	background-color: #FFE6E6;
	border: 1px dashed #CC0000;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}

.news .titre {color: #FFFFFF}

