/* An example of reasonable styles at the application level which go well with the
  provided sample page templates. Copy this to main.css if you wish. */

/*
**  @author : wimake
*/

/****
* CSS RESET
****/

html,body,span, applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,tt,var, dd,dl,dt,li,ol,ul, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;line-height:1.3em;font-family:inherit;}

a img,:link img,:visited img{border:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
ul{list-style:none; }
ol{list-style: decimal inside; }
q:before,q:after, blockquote:before,blockquote:after{content:"";}
strong,h1,h2,h3,h4,h5,h6 {font-weight:bold;}
em{font-style:italic;}
input, textarea, select  {font-size:99%}
* {outline:none;margin: 0; padding: 0}

html, body {
    font: 11px arial, 'Bitstream Vera Sans', sans-serif; 
    background: #ffff;
    margin: 0;
    padding: 0;
    color: #333;
}

/* LINKS */
a {text-decoration:none; color: #428BC7;}
a:hover {text-decoration:none; color: #000;}
a.active {text-decoration:none; color: #000;}
a.revert {color :#000;}
a.revert:hover {color: #428BC7;}
a.r-underlined {text-decoration: underline; color: #689e08; }
a.r-underlined:hover {text-decoration: none;}
a.black:hover {color:#000;}
a.arrow  {background: url(skin/icon_arrow.png) no-repeat; display: block; padding: 0 0 0 16px; font-size: 11px; font-weight: bold}

/* TEXT ALIGN */
.txtL{text-align:left !important;}
.txtC{text-align:center !important;}
.txtR{text-align:right !important;}
.txtT{vertical-align:top !important;}
.txtM{vertical-align:middle !important;}
.txtB{vertical-align:bottom !important;}

.fix-height { height: 320px; }

/* FLOATS */
.floatL, .float_l {float:left;}
.floatR, .float_r {float:right;}
.clearfl {clear: both;}

/* FIX SIZES AND HEIGHT */
.size1on3 { width:31.2% !important; margin-right: 2%; }

.height-200 { min-height: 200px; }

.spacer20 { clear: both; height: 20px; }
.spacer10 { clear: both; height: 10px; }

h1 { font-size: 20px; font-weight: bold; color: #807e7e; padding-left: 10px; }

/* STRUCTURE */
#container {clear: both; margin: 0 auto; width: 1007px; }

#header { background: url('skin/header.png') no-repeat; float: left; width: 1007px; height: 89px; margin: 0 auto; padding: 1px; }
#header .logo {  }
#header .share { padding-top: 40px; }
#header .share ul li { display: inline; float: left; margin-right: 3px; } 

#nav-container { float: left; }

#nav { width: auto; float: left; background: #ebf2f9; width: 1007px; height: 26px; border-bottom: 1px solid #a5b0bb; }
#nav ul { }
#nav ul li { float: left; list-style: none; display: block; font-size: 11px; color: #6699cc; margin-top: 3px; }
#nav ul li a { display: block; color: #6699cc; padding: 4px 13px; text-align: center; border-right: 1px solid #a5b0bb; }
#nav ul li.current a { font-weight: bold; }

#subnav { width:500px; float: right; margin-top: 12px; }
#subnav a { font-size: 12px; font-weight: bold; color: #428bc7; }
#subnav .current a { color: #677d00; }
#subnav ul { float: left; clear: left;}
#subnav ul li {float: left; list-style: none !important; margin: 0 5px; padding: 0px; }

#main { width: 100%; min-height: 200px; margin-top: 20px; background: #fff; }
#main .page { width: auto; margin: 0px 0;}
#main .content { border: 1px solid #eee; background: url(skin/bg_main.png) no-repeat left bottom #f6fcff; padding: 3px; }

#main ul{clear:both;}
#main ol{clear:both;}


.spacer {width: auto; height: 10px; clear: both;}

#col-left { float: left; width: 725px; margin-right: 10px; }
#col-left .media { margin-top: 20px; }

#col-right { float: left; width: 238px; }
#col-right h2 { padding-bottom: 32px; }  

/* FOOTER */
#footer {clear: both; background: url('skin/footer.png') no-repeat ; width: 1007px; margin: 0 auto; padding: 30px 0 15px 20px}
/*
#footer ul {display:block; border-left: 1px solid #333; padding-left: 10px;}
*/
#footer a {color:#666; font-size: 11px !important }
#footer a:hover { color:#000; }
#footer .content { padding: 15px 20px 10px 20px; }
#footer table { }
#footer td { width: 25% }
#footer ul li { list-style: none; }

.copy { text-align: center; padding: 10px 0; color: #666; }

/* BOX */
.box { background: #f8ffda; float: left; width: 248px; border-right: 1px solid #dfef9a; margin-bottom: 10px;  }
.box-last { border-right: 0; }

.btn { margin: 5px 0 3px 10px; }
.btn a { font-size: 14px; }
.btn1 { background: url(skin/btn2.jpg) no-repeat; width: 197px; height: 28px; text-align: center; padding: 18px 10px; }
.btn2 { background: url(skin/btn2.jpg) no-repeat; width: 197px; height: 43px; text-align: center; padding: 10px 10px; }
.btn3 { background: url(skin/btn3.jpg) no-repeat; width: 197px; height: 65px; text-align: center; padding: 10px 10px; }

.separator { background: url(skin/separator.png) no-repeat; height: 30px; text-align: right; padding: 5px 5px; }
.separator h2 { font-size: 16px; }


/* NEWSLETTER */
#newsletter { float: right; width: 170px; height: 40px; margin: 18px 0 0 0; padding: 5px;}
#newsletter label { float: left; font-weight: bold; }
#newsletter .form { clear: both; }
#newsletter #email_email { width: 120px; }
.ok-btn { float: right; }
.email-btn { background: #428BC7; border:0 none; color:#FFFFFF; height:20px; line-height:1; padding:2px; margin: 5px}
.email-btn:hover { background: #888; }


/* NEWS */
.news-container { background: #fff; padding: 10px; }
.news h2 { font-size: 12px !important; margin: 20px 0 10px 0; color: #428BC7; }
.news h3 { font-size: 12px !important; margin: 20px 0 10px 0; color: #428BC7; }
h3.title { font-size: 12px !important; margin: 3px 0 10px 0; color: #428BC7; }
.news { clear: both; margin: 10px 10px; }
.news .date { color: #428bc7; line-height: 20px; }
.news .desc { float: left; color: #333; }
.news .desc-warp { float: left; width: 974px; }
.news .home-media { margin-right: 10px; }
.news .media { margin-left: 10px; margin-bottom: 10px; float: right;}
.news .more {  line-height: 20px;}
#news ul { list-style:disc; padding: 10px 20px; width: auto;}

.return { font-size: 12px; font-weight: bold; padding: 10px }

/* FORM */
.submit-btn { background: #428BC7; border:0 none; color:#FFFFFF; float:left; height:20px; line-height:1; padding:2px; margin: 5px}
.submit-btn:hover { background: #888; }
.login-btn { margin: 10px 0 0 255px; }
/*textarea {border: 1px solid #999;font: 12px Arial, Helvetica;}
select {border: 1px solid #999;font: 12px Arial, Helvetica;}
*/ 

#form-container .form-row {padding: 5px; text-align: left; }
#form-container label {display: block; padding: 0 1em 3px 0; float: left; text-align: left; width: 12em; color: #333;}
#form-container .error_list { margin-left: 13em; margin-bottom: 0.3em; color: #cc0000;}
#form-container .form_helper { margin-left: 16em; color: #666; font-size: 9px; }

#form-container-login .form-row {padding: 5px 0 0 0; text-align: left}
#form-container-login label {display: block; padding: 0 1em 2px 0; float: left; text-align: left; width: 8em; color: #333;}
#form-container-login .login-input { width: 120px; }
#form-container-login .error_list { margin-left: 9em; margin-bottom: 0.3em; color: #cc0000;}

#form-container .form-row-small {float:left; padding-right: 5px; text-align: left}

#form-container .form-row-small input[type=text] { background: #f1f1f1; border: 1px solid #999;font-size: 12px; color: #507403; padding: 3px; margin-top: 1px;}
#form-container .form-row-small input[type=text]:hover { background: #fafafa; }

.login-input { width: 150px; }

.captcha {width: 100px; padding-left: 13em;}

.error_list span { } 

/* PAGER */
#pager {float: left; margin: 20px 5px 0 0; width: 100%; height: 20px; }
#pager.bottom {margin-top: 8px;}
#pager p {float: right; margin: 0 0 0 5px; padding:0;}
#pager strong {background: #507403; margin-right: 1px; padding: 1px 8px; color: #fff;}
#pager a {background: #fff; margin-right: 1px; padding: 1px 8px; }
#pager a:hover {background: #507403; color: #fff}
#pager span {float: left; margin-right: 10px;font-weight: bold;}

/* BUTTONS */
.buttons { clear: both; margin-top: 10px; margin-bottom: 10px; }
.margin-10 { margin-top: -10px; }
.buttons a:hover { color: #000; }
.button { padding:0.4em 1em 0.4em 20px; position:relative; text-decoration:none; margin: 0 10px 0 0;}
.button-default { padding:0.4em ; position:relative; text-decoration:none; margin: 10px 0 10px 0;}
.buttons span.ui-icon { left:0.2em; margin:-8px 5px 0 0; position:absolute; top:50%; }

.button-submit { padding:0.3em 0.6em 0.3em 20px; position:relative; text-decoration:none; margin: 0 10px 0 0;}
.button-submit span.ui-icon { left:0.2em; margin:-8px 5px 0 -22px; position:absolute; top:50%; }
.button-submit a:hover { color: #000; }


/* ROUNDED IMAGE */
.rounded { display:block; background-color:#fff; overflow:hidden; position:relative }
.rounded_corners { position:absolute }
.rounded_white .rounded_corners { top:0 }
.rounded_large { width:100px; height:100px }
.rounded_large .rounded_image { width:100px; height:100px }
.rounded_large .rounded_corners { left:0 }


#cms { font-size: 12px; color: #333; }
#cms .head { background: url(skin/cms_header.png) no-repeat;  height: 42px; width: 100%; margin-top: -3px; }
#cms h1 { font-size: 20px; font-weight: bold; color: #807e7e; padding: 4px 0 0 10px; }
#cms .intro { font-size: 14px !important; color: #807e7e; margin-bottom: 20px; }
#cms h2 { font-size: 12px !important; margin: 0 0 10px 0; color: #58a0db; }
#cms a { color: #428BC7; }
#cms a:hover { color: #333; }
#cms ul, #cms ol { clear: none !important; }
#cms ul li { list-style: disc; margin-left: 20px; }

#cms .content { background: none !important; border: 0; padding: 0; margin-left: 100px; }
#cms .block1 { background: url(skin/cms_block_01.png) no-repeat 20px 0px #fff; padding: 20px; margin-bottom: 15px; border-bottom: 1px solid #a5b0bb; }
#cms .block2 { background: url(skin/cms_block_02.png) no-repeat 20px 65px #fff; padding: 20px; margin-bottom: 15px; margin-right: 20px; border-bottom: 1px solid #a5b0bb; float: left; width: 445px; }
#cms .block3 { background: url(skin/cms_block_04.png) no-repeat 20px 65px #fff; padding: 20px; margin-bottom: 15px; border-bottom: 1px solid #a5b0bb; float: left; width: 445px; }
#cms .block4 { background: url(skin/cms_block_03.png) no-repeat 20px 0 #fff; padding: 20px; margin-bottom: 15px; border-bottom: 1px solid #a5b0bb; }
#cms .block1 .content { width: 620px; }


.block-content { padding: 10px !important;}
.ext { background: #fff; padding: 10px; }
.ext ul li { background: url(skin/arrow_small.jpg) left center no-repeat; list-style: none; padding-left: 20px; height: 16px; }

.home .col1 { width: 350px; float:left; margin: 0 0 0 10px ; }
.home .col2 { width: 617px; float:left; margin: 0 10px; }

.home .info { background: url(skin/home_info.png); width: 617px; height: 144px; margin-top: 20px; cursor: pointer; }
.home .info h2 { color: #428BC7 ; font-size: 14px; text-decoration: underline; padding: 45px 0 0 16px; width: 370px; }
.home .info p { color: ; font-size: 11px; padding: 10px 0 0 16px; width: 370px; }

.box-news { background: #fff; padding: 5px; color: #807E7E; height: 120px; }
.box-news a { color: #807E7E; }
.box-news h2 a {  font-weight: bold; }

.slider, .slider li{ width:570px; height:110px; overflow:hidden; margin-left: 15px; }

#prev, #next {display:block; width:22px; height:112px; background:url(skin/prev.png) no-repeat; float:left; cursor:pointer; font-size:1px; text-indent: -5000px; margin-top: -110px}
#next { background-image:url(skin/next.png); float: right; clear:right;}

.slider-board, .slider-board li{ width:290px; height:270px; overflow:hidden; }
.slider-board li {}
.slider-board li table img {margin-right: 5px;}

.slider-board-content { padding: 5px;}
.slider-board-content a { color: #333}

.event-theme-home { font-weight: bold; border-bottom: 2px solid #daeaf6; margin-bottom: 3px;}
.event-theme-home li { float:right; padding: 0 7px; }
.event-theme-home li.last { border-right: 0; }
.event-slider {border-bottom: 2px solid #daeaf6; padding-bottom: 3px;}
.event-home h2 a {  color: #428BC7; font-weight: bold; font-size: 12px; text-decoration: underline; }
.event-home .desc a {  color: #807E7E; }

.board-col1 { float: left; margin-right: 10px; }
.board-col2 { float: left; background: url(skin/puzzle.png) right top no-repeat; padding-right: 85px; }
.board-col2 h1 { padding-left: 5px; }

.rbloc { background: url(skin/rbloc_bg.png) repeat-y; }
.rbloc h1 { color: #58a0db; }
.rbloc .rcontent { padding: 0 5px; }

.board-home { background: #fff7d5; padding: 5px; border: 1px solid #feec9b; margin: 5px; }
.board-home .title { color: #a39812; }
.board-home .desc { color: #a39812; }

.header_board { background: url(skin/header_board.png) no-repeat #f6fcff; height: 241px; }
.header_board div.intro { padding: 70px 0 0 320px; float: left; width: 400px; }
.header_board .arrow { padding: 35px 65px 0 0; float: right; font-size: 20px; font-weight: bold; color: #fff; line-height: 38px }

.board-block { background: url(skin/block_board.png) no-repeat; float: left; width: 319px; height: 422px; margin-left: 3px ; padding: 8px 0 0 10px ; cursor: pointer;}
.yellow { background: url(skin/block_board_yellow.png) no-repeat !important; }
.board-block h2 { width: 195px; color: #285981; font-size: 16px; line-height: 16px; margin-top:18px; height: 32px; overflow: hidden; }
.board-block h3 { width: 300px; color: #415003; font-size: 12px; margin-top: 5px; height: 30px; overflow: hidden; }
.board-block .image { color: #415003; font-size: 18px; margin-top: 35px; margin-left: -15px; text-align: center }
.board-block .desc { color: #fff; font-size: 12px; margin-top: 10px; margin-left: 15px; }
.board-block .pass { float: right; font-size: 14px; color: #285981; padding-right: 20px; }
.board-block .pass strong { font-size: 18px; color: #285981; }

.fiche_block1 { background: url(skin/header_fiche1.png) no-repeat; height: 250px; padding-top: 30px;}
.fiche_block1 .col1 { width: 760px; float:left; padding-top: 40px; }
.fiche_block1 .col2 { width: 220px; float:left; }

.fiche_block1 .public { color: #285981; font-size: 18px; font-weight: bold; padding-left: 10px; }
.fiche_block1 .target { color: #fff; margin-top: 30px; }
.fiche_block1 .participant strong, .fiche_block1 .date strong { color: #285981; }

.fiche_block1 h2 { width: 270px; color: #807e7e; font-size: 12px; padding-left: 15px; margin-right: 30px; float: left; height: 30px; overflow: hidden; }
.fiche_block1 h3 { width: 300px; color: #285981; font-size: 16px; padding-left: 15px; float: left; }
.fiche_block1 .price {width: 175px; text-align: center; color: #285981; font-size: 14px; margin-top: 42px; float:left }
.fiche_block1 .intro { margin: 25px 0 0 10px; width: 500px; float: left; display: block; }


.fiche_block2 { background: url(skin/header_fiche2.png) no-repeat; padding-top: 30px; }
.fiche_block2 h2 { color: #807e7e; font-size: 16px; padding-left: 120px; height: 70px; float:left }
.fiche_block2 h3 { width: 225px; color: #285981; font-size: 18px; float: right; }
.fiche_block2 .table { padding-left: 40px; color: #588d0a; }
.fiche_block2 table tr td { padding: 10px; }
.fiche_block2 .hours { font-weight: bold; color: #666; }

.fiche_block2 .col1 { width: 731px; float:left;  }
.fiche_block2 .col2 { width: 268px; float:left; }
.fiche_block2 .col-main { background: url(skin/bg_fiche.png); width: 999px; float:left; }


.speaker-table { color: #fff; margin-left: 10px; }
.speaker-table tr td { padding: 5px !important; }


.know-more { margin-top: -40px; background:  }

.content-info { padding: 10px; }
.content-info .text { text-align: center; color: #807e7e; padding: 10px 10px 0 10px; }

.partner { background: #fff; border-bottom: 1px solid #ccc; padding: 20px; margin: 10px; float: left; width: 438px; }
.partner h2 { font-size: 12px !important; margin: 0 0 10px 0; color: #58a0db; }

.job { background: #fff; border-bottom: 1px solid #ccc; padding: 20px; margin: 10px;}
.job h2 { font-size: 12px !important; margin: 0 0 10px 0; color: #58a0db; }


.apply-form-container { background: url(skin/fiche_ball.png) no-repeat 470px 10px #fff; padding: 20px 10px 20px 30px; }
.apply-form { float: left; }
.apply-form h2 { color: #285981; font-size: 18px; line-height: 16px; margin-top:18px; margin-bottom: 20px; }
.apply-form h3 { color: #999; font-size: 12px; margin-top: 5px; margin-bottom: 20px; }

.apply-ball { width: 190px; height: 70px; float:left; position: absolute; margin-left: 476px; margin-top: 30px; overflow: hidden; color: #807e7e; font-size: 14px; text-align: center; }
.apply-ball strong { color: #285981; font-size: 16px }

.more { background: url(skin/block_more.png) no-repeat; width: 215px; height: 330px; float:right; padding: 60px 20px 0 30px; overflow: hidden; }
.dl { background: url(skin/btn_dl.png) no-repeat; height: 43px; width: 205px; overflow: inherit; padding-top: 22px; padding-left: 60px; font-size: 12px; font-weight: bold; }

.addthis_toolbox { margin-top: 10px; margin-bottom: 3px; float: right;}
.addthis_toolbox span { float: left; }

.table-board { margin: 10px 0 0 5px; font-size: 12px; background: #fff; width: 575px }
.table-board tr td { padding: 5px; border-bottom: 1px solid #eee; }
.table-board .date { color: #285981; font-weight: bold; }
.table-board .title a { color: #333; font-weight: bold; }

