@import url(event_detail.css);

body {
}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:40em;/* non-IE */
	*width:39em;/* IE */
	min-width:520px;/* optional but recommended */
}

/* header */
#hd {
}
#hd #logo {
}
#hd #nav {
	height:51px;
	background:url(../images/template_mini/nav_bg.gif) repeat-x;
	display:block;
	clear:both;
}
#hd #nav #navbar {
	padding-top:16px;
	margin-left:60px;
}
#hd #nav a {
	margin-right:20px;
	color:white;
	font-variant:small-caps;
	text-decoration:none;
}
#hd #nav a:hover {
	color:yellow;
}

/* body */
#bd {
	margin-bottom:15px;
	background-color:#fff;
}
#bd h1 {
	font-family:Helvetica;
	color:#20343F;
	font-weight:bold;
	font-size:108%;
	padding-bottom:5px;
	border-bottom:1px solid #20343F;
	margin-bottom:10px;
}
#bd a {
	color:#20343F;
}
#bd a:hover {
	text-decoration:none;
}

/* footer */
#ft {
	/*border-top:1px solid #1C323D;*/
}
#ft .menu {
	float:right;
	padding:10px 0px 10px 0px;
}
#ft .menu a.menulink {
	font-size:85%;
	margin-left:20px;
	color:#000;
}
#ft .menu a.menulink:hover {
	margin-left:20px;
	text-decoration:none;
}

/* body colums */
#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 img.pict {
	float:left;
	width:150px;
	height:150px;
	margin-right:10px;
	margin-bottom:5px;
}
#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 .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 {
}
#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%;
}
form.formstyle {
	margin:20px 20px 0 10px;
	padding:0;
}
.info {
	border-top:1px dotted #ccc;
}
.info h2 {
	margin-top:7px;
	margin-bottom:5px;
}

/* custum blocs class */
.cust-bloc-1 {
	margin-top:10px;
	width:200px;
}
.cust-bloc-1 .top {
	height:5px;
	background:url(../images/template/cust_bloc_1_top.gif) no-repeat;
	font-size:0;
	line-height:0;
}
.cust-bloc-1 .middle {
	background:url(../images/template/cust_bloc_1_bg.gif) repeat-y;
}
.cust-bloc-1 .middle .bloccontent {
	margin:0;
	padding:10px;
}
.cust-bloc-1 .bottom {
	height:5px;
	background:url(../images/template/cust_bloc_1_bottom.gif) no-repeat;
	font-size:0;
	line-height:0;
}
div.explain {
	border:1px solid #ddd;
	padding:5px 5px 5px 25px;
	background:#f2f2f2 url(../images/template/admin_bullet_important.png) no-repeat 5px 5px;
	margin-top:5px;
}
div.errors {
	font-weight: bold;
    border: 2px dashed red;
    background: #fee;
    color: red;
	padding:5px 5px 5px 25px;
	background:#f2f2f2 url(../images/picto/exclamation.png) no-repeat 5px 5px;
	margin-top:5px;
}

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