/**********************************************/
/* @name: style.css                           */
/* @date: 30/07/08                            */
/* @desc: COF 3.0 (Advent Children)           */
/* @auth: kevin@enova-tech.net	              */
/**********************************************/
/** General Elements ***/
*{
	margin:0;
	padding:0;
	text-align:justify;
}
body{
	background-color:white;
	color:#6E6E6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
#wrapper{
	margin:auto;
	width:980px;
}

/* Links */ 
a:link, a:visited{
	color:#666;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#2db2ed;
	border-bottom:1px dotted #2db2ed;
	font-weight: bold;
	text-decoration:none;
}
a img{
	border:none;
}
strike {
    color: red;
	font-size:14px;
}

/****** tables ********/
table{
	border-collapse:collapse;
}
table thead tr{
}
table thead tr{
	margin:0;
	background-color:#2db2ed;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
table thead tr td{
	text-align:center;
}

table tr td{
	border:1px solid #ddd;
	padding:5px;
	text-align:justify;
}


/***** Top ************/

#top{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:103px;
}

#top #logo{
	float:left;
	width:248px;
	margin-bottom:0px;
}

#top #chat{
	float:right;
	margin-left:25px;
}

#top .chat{
	
}
#top .chat.on a{
	display:block;
	width:109px;
	height:48px;
	background:url("/pix/inner/chat/webim_on.jpg") no-repeat;
	font-size:0px;
}

#top .chat.off a{
	display:block;
	width:109px;
	height:48px;
	background:url("/pix/inner/chat/webim_off.jpg") no-repeat;
	font-size:0px;
}
#top .chat.on a:hover{
	background:url("/pix/inner/chat/webim_on.jpg") no-repeat bottom left;
	border-bottom:0px;
}
#top .chat.off a:hover{
	background:url("/pix/inner/chat/webim_off.jpg") no-repeat bottom left;
	border-bottom:0px;
}

#top #login{
	display:inline;
	float:right;
	padding:5px 5px 5px 0;
	height:30px;
	color:#666;
	background:transparent url('../img/layout/login_bottom.png') no-repeat center bottom;
}

#top #login a.signup{
	color:#FF8D23;
}

#top #login .login_l_corner{
	background:#2db2ed url('../img/layout/login_lcorner.png') no-repeat left bottom;
	width:10px;
	height:23px;
	position:absolute;
}

#top #login span.loginhere{
	/*color:#007fcf;*/
	color:#666;
	padding-left:7px;
}

#top #login input{
	width:80px;
	color:#007fcf;
	font-size:13px;
	border:1px solid #666;
}

#top #login input.lost,
#top #login input.go{
	/*background-color:#007fcf; */
	background:transparent url('../img/layout/button_login_bg.png') repeat-x center top;
	color:#666;
	border:1px solid #666;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	cursor:pointer;
	height:19px;
}
#top #login input.lost{ width:20px; }
#top #login input.go{ width:30px; }

#top #login input.lost:hover,
#top #login input.go:hover{
	color:#007fcf;
	border-color:#007fcf;
}

#top ul#menu{
	float:right;
	background:transparent url('../img/layout/tab_bg.png') repeat-x;
	width:650px;
	height:30px;
	margin-top:10px;
}
#top ul#menu li{
	float:left;
	font-size:1.4em;
	padding-right:20px;
	padding-left:20px;
	list-style-type:none;
	margin-top:3px;
}

#top ul#menu li.active{
	background:transparent url('../img/layout/li_selected.png') no-repeat left 60%;
	margin-top:2px;
	padding-bottom:1px;
}
#top ul#menu li.active a,
#top ul#menu li a:hover{
	color:#21a4e8;
	border:none;
}
#top ul#menu li.active a{
}

/***** Content ********/

#banner{
	height:400px;
	background:#21a4e8 url('../img/layout/bg_sky.png') repeat-x;
	margin-top:0px;
}
#banner.standard{
	height:200px;
	background:#21a4e8 url('../img/layout/bg_sky.png') repeat-x;
}

#banner .lcorner{
	position:absolute;
	background:transparent url('../img/layout/lcorner.png');
	width:20px;
	height:20px;
}
#banner .rcorner{
	position:absolute;
	margin-left:960px;
	background:transparent url('../img/layout/rcorner.png');
	width:20px;
	height:20px;
}

#banner .certified{
	position:absolute;
	margin-left:880px;
	margin-top:-12px;
	width:121px;
	height:184px;
}
#banner .certified a:hover{
	border-bottom:none;
}

#banner .inner{
	height:400px;
	background:transparent url('../img/layout/bg_eiffeltower.png') no-repeat bottom;
	padding:0 50px 0 50px;
}
#banner.standard .inner{
	height:180px;
	padding-top:20px;
	background:#21a4e8 url('../img/layout/bg_standard.png') no-repeat bottom;
}
#banner .inner p{
	color:#fff;
	font-size:1.2em;
	/*border-bottom:1px solid #40b8f7;*/
}

#banner .inner h1{
	padding-top:10px;
	font-size:1.9em;
	color:#fff;
}

#banner .inner ul{
	color:#fff;
	margin-top:0px;
}

#banner .inner li{
	list-style-type:none;
	padding-left:110px;
	padding-top:8px;
	/* border-top:1px solid #40b8f7; */
}

#banner .inner li h2{
	font-size:1.4em;
	width:600px;
}
#banner .inner li p{
	width:575px;
	font-size:1em;
}

#banner .inner li.tutor{
	background:transparent url('../img/layout/li_tutor.png') no-repeat left center;
}
#banner .inner li.multimedia{
	background:transparent url('../img/layout/li_multimedia.png') no-repeat left center;
}
#banner .inner li.diploma{
	border-top:1px solid #40b8f7;
	background:transparent url('../img/layout/li_diploma.png') no-repeat left center;
}

#banner .inner a.register,
#banner .inner a.preview{
	display:block;
	border:none;
	margin-top:10px;
	height:33px;
	width:105px;
	padding:4px 0 0 0;
	color:#fff;
	font-size:1.3em;
	float:left;
	margin-left:30px;
	color:#666;
}

#banner .inner a.preview{
	margin-left:110px;
	background:transparent url('../img/layout/preview_button.png') no-repeat left center;
	text-indent:-9999px;
	width:125px;
}
#banner .inner a.register{
	margin-left:455px;
	background:transparent url('../img/layout/tryforfree-button.png') no-repeat left top;
	text-indent:-9999px;
	width:320px;
	height:32px;
}
#banner .inner a.preview:hover,
#banner .inner a.register:hover{
	color:#fff;
	cursor:pointer;
}

#content{
	padding:10px 50px 0 50px;
}
#content h1{
	/*color:#0b6e85; */
	/*color:#2db2ed; */
	color:#2db2ed;
	border-bottom:1px solid #2db2ed;
	margin-bottom:10px;
	padding:0 0 0 20px;
	background:transparent url('../img/layout/arrow1.jpg') no-repeat left center;
	font-size:20px;
}

#content .diaporama{
	margin-top:10px;
	float:left;
}



#content .diaporama ol{
	width:410px;
	background:transparent url('../img/layout/ul_diaporama.png') repeat-y;
	float:left;
}

#content .diaporama ol li{
	border:1px solid #fff;
	color:#959492;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	height:52px;
	list-style-type:none;
}
#content .diaporama ol li.first{
	background:transparent url('../img/layout/diaporama_topcorner.png') no-repeat right top;
}
#content .diaporama ol li.last{
	border-bottom:0;
	background:transparent url('../img/layout/diaporama_bottomcorner.png') no-repeat right bottom;
}

#content .diaporama ol li a div.puce{
	background:transparent url('../img/layout/olli_bullet.png') no-repeat left 30%;
	display:block;
	float:left;
	width:29px;
	height:30px;
	padding:5px 0 0 9px;
}
#content .diaporama ol li.active a div.puce,
#content .diaporama ol li.active a:hover div.puce,
#content .diaporama ol li a:hover div.puce{
	background:transparent url('../img/layout/olli_bullet_hover.png') no-repeat left 50%;
	color:#fff;
}



#content .diaporama ol li a{
	display:block;
	/*background:transparent url('../img/layout/li_diaporama.png') no-repeat;*/
	font-weight:normal;
	padding:5px 10px 5px 0;
	height:42px;
	vertical-align:center;
	font-size:13px;
}


#content .diaporama ol li.active a,
#content .diaporama ol li.active a:hover
{
	border-bottom:0;
	width:365px;
	background:transparent url('../img/layout/mouse_arrow.png') no-repeat right bottom;
	font-weight:bold;
	color:#2db2ed;
	padding-right:70px;
}


#content .diaporama ol li a:hover{
	border-bottom:0;
	width:365px;
	background:transparent url('../img/layout/li_mouse.png') no-repeat right center;
	font-weight:normal;
	padding-right:70px;
}

#content .diaporama ol li.active a:selected{
	border:1px solid #000;
}

#content .diaporama .container{
	width:430px;
	float:left;
	margin:0 0 0 40px;
	text-align:center;
}

#content .diaporama .container .elt{
	text-align:center;
}

#content .diaporama .container .elt img.centered{
	margin-top:10px;
	margin:auto;
}

#content .diaporama .container p{
	text-align:justify;
	margin-bottom:10px;
}

#content .testimonials{
	margin-top:20px;
}

#content .testimonials .testimonial{
	float:left;
	width:430px;

}

#content .testimonials .testicontainer{	
	background:transparent url("../img/layout/testimonial_bg.jpg");	
	display:block;
	height:260px;
	float:left;
	width:430px;
	text-align:center;
	-moz-border-radius:10px;
	margin-right:0px;
}

#content .testimonials .testimonial ul{
	float:left;
	font-size:11px;
}

#content .testimonials a.prev{
	margin-top:0;
	background: url('../img/layout/arrow2_left.png') left center no-repeat;
	border:0px;
	z-index:1000;
	padding-left:15px;
	font-size:12px;
}

#content .testimonials a.next{
	margin-top:0;
	background: url('../img/layout/arrow2.png') right center no-repeat;
	border:0px;
	padding-right:15px;
	z-index:1000;
	font-size:12px;
}

#content .testimonials .testimonial ul li{
	float:left;
	list-style-type:none;
	width:410px;
	padding:10px 10px 10px 10px;
	height:140px;
	z-index:100;
}

#content .testimonials .testimonial ul li img{
	float:left;
	padding:2px 1px 2px 2px;
	border:1px solid #ddd;
	margin:0 7px 7px 0;
	z-index:120;
}

#content .testimonials h2{
	color:#2db2ed;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
	font-size:14px;
}

#content .testimonials .partnership{
	float:left;
	width:200px;
	margin-left:12px;
	border:1px solid #ccc;
	text-align:center;
	padding:5px 5px 5px 5px;
	height:250px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#content .testimonials .partnership h2{
	font-size:13px;
}

#content .testimonials .partnership ul.partners{
	margin-top:10px;
	text-align:center;
}
#content .testimonials .partnership ul.partners li{
	list-style-type:none;
	float:left;
	display:block;
	padding:5px 3px 0 3px;
	/*width:90px;*/
	text-align:center;
}

#content .testimonials .partnership ul.partners li.paysloire{
	width:90px;
	text-align:center;
	padding-top:10px;
}


#content .testimonials .partnership a{
font-size:10px;
}

#content .testimonials .partnership a.knowmore{
font-size:10px;
margin-left:60px;
}

/****** Bubble **/
/* bubble */
#content .sidebar{
	float:right;
	width:200px;
	margin-right:20px;
	margin-left:0px;
}

#content .bubble{
	border:1px solid #cecece;
	margin-top:20px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#f6f7f8;
}

#content .bubble p{
	padding:10px 5px 10px 10px;
	text-align:center;
}

#content .bubble p em{
	margin-top:10px;
}

#bottom{
	/* background:transparent url('../img/layout/bottom_bg.png') repeat-x; */
	text-align:center;
	padding:5px 0 10px 0;
	margin:20px 0 10px 0 ;
	border-top:1px dotted #2db2ed;
}

hr{
	display:block;
	visibility:hidden;
	height:0px;
	clear:both;
}

/*** Registration and Guided tour ***/
.discount{
	background:transparent url('../img/layout/discount.png') no-repeat;	
}

/***************Edited******************/
#cof .insti_partners {
float:left;
width:923px;
margin-bottom:15px;

}

#cof .insti_partners a{

}

#cof .partners_image{
float:left;
width:140px;

}

#cof .partners_text{
float:left;
width:770px;

}

#cof .clients{
float:left;
}


.clients img.corporates_images{

}

.clients div.eduh2{
float:left;
width:960px;
}