body {
	background:#eee;
	color:#666;
	font-size:small;
	font-family:"Segoe UI",Verdana,Helvetica,sans-serif;
}

#container {
	width:1000px;
	margin:10px auto;
}

#tools, #footer {
	background:#ddd;
}

#tools ul, #footer ul {
	margin:0;
	padding:2px 10px;
	text-align:right;
}

#tools li, #footer li {
	display:inline-block;
	padding:0 5px;
}

#footer ul {
	text-align:center;
}

#main {
	background:#fff;
	padding:10px;
	margin:10px 0;
}

#side {
	width:280px;
	clear:both;
	float:left;
	margin-top:11px;
}

.IndexPage #side {
	margin-top:-50px;
}

#sections {

	list-style:none;
	margin:0;
	padding:0;
	margin-left:280px;
	text-align:right;
}

#sections li {
	display:inline-block;
	width:31%;
	margin-left:10px;
	text-align:right;
	padding-top:10px;
	font-size:1.7em;
}

#sections li a {
	display:block;
	border-bottom-width:4px;
	border-bottom-style:solid;
	padding-bottom:4px;
}

#sections li a:hover, #sections li a.activeSection {
	padding-bottom:2px;
	border-bottom-width:6px;
	text-decoration:none;
}

#departement a {
	border-color:#216778;
	color:#216778;
}

#formation a {
	border-color:#c00;
	color:#c00;
}

#international a {
	border-color:#d4831c;
	color:#d4831c;
}


#teaser {
	padding-top:10px;
	height:150px;
	margin-left:302px;
}

#teaser a img {
	position:absolute;
}

h1 {
	margin:0;
	padding:0;
	width:280px;
	float:left;
}

#search {
	border:1px solid #ccc;
	background:#fff;
	display:inline-block;
	padding:1px;
}

h2 {
	text-align:right;
	font-size:2.4em;
	font-weight:normal;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

.DepartementPage h2 {
	color:#216778;
}

.FormationPage h2 {
	color:#c00;
}

.InternationalPage h2 {
	color:#d4831c;
}

h3 {
	margin:0;
}

#search input, #search button {
	border:0 none;
	background:none;
}

.grey {
	color:#aaa;
}

a img {
	border:0px none;
}

a {
	text-decoration:none;
	color:#39c;
}

a:hover {
	text-decoration:underline;
	color:#069;
}

#address {
	background:#f2f2f2;
	border:2px solid #ccc;
	padding:4px;
	line-height:150%;
	text-align:center;
	font-size:0.9em;
}

#content {
	margin-left:302px;
	margin-top:10px;
}

.departement {
	background:#f0f5f6;
	border-color:#d3e1e4;
	border-bottom-color:#216778;
	color:#216778;
}

.departement a {
	color:#216778;
}

.formation {
	background:#fceeee;
	border-color:#f5cccc;
	border-bottom-color:#c00;
	color:#c00;
}

.formation a {
	color:#c00;
}

.international {
	
	background:#fcf7f0;
	border-color:#f6e6d2;
	border-bottom-color:#d4831c;
	color:#d4831c;
}

.international a {
	color:#d4831c;
}

.section {
	border-width:2px;
	border-style:solid;
	padding:4px;
	width:31%;
	height:120px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}

.IndexPage #content {
	text-align:right;
}

.section ul {
	list-style:square;
	padding-left:25px;
}

blockquote {
	background:url(media/quote.png) no-repeat 10px 10px #f2f2f2;
	padding:5px 15px 5px 60px;
}

.author {
	color:#999;
	font-style:italic;
}

ul {
	list-style:square;
}

strong {
	color:#069;
}

h3 {
	font-weight:normal;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.FormationPage h3 {
	color:#c00;
	border-color:#c00;
}

.DepartementPage h3 {
	color:#216778;
	border-color:#216778;
}

h4 {
	font-weight:normal;
	text-indent:20px;
}

.grey strong {
	color:#666;
}

#teaser a {
	display:block;
}

.InternationalPage #teaser a {
	display:none;
}

.InternationalPage #teaser a[href=International] {
	display:block;
}

.DepartementPage #teaser a {
	display:none;
}

.DepartementPage #teaser a[href=Departement] {
	display:block;
}

.FormationPage #teaser a {
	display:none;
}

.FormationPage #teaser a[href=Formation] {
	display:block;
}

.IE {
	background:#fff0f0;
	color:#c00;
	border:1px solid #c00;
	margin:0 0 5px;
	padding:5px;
	text-align:center;
}