/*<style type="text/css">*/
	.center{text-align:center;}
	.colored{color:#6699CC;}
	.coloredback{background-color:#6699CC;}
	.bigger{font-size:1.5em;}
	.biggest{font-size:2.5em; padding-bottom:2px;}
	
	.bold{font-weight:bold;}
	.big{font-size:2em;}
	.medium{font-size:1.5em;}
	.left{text-align:left;}
	.right{text-align:right;}
	.justify{text-align:justify;}
	.italic{font-style:italic;}
	.gray{color:#ccc;}
	.darkgray{color:#666;}
	.grayback{background-color:#ccc;}
	.darkgrayback{background-color:#666;}
	.white{color:#fff;}
	.black{color:#000;}
	.red{color:red;}
	.green{color:green;}
	.bluepale{color:#D8E2ED;}
	.hardblue{color:#42A6D5;}
	.sub{vertical-align: sub; font-size:0.83em;}
	.sup{vertical-align: super; font-size:0.83em;}

	
	/* **** BODY **** */

	html, body {
		background: #F9F9F7 url(static/a1.gif) repeat-x; 
	}

	a {
		text-decoration: none;
		color: #86B8EF;
	}

	a:hover {
		color: #666;
		text-decoration: none;
	}

	body {
		font-family: Trebuchet MS, Arial, sans-serif;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#doc2 {
		border: 2px solid #fff;
		background-color: #fff; 

	}

	h1{font-size:2.5em;line-height:1;margin-bottom:0.5em;}
	h2{font-size:2em;margin-bottom:0.75em;}
	h3{font-size:1.5em;line-height:1;margin-bottom:1em;color:#FF8A00;}
	h4{font-size:1.2em;line-height:1.25;margin-top:1.25em;height:1.25em;}
	abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
	em{font-style:italic;}
	del{text-decoration:line-through;}
	blockquote,ul,ol,dl{margin:1em;}
	ol,ul,dl{}
	ol li{list-style:decimal outside;}
	ul li{list-style:disc outside;}
	dl dd{margin-left:1em;}
	th,td{border:1px solid #000;padding:.5em;}
	th{font-weight:bold;text-align:center;}
	caption{margin-bottom:.5em;text-align:center;}
	p,fieldset,table,pre{margin-bottom:1em;}
	p{text-align:justify;}
	input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

	/* **** HEADER ZONE **** */

	#hd {
		padding: 0em;	
		height: 100px;
		
	}

	#hd h1 {
		color: white;
		text-align: left;
		margin-bottom: 0;
	}

	#hd a {
		color: #000;
		text-decoration: none;
	}

	#hd h2 {
		text-align: left;
		font-size: 1.1em;
		color: #eee;
		margin-bottom: 0;
	}
	
	#hd-left {
		background: #6F9BFF url(static/page_back3.gif) repeat-x;
		xborder-right:8px solid #fff;
		width: 300px;
		height: 84px;
		float:left;
		padding-left:16px;
		padding-top:16px;
	}

	#hd-right {
		width: auto;
		height: 100px;
		background: url(static/page_back3.gif) repeat-x;
		padding-right:16px;
		overflow:hidden;
	}
	
	/* **** MENU BAR **** */

	#menubar {
		padding-top: 9px;
		padding-bottom: 5px;	
		padding-right: 1em;
		text-align: right;
		background: #495978;
		border-top: 4px solid white;
		border-bottom: 8px solid white;
	}

	#menubar ul {
		list-style-type:none;
		padding: 0;
		margin:0;
	}

	#menubar li {
		display: inline;
		margin-left: 20px;
	}

	#menubar li a, #menubar li a:visited {
		color: #fff;
		text-decoration: none;
		font-size:1.1em;
	}

	#menubar .selected {
		border-bottom: 3px solid #57A6E1;	
	}

	#menubar li a:hover {
		border-bottom: 3px solid #57A6E1;	
		text-decoration: none;
	}


	/* **** FOOTER ZONE **** */

	#ft {
		padding-top: 5px;
		padding-bottom: 5px;	
		border-top: 1px solid #ccc;
		text-align: center;
		margin: 0; 
		background-color: #495978;
	}

	#ft ul {
		list-style-type:none;
		padding: 0;
		margin:0;
	}

	#ft li {
		display: inline;
		margin-left: 20px;
	}

	#ft li a, #ft li a:visited {
		color: #fff;
		text-decoration: none;
	}

	#ft li a:hover {
		text-decoration: underline;
	}
	
	#searchbox {
		float: right;
		margin-top: 16px;
	}
	
	/* left column */
	
	#left {
		margin: 0;
		padding:0;
		padding-left:2px;
		padding-top:2px;
		height: 100%;
		xbackground: #eee;
	}

	#left .box {
		margin-bottom: 1em;
		
		xbackground: #F9F9F7 url(static/page_back4.gif) repeat-x;
	}
	
	#left .box1 {
		text-align:left;
		background-color:#D8E2ED;
		padding:4px;
		margin-bottom: 1em;
	}			

	#left h2 {
		font-size: 1.2em;
		background-color: #6EA1DD;
		line-height:2em;
		padding-left:1em;
		color:#fff;
	}
	
	#left h3 {
		font-size: 1.1em;
		border-bottom:1px solid #CDCDBD;
		margin:4px;
		padding:2px;
	}

	#left ul {
		margin-left: 2em;
	}

	#left li {
		padding-top: 3px;
		list-style-image: url(static/icon_indic.jpg);
		
	}

	#left li:hover {
		background-color: #E3E3DA;
	}

	#left a {
		text-decoration: none;
		color: #333;
	}
	
	#navigation h3{
		color:#6EA1DD;
		
	}
	
	/* Right Column */
	
	#right p{
		padding-right:6px;
	}
	
	#right a {
		color:#696E74;
	}

	#right a:hover {
		text-decoration: underline;
	}

	#news li {
		padding-bottom: 0.5em;
	}
	
	#right h2 {
		font-size: 1.1em;
		background-color: #6EA1DD;
		line-height:2em;
		padding-left:1em;
		color:#fff;
	}
	
	#right .box {
		text-align:left;
		background-color:#D8E2ED;
		padding:4px;
		margin-bottom: 1em;
		
	}
	
	#right b {
		color:#F5AE02;
		font-weight: none;
	}
	
	#right p, #left p {
		text-align:left;
	}
	
	#animation span {
		position:relative;
		display: none;
		font-size: 2em;
		color:#fff;
	}
	
	#intro {
		width:378px;
		height:313px;
		background: white url(static/miss-maths.jpg) no-repeat;
		text-align:center;
		margin:auto;
		margin-bottom:30px;
	}
	
	#intro h1 {
		position:relative;
		top:240px;
		background:#666;
		opacity:0.6;
		color:#fff;
	}
	
	#book p {
		position:relative;
		text-align:center;
		top:-40px;
	}
	
	#navigation .box{
		background-color:transparent;
	}
	
	#partners a{
		color: #86B8EF;
	}
	
	#startpage{
		padding-left:20px;
		padding-right:20px;
	}
	
	#startpage ol{
		padding-left:30px;
	}
	
	#gift {
		border-top:1px solid #CDCDBD;
		margin:4px;
		padding:2px;
	}
	
	#sitemap ul a{
		color: #0000FF;
		
	}
	#sitemap ul ul a{
		color: #00FF00;
		
	}
	
	#sitemap ul ul ul a{
		color: #FF0000;
		
	}
	
	#sitemap ul ul ul ul a{
		color: #42A6D5;
		
	}
/********************************************/

.table1 {
	margin-top: 30px;
	margin-bottom: 30px;
	border-spacing: 3px;
}

.table1 tr {
	background-color: #f6f6f6;
}

.table1 td {
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}

.table1 a {
	color: #333;
	text-decoration: none;
}

.table1 a:hover {
	text-decoration: underline;
}

.tab_head1 {
	background-image: url(static/tab_head.jpg);
	height: 25px;
}

.tab_head1 td {
	vertical-align: middle;
	padding-left: 10px;
}

.tab_head1 h4 {
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	padding: 0px;
	margin: 0px;
}

/****************************************/

.table2 {
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #f6f6f6;
	border-style: hidden;
}

.table2 td {
	width: 50%;
	vertical-align: top;
	border-style: hidden;
}

.tab_head2 h4{
	font-weight: bold;
	margin-top: 1px;
	padding-left: 1px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.table2 tr td ul{
	padding-left: 12px;
}

.table2 tr td ul li{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

/****************************************/

.table3 {
	margin-top: 30px;
	margin-bottom: 30px;
	border-spacing: 3px;
	border-style: hidden;
	width: 100%;
}

.table3 tr {
	background-color: #f6f6f6;
	border-style: hidden;
	padding-bottom:4px;
	padding-top:4px;
}

.table3 td {
	width: 33%;
	vertical-align: top;
	padding-right: 10px;
	border-style: hidden;
}

.table3 td ul {
	padding-left:30px;
}


.tab_head3 {
	background-image: url(static/tab_head.jpg);
	height: 25px;
	width: 100%;
}

.tab_head3 td {
	vertical-align: middle;
	padding-left: 10px;
	text-align:center;
	width: 100%;
}

.tab_head3 h4 {
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	padding: 0px;
	margin: 0px;
}

/****************************************/
.table5 {
border-style:solid;
border-color:#6EA1DD;
}

.table5 td {
 vertical-align: top;
border-style:solid;
border-color:#6EA1DD;
}

.table5 h3{
	color:#6EA1DD;
	font-size: 1.2em;
	
}

.table5 ul {
	margin-left: 2em;
}

.table5 li {
	padding-top: 3px;
	list-style-image: url(static/icon_indic.jpg);
	
}

.table5 li a {
color: #333;
}

.table5 li:hover {
	background-color: #E3E3DA;
}

/**************LIBRAIRIE**************************/

.table4 {
	margin-top: 30px;
	margin-bottom: 30px;
	border-spacing: 3px;
	border-style: hidden;
	background-color:#EEEEEE;
}

.table4 td{
width:25%;
border-style:hidden;
vertical-align:top;
}


/****************************************/

.sTitre {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -1px;
	color: #86B8EF;
	border-bottom:1px solid #86B8EF;
	
}


.ssTitre {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin-right: 15px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bold_link {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

.bold_link:hover {
	text-decoration: none;
}


.small_link {
	color: #86B8EF;
	font-size: 12px;
}

.small_link:hover {
	text-decoration: none;
}
	
/*</style>*/

