@font-face {
  font-family: 'Nobile';
  font-style: italic;
  font-weight: normal;
  src: local('Nobile-italic'), url('http://themes.googleusercontent.com/static/fonts/nobile/v1/6Od-Er02q5zXxcN14sw9CPesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}
@font-face {
  font-family: 'Nobile';
  font-style: italic;
  font-weight: bold;
  src: local('Nobile'), url('http://themes.googleusercontent.com/static/fonts/nobile/v1/8W-pGzs1uCDalpRJL-f9DIbN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
@font-face {
  font-family: 'Nobile';
  font-style: normal;
  font-weight: normal;
  src: local('Nobile'), url('http://themes.googleusercontent.com/static/fonts/nobile/v1/LJdSuYk02E6wtyvk5bnaeA.woff') format('woff');
}
@font-face {
  font-family: 'Nobile';
  font-style: normal;
  font-weight: bold;
  src: local('Nobile-bold'), local('Nobile'), url('http://themes.googleusercontent.com/static/fonts/nobile/v1/W-bwIcGmtt6wHyJeSNFUXz8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

* {
outline:none;
}

body {
background:url(../gfx/fond.jpg) fixed center center;
}

body, td, li, a {
font-family:'Nobile', Arial, Helvetica, sans-serif;
color:#000000;
font-size:10pt;
}
a {
text-decoration:underline;
}
a:hover {
text-decoration:none;
}

#Site {
position:absolute;
top:50%;
left:50%;
margin-left:-480px;
margin-top:-275px;
width:960px;
height:550px;
}

#Contenu {
position:absolute;
top:50%;
left:50%;
margin-left:-136px;
margin-top:-205px;
width:500px;
height:480px;
overflow:auto;
}

#Credits {
position:absolute;
top:50%;
left:50%;
margin-left:-480px;
margin-top:279px;
width:960px;
text-align:right;
}
#Credits, #Credits a {
color:#777777;
font-size:8pt;
text-decoration:none;
}
#Credits a:hover {
text-decoration:underline;
color:#000000;
}

#Presentation {
overflow:hidden;
width:1px;
height:1px;
}

ul {
list-style-type:square;
padding-left:9px;
}
li {list-style-type:square;
margin-left:9px;
}


#ContenuLarge {
position:absolute;
top:50%;
left:50%;
margin-left:-136px;
margin-top:-205px;
width:615px;
height:480px;
overflow:auto;
}

#ContenuPlanning {
position:absolute;
top:50%;
left:50%;
margin-left:-136px;
margin-top:-205px;
width:615px;
height:400px;
overflow:auto;
}

#ContenuPlanningBas {
position:absolute;
top:50%;
left:50%;
margin-left:-119px;
margin-top:201px;
width:615px;
height:68px;
}

#SousMenu {
position:absolute;
top:50%;
left:50%;
margin-left:373px;
margin-top:-175px;
width:121px;
height:450px;
overflow:auto;
}
#SousMenu a {
	font-family:'Nobile', impact;
	font-weight:700;
	text-transform:uppercase;
	font-size:9pt;
}

.soulignement a {
text-decoration:underline;
}
.soulignement a:hover {
text-decoration:none;
}

.Bold {
	font-weight: bold;
}

.Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Menu a {
	font-family:impact;
	font-weight:normal;
	font-size:14pt;
}

.SousMenu a {
	font-family:impact;
	font-weight:normal;
	font-size:14pt;
}

.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


