@import url(event_detail.css);

#partners {
}
#partners .content {
	margin:20px 10px 15px 0px;
}
#partners .content .partner-title {
	font-style:italic;
	font-size:93%;
	color:#666;
	margin-bottom:10px;
}
#partners .content .partner {
	margin-bottom:14px;
	text-align:center;
}

#event {
	background:url(../images/template/sep_v_bg_ffffff.gif) repeat-y;
}
#event .content {
	margin:20px 10px 15px 10px;
	font-size:12px;
}
#event .content .title {
	color:#990000;
	font-size:131%;
	font-family:Verdana;
	font-weight:bold;
	padding-bottom:3px;
}
#event .content .place {
	font-size:93%;
	padding-bottom:3px;
}
#event .content .subtitle {
	font-style:italic;
	color:#666;
}
#event .content .event-content {
	margin-top:10px;
	text-align:justify;
}
#event .content .event-content strong {
	color:#990000;
	font-weight:bold;
}
#event .content .event-content em {
	font-style:italic;
}
#event .content .event-content u {
	text-decoration:underline;
}
#event .content .event-content img.pict {
	float:left;
	width:150px;
	height:150px;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #ccc;
}
#event .content .buttons {
	margin-top:15px;
}
#event .content .buttons a {
	margin-right:10px;
}
#event .content blockquote, #event .content ul, #event .content ol, #event .content dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#event .content ol, #event .content ul, #event .content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#event .content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
#event .content ul li {
	/*giving UL's LIs generated disc markers*/
	/*list-style: disc outside;*/
	padding-bottom:8px;
}
#event .content dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

#event .content ul li {
	list-style-image: url(../images/template/puce_2.gif);
	list-style-position: outside;
}

#tools {
	background-color:#F0F0F0;
	border-left:1px solid #DCE6E7;
	border-right:1px solid #DCE6E7;
	border-bottom:1px solid #DCE6E7;
}
#tools .content {
	margin:20px 10px 0px 10px;
}
#tools .content .tools-bloc {
}
#tools .content .tools-bloc .bloc-title {
	color:#193540;
	font-size:93%;
	font-family:Verdana;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:11px;
	background:url(../images/template/puce_1.gif) no-repeat 0px 5px;
}
#tools .content .tools-bloc .bloc-content {
	font-size:93%;
	color:#666;
}
#tools .content .tools-bloc .bloc-content .calendar-link {
	padding-top: 10px;
}
#tools .content .tools-bloc .bloc-content .calendar-link input {
	text-decoration: underline;
	border: none;
	background: none;
	cursor: pointer;
}
#tools .content .tools-bloc .bloc-content .calendar-link input:hover {
	text-decoration: none;
}
#tools .content .bloc-sep {
	height:10px;
	clear:both;
}
#tools .content #price,
#tools .content #date,
#tools .content #place,
#tools .content #speakers,
#tools .content #contact {
	padding:10px;
	background-color:#fff;
	border:1px solid #DCE6E7;
}
#tools .content #speakers .speaker {
	margin-bottom:5px;
	font-size:93%;
}
#tools .content #speakers .speaker .name {
	font-weight:bold;
}
#tools .content #speakers .speaker .company {
	text-transform: uppercase;
	font-size: 77%;
}
#tools .content div.more {
	margin-top:10px;
	font-size:85%;
	padding-left:15px;
	background:url(../images/template/more.gif) no-repeat 0px 1px;
}

/* surcharge des styles de formstyle.css */
.formstyle li {
	width:100%;
	list-style-image: none !important;
}
form.formstyle {
	margin:20px 20px 0 10px;
	padding:0;
}
.info {
	border-top:1px dotted #ccc;
}
.info h2 {
	margin-top:7px;
	margin-bottom:5px;
}
