@import url("classes.css");
@import url("fontface.css");

/* Chrome Frame prompt */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ---------------- Header -------------------*/
body {
	background-image:url(../images/content_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
}

div.clear {
	clear: both;
}

.container-page {
	
}

.container-content {
	display:block;
	width:100%;
	
	margin-left:auto;
	margin-right:auto;	
}

.container-footer {
	
}

.header {
	display:block;
	width:100%;
	height:267px;
	background-image:url(../images/header_extend_bg.gif);
	
	
}
.header_top {
	width:100%;
	height:267px;
	margin-left:auto;
	margin-right:auto;	
	display:block;
	background-image:url(../images/header_larecre.jpg);
	background-repeat:no-repeat;
	background-position: top center;

}
.header_top .connect_menu {
	width:100%;
	height:26px;
}
.header_top .logo {
	display:block;
	width:280px;
	height:50px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:143px;

	
}

.header_top .menu {
	margin:0;
	padding:0;
	
	margin-left:auto;
	margin-right:auto;	

	width:967px;
	/*background-color:#000;*/
	height:34px;
	
}

.header_top .menu ul {
	margin:0;
	padding:0;
	display:block;
	margin-left:70px;
}
.header_top .menu li.first {
	background-image:none;
}
.header_top .menu li {
	
	margin:0;
	padding:0;
	display:block;
	float:left;
	list-style:none;
	position: relative;
	padding-left:8px;
	padding-right:8px;
	background-image:url(../images/menu_line_slice.gif);
	background-repeat:no-repeat;
	height:34px;
	
}

.header_top .menu li a {
	margin:0;
	padding:0;

	color:#944200;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
	margin-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	display:block;
	height:18px;
}

.menu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width:250px;
	background: #008bae;
	margin:0 !important;
	padding: 17px 0 !important;
}

.menu ul li ul li{
	display: list-item;
	float: none;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	background: none !important;
	width:100%;
}

.menu ul li ul li a{
	line-height:20px !important;
	margin:0 !important;
	padding:1px 16px !important;
	color: #FFFFFF !important;
	font-size:12px !important;
}

.menu ul li ul li a:hover {
	background: #00add9 !important;
	border-radius: 0px !important;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}


.header_top .menu li a:hover , .header_top .menu li a.sel {
	color:#fff;
	background-color:#d46400;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration:none;
}
.content_bg {
	display:block;
	width:100%;
	background-image:url(../images/content_bg_top.gif);
	background-repeat:repeat-x;
	min-height:1000px;
}

.content_box {
	width:977px;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../images/content_box_midle.png);
	min-height:900px;
	clear:both;
	padding-bottom: 60px;
	

}

.content_zone {
	width:667px;
	float:left;	
	height:auto;
	min-height:1px;
	display:block;
}
.menu_right {
	width:305px;
	float:left;	
	display:block;
	clear:right;
	height:auto;
	
	
	
}
.menu_right .menu_head h2 {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	
	display:block;
}
.menu_right .menu_head .headMargin {
	padding-top: 7px;
	padding-left: 12px;
}
.menu_right .menu_head .ico_top5 {
	background-image:url(../images/ico_star.gif);
	background-repeat:no-repeat;
	padding-left: 24px;
	
	padding-top:2px;
	height:19px;
	text-transform:uppercase;
	margin-top:4px;
}
.menu_right .menu_head .ico_key {
	background-image:url(../images/ico_tag.gif);
	background-repeat:no-repeat;
	padding-left: 24px;
	padding-top:2px;
	height:19px;
	text-transform:uppercase;
	margin-top:4px;
}
.menu_right .menu_head .ico_about {
	background-image:url(../images/ico_about.gif);
	background-repeat:no-repeat;
	padding-left: 24px;
	padding-top:2px;
	height:19px;
	text-transform:uppercase;
	margin-top:4px;
}
.menu_right  .ulMenuRight a {
	color:#fff;
}
.menu_right  .ulMenuRight a {
	color:#fff;
}
.keywordList {
	text-align:justify;
	
	font-family:Arial, Helvetica, sans-serif;
	padding: 15px;
	padding-top: 5px;
}

.keywordList a {
	color:#7fe5ff;	
}
.menu_first {
	width:300px;
	background-image:url(../images/menu_right_fist.gif);
	height:115px;
	padding-left: 5px;
}
.menu_social {
	width:260px;
	
	margin-top: 4px;
	margin-left:auto;
	margin-right:auto;	
}
.menu_social a {
	margin-right:15px;
}
.menu_social a.last {
	margin-right:0px;
}

.searchBox {
	margin-top: 36px;
	margin-left: 12px;
}
.searchBox .searchInput {
	background-image:url(../images/search_bg.gif);
	color:#008bae;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:170px;
	height:22px;
	padding:0;
	
	padding-left:25px;
	border:none;
	float:left;
	
	
	
	
}
.searchBox .searchBt {
	background-color:#008bae;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	padding:0;
	text-align:center;
	width:73px;
	height:23px;
	display:block;
	float:left;
	margin-left: 8px;
	padding-top: 0px;
	border:0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.menu_head {
	margin:0;
	padding:0;
	position:relative;
		background-image:url(../images/menu_right_box_top.gif);
		width:305px;
		display:block;
		height:30px;
		clear:both;
}
.menu_head2 {
	margin:0 0 0 5px;
	padding:0;
	position:relative;
		background: #008BAE;
		width:300px;
		display:block;
		height:30px;
		clear:both;
}
.menu_midle {
		background-image:url(../images/menu_right_box_midle.gif);
		width:305px;
		display:block;
}
.menu_foot {
		background-image:url(../images/menu_right_box_foot.gif);
		width:305px;
		height:11px;
		display:block;
}

.ulMenuRight, .submenu ul {
		margin:0;
		padding:0;
		padding-top: 10px;
		padding-left: 15px;
		list-style:none;
		display:block;
}
.pub_menu {
	display:block;
	margin:1px 0 1px 5px;
	width:300px;
	height:250px;
	background-color:#000;
}
.pub_menu p {
	margin:0 0 0 90px;
	padding-top: 110px;
}
.pub_menu2 {
	display:block;
	margin-left:5px;
	width:300px;
}
.pub_menu2 .pub1,.pub_menu2 .pub2 {
	display:block;
	
	padding:11px;
	padding-top:26px;
	float:left;
}
.fb_menu {
	padding-left:5px;
	display:block;
	clear:both;
	height:258px;
	background-color:#FFFFFF;

}
.ulMenuRight li, .submenu ul li {
	background-image:url(../images/bulletMenuRight.jpg);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	line-height:18px;
	padding-bottom:10px;
	padding-left: 12px;
}

.submenu ul li {
	font-weight: bold;
}

.submenu ul li.sel a {
	color: #ffffff !important;
}

.ulMenuRight li strong {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7fe5ff;
	font-weight:bold;
}

.content_footer {
	width:977px;
	height:11px;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../images/content_box_foot.png);
}
.lineDelim { 
	width:100%;
	clear:both;

}
.boxTools {
	padding:0;
	margin:0;
	display:block;
	height:55px;
	padding-top:10px;
	padding-left:35px;
	width:607px;
}
.boxTools2 {
	padding:0;
	margin:0;

	display:block;
	height:20px;	
	padding-left:35px;
	width:607px;
	margin-top:20px;
}

.stars {
	float:left;	
}
.votesnum {
	float:left;
	margin-left: 10px;
	margin-top: 3px;

	font-size:13px;
	color:#626262;
	font-weight:bold;
}

.content_zone h1 {
	padding:0;
	margin:0;
	background-image:url(../images/cat_histoire_bg_title.gif);
	width:416px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	height:21px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 5px;
	margin-top:20px;
	padding-left:35px;
	display:block;
}

.content_zone h2 {
	padding:0;
	margin:0;
	background-image:url(../images/cat_histoire_bg_subtitle.gif);
	width:548px;
	font-family: 'Lobster13RegularWebfont', arial, serif;
	font-size:22px;
	color:#ee49ae;
	height:44px;
	font-weight:lighter;
	padding-top: 12px;
	padding-left:51px;
	margin-left:26px;
	margin-top:20px;
	display:block;
	text-shadow: #cad6d9 1px 1px 2px;
}
.content_zone ul {
	padding:0;
	margin:0;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	line-height:26px;
	margin-left:77px;
	list-style:none;
}
.content_zone ul a.titre_exo {
	color:#737373;
}
.content_zone ul strong {
	font-weight:bold;
}
.content_zone li {
	display:block;
	width:548px;
	clear:both;


}
.btChoisir {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;

	padding:0;
	margin:0;
	background-image:url(../images/cat_histoire_bt_choose_up.gif);
	width:74px;;
	height:15px;
	float:right;
	color:#fff;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	line-height:10px;
}
.btChoisir:hover {
	padding:0;
	margin:0;
	background-image:url(../images/cat_histoire_bt_choose_rl.gif);
	width:74px;
	height:15px;
	float:right;
	color:#fff;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	line-height:10px;
	text-decoration:none;
}
.hr_entete {
	background-repeat:repeat-x;
	margin-top:30px;
	margin-left:35px;
	width:607px;
	height:21px;

}
.hr_separator {
	background-image:url(../images/hr_separator.gif);
	background-repeat:repeat-x;
	margin-top:50px;
	margin-left:35px;
	width:607px;
	height:21px;

}
.catLink {
	margin-left:35px;
	clear:both;
}
.boxSel {
	
	background-image:url(../images/cat_histoire_small_up.gif);
	margin-bottom:10px;
	margin-right:20px;
	margin-left:00px;
	width:136px;
	height:124px;
	display:block;
	float:left;

}

.boxSel_big {
	
	background-image:url(../images/cat_histoire_small_up.gif);
	margin-bottom:10px;
	margin-right:10px;
	margin-left:00px;
	width:194px;
	height:176px;
	display:block;
	float:left;

}

.footer {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#b1a781;
	font-size:11px;
	padding-top:8px;
	padding-bottom:20px;
}
.footer a {
	color:#b1a781;
		text-decoration:none;

}

.footer a:hover {
	color:#b1a781;
	text-decoration:underline;
}

.s00 { font-size: 10px; }
.s01 { font-size: 11px; }
.s02 { font-size: 12px; }
.s03 { font-size: 13px; }
.s04 { font-size: 14px; }

.newExeo {
	margin-left:77px;
	clear:both;
}
.newExeo div {
	float:left;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:10px;
}
.awardLink {
	margin-left:72px;
	clear:both;
}

.awardLink div {
	float:left;
	margin-right:20px;
}

.desc {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	width:530px;
	margin-left:77px;
	clear:both;
	color:#737373;
	font-size:13px;
	line-height:20px;
	
}
.desc p {
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:15px;
}
.desc strong {
	color:#626262;
	font-weight:bold;
}
.alignCenter {
	margin-left:auto;
	margin-right:auto;
}
.clearSpacer {
	margin-top: 30px;
	margin-bottom: 20px;	
}
.floatRight {
	float:right;
	margin-top: 0px;	
	margin-right: 5px;	
}
a.btRetour:hover {
	background-image:url(../images/bt_back_rl.gif);
	text-decoration:none;
}

a.btRetour {
	background-image:url(../images/bt_back_up.gif);
	display:block;
	width:82px;
	height:22px;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding-top:8px;
	padding-left: 15px;
}

a.btAllExo:hover {
	background-image:url(../images/bt_all_exo_rl.jpg);
	text-decoration:none;
}

a.btAllExo {
	background-image:url(../images/bt_all_exo_up.jpg);
	display:block;
	width:170px;
	height:23px;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding-top:11px;
	margin-top: 20px;
	margin-left: 260px;
	text-transform:uppercase;
}

a.btOrange {
	background-image:url(../images/bt_create_count_up.jpg);
	display:block;
	width:121px;
	height:25px;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding-top:5px;
}

a.btOrange:hover {
	background-image:url(../images/bt_create_count_rl.jpg);
	text-decoration:none;
}

.gameContent {
	margin-left: 5px;	
	margin-top: 5px;	
	margin-bottom: 8px;
}

.lessonContent {
	margin-left: 75px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 25px;
	font-size: 13px;
	color: #737373;
	line-height: 20px;
}

.lessonContent h3 { font-size: 18px; }
.lessonContent h4 { font-size: 14px; }

.lessonContent ul {
	margin: 0 0 0 20px;
	list-style: disc outside;
}

.lessonContent ul li {
	width: auto;
	display: list-item;
	line-height: 20px;
}

.range_slider_box {
	display:block;
	width:180px;
	position:relative;
}

.activity_box {
	
	display:block;
	width:210px;
	margin-left: 25px;
}
.toolElement {
	float:left;
}
.alignRight {
	float:right;	
}
.backslider {
	background-image:url(../images/age_select_line_grey.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:174px;
	height:7px;
	padding-top:5px;
	z-index:5;
	clear:both;	
	cursor: pointer;	
}

.frontslider {
	background-image:url(../images/age_select_line_blue.gif);
	width:54px;
	height:7px;
	margin-left: 50px;
}
.cursor1, .cursor2 {
	background-image:url(../images/age_select_cursor.gif);
	width:11px;
	height:18px;
	position:absolute;
	margin-left:50px;
}
.infoText {
	font-size: 11px;
	color:#626262;
	background-image:url(../images/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 12px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-left: 3px;
	
	
}
.checkbox_em, .checkbox_on  {
	font-size:11px;
	color:#626262;
	background-image:url(../images/checkboxes_off.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 10px;
	
}

.checkbox_on {
	background-image:url(../images/checkboxes_on.gif);
	
}
.smallLine {
	background-color:#FFFFFF;
	width:300px;
	height:1px;
	float:right;
	display:block;
}
.elements_4 {
	margin-left:4px;
	
}
.slider_el {
	cursor: pointer;	
}

.elements_4, .elements_5, .elements_6, .elements_7, .elements_8, .elements_9, .elements_10, .elements_11, .elements_12 {
	width:13px;
	height:19px;
	display:block;
	float:left;
	margin-right:4px;
}
.elements_13 {
	width:18px;
	height:19px;
	display:block;
	float:left;
}
.elements_4{
	 background-image:url(../images/age_grey_04.gif);
 }
.elements_5{
	 background-image:url(../images/age_grey_05.gif);
 }
.elements_6{
	 background-image:url(../images/age_grey_06.gif);
 }
.elements_7{
	 background-image:url(../images/age_grey_07.gif);
 }
.elements_8{
	 background-image:url(../images/age_grey_08.gif);
 }
.elements_9{
	 background-image:url(../images/age_grey_09.gif);
 }
.elements_10{
	 background-image:url(../images/age_grey_10.gif);
 }
.elements_11{
	 background-image:url(../images/age_grey_11.gif);
 }
.elements_12{
	 background-image:url(../images/age_grey_12.gif);
 }
.elements_13{
	 background-image:url(../images/age_grey_13.gif);
 }
 
.elements_4.sel, .elements_4:hover{
	 background-image:url(../images/age_blue_04.gif);
 }
.elements_5.sel, .elements_5:hover{
	 background-image:url(../images/age_blue_05.gif);
 }
.elements_6.sel, .elements_6:hover{
	 background-image:url(../images/age_blue_06.gif);
 }
.elements_7.sel, .elements_7:hover{
	 background-image:url(../images/age_blue_07.gif);
 }
.elements_8.sel, .elements_8:hover{
	 background-image:url(../images/age_blue_08.gif);
 }
.elements_9.sel, .elements_9:hover{
	 background-image:url(../images/age_blue_09.gif);
 }
.elements_10.sel, .elements_10:hover{
	 background-image:url(../images/age_blue_10.gif);
 }
.elements_11.sel, .elements_11:hover{
	 background-image:url(../images/age_blue_11.gif);
 }
.elements_12.sel, .elements_12:hover{
	 background-image:url(../images/age_blue_12.gif);
 }
.elements_13.sel, .elements_13:hover{
	 background-image:url(../images/age_blue_13.gif);
 }
 
 .bt_facebook {
	 display:inline-block;
	 background-image:url(../images/bt_facebook_up.jpg);
	 width:33px;
	 height:34px;
	 
 }
 
 .bt_rss {
	 display:inline-block;
	 background-image:url(../images/bt_rss_up.jpg);
	 width:33px;
	 height:34px;
	 
 }
 .bt_newsletter {
	 display:inline-block;
	 background-image:url(../images/bt_newsletter_up.jpg);
	 width:155px;
	 height:34px;
	 
 }

.bt_facebook:hover {
	 background-image:url(../images/bt_facebook_rl.jpg);
	 width:33px;
	 height:34px;
	 
 }
 
 .bt_rss:hover {
	 background-image:url(../images/bt_rss_rl.jpg);
	 width:33px;
	 height:34px;
	 
 }
 .bt_newsletter:hover {
	 background-image:url(../images/bt_newsletter_rl.jpg);
	 width:155px;
	 height:34px;
	 
 }
 .warper {
	 display:block;
	 width: 967px;
	 margin-left:auto;
	 margin-right:auto;
 }
 .alignRight {
	 float:right; 
	 
 }
 .creat_acount {
	 background-image:url(../images/login_field.gif);
	 display:block;
	 background-repeat:no-repeat;
	 background-position:left;
	 height:16px;
	 font-size:11px;
	 color:#73e3fe;
	 padding-top:3px;
	 padding-left:24px;
	 float:left;
	 margin-top:4px;
	 
 }
 .cup_creat_acount {
	 background-image:url(../images/login_field.gif);
	 display:block;
	 width: 10px;
	 height:19px;
	 background-repeat:no-repeat;
	 background-position:right;
	 float:left;
	 margin-top:4px;
	 margin-right:8px;
 }
 .disconnect {
	 background-image:url(../images/disconect_field.gif);
	 display:block;
	 background-repeat:no-repeat;
	 background-position:left;
	 height:16px;
	 font-size:11px;
	 color:#73e3fe;
	 padding-top:3px;
	 padding-left:24px;
	 float:left;
	 margin-top:4px;
	 
	 
 }
 .cup_disconnect {
	 background-image:url(../images/disconect_field.gif);
	 display:block;
	 width: 10px;
	 height:19px;
	 background-repeat:no-repeat;
	 background-position:right;
	 float:left;
	 margin-top:4px;
 }
 .right_infos {
	 float: right;
	 
 }
 .download_icons {
 	 float: left;
	 margin: 10px 0 0 40px;
 }
a#icon_shockwave,
a#icon_flash {
	 display: block;
	 width: 130px;
	 height: 28px;
	 float: left;
	 padding-left: 38px;
	 font-size: 12px;
	 color: #fe8700;
	 text-decoration: underline;
 }
a#icon_shockwave:hover,
a#icon_flash:hover {
	 text-decoration: none;
 }
a#icon_shockwave {
	 background: url(../images/icon_shockwave.png) no-repeat left;
 }
a#icon_flash {
	 background: url(../images/icon_flash.png) no-repeat left;
 }
 .stars .st1,
 .stars .st2,
 .stars .st3,
 .stars .st4,
 .stars .st5 {
	 width: 18px;
	 height:17px;
	 display:block;
	 background-image:url(../images/star_dw.gif);
	 background-repeat:no-repeat;
	 background-position:left;
	 float:left;
	 padding-right:6px;
	 
 }
 .stars .st1:hover,
 .stars .st2:hover,
 .stars .st3:hover,
 .stars .st4:hover,
 .stars .st5:hover {
	 width: 18px;
	 height:17px;
	 display:block;
	 background-image:url(../images/star_rl.gif);
	 background-repeat:no-repeat;
	 background-position:left;
	 float:left;
	 padding-right:6px;
	 
 }
 
 .about_photo {
 	float:left;
 	margin: 2px 13px 0px 0;
 }
 
 .about_desc p:first-child {
 	margin-top: 1px;
 }
 
 .about_desc p {
 	margin-bottom: 20px;
 }
 
 .about_title {
 	margin: 1px 0 0 !important;
 	font-weight: bold;
 	text-transform: uppercase;
 }
 
 .submenu li a {
 	text-transform: uppercase;
 	color: #7FE5FF !important;
 }

 .submenu li a.sel, .submenu li a:hover {
 	color: #FFFFFF !important;
 	text-decoration: none;
 }
 
 .submenu li {
 	padding-bottom: 2px !important;
 }
 
 .submenu li a.all {
 	color: #FFFFFF !important;
 }
 
/* ACTUALITES */ 
ul.list_news {
	margin:0;
	padding:0;
}

div.detail_news {
	margin-top: 6px;
}

ul.list_news li {
	margin: 6px 0 38px;
}

.border_shadow {
	border:4px solid #FFF;
	-moz-box-shadow: 0px 0px 1px 1px #d3d3d3;
	-webkit-box-shadow: 0px 0px 1px 1px #d3d3d3;
	box-shadow: 0px 0px 1px 1px #d3d3d3;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.rightBt {
	float: right;
	margin-right: 40px;
	margin-top: 12px;
}

div.news_desc {
	margin-left: 165px;
}

div.news_date {
	display: block;
	width: 374px;
	height: 24px;
	background: url(../images/news_date_bg.gif) no-repeat;
}

div.detail_news div.news_date {
	margin-bottom: 18px;
}

div.news_desc div.news_date {
	text-align: right;
}

div.news_desc div.news_date p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 25px 0 0;
	padding:0;
	line-height: 22px;
}

div.detail_news div.news_date p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 25px 0 0;
	padding:0;
	line-height: 22px;
	text-align: right;
}

div.detail_news p img {
	border: 4px solid #FFFFFF;
    box-shadow: 0 0 1px 1px #D3D3D3;
    margin: 0 10px;
}

div.news_desc h3 {
	margin-top: 10px !important;
	margin-bottom: 0;
}

div.news_desc h3 a, div.news_desc h3 {
	color: #00c3f4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-top:0px;
	margin-bottom:0;
	text-decoration: none;
}

div.detail_news h3 {
	color: #00c3f4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-top:10px;
	margin-bottom:0;
}

div.news_desc p {
	margin:0 0 8px;
}

div.news_desc p a, div.news_desc p {
	line-height: 20px;
	color: #737373;
	text-decoration: none;
}

div.detail_news p {
	margin: 20px 0;
}

a.bt_details {
	background:url(../images/cat_math_bt_choose_up.gif) no-repeat;
	display:block;
	width:74px;
	height:19px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height: 17px;
	text-decoration: none;
}

a.bt_details:hover {
	background:url(../images/cat_math_bt_choose_rl.gif) no-repeat;
}

div.pagination {
	float: right;
}

div.pag_top {
	margin-top: 35px;
	margin-right: 42px;
}

div.news_bottom {
	background: url(../images/news_bottom.gif);
	width: 550px;
	height: 12px;
	margin-left: 75px;
}

div.pag_bottom {
	margin-top: 5px;
	margin-right: 42px;
}

div.pagination a {
	display:block;
	float: left;
	width: 18px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	background-color: #f3880f;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 1px 1px #F2F2F2;
	-webkit-box-shadow: 0px 0px 1px 1px #F2F2F2;
	box-shadow: 1px 1px 2px 1px #d2d2d2;
}

div.pagination a.sel, div.pagination a:hover {
	background-color: #2eafd0;
}

div.pagination a.navPrev {
	background-image: url(../images/pag_arrow_left.png);
}

div.pagination a.navNext {
	background-image: url(../images/pag_arrow_right.png);
}

/* DOWNLOADS */
ul.list_download li {
	width: 150px;
	height: 230px;
	text-align: center;
	padding: 10px;
	display: block;
	float: left;
	clear: none;
	margin: 5px 6px;
}

ul.list_download li img {
	margin:0;
	padding:0;
}

ul.list_download li h3 {
	margin:5px 0 0;
	font-size:12px;
	line-height: 16px;
}

ul.list_download li p {
	margin:3px 0;
	line-height: 18px;
}

a.btDownload {
	display:block;
	width:95px;
	height:19px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height: 19px;
	text-decoration:none;
	margin: auto;
}

ul.list_download li.geo { background: #fff7d9; }
ul.list_download li.francais { background: #e1f4f9; }
ul.list_download li.histoire { background: #ffe5f5; }
ul.list_download li.math { background: #feebd6; }
ul.list_download li.route { background: #ebe7e3; }
ul.list_download li.sciences { background: #f2e8f6; }
ul.list_download li.vocabulaire { background: #e8f1ce; }

ul.list_download li.geo a.btDownload, li.geo a.btDownload { background-image:url(../images/cat_geo_bt_download_up.gif); }
ul.list_download li.francais a.btDownload, li.fran a.btDownload { background-image:url(../images/cat_francais_bt_download_up.gif); }
ul.list_download li.histoire a.btDownload, li.hist a.btDownload { background-image:url(../images/cat_histoire_bt_download_up.gif); }
ul.list_download li.math a.btDownload, li.math a.btDownload { background-image:url(../images/cat_math_bt_download_up.gif); }
ul.list_download li.route a.btDownload, li.secr a.btDownload { background-image:url(../images/cat_route_bt_download_up.gif); }
ul.list_download li.sciences a.btDownload, li.sci a.btDownload { background-image:url(../images/cat_sciences_bt_download_up.gif); }
ul.list_download li.vocabulaire a.btDownload, li.voca a.btDownload { background-image:url(../images/cat_vocabulaire_bt_download_up.gif); }

ul.list_download li.geo a.btDownload:hover, li.geo a.btDownload:hover { background-image:url(../images/cat_geo_bt_download_rl.gif); }
ul.list_download li.francais a.btDownload:hover, li.fran a.btDownload:hover { background-image:url(../images/cat_francais_bt_download_rl.gif); }
ul.list_download li.histoire a.btDownload:hover, li.hist a.btDownload:hover { background-image:url(../images/cat_histoire_bt_download_rl.gif); }
ul.list_download li.math a.btDownload:hover, li.math a.btDownload:hover { background-image:url(../images/cat_math_bt_download_rl.gif); }
ul.list_download li.route a.btDownload:hover, li.secr a.btDownload:hover { background-image:url(../images/cat_route_bt_download_rl.gif); }
ul.list_download li.sciences a.btDownload:hover, li.sci a.btDownload:hover { background-image:url(../images/cat_sciences_bt_download_rl.gif); }
ul.list_download li.vocabulaire a.btDownload:hover, li.voca a.btDownload:hover { background-image:url(../images/cat_vocabulaire_bt_download_rl.gif); }

div.geo_bottom { clear: both; background: url(../images/cat_geo_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }
div.francais_bottom { clear: both; background: url(../images/cat_francais_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }
div.histoire_bottom { clear: both; background: url(../images/cat_histoire_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }
div.math_bottom { clear: both; background: url(../images/cat_math_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }
div.route_bottom { clear: both; background: url(../images/cat_route_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }
div.sciences_bottom { clear: both; background: url(../images/cat_sciences_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }
div.vocabulaire_bottom { clear: both; background: url(../images/cat_vocabulaire_bg_subtitle.gif) bottom right; width: 550px; height: 30px; margin-left: 75px; }

/* LINKS */

ul.list_links {
	margin:6px 0;
}

ul.list_links li {
	margin-bottom: 27px;
}

ul.list_links li .link_desc {
	margin-left: 160px;
}

.link_desc h3 {
	margin:0;
}

.link_desc h3 a {
	color: #00c3f4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height:13px;
	text-decoration: none;
}

.link_desc p {
	margin:5px 0;
	line-height: 20px;
}

.link_desc p.link a {
	line-height: 13px;
	color: #fe8700;
	text-decoration: underline;
}

.link_desc p.link a:hover {
	text-decoration: none;
}

.link_desc p.link_text a {
	line-height: auto;
	color: #626262;
	text-decoration: none;
}

.link_desc .bt_details {
	margin-top:20px;
}

/* CONTACT */

.contact_form p {
	margin:1px 0 10px;
}

p.error {
	color: #ff5a00;
}

#contactForm {
	margin-top: 18px;
}

#contactForm p label {
	display: block;
	color: #626262;
	font-weight: bold;
}

#contactForm p label span {
	color: #ff5a00;
}

#contactForm p input, #contactForm p textarea {
	border:0;
	background: #caf7ff;
	color: #007795;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contactForm p {
	margin: 13px 0;
}

#contactForm p.error label {
	color: #fe910f;
}

#contactForm p select {
	width: 235px;
}

#contactForm p input {
	width: 215px;
	height: 27px;
	padding: 0 10px;
}

#contactForm p.error input {
	width: 211px;
	height: 25px;
	border: 2px solid #fe910f;
}

#contactForm p.error textarea {
	border: 2px solid #fe910f;
}

#contactForm p.sendButton {
	margin-top: 19px;
	display: block;
	margin-left: 344px;
	width: 121px;
	height: 30px;
	background: url(../images/bt_create_count_up.jpg) no-repeat;
	position: relative;
}

#contactForm p.sendButton:hover {
	background: url(../images/bt_create_count_rl.jpg) no-repeat;
}

#contactForm p input#send {
	color: #FFFFFF;
	width: 121px;
	background: none;
	cursor: pointer;
	position: absolute;
}

#contactForm p textarea {
	width: 455px;
	height: 137px;
	padding: 5px 0 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.msgError {
	font-weight: bold;
	color: #fe910f;
}

.messagesend {
	font-weight: bold;
	color: #5ac2dc;
}

/* GUESTBOOK */

.guestbook li {
	margin-bottom: 45px !important;
}

.guestbook li:last-child {
	margin-bottom: 38px !important;
}

.guestbook_desc {
	margin-bottom: 14px;
}

.guestbook_desc p {
	line-height: 18px;
	margin: 2px 0 0px;
}

.rate {
	margin-left: 10px;
}

.rate .st1_gb,
.rate .st2_gb,
.rate .st3_gb,
.rate .st4_gb,
.rate .st5_gb {
	width: 18px;
	height:17px;
	display:block;
	background-image:url(../images/star_dw.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	padding-top:3px;
	padding-right:3px;
}


a.btSend:hover {
	background-image:url(../images/bt_send_rl.jpg);
	text-decoration:none;
}

a.btSend {
	background-image:url(../images/bt_send_up.jpg);
	display:block;
	width:141px;
	height:30px;
	line-height: 30px;
	color:#fff;
	font-size:12px;
	text-align:center;
    text-shadow: 1px 1px 2px #2D2D2D;
    filter: dropshadow(color=#2D2D2D, offx=1, offy=1);
}

.btSendTop {
	margin-bottom: 23px;
}

.btSendBottom {
	margin-top: 5px;
	margin-left: 77px;
}

/* SEARCH PAGE */
h2 span {
	color: #737373;
}

ul.list_search {
	margin-bottom: 15px;
}

ul.list_search li h3 {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	margin:0;
	padding:0;
}

ul.list_search li a.btDownload {
	margin-top: 8px;
}

ul.list_search li h3 a {
	text-decoration: none;
}

ul.list_search li.geo h3 a { color: #f4b800; }
ul.list_search li.fran h3 a { color: #188cd7; }
ul.list_search li.eveil h3 a { color: #FF0000; }
ul.list_search li.lang h3 a { color: #11a8b0; }
ul.list_search li.hist h3 a { color: #ee49ae; }
ul.list_search li.math h3 a { color: #f98500; }
ul.list_search li.secr h3 a { color: #856C51; }
ul.list_search li.sci h3 a { color: #9F5BB8; }
ul.list_search li.voca h3 a { color: #A3B828; }

ul.list_search li p {
	line-height: normal;
	margin:0;
	padding:2px 0 8px;
}

ul.list_search li p a {
	color: #737373;
	text-decoration: none;
}

.tagclouds5 { font-size: 10px; }
.tagclouds4 { font-size: 12px; }
.tagclouds3 { font-size: 14px; }
.tagclouds2 { font-size: 16px; }
.tagclouds1 { font-size: 18px; }

#splLightbox-content .desc { text-align: left; }
#splLightbox-content .boxTools2,
#splLightbox-content .download_icons { margin-left: 77px; text-align: left; }
#splLightbox-content .download_icons { margin-bottom: 30px; }

.top {
	display: none;
	background: url(../images/arrow_top.png) no-repeat;
	width: 26px;
	height: 26px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}