﻿@charset "UTF-8";

#language
{
	margin: 0;
	padding: 0;	
	list-style-type: none;
	font-size: 0.8em;
	float:right;
	margin:13px 19px 0 300px;
} 


#language li
{
	float: left;
	margin-left: 0.5em;
	padding: 0 0.2em 0 0.3em;
	border: 0px;
	
}

#language li.lang_active
{
	border-bottom: 3px #7bdffb solid;
}

#language a:link, a:visited, a:active
{
	color: #828282;
	text-decoration: none;
}

#language a:hover
{
	color: #000000;
}


/* General */

*
{
	font-family: Verdana, Sans, "Luxi Sans", "Nimbus Sans L", Arial, Monospace, "Courier New", Helvetica, sans-serif;
	color: #9f9f9f;
}

body
{
	margin: 0;
	padding: 0;
	background: #e4e4e4;
}

img
{
	border: none;
}

img.a_droite
{
	float:right;
	margin-left:20px;
	position:relative;
}

img.bordures
{
	border:1px dotted #CCCCCC;
}



div#content h1
{
	font-family : "Trebuchet MS";
	height: 32px;
	margin: 0px 0 0 0px;
	padding: 7px 0 0 30px;
	font-size: 14px;
	color: #212020;
	background: url(../images/fleche.png) no-repeat; 
}

div#content p
{
	margin: 0;
	padding: 0 0 25px 0;
	text-align: justify;
}

div#container
{
	width: 888px;
	margin: 5px auto;
	padding: 0;
}

div#top
{
	background: url(../images/background_top.png) no-repeat scroll 0 30px;
	padding: 0 10px 0 10px;
	height: 40px;
}

div#content, div#content-top
{
	font-size: 11px;
	background: url(../images/background_content.png) repeat-y scroll 0 0;
	padding: 0;
}

div#content
{
	padding: 20px 20px 0 20px;
}

div#bottom
{
	background: url(../images/background_bottom.png) no-repeat scroll 0 0;
	padding: 0 10px 0 10px;
	height: 34px;
}

div.splash
{
height: 15px;
	background: url(../images/splash.png) no-repeat scroll 0 0;
	margin: 0 2px 0 2px;
}

img.logo
{
	margin: 0 0 0 15px;
}


ul#menu
{

	margin: 0px 0px 0 0;
	padding: 0;
	float: right;
	
	list-style: none;
	
}

ul#menu li
{
	display:block;
float:left;

position:relative;

}

ul#menu li a {
display:block;
height:32px;
margin-top: 0px;
margin-bottom:0px;
text-decoration:none;
text-indent:0px;
text-align: center;
font-size: 10px;
font-weight: bold;
color: #9f9f9f;
width:116px;
background:url(../images/menu.png) no-repeat -116px 0px;
padding-top: 14px;

}


ul#menu li a:hover, ul#menu li a:focus, ul#menu li a:active, ul#menu li a.active
{
width:116px;
background:url(../images/menu.png) no-repeat scroll 0px 0px;
padding-top: 10px;
color: #605f5f;
}


/* Cursus détaillé */
caption
{
	width: 100%;
	margin: 0 auto 0 auto;
	font-weight: bold;
	border-bottom: 1px #7DACE7 dotted;
}

table
{
	margin: 0 auto 30px auto;
	padding: 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

th
{
	font-size: 11px;
	font-weight: bold;	
	text-align: center;
}

td
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	height: 30px;

}

.couleur
{
	background-color: #C5D5ED;  	
}

.couleur2
{
	background-color: #E2EDF8;
}

table.stats, caption.stats
{
	width: 230px;
}